Related resources for Common Language Runtime
  • 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 CLS4/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 Services1/31/2022 11:25:19 AM. A tutorial explains basics of web services followed by sample example.
  • .NET Framework Evolution11/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 Transcations10/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 CLR7/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 Framework9/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
  • .Net Architecture And .Net Framework Basics12/15/2017 6:02:57 AM. Here you will see .Net Architecture and .Net Framework basics.
  • 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.NET11/10/2012 2:14:04 AM. In this article we will discuss what common language runtime (CLR).
  • Cryptography in Microsoft.NET Part I: Encryption10/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: Encryption10/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 .NET10/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 Stack9/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 Applications9/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 Disassembling5/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 Site5/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 Mobile5/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.NET6/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 Counters2/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 Data1/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-Language12/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 .NET12/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 Framework12/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 Architecture12/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).