Serving Static Files Outside of wwwroot in Asp.NET Core 1.0
In ASP.NET Core 1.0 (which is out as RC2 at the time I'm writing this post), static content such as images, css files, javascript files, etc can be served up…
Continue ReadingIn ASP.NET Core 1.0 (which is out as RC2 at the time I'm writing this post), static content such as images, css files, javascript files, etc can be served up…
Continue ReadingIf you want to enable 2-factor authentication in ASP.NET, ASP.NET Identity and Twilio make it silly easy to do so. Step 1: Setting Up Your Project for ASP.NET Identity From Visual…
Continue ReadingWhile working on a code base that deploys to a CI environment, a "it work's on my machine" moment occurred. In a brand new ASP.NET MVC 5 application that worked…
Continue Reading