|
|
| Intro to CLR [+] Favor-It | |
| |
 |
| | Sort By:
|
I'll introduce generics and discuss the benefits that it brings to your code, and in a future column I'll dig into more details of how the compiler and runtime implement generics.
Author: Jason Clark Code: ASP.NET v1.0 & VB |
Despite the hopes of management, shareholders, or overly-ambitious developers, it is simply not possible to get every piece of software ever written to run as managed code in the Microsoft® .NET common language runtime (CLR). Author: Don Box Code: ASP.NET Beta 1 & VB |
The amount of flexibility reflection provides for developers comes with a security caveat: type members defined with a private access modifier are not actually private. Author: Kristofer A. Krause Code: |
|  | |
Microsoft’s Shared Source CLI provides a vast amount of code, design techniques, theory, and documentation to help individuals appreciate what is going on behind the .NET scenes. Let the hacking begin! Author: Kristofer A. Krause Code: |
This article introduces the Cross-Language capabilities of CLR environment (Common Language Runtime Environment) and its constituent language IL (Intermediate Language). Author: Narayana Rao Surapaneni Code: ASP.NET Beta 1 & C# |
At a high level, the CLR is simply an engine that takes in IL instructions, translates them into machine instructions, and executes them. This does not mean that the CLR is interpreting the instructions. Author: Sams Publishing Code: ASP.NET v1.0 & C# |
Microsoft's Rotor project, recently refreshed on June 25, 2002, includes source code for the Common Language Infrastructure (CLI) execution engine and frameworks, as well as compilers and other developer tools. Author: David Stutz Code: ASP.NET v1.0 & VB |
|  | |
The .NET Framework relies heavily on the core premise of the Common Language Runtime (CLR), which .NET uses to translate various programming languages into Intermediate Language (IL). IL is the syntax used to send, receive, and manage .NET signals. Author: Sanders Kaufman, Jr. Code: ASP.NET v1.0 & VB |
As soon as Beta 1 of the .NET Common Language Runtime (CLR) rolled out, many programmers asked themselves, "Is COM dead?" Author: SQL Server Magazine Code: ASP.NET Beta 1 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|