What are the different types of assemblies available and their purpose?
What is the use of command builder?
What is msil, and why should developers need an appreciation of it if at all?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
Does console.writeline() stop printing when it reaches a null character within a string?
What is the data provider name to connect to access database?
How can I get around scope problems in a try/catch?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
Does c# support c type macros?
How is method overriding different from overloading?
Does c# support parameterized properties?
What is the implicit name of the parameter that gets passed into the class set method?
Is there an equivalent of exit() for quitting a c# .net application?
What is the difference between const and static read-only?
What is the wildcard character in sql?