Tag: .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

.NET Framework comes to end

Microsoft has decided to stop the new development for .NET Framework. .NET Framework 4.8 will be the last major version of .NET Framework.  There focus will be on .NET Core. With the .NET Core 3.0 release in September 2019, all new .NET applications should be based on .NET Core. If we have existing .NET Framework applications that we are maintaining, there is no need to […]

Back To Top