Resources  
  • .NET Compiler Platform (Roslyn) - Build Analyzer And Code FixesDec 21, 2019. Build your own analyzer and code fixes using the .NET compiler platform (Roslyn) with the latest Visual Studio 2019 and .NET framework.
  • RyuJIT: The New 64-bit JIT Compiler For .NET 2015Feb 11, 2016. In this article you will learn about RyuJIT. RyuJIT is the new next-generation compiler for the whole .NET 2015 framework including .NET Core.
  • Roslyn Compiler in Visual Studio 2015Dec 23, 2014. In this article you will learn about the Roslyn Compiler in Visual Studio 2015.
  • C# Interactive Compiler DevelopmentOct 30, 2014. This article explains the complete life cycle of making a custom interactive C# compiler much like the existing CSC.exe.
  • Just-In-Time (JIT) Compiler in C#Apr 02, 2013. This article describes the Just-In-Time (JIT) Compiler in C#.
  • Building a web based C# compiler using ASP.NET and TDDFeb 16, 2011. This tutorial is an introduction to Test Driven Development (TDD) in Visual Studio 2010 (VS2010) with C# 4 and ASP.NET 4. This will focus on as using the tool and coding as much as possible and not a great deal of words so enjoy the ride.
  • C# Command-Line Compiler OptionsNov 08, 2009. In this article let's address each of the compiler options available in C#.
  • What is the Purpose of Vue.js Compiler?Feb 27, 2024. The Vue.js compiler transforms Vue.js templates into JavaScript render functions, parsing templates, generating an optimized Abstract Syntax Tree (AST), and producing efficient render functions for seamless browser execution.
  • SharpLab - Another Powerful Online Code Execution And Decompiler ToolJan 20, 2022. SharpLab is another online tool that lets you write code, run it, inspect MSIL, and even decompile the MSIL code
  • Using The Roslyn C# CompilerNov 05, 2021. In this article, you will learn how to use the Roslyn C# compiler.
  • C# Faq 4 - How Do I Configure C# CompilerNov 29, 2015. This article helps you to learn the initial steps required to compile a C# program from DOS command prompt.
  • .Net CompilersFeb 25, 2013. This article describes the two .Net compilers that exist in the .Net Framework.
  • JIT (Just-In-Time) CompilerMar 16, 2011. JIT is the just in time compiler, it is quite different with other compilers. It compiles the source code just in time, and it does not compiles hole code, only the code is to be executed is compiled.
  • Compile DLL using Command Line C# CompilerFeb 17, 2010. This article show how to compile dll file in c# using command line C# Compiler of .Net.
  • Run Time CompilerFeb 07, 2003. In this article, I am going to discuss how to take a string then compile it and then how you execute it.
  • Compiler Tools In C#Sep 10, 2002. The attached zip file contains the source code and documentation of Compiler tools in C#.
  • Argument CompilerAug 20, 2001. Here is one argument compiler. Author is looking for your feedback.
  • Auto CompilerMay 05, 2001. This is a utility to make it easier to compile from the command line. One of the problems with using the command line.
  • Understanding the .NET Internal Compile ProcessMar 11, 2024. In this article, we will learn about CLR, Jit Compiler, and how the .NET compilation process works. Understanding the .NET internal compile process involves dissecting how source code is translated into executable binaries.
  • New Features of Rust 1.73Nov 02, 2023. Rust 1.73 is a major release that includes a number of new features and improvements, such as impl Trait syntax, generic associated types, and improved borrow checker performance. These changes make Rust more expressive, efficient, and user-friendly.
  • Source Generators in C#Oct 27, 2023. You explained the process step by step, starting with the definition of attributes and the implementation of the generator class, followed by the initialization and execution processes. Additionally, you provided a clear demonstration of how to generate a new class with a static property that returns the current date and time as a string. Your use of the StringBuilder class and string interpolation for code generation was a good choice.
  • .NET Vs COM (.NET In Deep)Feb 27, 2023. This article describes the details of the differences between .NET and COM technology. Also, you can find more information how.Net is working under the hood
  • Source Generator For INotifyPropertyChangedSep 20, 2021. This article outlines steps for creating a Source Generator for the implementation of INotifyPropertyChanged using Rosyln Compiler API
  • Visual Studio 2015 Tips And TricksApr 26, 2016. In this article you will learn about Visual Studio 2015 Tips and Tricks.
  • Accessing COBOL Data GroupsDec 22, 2015. In this article you will learn how to access COBOL Data Groups in .NET.
  • Calculating Business Hours in JavascriptDec 04, 2015. In this article you will learn how to calculate business hours in JavaScript.
  • Execution Of C Or C++ Program With Real Life ExampleNov 24, 2015. In this article we will discuss the execution of C or C++ program with real life example.
  • Create Installer Using Inno SetupSep 02, 2015. In this article you will learn how to install Inno Setup on Windows platform.
  • Entity Framework 6.0: NGen.exe and Startup PerformanceSep 18, 2014. This content discusses native code generation, focusing on the process where the Just In Time (JIT) compiler converts MSIL code into native code for execution. It explains how the Native Image Generator (NGen.exe) creates and stores native code images, which can be loaded by the CLR instead of the original assembly
  • Java Virtual MachineOct 22, 2013. In this article you will learn about the Java Virtual Machine and its architecture.
  • Learn About R.java File and Dalvik Virtual Machine in AndroidOct 21, 2013. This article explains the R.java file and Dalvik virtual machine in Android.
  • Using Microsoft RoslynSep 17, 2013. Microsoft Roslyn is an API that exposes the C# compiler as a service or one can say now the entire compiler is exposed in a form of a library that can be included in your project or application.
  • Impove App Launch Performance With MultiCore JIT in .NET Framework 4.5Apr 18, 2013. This article is about one of the most new runtime features of the Muticore Just-In-Compiler (JIT) in the .NET framework 4.5.
  • Code Execution ProcessMar 20, 2013. In this article you will learn about Code Execution Process.
  • Delegate in .NET (C#): Digging / Acquaint - Make it SimpleJul 17, 2011. A delegate is an object or instance which can hold a reference of any function or which can bind a function.
  • .Net Architecture And .Net Framework BasicsApr 26, 2011. Here you will see .Net Architecture and .Net Framework basics.
  • Compiling and DebuggingNov 08, 2009. In this this article I will explain you about compilation and debugging in .NET.
  • Hello C#Nov 05, 2009. This short article is based on the classic “Hello, World” sample program familiarizes you with the language syntax and introduces the command line compiler.
  • Compiling The First F# Program Using Interactive ModeApr 03, 2009. In this tutorial we will compile the first F# program using the interactive mode. There are lot of talks going on regarding F# , just thought how about compiling the first program using interactive F# mode.
  • Aspect Oriented Programming in C#.NET: Part IFeb 16, 2009. A lot has been written about AOP (Aspect Oriented Programming) on the Web, but none of the articles cover how to implement it practically in C#. This articles covers it practically using C#.
  • Dynamic Code CompilationNov 30, 2006. This article throws light on how a code can be built dynamically, compiled and run.
  • CodeDom Calculator - Evaluating C# Math Expressions DynamicallyAug 08, 2005. This article describes how to use CodeDom and Reflection to Create a Calculator that can evaluate simple and complex math expressions on the fly.
  • Boxing and Unboxing of Value Types : What You Need to Know?Jul 21, 2003. Programmers new to C# can encounter less than ideal performance and even unexpected results due to boxing and unboxing of value types.
  • A Beginner's Guide to Microsoft's shared Source CLI (Rotor)May 13, 2003. The Common Language Infrastructure (CLI) is the ECMA standard that describes the core technologies contained in .NET.
  • Welcome to COBOL.NET, corner of the C# CornerJul 01, 2002. This column will hopefully help those of you looking to use Fujitsu NetCOBOL for .NET. We are going to present some How To articles beginning with the basic information about the environment, the interaction with Visual Studio.NET, the Designers and the COBOL language.
  • JIT CodingMar 11, 2002. One not so well known feature of .NET platform is possibility to invoke compiler and practically create code and assembly from running instance of application. It is possible to do that in two ways. First one is a bit simpler and involves namespaces System.CodeDom and System.CodeDom.Compiler, second one is more efficient and utilizes namespace System.Reflection.Emit. Since there are very few examples about how to use System.CodeDom.Compiler I will start with it.
  • Introductions To C#Jan 02, 2002. C# is a new programming language developed by Microsoft. C# has power of C++ since it's derived from C and C++. It is simpler as VB.
  • .NET framework comparison with Java ArchitectureMay 08, 2001. 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).

About compiler

NA

OUR TRAINING