in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c
🚀 Boost Your Code Readability with C# Digit Separators! 📊
With C# 7's digit separators, you can make your numeric literals more readable than ever. Just add underscores (_) wherever you want – they won't affect your numbers, but they will make your code a lot cleaner #CSharp #CodeReadability #ProgrammingTips #code #coding #programming
int totalPopulation = 7_900_000_000;
double earthCircumference = 40_075_000.0;
0 - 0
Optional Arguments in C#
#CSharp #CSharpCoding #OptionalArguments #SoftwareDevelopment #CodingTips #CSharpMethods #OptionalParameters #CSharpTips #CSharpProgramming #TechTalk #CodingCommunity #LearnToCode #ProgrammingLanguages #DotNetDevelopers
0 - 0
Simplify Your Code with Pattern Matching: Type Tests in C#
Blog: codemurals.blogspot.com/2023/07/simplify-your-code…
0 - 0
Nullable Reference Types!
With nullable reference types, you can declare whether a variable is allowed to be null or not. This means the compiler will catch potential null reference exceptions at compile-time rather than letting them happen at runtime.
0 - 0
A Declaration Pattern
With a declaration pattern, you can effortlessly declare a new local variable while matching an expression. Once a declaration pattern successfully matches an expression, the assigned variable automatically stores the converted result of that expression. It's a powerful feature that simplifies coding and enhances flexibility. #ProgrammingTips #CSharp #TechLife #CodeSnippet #DeveloperCommunity
0 - 0
String Manipulation with C#'s TrimStart() and TrimEnd()
Easily remove leading, trailing whitespace, and unwanted characters from your strings with C#'s TrimStart() and TrimEnd() methods.
Blog Link: codemurals.blogspot.com/2023/05/string-manipulatio…
0 - 0
Have fun with coding and do something creative.