What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
2 3843Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
2 4214Let'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 3462Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
2 3930If 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 6509Post New Dot Net AllOther Questions
Explain domestic architecture artifacts? : .NET Architecture
how to set the startup position of the form?
data types used in validation control
What is the .net class that allows the retrieval of a data element using a unique key?
What is an interrupt? : .NET Architecture
How do you handle this COM components developed in other programming languages in .NET?
Explain the difference between state server and sqlserver : Dot net architecture
Explain the race around condition? : Dot net architecture
What is the application frame host?
Explain the types of memory management? : Dot net architecture
What is the difference between an application and a program?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
How will you do windows authentication and what is the namespace?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Explain Intermediate Language?