I went to the conference with the goals of:
- Learning more about ASP.NET Core and
- Understanding options for deploying software into production on a continuous basis (every check in, every day, once a week, etc...)
For ASP.NET Core, I attended:
- Converting to .NET Core: How we did it and what you need to know - Matt Watson (here's someone's unofficial video of it and a blog post)
- Entity Framework Core 1 (EF7) - Philip Japikse
My takeaway from the EF Core talk was that the framework is missing a few features that are present in EF6, and I think the presenter's advice was to wait. But, you can easily make your own decision by looking at the feature comparison chart here: https://docs.efproject.net/en/latest/efcore-vs-ef6/features.html.
I also saw the following related .NET talks:
- I'll Get Back to You: Task, Await, and Asynchronous Methods - Jeremy Clark (video from NDC)
- Token Authentication in ASP.NET - Nate Barbettini
- NDC Oslo 2016: Break the chain asynchronously - Daniel Marbach
- NDC Oslo 2016: Rearchitect your code towards async/await - Daniel Marbach
- Async/Await - Best Practices in Asynchronous Programming
- Async/Await Webinar Series: Best Practices
- Parallel Computing - It's All About the SynchronizationContext
- (ASP.NET Core) DevSum16: Dominick Baier- What’s new in ASP.NET Core 1.0 Security
- (ASP.NET Core) .NET without Windows - Matt Ellis
- (ASP.NET Identity) ASP.NET Identity 3 - Brock Allen
- (OpenID Connect) Authentication & secure API access for native & mobile Applications - Dominick Baier
- (OpenID Connect) Authentication and authorization in modern JavaScript web applications – how hard can it be? - Brock Allen
- (OpenID Connect) Unifying Authentication & Delegated API Access for Mobile, Web and the Desktop with OpenID Connect and OAuth2 by Dominick Baier
Damian Brady had two great talks at KCDC that introduced me to some new vocabulary and ways of thinking about deployment. His two talks were:
- Deploying Straight to Prod: A guide to the Holy Grail - Damian Brady
- .NET Deployment Strategies: the Good, the Bad and the Ugly - Damian Brady
During that process, I found a few more presentations that I really enjoyed:
0 comments:
Post a Comment