Impact of Gen-AI on IT Jobs - Growth Mindset Show
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
Explain about Memory Management in .NET?
Manoj Kumar
8y
990
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
CLR Provides an Automatic Memory management for Dot Net programs. Automatic Memory management is handled by GC(Garbage Collector), GC has it's own engine called as optimizing engine and it runs when required, it identifies the object into two categories, one is idled object and another one is object in use, object in use are kept in memory and idled objects are removed from memory.
Komara Reddy
8y
0
what is boxing and unboxing, explain it with examples?
can you explain about assemblies in .Net?
Message