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 4249Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
2 4617Let'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 3757Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
2 4380If 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 7147Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
1 3227
What's wrong with a line like this? Datetime.parse(mystring);
Explain about cookie less session state? : .NET Architecture
Explain how barcode create in the report?
What are window applications?
What are the Core features of ASP.NET MVC?
What is RPC? What is the use of it?
Explain test driven development (tdd) ?
What are the threading types?
What is the extension of a compiled help project file?
What are asp.net authentication providers and iis security?
What is basic authentication in web api?
What is Complex Class in .NET?
Explain how to directly call a native function exported from a dll?
Is it possible to share a view across multiple controllers?
readonly syntax ?