How do I count the length of a string in c#?
What are the types of access modifiers?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
Give examples for value types?
Wcf and what is difference between wcf and web services?
Which control cannot be placed in mdi?
How does the lifecycle of Windows services differ from Standard EXE?
FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...
Can I call a virtual method from a constructor/destructor?
Describe the types of comments in c#?
What are the types in c#?
i need to insert data into sql server table emp through textboxes txtname and txtsalary using c# code. Please help
What are custom exceptions?