top of page
Search


What is Cache Busting in .NET?
When a browser requests the server to get a static file, the browser will download this file, and then it will cache them to improve &...
The Tech Platform
Aug 2, 2021


Secrets of .NET Async/Await
Async/await is a feature of the .NET framework that allows developers to write asynchronous code in a more readable and maintainable way....
The Tech Platform
Jul 26, 2021

AutoMapper Extensions in .Net Core
In C# mapping of one POCO class object to another POCO class object can be achieved by assigning source property to destination property...
The Tech Platform
Jul 24, 2021

Decorator Design Pattern in ASP.NET Core
The Decorator design pattern is a structural pattern that allows developers to add functionality to an object dynamically without...
The Tech Platform
Jul 19, 2021


What’s new in Microsoft .NET 6
Microsoft has printed the third preview of .NET 6, the subsequent technology of the corporate’s software program growth platform that may...
The Tech Platform
Jul 17, 2021

How to use and Unit test HttpClient in Asp.net Core
HttpClient is an important component in ASP.NET Core that enables you to send HTTP requests to remote servers and receive HTTP responses...
The Tech Platform
Apr 26, 2021


Blazor Hosting Models
In the dynamic landscape of web development, Blazor, a Microsoft framework, introduces developers to two distinctive hosting models:...
The Tech Platform
Apr 6, 2021

Installing Blazor
Blazor, developed by Microsoft, is an open-source framework that enables developers to build interactive web applications using C# and...
The Tech Platform
Apr 6, 2021

Data Binding in Blazor
Data binding is a fundamental concept in web development that plays a crucial role in creating dynamic and interactive user interfaces....
The Tech Platform
Apr 6, 2021

How to avoid fat controllers in ASP.NET Web API
In this article, you will learn about the Fat controllers in ASP.NET web API and how to avoid it. What is Fat controller? A fat...
The Tech Platform
Mar 25, 2021
bottom of page