How to add a readonly property in c#.net
Explain About remoting and web services. Difference between them
Name the connections does microsoft sql server support?
What's new in c#?
What is int tryparse in c#?
What is the default value of boolean variable?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
What namespaces are necessary to create a localized application?
Can structs in c# have destructors?
What is a c# delegate?
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...
What is verbatim literal in c#?
Can struct have constructor c#?