Hi, last few days I got some questions from few folks that they are confused on how to call a … More
Tag: C# 5.0
Silverlight Dispatcher
Threading in Silverlight is simple and have very few classes and limited functionality. In Silverlight we rarely go for the … More
Singleton Pattern
Singleton pattern is a simple design pattern in software practice and sometimes considered as an anti-pattern due its tight coupling … More
Asynchronous Programing C# 5.0
C# 5.0 mostly bluff about the asynchronous programming. Of course it has some really kick ass features in the asynchronous … More
C# 5.0 – Caller Information
C# 5.0 has some new features which can aid us in debugging and logging. Take a look at this code … More