Hi,Recently i deployed a website using godaddy.com.but while accessing the website we r not getting internal pages.I m getting an error likeAn error has occurred while establishing a connection to the
Latest Answer: Please check if the connection string(Server,Databasename, and login credentials) mentioned in the web.config file is correct. ...
Explain the concept of Remoting.
Latest Answer: Remoting provides a framework that allows objects to interact one another accross application domains ...
How dot net differs from other programming languages?
Latest Answer: .Net is a Framework rather than a programming language. .Net includes number of programming languages like VB, C#, etc. ...
If a web application is spread over 3 web servers, than what is be the best approach to manage state of login form?
Latest Answer: In this case you can use State Server (Out Proc) for handle the state of Login. ...
Can some please answer this question in detail and also how they are going to be useful inDotNet
Latest Answer: The dot net frameworks allow you to build serviced components that can use com+ services. These components of dot net framework runs in the manages execution environment of dot net framework that is share their content with com+ application.Now the question ...
What is the purpose of Execute scalar method of Command object ?
Latest Answer: Execute Scaler returns the value of first cell of the result. thats why mainly used to get the value of aggregate functions like sum,count,min,max etc.ThanksJpkVirus ...
Write Code to get IP address of the Current Machine?
Latest Answer: public void UseDNS(){ string hostName = Dns.GetHostName(); Console.WriteLine("Host Name = " + hostName); IPHostEntry local = Dns.GetHostByName(hostName); foreach(IPAddress ipaddress ...
What is Class Library? Define its Benefit?
Latest Answer: A set of reusable objects which may be used within the context of a framework
but may also be used as stand-alone objects. The .NET Framework class library is
a library of classes, interfaces, and value types that are included in the
Windows Software ...
Name any 6 languages supported by .NET?
Latest Answer: .Net supports nearly 61 programming languages and few are J Script, IronPython, IronRuby, IronLisp, P#, Fan etc. ...
What is ADO .NET? Define the Data providers and classes of ADO.net and its purpose with example?
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top