What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
What is a partial class. Give an example?
Explain about c# language.
Where is the keyword void used?
What is the difference between a function and a method?
What is a dll in c#?
What?s the advantage of using System.Text.StringBuilder over System.String?
Can an interface extend a class c#?
What is the best method to fill the GridView. using SqlDataReader or Dataset and why
what are value types and reference types? where they are stored?
For a combobox and a listbox same datatable given as a datasource. Now problem is that whenever focus of listbox changes selected value of combobox also get change or vice versa. what to be done to avoid this. According to requirement we cannot make different datasouce.
Assignment # 1 Print the pattern given below using single printf statement XX XX XX XX XX XX X X X X XX XX XX XX XX XX Assignment # 2 Print the pattern given below using single printf statement (please do NOT use the string function below) 0 909 89098 7890987 678909876 56789098765 4567890987654 345678909876543 23456789098765432 1234567890987654321
What is difference between method and function in c#?