Google

ASP .NET Interview Questions- Part 3

  • Differences between DLL and EXE?
  • Can an assembly have EXE?
  • Can a DLL be changed to an EXE?
  • Compare & contrast rich client (smart clients or Windows-based) & browser-based Web application
  • Compare Client server application with n-Tier application
  • Can a try block have more than one catch block?
  • Can a try block have nested try blocks?
  • How do you load an assembly at runtime?
  • If I am writing in a language like VB or C++, what are the procedures to be followed to support .NET?
  • How do you view the methods and members of a DLL?
  • What is shadowing?
  • What are the collections you’ve used?

ASP .NET Interview Questions- Part 2

  • Explain the life cycle of an ASP .NET page.

  • Explain the .NET architecture.

  • What are object-oriented concepts?

  • How do you create multiple inheritance in c# and .NET?

  • When is web.config called?

  • How many weg.configs can an application have?

  • How do you set language in weg.config?

  • What does connection string consist of?

  • Where do you store connection string?

  • What is abstract class?

  • What is difference between interface inhertance and class inheritance?

  • What are the collection classes?

  • What are the types of threading models?

  • What inheritance does VB.NET support?

  • What is a runtime host?

  • Describe the techniques for optimizing your application?

  • Differences between application and session

  • What is web application virtual directory?

  • Differences between Active.exe and Dll

  • Connection pooling in MTS?

  • If cookies is disabled in client browser, will session tracking work?

  • How do you make your site SSL-enabled?

  • Will the following code execute successfully: response.write(’value of i=’+i);

  • What are the provides available with VB.NET?

  • What is a Process, Sesion and Cookie?

  • What are Abstract base classes?

  • What are the Difference between bstract base classes and Abstrat classes

  • What are interface in .NET?

  • How is Polymorphism supports in .NET?

  • What are the 2 types of polymorphism supports in .NET?

  • Types of compatibilities and explain them.

  • What is aggregative? How can it be implements in .NET?

  • Difference between COM components and .NET components?how to register it

  • Difference between early binding and late binding?

  • ASP.NET OBJECTS?

  • Asp.NET life cycle? When request mode

  • Explain ADO and its objects.

  • What is side by side execution?

  • Explain serialization?

  • Explain a class access specifiers and method acess specifiers.

  • What is the difference between overloading and overriding ? how can this be .NET

  • Explain virtual function and its usage.

  • How do you implement inhetance in .NET?

  • If I want to override a method 1 of class A and this class B then how do you declared

  • Explain friend and protected friend.

  • Explain multiple and multi_level inheritance in .NET?

  • Name all kind of access specifiers for a class and for methods?

  • On ODP.NET

  • What is non-derterministic finalization?

  • What is isPostback property?

  • What is dictionary base class?

  • How can a class be extended and how is this mechanism difff from that of implementation an interface?

  • What are indexes .NET?

  • How can indexes be implemented in .NET?

To link to this blog, copy and paste the code below into your site.

  © Blogger template 'Tranquility' by Ourblogtemplates.com 2008

Back to TOP