C# 1001 notes

✨ Here is a solution for the #challenge above
Читать далее#challenge💻 Oddish vs. Evenish | #easyCreate a function that determines whether a number is Oddish...
Читать далее📝 What is Weak Reference in C#?The garbage collector cannot collect an object in use by an applicat...
Читать далее
📝 What are the different types of classes in C#?The different types of class in C# are:🔸 Partial c...
Читать далее
✨ Here is a solution for the #challenge above
Читать далее
#challenge💻 Pentagonal Number | #easyWrite a function that takes a positive integer num and calcula...
Читать далее📝 What are the benefits of a Deferred Execution in LINQ?In LINQ, queries have two different behavio...
Читать далее📝 How we can pass parameters to a method?There are three ways that parameters can be passed to a me...
Читать далее
✨ Here is a solution for the #challenge above
Читать далее#challenge💻 Letter Distance | #easyGiven two words, the letter distance is calculated by taking the...
Читать далее