Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends,
I am new to IT. I am learning .net.
First topic in .net is .net framework architecture.
Layer 1 - Representing .net languages
Layer 2 - Representing .net technologies
Layer 3 - Representing BCL
Layer 4 - Representing execution engine. i.e, CLR

I have windows 8 OS, and .net framework version it came with is v4.0.
So is there any comparision of these layers with content inside framewrok version4.0 folder?
Like, in this folder i can see all .dll files which are BCL files. So that helped me to understand abt Layer 3. But how to interpret layer 1,2,4 in local .netframework ver4.0 folder?

Explanation of it will be really helpful

What I have tried:

i tried looking into all folders inside version4.0 folder. But not getting clear idea.
Posted
Updated 11-Oct-16 15:54pm
Comments
[no name] 11-Oct-16 12:56pm    
https://msdn.microsoft.com/en-us/library/zw4w595w(v=vs.100).aspx
Suvendu Shekhar Giri 11-Oct-16 13:26pm    
From which documentation/tutorial you learned all these?
Member 12787910 11-Oct-16 13:31pm    
i am using online materials and youtube channels.
Plz correct me if my understanding is wrong?

1 solution

There is no comparison in between the folder structure and layers discussed above. The .Net framework architecture is doesn't represent any physical thing, rather it is all about conceptual or functional. Checkout these links,

Components of .Net Framework

.NET Framework and Architecture[^]
Overview of the .NET Framework[^]
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900