Click here to Skip to main content
15,891,777 members
Articles / Programming Languages / C# 3.5

Memory allocation in .Net – Value type, Reference type, Stack, Heap, Boxing, Unboxing, Ref, Out and Volatile

Rate me:
Please Sign up or sign in to vote.
4.83/5 (33 votes)
22 Nov 2015CPOL7 min read 75.5K   51  
This Article discusses on Memory allocation in .Net and how JIT compiler optimizes non-volatile code. It also talk about Value Type, Reference type, Stack, Heap, Boxing, Unboxing, Ref, Out and Volatile.

Views

Daily Counts

License

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


Written By
Technical Lead Infinite Computer Solutions Pvt Ltd
India India
Having more than 12 years of experience currently working as a Senior Technical Lead, playing a role of Technical Manager cum Architect into Microsoft technologies which includes C#, VB.NET, ASP.NET, MVC, WCF, REST, SPA (AngularJS), SQL Server, Oracle PL/SQL,C++, UML, Design patters and principles etc.

My Linked-In Profile: https://in.linkedin.com/in/syed-saleem-50462a7

Comments and Discussions