Before you understand the difference between .NET Core SDK vs Runtime vs Hosting Bundle, you need to know about the .NET Core. What is .NET Core? .NET Core is an Open Source software development framework used to create, build, and run the cross-platform supported .NET Core application. This .NET Core application can be a Web […]
Cookie Authentication in ASP.NET CORE MVC Web Application
Authentication is the process of identifying the user that is who you are. Another related term is Authorization is this process of identifying whether you have authorized to access something in web it will be website pages. Authorization is the important module, most of the projects would not complete without covering this area. Also, there […]
10 best practices to secure ASP.NET Core/MVC Web applications
In this article, you are going to walk through 10 best practices that everyone must consider in the security aspects while writing web applications in ASP.NET Core or MVC framework. These security vulnerabilities are common to all web applications. Below are the few major security vulnerabilities that can be exploited by hackers to gather information, […]
Advantages of ASP.NET Core
Open Source ASP.NET Core is a free, open-source and cloud optimized web framework. The framework is a complete rewrite from scratch in order to make it open source, modular and cross-platform. Runs on Multiple Operating System ASP.NET Core applications will run on Windows, Linux, and Mac. So, you don’t need to work on different application […]