Skip to content

Instantly share code, notes, and snippets.

@jdaigle
Last active March 15, 2016 13:52
Show Gist options
  • Select an option

  • Save jdaigle/6007b6c3b6ecf301023c to your computer and use it in GitHub Desktop.

Select an option

Save jdaigle/6007b6c3b6ecf301023c to your computer and use it in GitHub Desktop.

Revisions

  1. jdaigle revised this gist Mar 15, 2016. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion lunch-and-learn-topics.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,5 @@
    2. C# Async Myths. Learn about IOCP, Tasks, and async/await keywords. Best practices, and common mistakes.
    3. NancyFX, and other non-MVC server-side web app frameworks.
    4. ASP.NET and .NET Core. Starting with OWIN/Katana and demo the latest bits. May be worth waiting until it's *actually* released?
    5. Intro to TeamCity. Into to Jira.
    5. Intro to TeamCity. Into to Jira.
    6. SQL Schema Version Control Showdown: SSDT versus Migrations.
  2. jdaigle revised this gist Feb 29, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions lunch-and-learn-topics.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # Lunch-and-Learn Topics and Ideas

    1. Git with Visual Studio and TFS (with some GitHub and CLI mixed in).
    2. C# Async Myths. Learn about IOCP, Tasks, and async/await keywords. Best practices, and common mistakes.
    3. NancyFX, and other non-MVC server-side web app frameworks.
  3. jdaigle created this gist Feb 29, 2016.
    5 changes: 5 additions & 0 deletions lunch-and-learn-topics.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    1. Git with Visual Studio and TFS (with some GitHub and CLI mixed in).
    2. C# Async Myths. Learn about IOCP, Tasks, and async/await keywords. Best practices, and common mistakes.
    3. NancyFX, and other non-MVC server-side web app frameworks.
    4. ASP.NET and .NET Core. Starting with OWIN/Katana and demo the latest bits. May be worth waiting until it's *actually* released?
    5. Intro to TeamCity. Into to Jira.