Coding Grounds
Compilation of different programming projects I amuse myself with.
Monday, 29 June 2020
Adding Bootstrap 4 to Asp.Net Core MVC solution
›
To add Bootstrap 4 or newer to an Asp.NET Core MVC Solution, you can do this in the following manner if you use Visual Studio 2019 and .Net ...
1 comment:
Wednesday, 17 June 2020
Multiple enum values set to same value codefix for VS
›
I created a new extension in Visual Studio today! The UniqueEnumValueFixer vs extension is now available here! https://marketplace.visuals...
Wednesday, 10 June 2020
Creating a self signed certificate with Powershell and preparing it for IIS
›
I just wrote an automated routine in Powershell to create a self signed certificate. #Install-Module -Name 'WebAdministration' I...
‹
›
Home
View web version