top of page
Search
The Tech Platform
Apr 13
How to Handle Real-Time Data Synchronization with SignalR and Blazor?
We'll explore the importance of real-time data in web apps, unpack the functionalities of SignalR and Blazor
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
Apr 22, 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
Jan 28, 2022
Global Exception Handling in .NET 6
Exception handling is one of the important tasks in the application development cycle. Today, I am planning to tell you the effective way...
The Tech Platform
Jan 10, 2022
.NET Core 3 Source Code Scanning
Hello, in this article, I will show you how to scan an application developed with .Net Core 3 framework using Fortify. Visual Studio 2019...
The Tech Platform
Jan 3, 2022
Publisher/Subscriber messaging with Redis
The first thing we need to do is to create a new service that will inherit from “BackgroundService”. In this class, we must implement an...
The Tech Platform
Dec 23, 2021
Step by Step: CRUD Operation Using .NET Core Web API with Entity Framework Using SQL Server.
Software Requirement: Visual Studio 2019 SQL Express Node Package Postman / Swagger) What is Entity Framework : Entity Framework is an...
The Tech Platform
Dec 6, 2021
Factory Method of Creational Design Patterns for .Net Core
In this article, we will address a common problem encountered in applications that receive payments from multiple banks. The number of...
The Tech Platform
Nov 16, 2021
RabbitMQ in .NET Core
RabbitMQ is a most popular and widely used open source message broker software. It supports multiple protocols AMQP, STOMP, MQTT, HTTP...
bottom of page