TwitterFacebookInstagramYouTubeDEV CommunityGitHub

Under The Hood Learning

Learning to share, sharing to learn

.NET Framework, General Concepts

Common Intermediate Language (CIL) - What Does It Look Like?

Learn about the Common Intermediate Language (CIL) by looking at an actual IL code example.
6 min read
JAMStack

What Is JAMStack And Whether You Should Use It For Your App?

Learn about the JAMStack architecture, core component of JAMStack, available tools that can be used to build a JAMStack app, and its benefits and limitations to determine if it's the right fit for you application.
6 min read
.NET Framework

.NET Framework Compiler: Under the Hood

Learn about the Microsoft Build Engine under the hood by building a simple Hello World console application.
5 min read
.NET Framework

.NET Framework: From Source Code to Machine Code

Learn how C# program compiles to translate high-level programming language into machine conde. Learn how the MSBuild Engine in the .NET framework works.
3 min read
General Concepts

What is runtime environment (RTE)?

This article explains what a runtime environment is, why we need it, and how it works.
3 min read
Angular

Why was Angular introduced as a client-side framework?

Angular is a TypeScript-based open-source web application framework, developed and maintained by Google. It offers an easy and powerful way of building frontend web-based applications. In this article, we'll learn about the story behind the creation of this framework.
3 min read
.NET Framework

What really is the .NET Framework?

This article provides an overview of what a software framework is and a short summary of the history of the .NET framework.
6 min read
General Concepts

Headless Chrome - What is it?

Learn about Headless Chrome and its purpose in this short article.
1 min read