Dot Net Framework (735)
Dot Net Remoting (161)
Dot Net WindowsForms (181)
Dot Net General (917)
Dot Net AllOther (441) What is the .net framework?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is concurrency? How will you avoid concurrency when dealing with dataset?
What is disconnected scenario? : Entity framework
What is meant by localization?
Explain Different kinds of methods?
What is the purpose of IClonable interface in .NET?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is definingquery in entity framework? : Entity framework
Name the property which of menu cannot be set at run time?
What is the full form of gac?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
Explain the process of compilation in .NET?
What is clr? How does work clr & wht is work of clr?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?