top of page
Search


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


SignalR Core: Heartbeat and Redis
Realtime applications are hard to design in .NET world, we have SignalR Core which gives us a painless interface for developing such...

The Tech Platform
Dec 14, 2021


How to write URL shortener in .NET5?
In this series we will try to show you how easy it is to write a service that shortens URLs with .NET5. On top of that, we will add an...

The Tech Platform
Dec 9, 2021


Use multiple implementations of an interface with ASP.NET Core DI
In this article, we will be using the same example by extending it to use multiple implementation of logger service by resolving it based...

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


How to schedule tasks in .NET?
In this post, we want to expand functionality of our web service with some additional features, such as SMS reports. This post aims to...

The Tech Platform
Dec 8, 2021


Factory Method of Creational Design Patterns for .Net Core
In this article, we will address a common problem encountered in applications that receive payments from multiple banks. The number of...

The Tech Platform
Dec 6, 2021


JIT Compiler in .NET
Compilers are tools that translate source code to machine understandable language. In .Net, the CLR provides a compiler that converts...

The Tech Platform
Dec 4, 2021


How To Encrypt/Decrypt File In Chunks in .NET Core
Let’s assume we have an app that runs on customer’s device and produces diagnostic data. Device is not connected to the internet....

The Tech Platform
Dec 3, 2021
bottom of page