What is literal control
Why do we need static in c#?
i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?
What does == mean in c sharp?
When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?
What statements can enclose a "continue" statement?
How can you set image source dynamically from c# application to ”test.png” file?
What are interfaces in c#?
What is difference between mutable and immutable in c#?
What is a protected class c#?
How a two-dimensional array declared in C#?
What is the difference between ref & out parameters in c#?
What are the generation of Garbage Collection in C# .NET ?