ASP.Net
Microsoft Web and Web App framework.
-
ASP .NET Core – the new stuff
The latest read concerning ASP.Net Core 2.1
-
ASP.Net Core Identity and Bootstrap 4
UPDATING ASP.NET CORE IDENTITY TO USE BOOTSTRAP 4 I still need to read this: The Article How to Scaffold Identity UI in ASP.NET Core 2.1: Scaffold Article
-
Dotnet Core Templates, or DOTNET new -i “the magic”
Time to touch on this topic again… because every time a new DOTNET SDK comes out I seem to lose the new templates. I understand the why, and ya I wish the .Net Core group would fix it. The “why”- each time one updates to a new Core SDK, the template scaffolds get placed into a new folder (usually under your users directory in a annoying place like ….\.templateengine\dotnetcli\”version of sdk”\). So each time you move to a new DOTNET SDK, this becomes a problem. The second part of of DOTNET new -i that is an issue, is if you have different nuget repositories set in VS. It’s a great…
-
GitHub: Develop ASP.NET Core Applications in a Container
Interesting and useful GitHub repo for getting started with “Containerized” Core development. Develop ASP.NET Core Applications in a Container



