3 modules done, 3 to go.
Nothing new really, just getting used to c# syntax.
Turns out when building console apps, tons of do while loops are used. Doubt you can even do without it.
#LearnInPublic#csharp#csharpbasics#csharpprogramming
"So back in the day".... hey older folks, do you agree with @narmbuyu4IT? 💭🤔 Get ready for today's episode where we'll be diving into the basics of C# programming language! 🚀 Stay tuned and level up your coding skills! #CSharpBasics#Programming101#NETdevelopment
Hey there! Our new episode "The Basics of C#" is just around the corner, and we can't wait to share it with you. What are you most excited to learn about in this episode? Let us know in the comments below and join the conversation! #CSharpBasics#Programming101#NETdevelopment
Join our new series "The Ultimate .NET Programming Journey: From Zero to Expert " and learn everything from the basics to expert level! Next up: The Basics of C#. Get ready to grow and be more productive! #Programming101#NETdevelopment#CSharpBasics
Desde C# 2.0 estan disponibles los tipos nulables.
Que permiten a los tipos de valor aceptar null. T? es equivalnte Nullable<T>. Muy útiles cuando trabajas con bases de datos. #Csharp#csharpbasics#HelloWorld#Dotnet
The data type tells a C# compiler what kind of value a variable can hold. C# includes many in-built data types for different kinds of data, e.g., String, number, float, char, bool etc...
youtu.be/ekdcAHxJF6Q#csharp#datatypes#dotnet#csharpbasics