Tag: ASP.NET

Technical

.NET Core SDK vs Runtime vs Hosting Bundle

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 […]

Technical

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 […]

Technical

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, […]

Back To Top