Your cart is currently empty!
Category: .Net
-
A Simple Blog CMS in C#
I’m not a big fan of .Net and Microsoft! Anyway, Let’s create a simple blog CMS using C# and ASP.NET Core. This will be a basic implementation to get you started. Step 1: Set Up Your Project Create a new ASP.NET Core Web Application: dotnet new mvc -n SimpleBlogCMS cd SimpleBlogCMS Install Entity Framework Core:…