top of page
Search

Tools to build ASP.NET Blazor Apps
In the ever-changing world of web development, ASP.NET Blazor stands out as an exciting framework by Microsoft. It lets you create...
The Tech Platform
Oct 31, 2023

FromServices Attributes in ASP.NET Core
ASP.NET Core provides an attribute called FromServices to inject the dependencies directly into the controller's action method. In this...
The Tech Platform
Nov 1, 2022

Cookies in ASP.NET Core
In web development, cookies play a crucial role in maintaining the session state and improving the browsing experience for users. Cookies...
The Tech Platform
Oct 28, 2022

URL Rewriting Middleware in ASP.NET Core
URL rewriting is the act of modifying request URLs based on one or more predefined rules. URL rewriting creates an abstraction between...
The Tech Platform
Oct 27, 2022

Advanced NLog features in ASP.NET Core
NLog is an open source lightweight logging framework, which provides rich log routing and management functions.
The Tech Platform
Aug 29, 2022

Configure Multiple DBs with Repository pattern in .Net Core
To configure mongoDB, we need to install mongoDB driver for C#, this we can install via NuGet package manager. After installation we need...
The Tech Platform
Jul 7, 2022

Converting DateOnly and TimeOnly to DateTime and vice versa in .NET 6
How DateOnly and TimeOnly can be used with legacy application where DateTime is already used? How can we migrate to use this ? How do we...
The Tech Platform
Dec 22, 2021


Designing Interfaces in .NET C#
While working on your masterpiece software system, you define your own interfaces to act as contracts between your different system...
The Tech Platform
Dec 1, 2021

Multithreading and parallelism with C # examples in the .NET platform.
What is multithreading? Multithreading— it is the ability of a platform (application) to perform multiple operations in one process. One...
The Tech Platform
Oct 7, 2021


Micro APIs with OpenFaaS and .NET
Serverless functions are becoming increasingly popular, but not everything fits into that model. And although it is possible to create an...
The Tech Platform
Jul 13, 2021
bottom of page