Dot Net Framework (735)
Dot Net Remoting (161)
Dot Net WindowsForms (181)
Dot Net General (917)
Dot Net AllOther (441) What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
2 4370Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
2 4743Let'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 3863Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
2 4506If 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 7343Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
1 3330
Explain the garbage collection process?
What is il and c#?
explain why t4 entity is important in entity framework?
State the different levels of exceptional safety?
What is the cli? Is it the same as the clr?
How anonymous method is different from a lambda expression?
Explain what are possible implementations of distributed applications in .net?
What are ajax helpers in mvc?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
How can you return string result from Action in ASP.Net MVC?
What is objectset? : Entity framework
What is Ajax? How it is related to your project?
How insert record in the database?
Explain the difference between asp.net and asp?
What are actions in mvc?