C-Sharp

A Quick Introduction to C#

With Mono's 2.0 release it seems there's no better time than now to start investing in C#, especially if you are looking for platform independence. To help...

0 replies - 1024 views - 10/09/08 by Riyad Kalla in News

How to Parse and view Outlook .msg Files programmatically

This article shows that how can you parse and view Outlook .msg files using your own code in C# applications where Microsoft Office Outlook is not required for...

0 replies - 7564 views - 10/08/08 by Usman in Articles

A Very Simple C# Interview Question That Most Developers Fail

We interview a lot of people and usually go through at least 3 interviews to select someone for the organization I work in. A recent trend of new developers is...

2 replies - 1968 views - 10/03/08 by raasiel in News

Do we actually need Methods in C# 3.0? We just need a powerful function type inference

The big milestone of C# 3.0 got me thinking, what can we do more to improve the language. After a lot of interesting discussions and debates I got with people...

0 replies - 622 views - 09/22/08 by Sadache in Articles

Who Ever Said LINQ Predicates Need To Be Boolean-Valued?

Back in the wonderful world of LINQ. This time I’d like to highlight one of the most important properties of LINQ: its flexibility. On various occasions...

1 replies - 3331 views - 09/16/08 by bdesmet in News

Practical Concurrency Patterns: Immutability (Freezables)

Another very simple pattern builds on the foundation of the Safe-Unsafe Cache pattern.  What is the easiest way to protect data from multi-threaded access...

0 replies - 1499 views - 08/18/08 by sashag in News

Curry for Dummies

Introduction Functional programming concepts aren’t that hard but sometimes a little abstract. In this post I’ll try to demystify the concept of currying,...

0 replies - 1291 views - 08/18/08 by bdesmet in News

10 Not To Be Missed .NET Articles - July 2008 - .NET Zone

In this months not to be missed .NET articles we cover topics such as multi-language custom controls, troubleshooting linq to sql, the Silverlight 2.0 security...

0 replies - 2788 views - 08/02/08 by Schalk Neethling in News