top of page
Search

How to use endpoint routing in ASP.NET Core 3.0 MVC
The Endpoint Routing is the Process by which ASP.NET Core inspects the incoming HTTP requests and maps them to applications executable...
The Tech Platform
Jun 3, 2022

Options Pattern in C#: How to supply <IOptions>
The IOptions service is used to bind strongly types options class to configuration section and registers it to the Asp.Net Core...
The Tech Platform
Jun 1, 2022

Creating a Menu Bar UI with .NET MAUI Preview 14
In this blog, We will create a photo viewer and editor .NET MAUI desktop application and integrate the menu bar in it. Create photo...
The Tech Platform
Jun 1, 2022

11 Best Productivity Tools for Developers
Productivity tools for developers can easily save the day and make work faster, easier, and more efficient. They can also help relieve...
The Tech Platform
May 31, 2022

How to handle 404 errors in ASP.NET Core MVC
In ASP.NET Core MVC, a 404 error (also known as HTTP error 404) occurs when the server cannot find the requested resource or page. This...
The Tech Platform
May 30, 2022

The Best Programming Languages for Cloud Computing
Cloud computing is the on-demand availability of computer system resources, especially data storage and computing power, without direct...
The Tech Platform
May 28, 2022

.NET Core Best Practices
.NET Core is a free, open-source, general-purpose development platform maintained by Microsoft. It is a cross-platform framework that...
The Tech Platform
May 28, 2022

State Pattern : a simple implementation in C# dotnet core.
The State pattern allows an object to alter its behavior when its internal state changes. This is achieved by swapping internal state...
The Tech Platform
May 27, 2022

How to Learn new Programming Language faster
There are some steps you want to take to accelerate the learning process and increase your fluency in the programming language you are...
The Tech Platform
May 24, 2022

Difference Between Const vs Readonly vs Static in C#
Const: Constant fields or local variables must be assigned a value at the time of declaration and after that, they cannot be modified. By...
The Tech Platform
May 21, 2022
bottom of page