|
Related Questions |
View Answer |
|
What are Assemblies.
|
View Answer
|
|
Name some of the languages .NET support?
|
View Answer
|
|
What is the base class of Button control?
|
View Answer
|
|
What are the differences between ASP and ASP .Net ?
|
View Answer
|
|
What is the Main difference between ASP and ASP.NET ?
|
View Answer
|
|
How does the XmlSerializer work? What ACL permissions does a process using it require
|
View Answer
|
|
What does this do? gacutil /l | find /i “about”
|
View Answer
|
|
NET is Compile Time OR RunTime Environment?
|
View Answer
|
|
What is cyclomatic complexity and why is it important?
|
View Answer
|
|
Contrast OOP and SOA. What are tenets of each ?
|
View Answer
|
|
What is the difference between an EXE and a DLL?
|
View Answer
|
|
What’s wrong with a line like this – DateTime.Parse(myString).
|
View Answer
|
|
Is string a value type or a reference type?
|
View Answer
|
|
What is boxing?
|
View Answer
|
|
How would one do a deep copy in .NET?
|
View Answer
|
|
Contrast the use of an abstract base class against an interface?
|
View Answer
|
|
What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?
|
View Answer
|
|
What is the difference between Debug.Write and Trace.Write? When should each be used?
|
View Answer
|
|
Why is catch(Exception) almost always a bad idea?
|
View Answer
|
|
What is FullTrust? Do GAC’ed assemblies have FullTrust?
|
View Answer
|