54 ASP and ASP.NET questions
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?
A dozen .NET questions
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?
Active Server Pages interview questions
How do you create a recordset object in VBScript?
What is Querystring collection? - It allows you to extract data sent to the server using a GET request.
Explain the difference between POST and GET Method. - GET requests are string data that is visible to the end user via the URL and a limit of 2kb, POST requests have no limit on total data and the user can’t see the data in a query string.
Why do we use Option Explicit? - To avoid multiple variables of the same name.
How do you write an SQL insert statement? - insert into tablename (fieldA, fieldB, fieldC)Values(’dataA’, ‘dataB’, ‘dataC’);
How can you have different number of cells for each row of a table in HTML? - using colspan and rowspan
What is wrong with the following code: <%afname="header.asp"%><!–#include file ="<%=afname%>"–>
What variable can you use to share info across the whole application for one user? - Use the sessions object
What is string concatenation function in VBScript? - the ampersand symbol and ampersand space underscore across multiple lines
How do you get the value of a combo box in Javascript? - document.forms[’formName’].elements[’comboName’].options[i].value
What is a class in CSS? - A class allows you to define different style characteristics to the same HTML element.
When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?
Which is the default Data types in VBScript? - Variant.
Page 1 of 1
.NET interview questions
Page 1 of 1

Sign In
Register
Help



MultiQuote