A problem that my team has been running into on-and-off since working with ASP.NET Core is having a local install of our node toolchain fighting with Visual Studio's built-in version... read more →
I finally had a chance to get our codebase to the release candidate of ASP.NET 5. Excited to have a supported release available and more-or-less production-ready! As usual, here are... read more →
I join the awesome hosts of the MS Dev Show to discuss some of the announcements from Microsoft's Connect() 2015 conference. We touch on ASP.NET 5, Visual Studio Team Services,... read more →
I don't know why it took me so long to figure this out, but it's totally possible to deploy binaries from the DNU toolchain instead of source folders. (more…)
After deploying one of our ASP.NET DNX web applications to Azure, we were running into this exception: The specified CGI application encountered an error and the server terminated the process.... read more →
If you've recently upgraded to the latest ASP.NET 5 Beta 8 Packages, you may have noticed SignalR will no longer use WebSockets and default back to long polling. Due to... read more →
Time for the last beta of ASP.NET 5 MVC 6! Here are my release notes to my current team on migrating from Beta 7 to Beta 8: Good Morning, Everyone:... read more →
Over the past few weeks, I've really been digging into the Visual Studio Online Preview Build System. This has mostly been around deploying ASP.NET DNX web applications, and the last... read more →
If you're trying to deploy your ASP.NET 5 beta 7 application, you may be running into this error: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.DNX.PackageManager' or one of its... read more →
If you've been using SignalR in the ASP.NET 5 betas, you may have noticed that after beta 5 you no longer can pull the NuGet package from the main repository.... read more →