top of page
Search

.NET Memory Management
When writing an application using C# and .NET framework, developers should be mindful of memory management to avoid memory leaks and...
The Tech Platform
Apr 22, 2021

Entity Framework , With .NET WPF, Database-First
This article is about Entity Framework with .Net WPF, Database-First approach. We will make a sample app step by step, Step 1: Create an...
The Tech Platform
Apr 22, 2021

Why should you migrate your .NET Framework applications to .NET Core/.NET 5?
First of all, let’s take a walk in a brief history of the Asp.Net. Asp.Net Web Forms In my very beginning journey, the most famous...
The Tech Platform
Apr 21, 2021

How to Create a Visual Studio Template for Your Microservices Architecture
When it comes to building a microservice architecture for .NET projects, it may initially seem complex. However, there are tools...
The Tech Platform
Apr 19, 2021

Introduction To Stratis Platform - Blockchain for C# and .NET Developers
Stratis Platform is a flexible, powerful Blockchain development platform designed originally for the needs of real-world financial...
The Tech Platform
Apr 17, 2021


C# .NET Core and TypeScript
Using Generics and LINQ to Secure and Filter Operations on Your JSONPatchDocuments In a recent project, I had to implement an edit form...
The Tech Platform
Apr 12, 2021

What is the difference between .NET core and .NET Framework?
Microsoft’s .NET 5 has some major changes that can significantly affect your organization. .NET Framework is a better choice if you: Do...
The Tech Platform
Apr 9, 2021


Build High-Performance Services With gRPC and .NET 5
NET 5 has been released and It comes with a lot of exciting features, new technologies and performance improvements. It unifies the .net...
The Tech Platform
Apr 7, 2021

Installing Blazor
Blazor, developed by Microsoft, is an open-source framework that enables developers to build interactive web applications using C# and...
The Tech Platform
Apr 6, 2021

Data Binding in Blazor
Data binding is a fundamental concept in web development that plays a crucial role in creating dynamic and interactive user interfaces....
The Tech Platform
Apr 6, 2021
bottom of page