.NET
All things related to development in the .NET Framework.
-
Unit Testing ASP.NET Core Identity
I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy to work with and customize. Our … more
Section: .NET
-
Website Versioning Revisited
A while back I took a look at versioning web applications using an AssemblyInfo file (see ‘Adding Versioning Information to Your Website using AssemblyInfo’). The article was short … more
Section: .NET
-
Source Control Best Practices
Why Source Control
Let face it. If you want any number of reasons for using source control just Google it. This article is really just a regurgitation of so many others thoughts on the … more
Section: .NET
-
Adding Versioning Information to Your Website using AssemblyInfo
When it comes to versioning the .NET framework has everything a developer needs to define information about an applications assembly like name, description and version. Templates used by … more
Section: .NET