top of page
Search


Creating Scheduled Jobs Using Hangfire
In this article, we will make a .NET CORE application that sends mail using the Hangfire framework. Without giving much theoretical...

The Tech Platform
Apr 14, 2022


Migrating ASP.NET Core data protection with zero downtime
Problem: How do we migrate from a key ring which is protected by Key Vault, to a key ring which is protected by a certificate, without...

The Tech Platform
Apr 12, 2022


Top .NET Interview Questions and Answers
Q-1: What is the .NET framework? The .NET framework supports an object-oriented approach that is used for building applications on...

The Tech Platform
Apr 11, 2022


Blazor Server App CRUD With Entity Framework Core In .Net 5
In this article, we will learn what Blazor is and how we can set up Blazor by making a basic CRUD Application with Entity Framework Core...

The Tech Platform
Apr 7, 2022


Couchbase Implementation With Net 5.0
Joker Series: It is a microservices project that I have learned and tried to implement the best approaches. I have decided to write the...

The Tech Platform
Apr 7, 2022


Different Ways to Inject Dependencies in .NET Core
It is impossible nowadays to design classes/controllers which don’t depend on other objects. Rather than instantiating those objects...

The Tech Platform
Apr 5, 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
Apr 4, 2022


Deploying a .NET dockerized application with Kubernetes
In modern application development and deployment, Kubernetes has emerged as a leading platform for orchestrating containerized...

The Tech Platform
Mar 16, 2022


Active-Passive Background Service In .Net 6
We should be able to run multiple instances on the same background service on multiple servers. At the same time, only one instance...

The Tech Platform
Mar 1, 2022


What are the Components of .NET Framework?
The .NET framework is a software development framework from Microsoft. It provides a controlled programming environment where software...

The Tech Platform
Feb 28, 2022
bottom of page