What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
2 3892Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
2 4261Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET ?
1 3505Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
2 3985If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
3 6556Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
1 2988
mention what is csdl, ssdl and msl sections in an edmx file?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
Is .net capable of supporting multi-thread?
What is difference between html.beginform and ajax.beginform?
What is domain class model?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is the difference between a debug and release build?
What is the need of Action Filters in ASP.Net MVC
What is the cli? Is it the same as the clr?
Will it go to finally block if there is no exception happened?
How large is the .net framework 3.0? Does this change make the release larger?
Explain about Behavioral design pattern?
How many types of transactions are there in com + .net ?
What is the difference between adding routes, to a webforms application and to an mvc application?