Related resources for compiler
  • Understanding the .NET Internal Compile Process3/11/2024 11:16:32 AM. 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 in
  • Entity Framework 6.0: NGen.exe and Startup Performance3/7/2024 8:48:20 AM. 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 Generat
  • What is the Purpose of Vue.js Compiler?2/27/2024 10:10:27 AM. 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 se
  • VS 2022 Reveals System.Runtime.CompilerServices.Unsafe Vulnerability11/15/2023 7:23:46 AM. The recent version of Visual Studio 2022 revealed a vulnerability in ASP.NET WebForms.while updating Windows on Patch Tuesday and releasing the latest version of Visual Studio 17.8 and .NET 8 LTS, I u
  • New Features of Rust 1.7311/2/2023 7:18:05 AM. 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 R
  • Compiler Tools In C#10/30/2023 6:57:34 AM. The attached zip file contains the source code and documentation of Compiler tools in C#.
  • Source Generators in C#10/27/2023 5:26:01 AM. 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,
  • Introductions To C#9/21/2023 7:00:18 AM. 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 - 5 Free Decompilers3/6/2023 6:02:38 AM. We are giving an overview of 5 free .NET Decompilers.
  • .NET Vs COM (.NET In Deep)2/27/2023 5:54:53 AM. 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
  • Aspect Oriented Programming in C#.NET: Part I8/25/2022 8:16:50 AM. 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#.
  • SharpLab - Another Powerful Online Code Execution And Decompiler Tool1/20/2022 2:03:25 PM. SharpLab is another online tool that lets you write code, run it, inspect MSIL, and even decompile the MSIL code
  • Using The Roslyn C# Compiler11/5/2021 5:54:27 AM. In this article, you will learn how to use the Roslyn C# compiler.
  • Source Generator For INotifyPropertyChanged9/20/2021 1:14:41 AM. This article outlines steps for creating a Source Generator for the implementation of INotifyPropertyChanged using Rosyln Compiler API
  • Dynamic Code Compilation2/3/2021 6:36:42 AM. This article throws light on how a code can be built dynamically, compiled and run.
  • RyuJIT: The New 64-bit JIT Compiler For .NET 20151/6/2021 9:52:24 AM. In this article you will learn about RyuJIT. RyuJIT is the new next-generation compiler for the whole .NET 2015 framework including .NET Core.
  • .NET Decompiling Tools: Part 11/3/2021 10:49:24 AM. This article explains about decompiling tools for the .NET application and their features, how to use the tools to decompile assembly and assembly browser.
  • Impove App Launch Performance With MultiCore JIT in .NET Framework 4.512/22/2020 6:12:02 AM. This article is about one of the most new runtime features of the Muticore Just-In-Compiler (JIT) in the .NET framework 4.5.
  • An Introduction To .NET Decompiler11/24/2020 1:00:42 AM. This article explains about .NET Decompiler. .NET decompiler is used to decompile the Libraries, Executables, and more.
  • JIT (Just-In-Time) Compiler11/11/2020 9:23:32 AM. 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.
  • Just-In-Time (JIT) Compiler in C#11/11/2020 8:35:18 AM. This article describes the Just-In-Time (JIT) Compiler in C#.
  • Code Execution Process11/10/2020 3:19:55 AM. In this article you will learn about Code Execution Process.
  • Calculating Business Hours in Javascript5/6/2020 9:42:59 PM. In this article you will learn how to calculate business hours in JavaScript.
  • Learn About R.java File and Dalvik Virtual Machine in Android3/31/2020 5:42:46 AM. This article explains the R.java file and Dalvik virtual machine in Android.
  • .NET Compiler Platform (Roslyn) - Build Analyzer And Code Fixes12/21/2019 7:11:55 AM. Build your own analyzer and code fixes using the .NET compiler platform (Roslyn) with the latest Visual Studio 2019 and .NET framework.
  • Java Virtual Machine8/9/2019 2:21:07 AM. In this article you will learn about the Java Virtual Machine and its architecture.
  • CodeDom Calculator - Evaluating C# Math Expressions Dynamically5/13/2019 4:12:57 AM. This article describes how to use CodeDom and Reflection to Create a Calculator that can evaluate simple and complex math expressions on the fly.
  • .Net Architecture And .Net Framework Basics12/15/2017 6:02:57 AM. Here you will see .Net Architecture and .Net Framework basics.
  • Visual Studio 2015 Tips And Tricks5/23/2016 7:59:47 AM. In this article you will learn about Visual Studio 2015 Tips and Tricks.
  • Accessing COBOL Data Groups12/22/2015 4:15:46 AM. In this article you will learn how to access COBOL Data Groups in .NET.
  • C# Faq 4 - How Do I Configure C# Compiler11/29/2015 11:14:59 AM. This article helps you to learn the initial steps required to compile a C# program from DOS command prompt.
  • Execution Of C Or C++ Program With Real Life Example11/24/2015 6:26:24 AM. In this article we will discuss the execution of C or C++ program with real life example.
  • Create Installer Using Inno Setup9/2/2015 2:27:29 AM. In this article you will learn how to install Inno Setup on Windows platform.
  • Roslyn Compiler in Visual Studio 201512/23/2014 11:16:07 PM. In this article you will learn about the Roslyn Compiler in Visual Studio 2015.
  • Using Microsoft Roslyn9/17/2013 11:46:45 AM. 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.
  • Error Logging With Caller Info7/12/2013 11:21:05 AM. This article provides a brief introduction to the use of Caller Information as a means for creating an error logging utility class for your C# 5.0/.NET 4.5 applications.
  • .Net Compilers2/26/2013 5:56:09 PM. This article describes the two .Net compilers that exist in the .Net Framework.
  • Hello C#10/20/2012 6:17:33 AM. 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 Mode10/5/2012 8:27:22 AM. 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.
  • A Beginner's Guide to Microsoft's shared Source CLI (Rotor)9/30/2012 4:51:51 AM. The Common Language Infrastructure (CLI) is the ECMA standard that describes the core technologies contained in .NET.
  • C# Command-Line Compiler Options5/20/2012 7:16:41 AM. In this article let's address each of the compiler options available in C#.
  • Delegate in .NET (C#): Digging / Acquaint - Make it Simple7/18/2011 12:05:18 AM. A delegate is an object or instance which can hold a reference of any function or which can bind a function.
  • Building a web based C# compiler using ASP.NET and TDD2/16/2011 11:35:12 PM. 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.
  • Compile DLL using Command Line C# Compiler2/17/2010 3:20:48 AM. This article show how to compile dll file in c# using command line C# Compiler of .Net.
  • Compiling and Debugging11/8/2009 11:29:15 PM. In this this article I will explain you about compilation and debugging in .NET.
  • Run Time Compiler1/31/2007 3:34:44 AM. In this article, I am going to discuss how to take a string then compile it and then how you execute it.
  • 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.
  • Welcome to COBOL.NET, corner of the C# Corner1/30/2006 4:01:32 AM. 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.
  • Auto Compiler12/30/2005 11:24:01 PM. This is a utility to make it easier to compile from the command line. One of the problems with using the command line.
  • Argument Compiler12/30/2005 1:09:58 AM. Here is one argument compiler. Author is looking for your feedback.
  • C# Video Poker12/25/2005 11:15:32 PM. This Video Poker game is an imitation of a casino Video Poker machine. It is written using Windows Forms.
  • JIT Coding12/21/2005 7:24:17 AM. 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.
  • .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).