top of page
Search

How to check session timeout in ASP.NET
Session timeout is an important aspect of web application development that determines the amount of time a user can spend on a website...
The Tech Platform
Mar 30, 2023

What is global.asax in ASP.NET? How to customize the application's behavior?
In the Global.asax file, we write code the same way we write in the code-behind file of a web form with a .aspx file. However, the main...
The Tech Platform
Mar 28, 2023

How to integrate with Angular using ASP.NET Web API?
Integrating ASP.NET Web API with Angular involves building a web service using ASP.NET Web API that can be consumed by an Angular...
The Tech Platform
Mar 9, 2023

Best Practice to Organize your ASP.NET Application
ASP.NET is a powerful web development framework that allows developers to create scalable and maintainable web applications. However, as...
The Tech Platform
Mar 1, 2023

Model Component in ASP.NET MVC Architecture
ASP.NET MVC (Model-View-Controller) is a powerful framework for building web applications. One of its key components is the Model, which...
The Tech Platform
Feb 28, 2023

Implement unit testing in ASP.NET Core to improve the quality and maintainability of your code
Unit testing is an essential component of software development, especially when it comes to building applications in ASP.NET Core. Unit...
The Tech Platform
Feb 13, 2023

How to use cross-page posting in ASP.NET
What is Cross-Page Posting? Cross-page posting in ASP.NET is a feature that enables you to submit data from one page to another in a web...
The Tech Platform
Feb 7, 2023

Types of caching in ASP.NET
Caching is a mechanism in ASP.NET that allows you to store data in memory for a specified period of time so that it can be reused quickly...
The Tech Platform
Feb 6, 2023

Introduction to MasterPage in ASP.NET
A master page in ASP.NET is a template that defines the layout and visual structure of one or more web pages on a website. It allows...
The Tech Platform
Jan 25, 2023

.NET Development Tools
A Development Tool is a computer program that software developers use to create, debug, maintain, or otherwise support other programs and...
The Tech Platform
Dec 20, 2022
bottom of page