top of page
Search


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


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 9, 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...

The Tech Platform
Nov 3, 2022


FromServices Attributes in ASP.NET Core
ASP.NET Core provides an attribute called FromServices to inject the dependencies directly into the controller's action method. In this...

The Tech Platform
Nov 1, 2022


URL Rewriting Middleware in ASP.NET Core
URL rewriting is the act of modifying request URLs based on one or more predefined rules. URL rewriting creates an abstraction between...

The Tech Platform
Oct 27, 2022


Handling Null Values in ASP.NET Core
ASP.NET Core MVC is the .NET Core counterpart of the ASP.NET MVC framework. You can take advantage of ASP.NET Core MVC to build...

The Tech Platform
Oct 22, 2022


What are Static files in ASP.NET Core? How to use it?
Static files, such as HTML, CSS, images, and JavaScript, are assets an ASP.NET Core app serves directly to clients by default. Static...

The Tech Platform
Oct 20, 2022


Data Protection in ASP.NET Core
In web development, keeping sensitive data safe is a top priority. ASP.NET Core recognizes this need and offers a powerful solution – the...

The Tech Platform
Oct 17, 2022


Creating an in-memory cache for .NET 6 Web API
Caching is the technique of storing frequently accessed data at a temporary location for quicker access in the future. ASP.NET Core...

The Tech Platform
Oct 17, 2022
bottom of page
