top of page
Search

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 28, 2022

Using RabbitMQ with multiple consumers from one .NET executable
RabbitMQ is a popular message broker that uses AMQP protocol. Helps creating and working with queues of data messages. Queues are needed...
The Tech Platform
Feb 24, 2022

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

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 23, 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

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

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