Facebook developer toolkit v3
http://www.rjygraham.com/archive/2009/11/22/using-facebook-connect-with-aspnet-mvc-and-the-facebook-developer-toolkit-3.aspx
http://blogs.claritycon.com/blogs/kevin_marshall/archive/2009/10/06/facebook-developer-toolkit-3-0-asp-net-mvc-sample.aspx
Facebook developer toolkit v2
http://devtacular.com/articles/bkonrad/how-to-retrieve-user-data-from-facebook-connect-in-aspnet/
Thursday, December 31, 2009
Wednesday, December 30, 2009
Monday, December 28, 2009
Thursday, December 3, 2009
Wednesday, December 2, 2009
Tuesday, December 1, 2009
Singleton pattern
In software engineering, the singleton pattern is a design pattern that is used to restrict instantiation of a class to one object. This is useful when exactly one object is needed to coordinate actions across the system. The concept is sometimes generalized to systems that operate more efficiently when only one object exists, or that restrict the instantiation to a certain number of objects (say, five). Some consider it an anti-pattern, judging that it is overused, introduces unnecessary limitations in situations where a sole instance of a class is not actually required, and introduces global state into an application.
http://en.wikipedia.org/wiki/Singleton_pattern
http://en.wikipedia.org/wiki/Singleton_pattern
Subscribe to:
Posts (Atom)