Posts

Showing posts with the label C# language

Introduction to CSharp Language:

C Sharp ( C#): 1 -> object oriented programming language 2 -> developed by miocrosoft 3 -> develop for .net framework 4 -> C/C++,Java,Vb 5 -> RAD(Rapid application development) .Net Framework: Infrastructure/platform that provides tools & technology to use different languages to make different types of software's Components: There component are: CLR(common language runtime) Class liabrary(a huge group of classes) CLR: Means it converts managed code into native code source code -> .net compiler -> MSIL(Microsoft Intermediate Lang) -> CLR -> Native code(Output)                                                       Metadata                                JIT         ...