top of page
Search

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 6, 2022
Azure Static Web Apps with API using Azure Functions
Using the Azure Static Web apps you can deploy you static website and integrate an API using Azure Functions easily. It provides a free...

The Tech Platform
Dec 23, 2021
Step by Step: CRUD Operation Using .NET Core Web API with Entity Framework Using SQL Server.
Software Requirement: Visual Studio 2019 SQL Express Node Package Postman / Swagger) What is Entity Framework : Entity Framework is an...

The Tech Platform
Nov 12, 2021
Dynamic Data Transfer Object in .Net Core
In c# to assemble property values from source to destination can be achieved by mapping source DTO properties to destination DTO class...


The Tech Platform
Oct 22, 2021
Enum as Required Field in ASP.NET Core WebAPI
Enums in C# are a set of named constants that represent a finite list of values. They are used to define a set of related named...

The Tech Platform
Mar 25, 2021
How to avoid fat controllers in ASP.NET Web API
In this article, you will learn about the Fat controllers in ASP.NET web API and how to avoid it. What is Fat controller? A fat...
bottom of page