News

Fireship on MSN11h
C# Explained in 100 Seconds
C# or C-Sharp is the programming language behind .NET (dotnet) and the Unity framework. It was created at Microsoft as a C-like object-oriented language and is used to build apps for web, desktop, ...
Unit-Testing-with-xUnit This project is a simple C# calculator application containing basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator is ...
Whether you want to use C# to build web apps, mobile apps, desktop apps or games, understanding C# classes, interfaces and principles of object-oriented ...
Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of k-nearest neighbors regression to predict a single numeric value. Compared to other machine learning ...
Learn how to choose between classes, structs, and record types in C# for power, flexibility, efficiency, and performance.
A simple banking application written in C#. This program is a modified version of a banking application that I wrote as part of my Master of Data Science coursework on Object Oriented Programming.