Skip to main content

Posts

Showing posts with the label VisualStudioCode

Introduction to ASP .NET Core

Hi everyone, welcome to the Introductory post of ASP .Net Core. In this article, we’ll learn about some ASP .Net Core and the required development environment for web apps. What is ASP .NET Core? Well if you’re still not aware of .Net Core then visit my previous post here . So basically ASP .NET Core is a .Net Core based high-performance framework to develop Web Apps. It provides a robust and smooth backend for your Dynamic Web sites. Why should I use it? Features of ASP .NET Core: Cross-Platform, means can be run on Windows, Linux & Mac Supports Razor Pages to embedded C# code in the front end Support for various popular Front End Frameworks Ready to be deployed on the Cloud, due to a well- defined configuration system Supports the below Hosts: Kestrel IIS sys Nginx Apache Docker Highly developed community for support And Yes, It’s a Microsoft’s product, so the Security comes alongside of it.😃 According to Microsoft , the difference between ASP .Net Cor...
Counter Widget