Date Submitted:
03/18/2011 01:15 AM
Words/ Pages:
2117/ 9
Views:
163
Popularity Rank
1707

.Net

Study starts from here
Solutions … as always da 1st thing I look for is here for me


CLASS 1
Common Language Runtime ( CLR )
*     Intermedia Language and Metadata
*     Manifest
*     Assembly
*     DLL/EXE
*     GUI
*     Encapsulation
*     Inheritance
*     Polymorphism
*     Virutal Function
*         Value Types
*         Reference Types
*     System.Object and All the functions in it
*     Static
*     Class and Strucutres
*     Is and as operators
*     Overriding
*     Overloading
*     Aggregation and Containment
*     Type Oject Pointer and Syn Block Index
*     Stack and Heap Memory
*     Compile time binding and run time binding
*     Interface
*     Abstract classes
Private Assemblies and Strongly named assemblies
SN.EXE
GAC ( Global Assembly Cache )
GACUtil
Public Key, Private Key, RSA Digital Signature

the abstract modifier in a class declaration to indicate that a class is intended only to be a base class of other classes. Members marked as abstract, or included in an abstract class, must be implemented by classes that derive from the abstract class.

Common Language Runtime ( CLR )
Code that you develop with a language compiler that targets the runtime is called managed code; it benefits from features such as cross-language integration, cross-language exception handling, enhanced security, versioning and deployment support, a simplified model for component interaction, and debugging and profiling services. o enable the runtime to provide services to managed code, language compilers must emit metadata that describes the types, members, and references in your code. Metadata is stored with the code; every loadable common language runtime portable executable (PE) file contains metadata. The runtime uses metadata to locate and load classes, lay out instances in memory, resolve method invocations, generate native code, enforce security, and set run-time context boundaries. The clr initializes the garbage collection wen it feels that...

View Full Essay
Saved Papers

Save papers so you can find them more easily!

Join Now

Get instant access to over 3,500 papers.

Join Now