Dot Net Framework (735)
Dot Net Remoting (161)
Dot Net WindowsForms (181)
Dot Net General (917)
Dot Net AllOther (441)
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What are the main components of .net framework?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
Describe the .net framework architecture.
Explain how does assembly versioning work?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Is typeform free?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Why do we use the “using” statement?
How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed
Whate are resource files? How are they used in .net?
Explain how to use multiple submit buttons in ASP.Net MVC?
What is the new three features of COM+ services, which are not there in COM (MTS)
What are the authentication methods in .net?
Will it go to finally block if there is no exception happened?