Click here to Skip to main content
15,881,559 members
Articles / Programming Languages / Visual Basic 10

A Look under the hood of the .NET Framework

Rate me:
Please Sign up or sign in to vote.
4.95/5 (78 votes)
11 Feb 2013CPOL49 min read 186.2K   1.5K   166  
Journey to the center of the .NET Framework with a chance of IL along the way!

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "UnderTheHoodVB", "UnderTheHoodVB\UnderTheHoodVB.vbproj", "{88947861-5E31-44B2-83F1-29459CF907F4}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "UnderTheHoodVB.Examples", "UnderTheHoodVB.Examples\UnderTheHoodVB.Examples.vbproj", "{88B76DC5-BC84-4B3B-92D7-8EC2B4E75630}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{88947861-5E31-44B2-83F1-29459CF907F4}.Debug|Any CPU.ActiveCfg = Debug|x86
		{88947861-5E31-44B2-83F1-29459CF907F4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{88947861-5E31-44B2-83F1-29459CF907F4}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{88947861-5E31-44B2-83F1-29459CF907F4}.Debug|x86.ActiveCfg = Debug|x86
		{88947861-5E31-44B2-83F1-29459CF907F4}.Debug|x86.Build.0 = Debug|x86
		{88947861-5E31-44B2-83F1-29459CF907F4}.Release|Any CPU.ActiveCfg = Release|x86
		{88947861-5E31-44B2-83F1-29459CF907F4}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{88947861-5E31-44B2-83F1-29459CF907F4}.Release|Mixed Platforms.Build.0 = Release|x86
		{88947861-5E31-44B2-83F1-29459CF907F4}.Release|x86.ActiveCfg = Release|x86
		{88947861-5E31-44B2-83F1-29459CF907F4}.Release|x86.Build.0 = Release|x86
		{88B76DC5-BC84-4B3B-92D7-8EC2B4E75630}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{88B76DC5-BC84-4B3B-92D7-8EC2B4E75630}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{88B76DC5-BC84-4B3B-92D7-8EC2B4E75630}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{88B76DC5-BC84-4B3B-92D7-8EC2B4E75630}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{88B76DC5-BC84-4B3B-92D7-8EC2B4E75630}.Debug|x86.ActiveCfg = Debug|Any CPU
		{88B76DC5-BC84-4B3B-92D7-8EC2B4E75630}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{88B76DC5-BC84-4B3B-92D7-8EC2B4E75630}.Release|Any CPU.Build.0 = Release|Any CPU
		{88B76DC5-BC84-4B3B-92D7-8EC2B4E75630}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{88B76DC5-BC84-4B3B-92D7-8EC2B4E75630}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{88B76DC5-BC84-4B3B-92D7-8EC2B4E75630}.Release|x86.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO JUUN Software
Netherlands Netherlands
Sander Rossel is a Microsoft certified professional developer with experience and expertise in .NET and .NET Core (C#, ASP.NET, and Entity Framework), SQL Server, Azure, Azure DevOps, JavaScript, MongoDB, and other technologies.

He is the owner of JUUN Software, a company specializing in custom software. JUUN Software uses modern, but proven technologies, such as .NET Core, Azure and Azure DevOps.

You can't miss his books on Amazon and his free e-books on Syncfusion!

He wrote a JavaScript LINQ library, arrgh.js (works in IE8+, Edge, Firefox, Chrome, and probably everything else).

Check out his prize-winning articles on CodeProject as well!

Comments and Discussions