top of page
Search


Using Static Files (HTML, CSS,JS) In ASP .NET Core Web API
In this article, we will see how to add static files or groups of static files to an existing ASP.Net Core web API project. As we all...

The Tech Platform
Feb 10, 2022


Azure Blob Storage with .Net 5
Azure Blob Storage Azure Blob storage is Microsoft’s object storage solution for the cloud. Blob storage is optimized for storing massive...

The Tech Platform
Feb 7, 2022


Multiple Request/Response examples for Swagger UI in ASP.NET core
How to add multiple examples for request/response or JsonPatch request in SwaggerUI with Swashbuckle. In this short tutorial, we are...

The Tech Platform
Feb 7, 2022


C# Generics
Generic is a class which allows the user to define classes and methods with the placeholder. Generics were added to version 2.0 of the C#...

The Tech Platform
Feb 5, 2022


What are Tuple in .NET?
Tuple is a data structure which gives you the easiest way to represent a data set which has multiple values that may/may not be related...

The Tech Platform
Feb 4, 2022


Using ProducesResponseType to write a better Web API actions in .Net Core
Motivation I used to create API actions that return only one type most of the time, for example the GetProduct action would return...

The Tech Platform
Feb 4, 2022


Introduction to Polymorphism in C#
Polymorphism is the ability of objects of different types to provide a unique interface for different implementations of methods. It is...

The Tech Platform
Feb 2, 2022


Global Exception Handling in .NET 6
Exception handling is one of the important tasks in the application development cycle. Today, I am planning to tell you the effective way...

The Tech Platform
Jan 28, 2022


Integrating Azure Key Vault with .NET Web Apps and Function Apps
Azure Key Vault is a cloud service that provides secure storage to store your keys, secrets, and other sensitive configuration data for...

The Tech Platform
Jan 27, 2022


How to send emails in .Net Core Web API
Sending emails is an integral part of web development and a better way to connect with your users and keep them up to date with...

The Tech Platform
Jan 27, 2022
bottom of page