Friday, October 12, 2007

ASP.NET Interview Questions

How can we input Excel Data into SQLServer in ASP.NET

Why do we use XMLSerializer class?

What is the maximum number of cookies that can be allowed to a web site?

How do you disable client side validation?

What is the default session out time?

What is the transport protocol used to call a webservice?

Custom Controls are derived from which of the classes?

What namespace does the Web page belong to in the .NET Framework class hierarchy?

How do you register a user control?

The first event to be triggered in an aspx page is?

What is the difference between .net authentication and authorization?

How will you load a dynamic assembly? How do you create Assemblies at run time?

How do you upload images in asp.net by using vb.net?

What is a Hash Table?

What is the difference between Response.Write() and Response.Output.write()?

What is the difference between a Webservice call and an Inproc call?

How we can write code to generate message boxes in ASP.NET?

How can we write code to Add CheckBox Control to DataGrid?

Why do we use Javascript in ASP.NET over VBScript and other's?

Can anyone tell me briefly about JIT in .NET Framework? Like when exactly it gets instatiated? Is
is a compiler?

How can you handle exceptions raised in a component?

What's a bubbled event?

How do you share load on multiple servers using a session object?

What are the types of authentication in Asp.net?

How do you enforce garbage collection in .net

What is a satellite assembly in.net?

What is the meaning of COMPONENT?

How can we provide security to webforms?

How can we add VB Script to asp.net pages?

How do you access form information that is stored on the server?

What is view State?

No comments: