top of page
Search

The Tech Platform
Apr 8, 2022
Authentication in ASP.Net Core
A step-by-step guide for user authentication in your ASP.Net Core Web Apps Authenticating a user is one of the basic and most widely...

The Tech Platform
Apr 6, 2022
How to run ASP.NET Core & SQL Server from Docker
In this tutorial, we will first show you how to configure ASP.NET Core to run on Docker, then how to configure SQL Server on Docker....

The Tech Platform
Apr 4, 2022
Introduction to Dependency Injection(DI)
Dependency Injection (DI) is a widely adopted design pattern that effectively reduces tight coupling between software components,...

The Tech Platform
Feb 28, 2022
In-Memory Cache: Use of Memory Caching In .NET Core
What is In-Memory Caching? In-Memory Caching is a method used to provide faster response to incoming requests. When a request is made to...

The Tech Platform
Feb 24, 2022
Why is .Net the Optimum Choice To Develop Web Apps?
.NET is one of the best software frameworks developed by Microsoft. Developers can build all kinds of apps from the simplest ones to the...

The Tech Platform
Feb 23, 2022
Hosting Multiple ASP.NET Core Apps in Ubuntu Linux Server Using Apache
ASP.NET Core is a cross-platform web development framework that supports developing applications on Windows, Mac, Linux, iOS, and Android...

The Tech Platform
Feb 22, 2022
Difference between AddScoped and AddTransient in .NET 6
To access the .NET Core DI functionality, your app must have references to Microsoft.Extensions.DependencyInjection NuGet package....

The Tech Platform
Feb 21, 2022
Using DateOnly with .Net 6 WebAPI and Entity Framework
Solving the Entity Framework part We need to tell EF how to handle DateOnly and DateOnly? — so we first need a pair of converters: using...

The Tech Platform
Feb 17, 2022
HttpPut Or HttpPatch in ASP.Net Core ?
The HTTP PUT request method creates a new resource or replaces a representation of the target resource with the request payload. The HTTP...

The Tech Platform
Feb 17, 2022
How to Reuse Xamarin.Forms Custom Renderers in .NET MAUI
Nowadays, we see many devices working across multiple platforms, from Android and iOS to Windows and macOS. To develop multiple...
bottom of page