top of page
Search


Readonly vs const? Are there any differences?
For any of us who is a software developer, the only thing we are 100% during our journey writing code and delivering software is that we...

The Tech Platform
Apr 21, 2021


What is the Difference between F# and C# in asp.net core?
As you might already know, F# is a dotnet language, so you don’t need to install anything extra, you get it out of the box with...

The Tech Platform
Apr 21, 2021


Troubleshooting that C# memory leak
Problem While testing the performance improvements around other areas of an application, it was observed that a specific .NET framework...

The Tech Platform
Apr 20, 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


What is the Difference between C# and Java?
This article will give you the brief difference and similarities between Java and C# programming language. Java Programming Languages...

Sofia Sondh
Apr 15, 2021


Writing SQL in C# or When You should not use ORM
I noticed that when it becomes necessary to work with SQL databases in .Net applications, developers often chose some ORM library (.Net...

The Tech Platform
Apr 13, 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


C# — Style Guide Cheat Sheet
Writing beautiful, understandable code is just as important as writing a production code. There are many different guides and guidelines...

The Tech Platform
Apr 12, 2021


C#: Interfaces to Functions, With FuncR
FuncR is a small .NET standard library that enables you to register functions against interfaces in C#. In short, it allows you to go...

The Tech Platform
Apr 12, 2021


C# 9 New features
So lets get started, we will start by creating a console application from our terminal dotnet new console -n "SampleFeature" Once our...

The Tech Platform
Apr 9, 2021
bottom of page
