TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Common Language Runtime
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jayachandran Ramadurai (2)
Stuart 0 (2)
Rohatash Kumar (1)
Shivprasad (1)
Tahir Ansari (1)
Vidya Vrat Agarwal (1)
Sandeep Kumar (1)
Ajay Yadav (1)
Nagaraj M (1)
Konstantin Knizhnik (1)
Diwakar Tiwari (1)
Ehtesham Mehmood (1)
Ashok Kumar P (1)
Keyur (1)
Kamran (1)
Hemanth Kumar (1)
Chandrakant Parmar (1)
John Godel (1)
Abhimanyu K Vatsa (1)
Gowri S Paramasivam (1)
Gowry S Paramasivam (1)
Saradha Gnanavel (1)
Luke Venediger (1)
John Charles Olamendy (1)
manish Mehta (1)
C# Curator (1)
sudhirmangla (1)
Vivek Gupta (1)
Doug Doedens (1)
Narayana Surapaneni (1)
G Gnana Arun Ganesh (1)
Srinivas Sampath (1)
Ashish Banerjee (1)
Related resources for Common Language Runtime
No resource found
Difference Between Object and Dynamic Keyword in C#
5/24/2024 9:36:56 AM.
In C#, both object and dynamic are used for handling data of any type, but they serve different purposes. The object keyword is used for static typing, requiring explicit type casting, while dynamic a
6 Important .NET Concepts
5/17/2024 10:37:22 AM.
This article will explain 6 important concepts, Stack, heap, value, ref, boxing, and unboxing. Explore the essence of .NET through six pivotal concepts.
😇How the Compiler Reads Your Code?
5/13/2024 8:12:24 AM.
C# compilation, from syntactic and semantic analysis to optimization techniques. Learn how the Common Language Runtime (CLR) executes compiled code and discover the role of the Just-In-Time (JIT) comp
CLR Internals - Process and Application Domain
5/8/2024 10:09:23 AM.
In this article, you‘ll drill deeper into the details of how an assembly is hosted by the CLR and come to understand the relationship between application domain (appdomain) and processes.
Learn about Components Of .NET
4/25/2024 8:00:10 AM.
The .NET ecosystem comprises various components facilitating software development across platforms. Key elements include the .NET Framework with its Common Language Runtime (CLR) and Base Class Librar
Demystifying Iron Ruby in .NET
4/23/2024 7:28:07 AM.
IronRuby, a dynamic language for .NET platform, as this guide demystifies its integration with the Common Language Runtime (CLR). Explore seamless interoperability, scripting capabilities, and the und
Learn Dependency Properties In WPF?
4/15/2024 10:43:40 AM.
In this article, we will understand Dependency Properties in WPF provide a powerful way to manage and interact with data in your application's user interface. They offer features like value inheri
Execution-Time Code Generator For C#
10/17/2023 8:45:35 AM.
The Common Language Runtime provides a new way of doing things. The compile-time world still exist, but it is also possible to build dynamic systems where new code is added by loading assemblies or ev
Exploring The Key Components Of .NET - CLR, CTS, And CLS
4/6/2023 11:12:42 AM.
The article explores the three key components of the .NET Framework: the Common Language Runtime (CLR), Common Type System (CTS), and CLS
What is Common Language Runtime (CLR)
2/28/2023 8:37:43 PM.
Common Language Runtime (CLR) is one of the key components of .NET. Learn what is CLR in .NET and C#.
Introduction to Web Services
1/31/2022 11:25:19 AM.
A tutorial explains basics of web services followed by sample example.
.NET Framework Evolution
11/27/2020 12:13:11 AM.
In this article you will learn about different versions of .NET Framework with an introduction to .NET Framework.
Overview of Automated Transcations
10/19/2020 5:47:20 AM.
Two or more .NET Framework objects can participate in the same transaction. One or more .NET Framework objects can participate in the same transaction as one or more COM+ objects. All objects must be
What is CLI and CLR
7/3/2019 2:25:44 PM.
This part gives a basic introduction to CLI, Components of CLI, CLR and Features of CLR.
Understanding Threading in .NET Framework
9/17/2018 1:16:54 AM.
This article describes how to use threading model in .NET Framework including creating, joining, suspending, killing, and interlocking threads. Create thread in C#, Join thread in C#, Suspend thread i
A Quick View From C/C++ to C#
11/29/2013 9:40:48 AM.
This article provides a quick overview of the C/C++ and C# languages.
Common Language Runtime in VB.NET
11/10/2012 2:14:04 AM.
In this article we will discuss what common language runtime (CLR).
Cryptography in Microsoft.NET Part I: Encryption
10/3/2012 9:41:46 AM.
Microsoft .NET has pre-built solutions to all of these in each application domain, viz., ASP. NET, Web Services, Serviced Component etc. It enables building secured application by simple configuration as in ASP.NET to full fledged programmable security as in code access security and Cryptography.
Cryptography in Microsoft.NET Part I: Encryption
10/1/2012 9:09:19 AM.
In this article, Gowry sheds lights on the basics of cryptography and how it can be implemented in .NET.
What does .NET really mean? – Understanding .NET
10/1/2012 8:52:23 AM.
The .NET Platform and .NET-Aware Programming Languages, particularly C# are already making a turnaround in the way Applications are developed in the enterprise world.
Exceptions and Exception Stack
9/30/2012 4:47:35 AM.
The purpose of this tutorial is to explain firstly how you would go about creating your own set of exceptions to trap error conditions that could occur in your code or library, for your own benefit or for the benefit of another developer using your library. The second lesson is on how the C# exception stack works, and how you can use it to catch all types of exceptions.
J2EE and Microsoft .NET for Enterprise Applications
9/30/2012 4:22:49 AM.
The purpose of this article is to provide an introduction to and overview of both J2EE and Microsoft .NET and compare the both side by side.
Protecting IL Code from unauthorised Disassembling
5/19/2012 7:41:28 AM.
Microsoft .NET proved a mechanism where the code written in VB.NET, C# or any CLS compliant languages to generate MSIL (Microsoft Intermediate Language)code which targets the CLR and executes. This is an excellent mechanism to abstract the high level code from the underlying hardware.
Buliding A WAP Site
5/19/2012 7:00:27 AM.
In this Article I would like to share my views about Pagibnatioon and how to use Pagination in Mobiles Forms.
World Weather Update on Your Mobile
5/19/2012 6:58:43 AM.
In this article, I would like to discuss the "Weather Update" on Your Mobile.
Windows Programming using C#
1/5/2010 10:42:41 PM.
In this article I will explain you about Windows Programming using C#.
Introduction to ASP.NET
6/10/2009 2:15:00 AM.
I have seen many tutorials on ASP.NET but most of them starts with coding and writing your first ASP.NET program. But here I have written this tutorial for explaining why there is a need for ASP.NET when classy ASP is working fine, what are the underlying technology behind ASP.NET, and what programming model ASP.NET provides to programmers.
VS.NET Tools Intermediate Language Disassembler (ILDAM)
2/16/2006 2:03:02 AM.
"The ILDSAM tool parses any .NET Framework EXE/DLL Module and shows the information in a human-readeble format"
.NET Performance Counters, Part 1: Predefined CLR Performance Counters
2/16/2006 1:43:04 AM.
In this article, I will describe what a performance counter is and introduce you to the predefined counters that you can use to monitor the state of the CLR while your applications run.
Boxing and Unboxing of Value Types : What You Need to Know?
2/7/2006 6:09:14 AM.
Programmers new to C# can encounter less than ideal performance and even unexpected results due to boxing and unboxing of value types.
Use Thread Local Storage to Pass Thread Specific Data
1/31/2006 5:15:09 AM.
The specific thread level storage is known as thread local storage or TLS for short. The .NET threading namespace allows .NET developers to use TLS from within their multi-threaded applications to store data that is unique to each thread.
IL "The Language of CLR" - A Platform for Cross-Language
12/22/2005 7:34:43 AM.
This article introduces the Cross-Language capabilities of CLR environment (Common Language Runtime Environment) and its constituent language IL (Intermediate Language).
A Vision Regarding .NET
12/22/2005 7:04:19 AM.
The present enterprise setup's need to have n-tire architecture with diverse platforms and object models communicating with each other. The present applications are to be created such that those applications have to run in any platform (like Windows, Linux, Mac , Unix etc) and which consist of components written in many programming languages and object models.
Using the .NET compact Framework
12/21/2005 6:57:39 AM.
In this article, we will see how to write a simple .NET Compact Framework application and deploy it onto a device. This article provides a step-by-step instruction on how to write the application.
.NET framework comparison with Java Architecture
12/17/2005 4:08:20 AM.
This article outlines Microsoft's proposed standardization of .NET framework in ECMA forum as CLI (Common Language Infrastructure), but the Microsoft documentation refer this as CLR (Common Language Runtime).