Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 3, 2015Setting up authentication in ASP.Net MVC 5 using Identity librariesI've been working on this side project of mine developed in ASP.Net MVC 5.While developing the project, I started with an empty MVC project template.As a result of this, the default plumbing about authentication etc was not part of this project.I was...Discussasp.net identity
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 5, 2015Authentication in ASP.Net MVC 5 using Identity Libraries – Part 2In my earlier post, I had created a basic HomeController and an AuthController.When we ran the application there was enough logic to check if the user had been authenticated and if not he would be redirected to the login page. Moving on, we'll now ad...Discussasp.net identity
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Aug 23, 2015Compiler error CS1617 Invalid option 6 for langversion comes up in Visual Studio 2015 for .Net Framework 4.6I created an empty ASP.Net MVC 5 project in Visual Studio 2015 recently.This project targeted .Net Framework version 4.5.2 by default. The project compiled successfully and ran as expected without any issues. Later on, I changed this from the project...Discuss.Net framework v4.5.2
Hammad MaqboolforHammad Maqboolhammadorbit.hashnode.net·Feb 25, 2023Learn how to develop a blog with C#.NET MVCStatus: Completed For Resource and Complete Series: Check the series Link: https://blog.iamhammadmaqbool.com/series/dotnet-mvc-webdevelopmentDiscuss·28 reads.NET Talks ❤️C#
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 6, 2015Authentication in ASP.Net MVC 5 using Identity Libraries – Part 3My earlier post listed the steps to set up cookie-based authentication in ASP.Net MVC 5 project using Identity libraries.There was, however, a hardcoded username and password used for the authentication logic.I will replace the same with the new memb...Discussasp.net identity
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 5, 2015Authentication in ASP.Net MVC 5 using Identity Libraries – Part 2In my earlier post, I had created a basic HomeController and an AuthController.When we ran the application there was enough logic to check if the user had been authenticated and if not he would be redirected to the login page. Moving on, we'll now ad...Discussasp.net identity
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 4, 2015Authentication in ASP.Net MVC 5 using Identity Libraries - Part 1In my earlier post, I referred to the post by Ben Foster on using ASP.Net Identity libraries to add authentication support. I'm planning to try the same using an ASP.Net MVC 5 web application.I'll be covering the same on my blog as a 3 part series, t...Discussasp.net identity
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Sep 3, 2015Setting up authentication in ASP.Net MVC 5 using Identity librariesI've been working on this side project of mine developed in ASP.Net MVC 5.While developing the project, I started with an empty MVC project template.As a result of this, the default plumbing about authentication etc was not part of this project.I was...Discussasp.net identity
Sundeep KamathforMy Tryst with CODE ...trystwithcode.hashnode.net·Aug 23, 2015Compiler error CS1617 Invalid option 6 for langversion comes up in Visual Studio 2015 for .Net Framework 4.6I created an empty ASP.Net MVC 5 project in Visual Studio 2015 recently.This project targeted .Net Framework version 4.5.2 by default. The project compiled successfully and ran as expected without any issues. Later on, I changed this from the project...Discuss.Net framework v4.5.2