top of page
Search


State Pattern : a simple implementation in C# dotnet core.
The State pattern allows an object to alter its behavior when its internal state changes. This is achieved by swapping internal state...

The Tech Platform
May 27, 2022


Insights into the .NET Multi-Platform App UI — MAUI
Microsoft’s latest cross-platform offering .NET MAUI is the next generation of Xamarin.Forms and is the evolution of Xamarin.Forms...

The Tech Platform
May 13, 2022


The 10 Commandments .NET Developers Must apply for Secure Applications
The security of .NET applications is necessary and knowing how to protect it is not always an easy task. As developers, we must be clear...

The Tech Platform
May 9, 2022


Asp.net core RateLimit with ActionFilters
In today's world, APIs are very crucial for most web applications. The usage of APIs has been increasing day by day, and so is the need...

The Tech Platform
May 9, 2022


Create SOAP Web Service in DOTNET Core
In this article, I’m going to demonstrate development of SOAP WebService using .Net Core. We will utilize a NutGet package available for...

The Tech Platform
May 5, 2022


Define DTO(Data Transfer Object). How to use Data Transfer Objects in ASP.NET Core 3.1
Data Transfer Object (DTO) a Data Transfer Object (DTO) is a pattern used to transfer data between software components, particularly...

The Tech Platform
May 5, 2022


8 quick tips to improve your .NET API
Every day we need to develop new APIs, whether at work or for study purposes, and some features can help us with the use of good...

The Tech Platform
May 5, 2022


Guide to Build Cross-Platform Applications with .NET Core
In today’s time, web application development has become way too simple and a wide array of latest technologies and frameworks have come...

The Tech Platform
Apr 30, 2022


Outbox Pattern in .Net
What’s the Outbox Pattern? A reliable way of saving state to your database and publishing a message/event to a message broker. Why do you...

The Tech Platform
Apr 22, 2022


Implement Pagination in ASP.NET MVC
Pagination is a common requirement in web applications that deal with large amounts of data. In ASP.NET MVC, pagination can be...

The Tech Platform
Apr 21, 2022
bottom of page