Fritz’s 10 Minute Tips – Web Forms + Angular

After the feedback on my demo at DotNetConf 2016 briefly showing how to use Angular with Web Forms, I decided to dive a little deeper into the demo and share a very focused set of source code.  The result was a super-sized 25 minute screencast video that I shared on YouTube:

 

The source code can be found at: https://github.com/csharpfritz/webformsangular

Check the BeforeVideo1 and AfterVideo1 tags for the before and after source code for this demo.

I’ll be following up with extending this demo a bit further with more tricks over the next few weeks.

DotNetConf 2016 – My talks

This past week I presented two sessions at the dotNetConf 2016 virtual conference from the Channel 9 studios in Redmond.  The content of both sessions are below:

Modernize ASP.NET Web Forms with Visual Studio 2015

.NET Goes Open Source …and you can too!

Many thanks to my teammate Maria Naggaga for helping on the second talk.  She did a lot of the research and put together those awesome slides.

Fritz’s 10 Minute Tips

I’m thinking of starting a series of videos called ‘Fritz’s 10 Minute Tips’ that cover a small topic in 10 minutes or less.  These videos will typically be a screencast that answers a common question on StackOverflow, the MSDN Web Development blog, or that I receive through a number of other sources.

Today’s video is about how to use Dependency Injection in ASP.NET Core.  I previously wrote about this on the MSDN Web Development blog, but wanted to walk through it in video format.  Here is the video of me walking through the basics of configuring and using the dependency injection features of ASP.NET Continue reading