The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Laziness in C# 4.0 - Lazy

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
SANKARSAN BOSE

Posts: 260
Nickname: sankarsanb
Registered: Oct, 2008

SANKARSAN BOSE is a .NET Professional
Laziness in C# 4.0 - Lazy Posted: Oct 4, 2009 4:04 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by SANKARSAN BOSE.
Original Post: Laziness in C# 4.0 - Lazy
Feed Title: Sankarsan's Journal
Feed URL: https://sankarsan.wordpress.com/feed/
Feed Description: Technology,Science,Books,Movies.....
Latest .NET Buzz Posts
Latest .NET Buzz Posts by SANKARSAN BOSE
Latest Posts From Sankarsan's Journal

Advertisement
“Lazy Instantiation” defers creation of an object till the time it is actually accessed.The process of object creation is always expensive as it involves allocation of memory on the heap.So Lazy Instantiation optimizes resources by using them when it is actually required.Till C# 3.0 we needed to some custom coding to implement “Lazy Instantiation” pattern.Now [...]

Read: Laziness in C# 4.0 - Lazy

Topic: Free: Introducing WebsiteSpark and Web Platform Installer v2 RTM Previous Topic   Next Topic Topic: ARCast.TV: Perspective and Architectural Insight

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use