top of page
Search
The Tech Platform
Mar 2, 2022
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
Feb 24, 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 23, 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 21, 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 17, 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 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
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
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...
bottom of page