If 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?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
Latest Answer: >>>
Having multiple methods with different signature is not polymorphism. That is function overloading.
Polymorphism ...
Latest Answer: Inheritance helps in the reusability of the code. The class from which another class is derived is called base class. Those methods of the base class can be overridden. The deried class can also implement the methids of the base class. C#.net does not ...
Latest Answer: In VB - Inherits In C# - Colon (:) ...
Latest Answer: A .dll or .exe file is called an assemby.When we run a .net application it results into an assemby. ...
Latest Answer: Basically remoting is the way to communicate two or more machines in Network by using System ports and sockets. with the help of Client and Server applications which developed in Dot Net ,Implementing the client server archetecture. To implement remoting ...
Latest Answer: Webservices are programmable business logic components which give access to the functionality through internet.Standarded prototocols like http can be used to access it.Webservices are based on soap which is an application of xml. ...
Latest Answer: CLR is the runtime environment for the .net framework. It manages the execution of .net code and provides some services like memory management, debuging and security.CLR is also known as virtual execution system(VES). ...
Latest Answer: The strong name contains the public/private key pair. But at the developement time, if we want to use only the public key we should use this concept.Delay signing is the high-end process. If we want to create the private key at the instalation time, we ...
View page << Previous 9 10 11 12 [13] 14 15 16 17 Next >>

Go Top