Channel Avatar

Code Murals @UCvovqo-okiQYH_5O12r9pnA@youtube.com

336 subscribers - no pronouns :c

Have fun with coding and do something creative.


Welcoem to posts!!

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

Code Murals
Posted 1 year ago

🚀 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

Code Murals
Posted 1 year ago

Main Components of .NET Core #dotNETCore #dotNETCore #coding #developer #dotnet

0 - 0

Code Murals
Posted 1 year ago

Named Arguments in C#
youtube.com/shorts/4KqHfRSTWf...

0 - 0

Code Murals
Posted 1 year ago

Simplify Your Code with Pattern Matching: Type Tests in C#
Blog: codemurals.blogspot.com/2023/07/simplify-your-code…

0 - 0

Code Murals
Posted 1 year ago

0 - 0

Code Murals
Posted 1 year ago

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

Code Murals
Posted 1 year ago

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

Code Murals
Posted 1 year ago

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

Code Murals
Posted 1 year ago

What is the purpose of the "run.csx" file in an Azure Function project?

0 - 0