Monthly Archives: April 2010

Article: Developing a basic Silverlight 4.0 application using WCF RIA Services

This is a beginner’s (introductory) walkthrough to develop a simple Silverlight 4.0 application using .NET Entity Framework together with WCF RIA Services.  Most of my future articles would depend on this article. Following are the steps: Open Microsoft Visual Studio … Continue reading

Posted in Silverlight/WPF | Tagged , | 9 Comments

String Concatenation performance in .NET

  Every developer knows (at least, should know) that StringBuilder outperforms String when working with too many string concatenations (especially in a loop).  But, not everyone knows the worst method.   I ran a simple string concatenation test with other similar concatenation methodologies … Continue reading

Posted in Misc | 10 Comments