asp.net core Tutorial

ASP.NET Core 6.0 MVC Tutorial Day 7 (Session Management)

ASP.NET Core 6.0 MVC Tutorial Day 7 Learning Objective: Let’s do session management using asp.net core 6.0. Example of storing values to session, example of getting value from session. Step 1 Create ASP.NET Core 6.0 Project and now its time to update Program.cs file. Now update Home controller code. Now It’s time to update View SetSession

ASP.NET Core 6.0 MVC Tutorial Day 7 (Session Management) Read More »