What does CLR do after the IL is generated and machinelanguage is generated .Will it look for main method ?
Latest Answer: Microsoft developed a new runtime environment known as the Common Language Runtime (CLR). The CLR includes the Common Type System (CTS) for cross-language type compatibility and the Common Language Specification (CLS) for ensuring that third-party libraries ...
Which is better one to follow1.Creating object every time passing values as a parameters to constructor and add to the listor2.Create it once i.e, default constructorand assign values to properties and
Latest Answer: An application directory partition is a directory partition that is replicated only to specific domain controllers.+RK ...
Recently I had to search and replace carriage return with space in word, I search the net and found ^p could be used as Carriage return Search and Replace input box.so just wanted to share it with you
Latest Answer: Hi,1. IDispatch exposes Properties, Methods & Events to other applications that are support the automations client applications.2. ActiveX and OLE components uses the IDispose Interface to expose the ActiveX and OLE components' members(Property, ...
If you want to execute a SQL Script while deploying your application where will you do that in deployment project
Latest Answer: Class: A class is a template for objects. It is static. The attributes of a class doesn't change before, during, or after the execution of the class. Module: A module is a collection of Classes, functions, and procedures. A module cann't be istantiated. ...
Latest Answer: Satellite assemblies are often used to deploy language-specific resources for an application. These language-specific assemblies work in side-by-side execution because the application has a separate product ID for each language and installs satellite ...
Latest Answer: The default size of cache is doubles of your system RAM size.i.e.if ur ram is of 128mb then the default cache size is 256mb. ...
What are the differences between C# and VB.NET apart from syntax?which is more powerful,how do we determine which language to be used when designing a .NET app?
View page [1] 2 3 4 5 Next >>

Go Top