tech
-
Literal Improvements In C# 7.0
C# 7.0 introduced two literal improvements, a digit separator and a hex literal. Digit Separator The digit separator “_” can…
Read More » -
Pattern Matching In C# 7.0
Patterns are introduced in 7.0 to bring power to some existing language operators and statements. Currently, the pattern matching is…
Read More » -
Ref Returns In C# 7.0
The ref keyword in C# allows code to pass a value type variable by reference as a parameter of a…
Read More » -
Object Oriented Programming System In C#
We have two various kinds of approaches for writing a program, which are shown below. Procedural oriented approach Object oriented…
Read More » -
ASP.NET Vs. Core: Pick The Right One In 2025!
Someone just asked me a question on C# Corner – What is the difference between ASP.NET and ASP.NET Core, and…
Read More » -
C# Tutorial – Introduction
In this session 1. We will learn the basic structure of a c# program. The program we used in this…
Read More »