top of page
Search

The Tech Platform
May 28, 2022
.NET Core Best Practices
.NET Core is a free, open-source, general-purpose development platform maintained by Microsoft. It is a cross-platform framework that...

The Tech Platform
May 27, 2022
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 24, 2022
How to Learn new Programming Language faster
There are some steps you want to take to accelerate the learning process and increase your fluency in the programming language you are...

The Tech Platform
May 20, 2022
Dependency Inversion Principle: How Google Developers write code
What is Dependency Inversion Principle? Dependency Inversion Principle corresponds to D among SOLI’D’ Principles. Its principle starts...

The Tech Platform
May 14, 2022
How to log data to SQL Server in ASP.NET Core
Logging is an important aspect of software development, as it provides insights into how an application behaves and helps to identify and...

The Tech Platform
May 13, 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 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 5, 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
Apr 30, 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...
bottom of page