top of page
Search


Create a web API using minimal API ASP.NET Core
Minimal APIs are architected to create HTTP APIs with minimal dependencies. They are ideal for microservices and apps that want to...

The Tech Platform
Jul 22, 2022


How to Upload Image and Display in Image Control in ASP.NET?
In this articles, we will explain "how you can upload the image on server using Image Control in ASP.NET web-forms". Step 1: Create a new...

The Tech Platform
Jul 15, 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 13, 2022


Checking Orleans with the PVS-Studio analyzer
Introduction Orleans is a cross-platform framework for creating scalable cloud applications. This software is developed by Microsoft, and...

The Tech Platform
Jul 11, 2022


CI / CD with GitHub in .NET
GitHub uses GitHub Actions to launch CI / CD, the documentation for which can be found here and read in full. Here’s an example of how to...

The Tech Platform
Jul 11, 2022


What is Mobile App Development? Languages for Android App / iOS App Development
Mobile application development is the set of processes and procedures involved in writing software for small, wireless computing devices,...

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


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
Jul 4, 2022


Improving request logs in Azure Log Analytics for .NET APIs.
Log Analytics is a tool in the Azure portal where you can query, analyze and visualize data in Azure Monitor logs. Using the Application...

The Tech Platform
Jul 4, 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...

The Tech Platform
Jun 28, 2022
bottom of page