Core
Matters related to .Net Core.
-
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…
-
Article: Looks like .Net Core 2.1 preview 2 is here.
I’ve not even finished looking at the 1st preview – with a read though. Seems there’s come controversy starting with how previews roll form version to version. It seems a bit pointless to me. I understand the “breaking” changes, and I have no issue with the change in policy. Read the article. Announcing .NET Core 2.1 Preview 2
-
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



