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
Dec 20, 2021
API (Application Programming Interface): Working, Architecture, Components
API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each...

The Tech Platform
Dec 16, 2021
Generate a TypeScript client from .NET 6 Web API
.NET 6 is a cross-platform, open-source framework developed by Microsoft for building modern applications. One of its key features is the...

The Tech Platform
Dec 6, 2021
How to Apply API Versioning in ASP.NET Core
API versioning is an essential feature of web development that enables developers to control the versions of their APIs. With versioning,...

The Tech Platform
Nov 12, 2021
CQRS vs Classical n-layer application
When building an API the typical practice is to divide it into parts, simplest would be presentation, service / business logic and data...

The Tech Platform
Nov 10, 2021
How to use cancellation tokens?
A CancellationToken enables cooperative cancellation between threads, thread pool work items, or Task objects. You create a cancellation...


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
Oct 20, 2021
API Versioning Methods : A Brief Introduction
Versioning is the practice of creating collaborative data sharing and editing controls to ensure that your product continues to give...
bottom of page