Latest Answer: VB.Net achieves polymorphism thru1. Overriding2. OverloadingPolymorphism refers to an object taking different shapes in its life time . It is linked to inheritance . Thru overloading, the same method works with different parameters eg : public ...
Latest Answer: Post Back: The process in which a Web page sends data back to the same page on the server. View State: ViewState is the mechanism ASP.NET uses to keep track of server control state values that don't otherwise post back ...
Latest Answer: Code-Behind: Code-behind refers to code for your ASP.NET page that is contained within a separate class file. This allows a clean separation of Our HTML from presentation logic. In-Line Code : In-line code is code that is embedded ...
Latest Answer: Many ...
True or False: To test a Web service you must create a windows application or Web application to consume this service?
Latest Answer: HTTP with SOAP ...
Latest Answer: The process of deriving a new class from an existing class is called Inheritance. The old class is called the base class and the new class is called derived class. The derived class inherits some or everything of the base class. In ...
Latest Answer: Both ASP and ASP.net can be run at same server, becuase IIS has the capability to respond/serve both ASP and ASP.NET request. ...
CLR is .NET equivalent of Java Virtual Machine (JVM). It is the runtime that converts a MSIL code into the host machine language code, which is then executed appropriately. The CLR is the execution
Latest Answer: CLR - Common Language Runtime...Its a virtual machine of Microsoft's .Net,During Compile time the Source code(C#,VB.Net..) is converted into Intermediate Language (MSIL),During Runtime this IL is converted to native code to Operating System by ...
Latest Answer: the supermost base class is system.object. even the system.web.ui comes from the system.object. All the object of type either value or reference type come from system.object. see the msdn doc for the same. ...
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top