;

ASP.NET MVC Articles


How to Get Specific QueryString Parameter Value from a String Value in C#

Tutorialsrack 26/01/2022 C# ASP.NET MVC ASP.NET WEB API ASP.NET ASP.NET Core

n this article, you’ll learn how to get the specific query string parameter value from a string value in c#. We recently needed to parse and modify some query strings while building new redirects. There are various ways to achieve this but in this post, we are using the HttpUtility.ParseQueryString method and extension method to get the specific query string parameter value from the string URL.

Read More..

How to Extend/Increase Session Timeout in ASP.NET or ASP.NET MVC c#

Tutorialsrack 02/10/2020 C# ASP.NET MVC

In this article, you will learn how to increase or extend the session timeout in ASP.NET or ASP.NET MVC. By default, the session timeout is 20 minutes after that session will expire. So if you want to increase or extend the session custom timeout for an application. You can set it in different ways such as using Web.config, Global.asax file, or using IIS.

Read More..
Recent Posts
Tags