top of page
Search


Razor view engine vs ASPX view engines in ASP.NET. Which is best?
When it comes to developing web applications in ASP.NET, developers have two main options for creating views: Razor view engine and ASPX...

The Tech Platform
Apr 3, 2023


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


Performance Improvements in .NET 6
Performance improvement in .NET 6 refers to the various enhancements made to the .NET Framework that improve the performance of...

The Tech Platform
Mar 2, 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
bottom of page
