.NET product manager Richard Lander has written a lengthy post describing how the team intends to improve the memory safety of C# by introducing a new model and redefining the existing unsafe keyword, ...
If you're beginning your journey in software development, you’ve probably come across the term C# (pronounced "C-sharp"). But what is C#, and what is it used for? This article on Tpoint Tech dives ...
C# is a versatile and powerful programming language developed by Microsoft. It’s widely used for developing web applications, desktop applications, games, and more. This article will guide you through ...
A few months ago, I had a discussion with some friends online. The premise of the discussion was that even if you account for complexity, shorter code is more likely to be bug-free code. As a C ...
TinyIoC is a lightweight and fast inversion of control container that makes dependency injection simple and easy. Here’s how to take advantage of it in ASP.NET Core applications. When working with ...
Since its introduction in 2014 the Solidity programming language has become the de facto standard to write smart contracts on the Ethereum blockchain network. Solidity is so popular that numerous ...
The .NET Core is a free, cross platform and open source framework developed by Microsoft to build desktop applications, mobile apps, web apps, IoT apps and gaming apps etc. If you're dotnet developer ...
Shay loves learning new things through personal projects. Outside coding, Shay also loves gaming and playing the piano. In an application, it is common for certain events to only occur based on ...
Shay loves learning new things through personal projects. Outside coding, Shay also loves gaming and playing the piano. Saving data to a file can be a very powerful technique when it comes to data ...
Take advantage of cancellation tokens in ASP.NET Core to allow long running operations to be cancelled gracefully and keep applications responsive. Although ASP.NET Core 7 is the latest version of ...
This is a (mostly) blank Visual Studio solution which has been set up for building UWP apps using C# and SDL2 for the Microsoft Xbox One game console. While getting a Hello World up and running on an ...