Getting Started with ASP.NET Core MVC

Getting Started with ASP.NET Core MVC

In this article, we are going to create a really simple application using ASP.NET Core MVC to get more familiar with this technology. Introduction Through this post, we are going to build a really simple application using the ASP.NET Core MVC technology. It is going to be pretty straightforward and this will allow us to have a […]

How To Create Your First .Net Core MVC Project

.Net Developer? You should’ve learned .Net Core yesterday. Irecently worked on a fun personal project, creating a web-based tool for client management using Asp.Net Core with Mvc. if you have already working on Asp.net Mvc framework then it will not difficult for you to understand the flow of work and if you’re new to asp.net then […]

Easy to Build Cross-Platform .NET Core Apps

One of the main reasons for using .NET Core is that you can run it on multiple platforms and architectures. So you can build an app that will run on Windows, but also on Linux, macOS and on different architectures like x86 and ARM. This is perfect for lots of scenarios, including desktop applications. You […]