-
-
-
-
-
What is COM, DCOM objects in DotNet
Can some please answer this question in detail and also how they are going to be useful inDotNet
-
-
-
-
-
-
-
Strong-Typing versus Weak-Typing
What is strong-typing versus weak-typing? Which is preferred? Why?
-
Manage state of login
If a web application is spread over 3 web servers, than what is be the best approach to manage state of login form?
-
.NET Programming Language
How dot net differs from other programming languages?
-
-
-
-
Class Library
What is Class Library? Define its Benefit?
-
-
What is the difference between a namespace and assembly name?
A namespace is a logical naming scheme for types in which a simple type name, such as MyType, is preceded with a dot-separated hierarchical name. Such a naming scheme is completely under control of the developer. For example, types MyCompany.FileAccess.A and MyCompany.FileAccess.B might be logically expected to have functionally related to file access. The .NET Framework uses a hierarchical...
DotNet Interview Questions
Ans