|
CLR stands for Common Language Runtime. The CLR is a development platform.
It provides a runtime, defines functionality in some
libraries,.............
Read answer
From the source code, the compiler generates Microsoft
Intermediate Language (MSIL) which is further used for the creation of an EXE
or DLL...................
Read answer
An assembly is a partially compiled code library. In .NET, an
assembly is a portable executable and can be an EXE (process assembly) or a DLL
(library assembly)..............
Read
answer
The CLR (Common Language Runtime) integration is hosted in
the Microsoft SQL Server 2005...............
Read
answer
Also read
A CLR trigger could be a Date Definition or Date Manipulation Language trigger
or could be an AFTER or INSTEAD OF trigger........
Follow these steps to create a CLR trigger of DML (after) type to perform an
insert action:........
Common Language Runtime is a run time environment for .NET..........
CTS define how these different variables are declared and used in run
time...........
Garbage collection helps in releasing memory occupied by objects. CLR
automatically releases these unused objects...........
This includes introduction of .Net framework, .Net framework architecture, role
of assembly and GAC.
|