Hits Today: 2 Total: 3084 | Updated: 9/29/2003 | |
 | 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 |
Hits Today: 2 Total: 2201 | Updated: 5/21/2001 | |
 | 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 |
Hits Today: 1 Total: 1599 | Updated: 3/9/2004 | |
 | 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: C# | |  | |
Hits Today: 1 Total: 1011 | Updated: 3/9/2004 | |
 | 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: C# |
Hits Today: 1 Total: 2782 | Updated: 7/20/2001 | |
 | 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# |
Hits Today: 1 Total: 2396 | Updated: 7/16/2002 | |
 | 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# |
Hits Today: 1 Total: 2024 | Updated: 11/24/2002 | |
 | 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 | |  | |
Hits Today: 1 Total: 2975 | Updated: 11/9/2002 | |
 | 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 |
Hits Today: 1 Total: 2641 | Updated: 7/10/2001 | |
 | 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 |
|