ASP.NET Interview Questions
Questions Answers Views Company eMail

Where would you use an ihttpmodule, and what are the limitations if any?

534

What is asynchronous call?

588

Define page fragment caching?

528

How asynchronous call can be implemented using delegates?

545

Why cyclomatic complexity is important?

564

Explain the difference between an exe and a dll?

533

Explain the disadvantages of viewstate?

575

Explain difference between dataset and recordset?

510

Explain the role of global.asax?

555

Explain the difference between debug.write and trace.write?

540

Describe session handling in a webfarm?

566

Explain the difference between web user control and web custom control?

540

What are the different authentication modes in asp.net?

520

Explain how asp.net page works?

545

How do you declare static variable?

565


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

How many validators do ASP.NET have?

611


Write code to send e-mail from an asp.net application?

550


What is the best Macanism to clear the Cache in asp.net

714


How to create multi language website in asp.net mvc? : Asp.Net MVC

499


For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

583






A Web Service Can Only Be Written In .net. Is it True??

644


What is the difference between web config and machine config files?

564


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

1841


Why mvc is faster than asp.net? : Asp.Net MVC

532


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1446


Explain server-side scripting and client-side scripting.

514


What are the memory-mapped files?

526


What are the built-in objects in asp.net?

560


Fetch one page value to another page without using state-managment ?

535


What are the events in a page life cycle?

539