top of page
Search


What is API Versioning? API Versioning Methods/Types
Versioning is the practice of creating collaborative data sharing and editing controls to ensure that your product continues to give...

The Tech Platform
Mar 2, 2022


Building GraphQL API With .Net 5 — EF Core And Hot Chocolate
Introduction GraphQL is an open-source query language, originally developed by Facebook. It was in the year 2012 that Facebook chose to...

The Tech Platform
Feb 24, 2022


How to Call Event-Stream APIs in Angular
In this post, we will tell you how this API was called in Angular (to refresh inbox when a new mail arrives or a mail is sent to trash in...

The Tech Platform
Feb 23, 2022


Web Services vs API
Web Services: A Web service is a collection of open protocols and standards which are widely used for exchanging data between systems or...

The Tech Platform
Feb 21, 2022


Using DateOnly with .Net 6 WebAPI and Entity Framework
Solving the Entity Framework part We need to tell EF how to handle DateOnly and DateOnly? — so we first need a pair of converters: using...

The Tech Platform
Feb 21, 2022


How to Send an SMS with .Net 6 Minimal API
Prerequisites .Net 6 RC 2 SDK or greater Visual Studio 2022 Preview or Visual Studio Code Vonage API Account To complete this tutorial,...

The Tech Platform
Feb 17, 2022


HttpPut Or HttpPatch in ASP.Net Core ?
The HTTP PUT request method creates a new resource or replaces a representation of the target resource with the request payload. The HTTP...

The Tech Platform
Feb 17, 2022


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


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


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
bottom of page