Browse by Tags
All Tags »
C# (
RSS)
I’m happy to announce that I am to join forces with Shai Bar-Lev and help manage the INDNUG – Israel Dot Net Developers User Group . Today is my debut appearance at the group meeting, for those of you who don’t know this group roots are from a long time groups such as VB .NET user group. This group covers...
If you’ve been following this blog long enough, you should know I’m an avid prism fan. Most of my projects I am making use of Prism or Composite Application Guidance. This is not a post for learning Prism, but to provide a solution, not so straight-forward for a rather straight-forward problem. I must...
In Part 1 , we’ve discussed how the Layout was done, and we finished designing our XAML. Now let’s see what is going on beyond the scenes. We will define two helper classes that will help us manage the data in our App. Function class got: Name : Will be shown inside the ComboBox. Params: List of Param...
My esteemed colleague Alex Golesh sent me a request to rate his app on the MIX 10k competition, I wasn’t aware of this competition, but I immediately decided that I want in. The rules are simple, do anything you want on Silverlight or XBAP but you mustn’t exceed 10kb of code and resources. After...
Today I was approached with a nice question. Suppose we have a simple class with a few properties. We want to do a linq query over it with a where clause. (it doesn’t matter what is the data source, in this case it will be plain CLR objects). Let’s say that we want to construct our Where clause in such...
While preparing for a talk I am to give about the new C# 4.0 dynamic feature and dynamic languages in general I ran into several issues that I would like to document here, maybe they will be helpful for you as well. I am using the Visual Studio 2010 VPC which was handed over for every PDC attendee. But...