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


How to Migrate ASP.NET HTTP Handlers and Modules to ASP.NET Core Middleware
ASP.NET, a stalwart in web application development, has undergone significant transformations over the years. Among these changes, the...

The Tech Platform
Dec 24, 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


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


Online Payment Gateway Integration With ASP.NET Core
A step-by-step guide on how to implement payment gateways in ASP.NET Core apps using popular payment services: Braintree Overview A...

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 16, 2021


IList<T> and List<T> Performance in C#.Net
List<T> List is a class that implements various interfaces. The programmer can create an object of List<T> object and assign it to any of...

The Tech Platform
Dec 8, 2021
bottom of page