Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
1961Describe the difference between inline and code behind which is best in a loosely coupled solution?
1 2751Post New Dot Net General Questions
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is the difference between response.redirect & server.transfer?
What does cil do?
What is a .net class?
Please explain what are an inheritance, polymorphism, and encapsulation?
Explain how viewstate is being formed and how it's stored on client in .net?
What are the new features in .net core?
How do you define the lease of the object in .net?
What is misl?
Should I use readerwriterlock instead of monitor.enter/exit?
What is finalize method in .net?
What is the difference between vb.net and vc#.net?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?