top of page
Search


How to create multiple output bindings in Azure Functions using — .NET
Azure is a cloud platform that offers different solutions in various domains, In serverless and storage, azure provides many different...

The Tech Platform
Dec 28, 2021


Create a Fraud Detection Microservice in .NET and Vonage
When you sign up for services like insurance policies, financing assets like a mortgage, or even something like a mobile phone plan, the...

The Tech Platform
Dec 28, 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 23, 2021


Exceptions in .NET
Exceptions are errors that occur during the runtime of a program. The advantage of using exceptions is that the program doesn’t terminate...

The Tech Platform
Dec 23, 2021


Windows Forms in .NET 6.0
Accessibility improvements and fixes Making Windows Forms applications more accessible to more users is one of the big goals for the...

The Tech Platform
Dec 22, 2021


Converting DateOnly and TimeOnly to DateTime and vice versa in .NET 6
How DateOnly and TimeOnly can be used with legacy application where DateTime is already used? How can we migrate to use this ? How do we...

The Tech Platform
Dec 22, 2021


JWT and Refresh Tokens in ASP.NET Core
In this article we’ll go through a simple example of how to implement JWT(Json Web Token) authentication and Refresh tokens in ASP.NET...

The Tech Platform
Dec 21, 2021


Distributed .NET application with Masstransit and RabbitMQ
Since it supports docker it should be able to run dotnet even though I can’t install dotnet directly on the NAS. Given the context I will...

The Tech Platform
Dec 21, 2021


Injecting .Net Assembly Into .Net Application
As demonstration purpose, i have written the following app. As you already got what the code does (a simple msgbox says “Hello World from...

The Tech Platform
Dec 20, 2021


Certificate Based Authentication in ASP.Net core Web API
Certificate-based authentication is the use of a Digital Certificate to identify a user, machine, or device before granting access to a...

The Tech Platform
Dec 16, 2021
bottom of page
