What is IL code, CLR, CTS, GAC & GC?
Answer / Madan Pal Singh
1. IL (Intermediate Language) Code: A low-level language that serves as an intermediate representation of .NET programs, allowing portability across different platforms and processors.
2. CLR (Common Language Runtime): The runtime environment for executing .NET applications, responsible for managing resources such as memory, execution flow, and exception handling.
3. CTS (Common Type System): Defines a set of rules for data types in the .NET Framework, ensuring compatibility across different programming languages.
4. GAC (Global Assembly Cache): A repository for shared assemblies used by multiple applications in a system. Assemblies are installed into the GAC to allow versioning and sharing among applications.
5. GC (Garbage Collector): An automated memory management component of CLR that frees up unused memory by identifying and removing objects that are no longer referenced.
| Is This Answer Correct ? | 0 Yes | 0 No |
I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....
Explain the difference between l1 and l2 cache? : .NET Architecture
How do you handle this COM components developed in other programming languages in .NET?
1 Answers InfoAxon Technologies,
Explain .net mobile input controls? : Microsoft dot net mobile
What is ITIL? What is the use of ITIL and how it works?
Define domestic architecture artifacts? : Dot net architecture
What is the difference between an application and a program?
How Web service create Proxy Using WSDL?
Explain How to improve the cache performance? : Dot net architecture
what does dot in .net means
Explain what does the term "green architecture" mean? : .NET Architecture
Navigation controls in ASP.net,explain each control in brief?