![]() Related Questions Presentation (UI), business (logic and underlying code) and data (from storage or other sources). Latest Answer : Ans:1.Presentation (UI), 2.business (logic and underlying code) and 3.data access layer(from storage or other sources). ... 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 ... Transaction must be Atomic (it is one unit of work and does not dependent on previous and following transactions), Consistent (data is either committed or roll back, no “in-between” case where Latest Answer : Ans:ACID:ExpandingA:AtomicTransaction must be Atomic (it is one unit of work and does not dependent on previous and following transactions)C:ConsistentConsistent (data is either committed or roll back, no “in-between” case where something has been updated ... .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 Latest Answer : Indexers Indexers permit instances of a class or struct to be indexed in the same way as arrays. Indexers are similar to propeties except that their accessors take parameters.In the following example, a generic class is defined and provided ... How can I set formatting defaults to a chart's series, before populating data to the chart. For example for each chart there must be a different color for each name series like that. Is there any method to store these defaults to the excel template, other than pragmatically. Please explain based on VSTO 2005. Latest Answer : Aliases can be useful in the case if you are using a lenthy namespace.You can create an aliase for namespace and can acess its classes via alias.On the negative side it can cause some conflicts if you declare any class with same name in that scope.But ... Assume you have large set of data, say more than 100,000 elements. Each data element has a unique string associated with it. 1. What data structure has the optimal algorithmic access time to any element Latest Answer : 1) Hashtable 2) 0(n-1)3) An arraylist which contains keys to a hashtable which contains the data this covers all requirements. ... Explain about 'this' and where and when it should be used? Latest Answer : i. this keyword refer to current instance. ii.this keyword help to provide intellisense support during debugging. ... Explain the Generations Algorithm used in the context of Garbage Collector Latest Answer : Garbage collection in .Net is an automated process. All objects are swept by the GC to check if they are still alive and are assigned a generation each sweep. The lower the generation the more frequently the objects are checked for example a gen 1 may ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||