![]() Related Questions SQLServer.NET data provider is high-speed and robust, but requires SQL Server license purchased from Microsoft. OLE-DB.NET is universal for accessing other sources, like Oracle, DB2, Microsoft Access Latest Answer : Ans:Advantage:SQLServer.NET data provider is high-speed and robust.DisAdvantage.but requires SQL Server license purchased from Microsoft ... .NET FRAMEWORK1. What is .NET Framework?The .NET Framework has two main components: the common language runtime and the .NET Framework class library.You can think of the runtime as an agent that manages Latest Answer : The .NET framework is a platform over which multiple languages are running.The 2 main components are
1. FRAMEWORK CLASS LIBRARY2. COMMON LANGUAGE RUNTIMEIt's features like CTS provide Cross Language Interoprabality.The CLR is the main Governing body ... Read Answers (1) | Asked by : Prasanna Muthukrishnan Skill/Topic: AdvancedA) conversion of reference types to value typesB) conversion of value types to reference typesC) Encapsulating a base class Latest Answer : B) conversion of value types to reference types ... Latest Answer : Boxing is converting a value-type to reference type. An example is converting an integer value to an object value.Ex: int intValue = 10; object obj = (object)intValue;This is used if you want to pass variables of object types ... Read Answers (1) | Asked by : BostonCow Latest Answer : Binding refers the object type definition. You are using Early Binding if the object type is specified when declaring your object. Eg if you say Dim myObject as ADODB.Recordset that is early binding (VB example). If on the other hand you declare ... Read Answers (1) | Asked by : BostonCow
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||