top of page
Search

Repository Pattern with AutoMapper in .Net Core
First Base Entity entity second generic IRepository implementation of IRepository and inject IRepository in ConfigureServices in-service...
The Tech Platform
Oct 13, 2021

Top 10 backend frameworks
Backend frameworks are quintessential to application development for countless businesses across the world today. Finding the right...
The Tech Platform
Sep 24, 2021


ASP.NET State Management
ASP.NET is a popular web development framework that allows developers to build dynamic web applications using the .NET platform. State...
The Tech Platform
Sep 7, 2021

Ways to handle errors in .NET
Error handling is always an essential part of an application. When processing some business logic requests, it’s always necessary to let...
The Tech Platform
Sep 6, 2021

A scratch guide to API versioning in ASP.NET Core
If I call an API with a URL of https://mybandapi.com/api/bands/4, I’ll get the following response: { "id": 4, "name": "The Eagles, man" }...
The Tech Platform
Aug 18, 2021

How to upload a file to a folder in ASP.NET Core MVC
In modern web applications, file uploads are an essential feature. In ASP.NET Core MVC, you can easily implement file-uploading...
The Tech Platform
Aug 18, 2021

How to use Redis and Lua Scripts in a C# ASP.NET Core Microservice Architecture
In this article, we will explore how to use StackExchange.Redis in an ASP.NET Core application to access a Redis server running in...
The Tech Platform
Jul 20, 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

CQRS Pattern Using MediatR In .NET 5
In this article let us learn the basics of the CQRS pattern using the MediatR NuGet package in .Net 5. We know how a traditional web API...
The Tech Platform
Jul 3, 2021
bottom of page