Skip to content

Instantly share code, notes, and snippets.

@DamianEdwards
Last active June 3, 2024 06:12
Show Gist options
  • Select an option

  • Save DamianEdwards/2c2cf6a4d70655f9ef2ec23db7fb2e0c to your computer and use it in GitHub Desktop.

Select an option

Save DamianEdwards/2c2cf6a4d70655f9ef2ec23db7fb2e0c to your computer and use it in GitHub Desktop.

Revisions

  1. DamianEdwards revised this gist May 30, 2024. 1 changed file with 32 additions and 32 deletions.
    64 changes: 32 additions & 32 deletions talks.md
    Original file line number Diff line number Diff line change
    @@ -1,35 +1,35 @@
    # Recorded talks by Damian Edwards & David Fowler
    - [Application Diagnositcs in .NET Core 3.1](https://www.youtube.com/watch?v=p6CjlnwPhHQ)
    - [SignalR Deep Dive: Building Servers](https://www.youtube.com/watch?v=iL9nLAjCPtM)
    - [Hidden gems in .NET Core 3](https://www.youtube.com/watch?v=xdSSH63IZZc)
    - [What you need to know about ASP.NET Core 2.2](https://www.youtube.com/watch?v=HAFKHRL4Jys)
    - [Why your ASP.NET Core Application won't scale](https://www.youtube.com/watch?v=J-xqz_ZM9Wg)
    - [Diagnosing issues in ASP.NET Core Applications](https://www.youtube.com/watch?v=RYI0DHoIVaA)
    - [Patterns for application development with ASP.NET Core](https://www.youtube.com/watch?v=x-C-CNBVTaY)
    - [Channel 9 interview, NDC Oslo 2017](https://www.youtube.com/watch?v=2fgtTwzptNQ)
    - [ASP.NET Core Kestrel: Adventures in building a fast web server - Damian Edwards, David Fowler](https://www.youtube.com/watch?v=kej3YJDMAW4)
    - [Introducing ASP.NET Core Sockets](https://www.youtube.com/watch?v=wIsync6vTfQ)
    - [What's new in ASP.NET Core 2.0](https://www.youtube.com/watch?v=FE2eoJFVqkw)
    - [Under the covers with ASP.NET SignalR](https://vimeo.com/68383353)
    - [Saying “Goodbye” to DNX and “Hello!” to the .NET Core CLI - Damian Edwards & David Fowler](https://vimeo.com/153212604)
    - [Understanding SignalR performance](https://vimeo.com/97337302)
    - [The Future of ASP.NET Part II](https://vimeo.com/97505678)
    - [ASP.NET Core 1.0 Deep Dive - David Fowler & Damian Edwards](https://vimeo.com/171995866)
    - [A brief history of ASP.NET: From 1.0 to 5.0 - Damian Edwards and David Fowler](https://vimeo.com/154034601)
    - [Five (or so) Essential Things to know about ASP.NET vNext](https://vimeo.com/113688715)
    - [Using ASP.NET SignalR… in anger](https://vimeo.com/84677242)
    - [ASP.NET SignalR 2.0 (and beyond)](https://vimeo.com/84677185)
    - [Load Testing SignalR by David Fowler and Damian Edwards](https://vimeo.com/113515330)
    - [Class Libraries](https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Class-Libraries)
    - [ASP.NET vNext 101](https://channel9.msdn.com/events/dotnetConf/2014/ASP-NET-vNext-101)
    - [ASP.NET 5 Web Pages Futures](https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/ASPNET-5-Web-Pages-Futures)
    - [ASP.NET 5 (Panel Discussion)](https://channel9.msdn.com/events/Visual-Studio/Connect-event-2014/023)
    - [Introducing the dotnet CLI](https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Introducing-the-dotnet-CLI)
    - [Live Bug Triage with the SignalR Team](https://channel9.msdn.com/Blogs/webdev/Live-Bug-Triage-with-the-SignalR-Team)
    - [Damian Edwards and David Fowler Demonstrate SignalR](https://channel9.msdn.com/Shows/Web+Camps+TV/Damian-Edwards-and-David-Fowler-Demonstrate-SignalR)
    - [Hidden gems and live coding with .NET 7](https://learn.microsoft.com/en-us/events/ignite-2022/brk203h-hidden-gems-live-coding-with-net-7)
    - [Deep dive into .NET performance and native AOT](https://www.youtube.com/watch?v=1eHjemGKfRw)
    - [Code to cloud with .NET Aspire](https://www.youtube.com/watch?v=R8S_cfao1L8)
    - [Demystify cloud-native development with .NET Aspire](https://www.youtube.com/watch?v=jVILDZtuUrI)
    1. [Application Diagnositcs in .NET Core 3.1](https://www.youtube.com/watch?v=p6CjlnwPhHQ)
    1. [SignalR Deep Dive: Building Servers](https://www.youtube.com/watch?v=iL9nLAjCPtM)
    1. [Hidden gems in .NET Core 3](https://www.youtube.com/watch?v=xdSSH63IZZc)
    1. [What you need to know about ASP.NET Core 2.2](https://www.youtube.com/watch?v=HAFKHRL4Jys)
    1. [Why your ASP.NET Core Application won't scale](https://www.youtube.com/watch?v=J-xqz_ZM9Wg)
    1. [Diagnosing issues in ASP.NET Core Applications](https://www.youtube.com/watch?v=RYI0DHoIVaA)
    1. [Patterns for application development with ASP.NET Core](https://www.youtube.com/watch?v=x-C-CNBVTaY)
    1. [Channel 9 interview, NDC Oslo 2017](https://www.youtube.com/watch?v=2fgtTwzptNQ)
    1. [ASP.NET Core Kestrel: Adventures in building a fast web server 1. Damian Edwards, David Fowler](https://www.youtube.com/watch?v=kej3YJDMAW4)
    1. [Introducing ASP.NET Core Sockets](https://www.youtube.com/watch?v=wIsync6vTfQ)
    1. [What's new in ASP.NET Core 2.0](https://www.youtube.com/watch?v=FE2eoJFVqkw)
    1. [Under the covers with ASP.NET SignalR](https://vimeo.com/68383353)
    1. [Saying “Goodbye” to DNX and “Hello!” to the .NET Core CLI 1. Damian Edwards & David Fowler](https://vimeo.com/153212604)
    1. [Understanding SignalR performance](https://vimeo.com/97337302)
    1. [The Future of ASP.NET Part II](https://vimeo.com/97505678)
    1. [ASP.NET Core 1.0 Deep Dive 1. David Fowler & Damian Edwards](https://vimeo.com/171995866)
    1. [A brief history of ASP.NET: From 1.0 to 5.0 1. Damian Edwards and David Fowler](https://vimeo.com/154034601)
    1. [Five (or so) Essential Things to know about ASP.NET vNext](https://vimeo.com/113688715)
    1. [Using ASP.NET SignalR… in anger](https://vimeo.com/84677242)
    1. [ASP.NET SignalR 2.0 (and beyond)](https://vimeo.com/84677185)
    1. [Load Testing SignalR by David Fowler and Damian Edwards](https://vimeo.com/113515330)
    1. [Class Libraries](https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Class-Libraries)
    1. [ASP.NET vNext 101](https://channel9.msdn.com/events/dotnetConf/2014/ASP-NET-vNext-101)
    1. [ASP.NET 5 Web Pages Futures](https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/ASPNET-5-Web-Pages-Futures)
    1. [ASP.NET 5 (Panel Discussion)](https://channel9.msdn.com/events/Visual-Studio/Connect-event-2014/023)
    1. [Introducing the dotnet CLI](https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Introducing-the-dotnet-CLI)
    1. [Live Bug Triage with the SignalR Team](https://channel9.msdn.com/Blogs/webdev/Live-Bug-Triage-with-the-SignalR-Team)
    1. [Damian Edwards and David Fowler Demonstrate SignalR](https://channel9.msdn.com/Shows/Web+Camps+TV/Damian-Edwards-and-David-Fowler-Demonstrate-SignalR)
    1. [Hidden gems and live coding with .NET 7](https://learn.microsoft.com/en-us/events/ignite-2022/brk203h-hidden-gems-live-coding-with-net-7)
    1. [Deep dive into .NET performance and native AOT](https://www.youtube.com/watch?v=1eHjemGKfRw)
    1. [Code to cloud with .NET Aspire](https://www.youtube.com/watch?v=R8S_cfao1L8)
    1. [Demystify cloud-native development with .NET Aspire](https://www.youtube.com/watch?v=jVILDZtuUrI)

    Thanks to [@danielliuzzi](https://twitter.com/danielliuzzi) for adding a lot of the titles
  2. DamianEdwards revised this gist May 30, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion talks.md
    Original file line number Diff line number Diff line change
    @@ -29,7 +29,7 @@
    - [Damian Edwards and David Fowler Demonstrate SignalR](https://channel9.msdn.com/Shows/Web+Camps+TV/Damian-Edwards-and-David-Fowler-Demonstrate-SignalR)
    - [Hidden gems and live coding with .NET 7](https://learn.microsoft.com/en-us/events/ignite-2022/brk203h-hidden-gems-live-coding-with-net-7)
    - [Deep dive into .NET performance and native AOT](https://www.youtube.com/watch?v=1eHjemGKfRw)
    - [Demystify cloud-native development with .NET Aspire](https://www.youtube.com/watch?v=jVILDZtuUrI)
    - [Code to cloud with .NET Aspire](https://www.youtube.com/watch?v=R8S_cfao1L8)
    - [Demystify cloud-native development with .NET Aspire](https://www.youtube.com/watch?v=jVILDZtuUrI)

    Thanks to [@danielliuzzi](https://twitter.com/danielliuzzi) for adding a lot of the titles
  3. DamianEdwards revised this gist May 30, 2024. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions talks.md
    Original file line number Diff line number Diff line change
    @@ -28,6 +28,8 @@
    - [Live Bug Triage with the SignalR Team](https://channel9.msdn.com/Blogs/webdev/Live-Bug-Triage-with-the-SignalR-Team)
    - [Damian Edwards and David Fowler Demonstrate SignalR](https://channel9.msdn.com/Shows/Web+Camps+TV/Damian-Edwards-and-David-Fowler-Demonstrate-SignalR)
    - [Hidden gems and live coding with .NET 7](https://learn.microsoft.com/en-us/events/ignite-2022/brk203h-hidden-gems-live-coding-with-net-7)
    - [Deep dive into .NET performance and native AOT](https://www.youtube.com/watch?v=1eHjemGKfRw)
    - [Demystify cloud-native development with .NET Aspire](https://www.youtube.com/watch?v=jVILDZtuUrI)
    - [Code to cloud with .NET Aspire](https://www.youtube.com/watch?v=R8S_cfao1L8)

    Thanks to [@danielliuzzi](https://twitter.com/danielliuzzi) for adding a lot of the titles
  4. DamianEdwards revised this gist May 30, 2024. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions talks.md
    Original file line number Diff line number Diff line change
    @@ -28,5 +28,6 @@
    - [Live Bug Triage with the SignalR Team](https://channel9.msdn.com/Blogs/webdev/Live-Bug-Triage-with-the-SignalR-Team)
    - [Damian Edwards and David Fowler Demonstrate SignalR](https://channel9.msdn.com/Shows/Web+Camps+TV/Damian-Edwards-and-David-Fowler-Demonstrate-SignalR)
    - [Hidden gems and live coding with .NET 7](https://learn.microsoft.com/en-us/events/ignite-2022/brk203h-hidden-gems-live-coding-with-net-7)
    - [Code to cloud with .NET Aspire](https://www.youtube.com/watch?v=R8S_cfao1L8)

    Thanks to [@danielliuzzi](https://twitter.com/danielliuzzi) for adding a lot of the titles
  5. DamianEdwards revised this gist Oct 19, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion talks.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Recorded talks by Damian Edwards & David Fowler
    - [Application Diagnositcs in .NET Core 3.1](https://www.youtube.com/watch?v=p6CjlnwPhHQ)
    - [SianglR Deep Dive: Building Servers](https://www.youtube.com/watch?v=iL9nLAjCPtM)
    - [SignalR Deep Dive: Building Servers](https://www.youtube.com/watch?v=iL9nLAjCPtM)
    - [Hidden gems in .NET Core 3](https://www.youtube.com/watch?v=xdSSH63IZZc)
    - [What you need to know about ASP.NET Core 2.2](https://www.youtube.com/watch?v=HAFKHRL4Jys)
    - [Why your ASP.NET Core Application won't scale](https://www.youtube.com/watch?v=J-xqz_ZM9Wg)
  6. DamianEdwards revised this gist Oct 19, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions talks.md
    Original file line number Diff line number Diff line change
    @@ -27,5 +27,6 @@
    - [Introducing the dotnet CLI](https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Introducing-the-dotnet-CLI)
    - [Live Bug Triage with the SignalR Team](https://channel9.msdn.com/Blogs/webdev/Live-Bug-Triage-with-the-SignalR-Team)
    - [Damian Edwards and David Fowler Demonstrate SignalR](https://channel9.msdn.com/Shows/Web+Camps+TV/Damian-Edwards-and-David-Fowler-Demonstrate-SignalR)
    - [Hidden gems and live coding with .NET 7](https://learn.microsoft.com/en-us/events/ignite-2022/brk203h-hidden-gems-live-coding-with-net-7)

    Thanks to [@danielliuzzi](https://twitter.com/danielliuzzi) for adding a lot of the titles
  7. DamianEdwards revised this gist Jun 8, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion talks.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    # Recorded talks by Damian Edwards & David Fowler
    - [Application Diagnositcs in .NET Core 3.1](https://www.youtube.com/watch?v=p6CjlnwPhHQ)
    - [Hidden gems in .NET Core 3](https://www.youtube.com/watch?v=xdSSH63IZZc)
    - [SianglR Deep Dive: Building Servers](https://www.youtube.com/watch?v=iL9nLAjCPtM)
    - [Hidden gems in .NET Core 3](https://www.youtube.com/watch?v=xdSSH63IZZc)
    - [What you need to know about ASP.NET Core 2.2](https://www.youtube.com/watch?v=HAFKHRL4Jys)
    - [Why your ASP.NET Core Application won't scale](https://www.youtube.com/watch?v=J-xqz_ZM9Wg)
    - [Diagnosing issues in ASP.NET Core Applications](https://www.youtube.com/watch?v=RYI0DHoIVaA)
  8. DamianEdwards revised this gist Jun 8, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion talks.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Recorded talks by Damian Edwards & David Fowler
    - [Hidden gems in .NET Core 3](https://www.youtube.com/watch?v=xdSSH63IZZc)
    - [Application Diagnositcs in .NET Core 3.1](https://www.youtube.com/watch?v=p6CjlnwPhHQ)
    - [Hidden gems in .NET Core 3](https://www.youtube.com/watch?v=xdSSH63IZZc)
    - [SianglR Deep Dive: Building Servers](https://www.youtube.com/watch?v=iL9nLAjCPtM)
    - [What you need to know about ASP.NET Core 2.2](https://www.youtube.com/watch?v=HAFKHRL4Jys)
    - [Why your ASP.NET Core Application won't scale](https://www.youtube.com/watch?v=J-xqz_ZM9Wg)
  9. DamianEdwards revised this gist Jun 8, 2021. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions talks.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,7 @@
    # Recorded talks by Damian Edwards & David Fowler
    - [Hidden gems in .NET Core 3](https://www.youtube.com/watch?v=xdSSH63IZZc)
    - [Application Diagnositcs in .NET Core 3.1](https://www.youtube.com/watch?v=p6CjlnwPhHQ)
    - [SianglR Deep Dive: Building Servers](https://www.youtube.com/watch?v=iL9nLAjCPtM)
    - [What you need to know about ASP.NET Core 2.2](https://www.youtube.com/watch?v=HAFKHRL4Jys)
    - [Why your ASP.NET Core Application won't scale](https://www.youtube.com/watch?v=J-xqz_ZM9Wg)
    - [Diagnosing issues in ASP.NET Core Applications](https://www.youtube.com/watch?v=RYI0DHoIVaA)
  10. DamianEdwards revised this gist Jun 8, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion talks.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    - [Diagnosing issues in ASP.NET Core Applications](https://www.youtube.com/watch?v=RYI0DHoIVaA)
    - [Patterns for application development with ASP.NET Core](https://www.youtube.com/watch?v=x-C-CNBVTaY)
    - [Channel 9 interview, NDC Oslo 2017](https://www.youtube.com/watch?v=2fgtTwzptNQ)
    - [ASP.NET Core Kestrel: Adventures in building a fast web server - Damian Edwards, David Fowler](https://vimeo.com/172009499)
    - [ASP.NET Core Kestrel: Adventures in building a fast web server - Damian Edwards, David Fowler](https://www.youtube.com/watch?v=kej3YJDMAW4)
    - [Introducing ASP.NET Core Sockets](https://www.youtube.com/watch?v=wIsync6vTfQ)
    - [What's new in ASP.NET Core 2.0](https://www.youtube.com/watch?v=FE2eoJFVqkw)
    - [Under the covers with ASP.NET SignalR](https://vimeo.com/68383353)
  11. DamianEdwards revised this gist Apr 18, 2019. 1 changed file with 12 additions and 12 deletions.
    24 changes: 12 additions & 12 deletions talks.md
    Original file line number Diff line number Diff line change
    @@ -1,21 +1,22 @@
    # Recorded talks by Damian Edwards & David Fowler

    ## Vimeo

    - [What you need to know about ASP.NET Core 2.2](https://www.youtube.com/watch?v=HAFKHRL4Jys)
    - [Why your ASP.NET Core Application won't scale](https://www.youtube.com/watch?v=J-xqz_ZM9Wg)
    - [Diagnosing issues in ASP.NET Core Applications](https://www.youtube.com/watch?v=RYI0DHoIVaA)
    - [Patterns for application development with ASP.NET Core](https://www.youtube.com/watch?v=x-C-CNBVTaY)
    - [Channel 9 interview, NDC Oslo 2017](https://www.youtube.com/watch?v=2fgtTwzptNQ)
    - [ASP.NET Core Kestrel: Adventures in building a fast web server - Damian Edwards, David Fowler](https://vimeo.com/172009499)
    - [David Fowler, Damian Edwards: Under the covers with ASP.NET SignalR](https://vimeo.com/68383353)
    - [Introducing ASP.NET Core Sockets](https://www.youtube.com/watch?v=wIsync6vTfQ)
    - [What's new in ASP.NET Core 2.0](https://www.youtube.com/watch?v=FE2eoJFVqkw)
    - [Under the covers with ASP.NET SignalR](https://vimeo.com/68383353)
    - [Saying “Goodbye” to DNX and “Hello!” to the .NET Core CLI - Damian Edwards & David Fowler](https://vimeo.com/153212604)
    - [Damian Edwards & David Fowler - Understanding SignalR performance](https://vimeo.com/97337302)
    - [Damian Edwards & David Fowler - The Future of ASP.NET Part II](https://vimeo.com/97505678)
    - [Understanding SignalR performance](https://vimeo.com/97337302)
    - [The Future of ASP.NET Part II](https://vimeo.com/97505678)
    - [ASP.NET Core 1.0 Deep Dive - David Fowler & Damian Edwards](https://vimeo.com/171995866)
    - [A brief history of ASP.NET: From 1.0 to 5.0 - Damian Edwards and David Fowler](https://vimeo.com/154034601)
    - [Five (or so) Essential Things to know about ASP.NET vNext by David Fowler and Damian Edwards](https://vimeo.com/113688715)
    - [Five (or so) Essential Things to know about ASP.NET vNext](https://vimeo.com/113688715)
    - [Using ASP.NET SignalR… in anger](https://vimeo.com/84677242)
    - [ASP.NET SignalR 2.0 (and beyond)](https://vimeo.com/84677185)
    - [Load Testing SignalR by David Fowler and Damian Edwards](https://vimeo.com/113515330)

    ## Channel 9

    - [Class Libraries](https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Class-Libraries)
    - [ASP.NET vNext 101](https://channel9.msdn.com/events/dotnetConf/2014/ASP-NET-vNext-101)
    - [ASP.NET 5 Web Pages Futures](https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/ASPNET-5-Web-Pages-Futures)
    @@ -24,5 +25,4 @@
    - [Live Bug Triage with the SignalR Team](https://channel9.msdn.com/Blogs/webdev/Live-Bug-Triage-with-the-SignalR-Team)
    - [Damian Edwards and David Fowler Demonstrate SignalR](https://channel9.msdn.com/Shows/Web+Camps+TV/Damian-Edwards-and-David-Fowler-Demonstrate-SignalR)


    Thanks to [@danielliuzzi](https://twitter.com/danielliuzzi) for adding the titles
    Thanks to [@danielliuzzi](https://twitter.com/danielliuzzi) for adding a lot of the titles
  12. DamianEdwards revised this gist Jul 1, 2016. 1 changed file with 28 additions and 18 deletions.
    46 changes: 28 additions & 18 deletions talks.md
    Original file line number Diff line number Diff line change
    @@ -1,18 +1,28 @@
    - https://vimeo.com/172009499
    - https://vimeo.com/68383353
    - https://vimeo.com/153212604
    - https://vimeo.com/97337302
    - https://vimeo.com/97505678
    - https://vimeo.com/171995866
    - https://vimeo.com/154034601
    - https://vimeo.com/113688715
    - https://vimeo.com/84677242
    - https://vimeo.com/84677185
    - https://vimeo.com/113515330
    - https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Class-Libraries
    - https://channel9.msdn.com/events/dotnetConf/2014/ASP-NET-vNext-101
    - https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/ASPNET-5-Web-Pages-Futures
    - https://channel9.msdn.com/events/Visual-Studio/Connect-event-2014/023
    - https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Introducing-the-dotnet-CLI
    - https://channel9.msdn.com/Blogs/webdev/Live-Bug-Triage-with-the-SignalR-Team
    - https://channel9.msdn.com/Shows/Web+Camps+TV/Damian-Edwards-and-David-Fowler-Demonstrate-SignalR
    # Recorded talks by Damian Edwards & David Fowler

    ## Vimeo

    - [ASP.NET Core Kestrel: Adventures in building a fast web server - Damian Edwards, David Fowler](https://vimeo.com/172009499)
    - [David Fowler, Damian Edwards: Under the covers with ASP.NET SignalR](https://vimeo.com/68383353)
    - [Saying “Goodbye” to DNX and “Hello!” to the .NET Core CLI - Damian Edwards & David Fowler](https://vimeo.com/153212604)
    - [Damian Edwards & David Fowler - Understanding SignalR performance](https://vimeo.com/97337302)
    - [Damian Edwards & David Fowler - The Future of ASP.NET Part II](https://vimeo.com/97505678)
    - [ASP.NET Core 1.0 Deep Dive - David Fowler & Damian Edwards](https://vimeo.com/171995866)
    - [A brief history of ASP.NET: From 1.0 to 5.0 - Damian Edwards and David Fowler](https://vimeo.com/154034601)
    - [Five (or so) Essential Things to know about ASP.NET vNext by David Fowler and Damian Edwards](https://vimeo.com/113688715)
    - [Using ASP.NET SignalR… in anger](https://vimeo.com/84677242)
    - [ASP.NET SignalR 2.0 (and beyond)](https://vimeo.com/84677185)
    - [Load Testing SignalR by David Fowler and Damian Edwards](https://vimeo.com/113515330)

    ## Channel 9

    - [Class Libraries](https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Class-Libraries)
    - [ASP.NET vNext 101](https://channel9.msdn.com/events/dotnetConf/2014/ASP-NET-vNext-101)
    - [ASP.NET 5 Web Pages Futures](https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/ASPNET-5-Web-Pages-Futures)
    - [ASP.NET 5 (Panel Discussion)](https://channel9.msdn.com/events/Visual-Studio/Connect-event-2014/023)
    - [Introducing the dotnet CLI](https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Introducing-the-dotnet-CLI)
    - [Live Bug Triage with the SignalR Team](https://channel9.msdn.com/Blogs/webdev/Live-Bug-Triage-with-the-SignalR-Team)
    - [Damian Edwards and David Fowler Demonstrate SignalR](https://channel9.msdn.com/Shows/Web+Camps+TV/Damian-Edwards-and-David-Fowler-Demonstrate-SignalR)


    Thanks to [@danielliuzzi](https://twitter.com/danielliuzzi) for adding the titles
  13. DamianEdwards revised this gist Jul 1, 2016. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion talks.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,6 @@
    - https://vimeo.com/84677242
    - https://vimeo.com/84677185
    - https://vimeo.com/113515330

    - https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Class-Libraries
    - https://channel9.msdn.com/events/dotnetConf/2014/ASP-NET-vNext-101
    - https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/ASPNET-5-Web-Pages-Futures
  14. DamianEdwards revised this gist Jul 1, 2016. 1 changed file with 18 additions and 18 deletions.
    36 changes: 18 additions & 18 deletions talks.md
    Original file line number Diff line number Diff line change
    @@ -1,19 +1,19 @@
    https://vimeo.com/172009499
    https://vimeo.com/68383353
    https://vimeo.com/153212604
    https://vimeo.com/97337302
    https://vimeo.com/97505678
    https://vimeo.com/171995866
    https://vimeo.com/154034601
    https://vimeo.com/113688715
    https://vimeo.com/84677242
    https://vimeo.com/84677185
    https://vimeo.com/113515330
    - https://vimeo.com/172009499
    - https://vimeo.com/68383353
    - https://vimeo.com/153212604
    - https://vimeo.com/97337302
    - https://vimeo.com/97505678
    - https://vimeo.com/171995866
    - https://vimeo.com/154034601
    - https://vimeo.com/113688715
    - https://vimeo.com/84677242
    - https://vimeo.com/84677185
    - https://vimeo.com/113515330

    https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Class-Libraries
    https://channel9.msdn.com/events/dotnetConf/2014/ASP-NET-vNext-101
    https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/ASPNET-5-Web-Pages-Futures
    https://channel9.msdn.com/events/Visual-Studio/Connect-event-2014/023
    https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Introducing-the-dotnet-CLI
    https://channel9.msdn.com/Blogs/webdev/Live-Bug-Triage-with-the-SignalR-Team
    https://channel9.msdn.com/Shows/Web+Camps+TV/Damian-Edwards-and-David-Fowler-Demonstrate-SignalR
    - https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Class-Libraries
    - https://channel9.msdn.com/events/dotnetConf/2014/ASP-NET-vNext-101
    - https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/ASPNET-5-Web-Pages-Futures
    - https://channel9.msdn.com/events/Visual-Studio/Connect-event-2014/023
    - https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Introducing-the-dotnet-CLI
    - https://channel9.msdn.com/Blogs/webdev/Live-Bug-Triage-with-the-SignalR-Team
    - https://channel9.msdn.com/Shows/Web+Camps+TV/Damian-Edwards-and-David-Fowler-Demonstrate-SignalR
  15. DamianEdwards created this gist Jul 1, 2016.
    19 changes: 19 additions & 0 deletions talks.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    https://vimeo.com/172009499
    https://vimeo.com/68383353
    https://vimeo.com/153212604
    https://vimeo.com/97337302
    https://vimeo.com/97505678
    https://vimeo.com/171995866
    https://vimeo.com/154034601
    https://vimeo.com/113688715
    https://vimeo.com/84677242
    https://vimeo.com/84677185
    https://vimeo.com/113515330

    https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Class-Libraries
    https://channel9.msdn.com/events/dotnetConf/2014/ASP-NET-vNext-101
    https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/ASPNET-5-Web-Pages-Futures
    https://channel9.msdn.com/events/Visual-Studio/Connect-event-2014/023
    https://channel9.msdn.com/events/ASPNET-Events/ASPNET-Fall-Sessions/Introducing-the-dotnet-CLI
    https://channel9.msdn.com/Blogs/webdev/Live-Bug-Triage-with-the-SignalR-Team
    https://channel9.msdn.com/Shows/Web+Camps+TV/Damian-Edwards-and-David-Fowler-Demonstrate-SignalR