top of page
Search


NLog with ILogger in .Net 6.0 Web API
In software development, where intricate systems and complex functionalities intertwine, logging stands as a silent sentinel, diligently...

The Tech Platform
Jun 21, 2022


How to export data to Excel in ASP.NET Core
When needing to export data to Excel, you have a couple of different options. If you need simple tabular data, generating a CSV file may...

The Tech Platform
Jun 10, 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


.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


How to Integrate BoldSign into Your ASP.NET Core Application
BoldSign is a web application that enables users to sign documents digitally and allows you to send documents for e-signatures from...

The Tech Platform
Apr 21, 2022


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


Authentication in ASP.Net Core
A step-by-step guide for user authentication in your ASP.Net Core Web Apps Authenticating a user is one of the basic and most widely...

The Tech Platform
Apr 8, 2022


Why is .Net the Optimum Choice To Develop Web Apps?
.NET is one of the best software frameworks developed by Microsoft. Developers can build all kinds of apps from the simplest ones to the...

The Tech Platform
Feb 24, 2022


Hosting Multiple ASP.NET Core Apps in Ubuntu Linux Server Using Apache
ASP.NET Core is a cross-platform web development framework that supports developing applications on Windows, Mac, Linux, iOS, and Android...

The Tech Platform
Feb 23, 2022


How to properly dispose in AspNetCore application?
The quick answer implies that your AspNetCore aplication is stateless. Meaning that all state that is required for your application to...

The Tech Platform
Jan 31, 2022
bottom of page