Force Update .Net Core SDK Docker Image Using Drone
Since working with .NET Core from the release candidate days, the framework continues to get updated. That's a great thing, but living on the edge of a framework sometimes also…
Continue ReadingSince working with .NET Core from the release candidate days, the framework continues to get updated. That's a great thing, but living on the edge of a framework sometimes also…
Continue ReadingWith .NET Core, gone are the days of needing a 3rd party solution to implement Dependency Injection (DI). DI support is built-in to the .NET Core framework, but getting this…
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 find yourself working with a code base using SVN for source control (bla..), then you may as well spend a few minutes automating the periodic updates you'll need…
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 Reading