top of page
Search

The Tech Platform
Nov 3, 2022
Introduction to ASP.NET Core
In this article, we will discuss the ASP.NET Core. How it is different from ASP.NET. Will learn why we should use ASP.NET Core. Here we...

The Tech Platform
Oct 25, 2022
Global Exception Handling in ASP.NET Core
What is Global Exception Handling? The Global Exception Handler is a type of workflow designed to determine the project’s behavior when...

The Tech Platform
Oct 22, 2022
Handling Null Values in ASP.NET Core
ASP.NET Core MVC is the .NET Core counterpart of the ASP.NET MVC framework. You can take advantage of ASP.NET Core MVC to build...

The Tech Platform
Sep 6, 2022
Introduction to Worker Services in ASP.NET Core
Worker Services in ASP.NET Core provide a robust foundation for building efficient, long-running background tasks. These specialized...

The Tech Platform
Sep 2, 2022
How to consume ASP.NET Core Web API using RestSharp
What is RestSharp? RestSharp is a comprehensive, open-source HTTP client library that works with all kinds of DotNet technologies. It can...

The Tech Platform
Aug 2, 2022
How to Format Response Data in ASP.NET Core
In web development, the transmission of data between a server and a client is a fundamental aspect. Response data, representing the...

The Tech Platform
Jul 29, 2022
Introduction to Controller in ASP.NET Core
What is Controller ? The Controller in MVC architecture handles any incoming URL request. The Controller is a class, derived from the...

The Tech Platform
Jul 13, 2022
How to send email in ASP.NET Core?
Sending emails is a common requirement in ASP.NET Core web applications. In this article we will learn how to send emails with...

The Tech Platform
Jul 4, 2022
How to Migrate Old ASP.NET Applications to .NET Core?
.NET Core is a new version of .NET Framework, which is a free, open-source, general-purpose development platform maintained by Microsoft....

The Tech Platform
Jun 28, 2022
Filters in ASP.NET: How to use dependency injection in action filters in ASP.NET Core?
Filters are special components in ASP.NET Core that allow us to control the execution of a request at specific stages of the request...
bottom of page