In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
HCL,
943Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
962
What is difference between viewstate and session state in javascript?
Explain in what order a destructors is called.
Define static constructor?
What is a web farm?
Which method do you use to kill explicitly a users session?
What is the extension of master page in asp.net?
Explain the difference between dataset and datareader.
Explain how cookies work.
What are the new web part controls in asp.net 2.0 ?
How dataadapter.fill works?
Explain the path instructions in xaml?
Which method is used to force all the validation controls to run?
Why cyclomatic complexity is important?
Describe a Windows Service and its lifecycle ?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC