top of page
Search


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


Starting with .NET Core in Linux TDD style
.NET Core is an open source, multi-platform, and multi-purpose runtime for .NET applications developed by Microsoft. With .NET Core you...

The Tech Platform
Jun 28, 2021


What is the Difference between .NET Core and .NET Framework.
.NET Core is a free open source, a general-purpose development platform for developing modern cloud-based software applications on...

The Tech Platform
Jun 8, 2021


MessagePipe — High performance messaging library for .NET and Unity
It mainly supports Publish/Subscribe patterns in in-memory, and covers all cases with a unified interface. For example, it supports...

The Tech Platform
Jun 7, 2021


Entity Framework Core 5 — Table-per-Type and Table-per-Hierarchy
A new feature that was added on Entity Framework Core 5, it’s the possibility to create a Table-per-Type (TPT) mapping. In this article,...

The Tech Platform
Jun 7, 2021


.Net Core 5 DropDownList
In this article, we will see how to create a simple dropdown list in ASP.NET Core 5 MVC. Although, we know we have several ways to create...

The Tech Platform
Jun 1, 2021


ASP.NET Core updates in .NET 6 Preview 2
To get started with ASP.NET Core in .NET 6 Preview 2, install the .NET 6 SDK. If you’re on Windows using Visual Studio, we recommend...

The Tech Platform
May 24, 2021


How We Added Raspberry Pi Support to Our .NET SDK
Raspberry Pi is a small single-board computer that has gained popularity in recent years. Its low cost, small size, and versatility make...

The Tech Platform
May 20, 2021


OData in .Net Core
OData is an open source, open protocol technology that provides the ability to develop Queryable APIs. OData helps you focus on your...

The Tech Platform
May 17, 2021


Executing Raw Sql Queries using Entity Framework Core and returns result to Generic Data Model
Entity Framework Core is a widely used Object-Relational Mapping (ORM) tool for .NET developers. It allows developers to work with...

The Tech Platform
Apr 26, 2021
bottom of page