top of page
Search


Building GraphQL API With .Net 5 — EF Core And Hot Chocolate
Introduction GraphQL is an open-source query language, originally developed by Facebook. It was in the year 2012 that Facebook chose 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 24, 2022


Custom State Management in Hangfire
Most enterprise applications require asynchronous, scheduled, or recurring tasks such as batch imports from a file, mass mails or...

The Tech Platform
Feb 22, 2022


Soccer Microservice on .Net core, Entity Framework, Mysql and Insomnia
Building Soccer microservice on .Net Core, Entity Framework, Mysql, Insomnia, with Swagger, Auto-mapper, OData, etc. Introduction In this...

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 22, 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 21, 2022


How to Send an SMS with .Net 6 Minimal API
Prerequisites .Net 6 RC 2 SDK or greater Visual Studio 2022 Preview or Visual Studio Code Vonage API Account To complete this tutorial,...

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...

The Tech Platform
Feb 17, 2022


Memory Management in Operating System
Memory Management is the process of coordinating and controlling the memory in a computer, Blocks are assigning portions that are...

The Tech Platform
Feb 17, 2022
bottom of page