top of page
Search
The Tech Platform
Feb 28, 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 13, 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 7, 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 6, 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
Jan 25, 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
Dec 20, 2022
.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 19, 2022
Coding Apps for Beginners
Coding is important for students because it helps to increase confidence. Because coding empowers students with applicable skills such as...
The Tech Platform
Nov 22, 2022
Best Software Engineering Books (2023)
Software engineering is a branch of computer science and a wing of engineering connected to the growth and development of computer...
The Tech Platform
Nov 9, 2022
Azure Application Insights in ASP.NET Core
Azure Application Insights is an extensible application performance management (APM) service that can be used to monitor performance,...
The Tech Platform
Nov 3, 2022
Introduction to ASP.NET Core
In this article, we will discuss the ASP.NET Core. How it is different from ASP.NET. Will learn why we should use ASP.NET Core. Here we...
bottom of page