DCSIMG
C# - Ariel's Remote Data Center

Browse by Tags

All Tags » C# (RSS)

Under new management

Posted Jan 18 2012, 07:12 PM by Ariel Ben Horesh  

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...

“Hacking” through Prism regions (or when to cross the lines with Prism)

Posted Jul 19 2011, 05:51 PM by Ariel Ben Horesh  

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...

MIX 10K challenge, Learn How I did my Silverlight App. Part 2

Posted Dec 23 2008, 01:24 AM by Ariel Ben Horesh  

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...

MIX 10K challenge, Learn How I did my Silverlight App. Part 1

Posted Dec 23 2008, 01:22 AM by Ariel Ben Horesh  

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...

Cool LINQ trick

Posted Dec 22 2008, 07:31 PM by Ariel Ben Horesh  

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...
תגים:, , ,

Using PDC bits with new “Dynamic” features

Posted Nov 24 2008, 04:23 PM by Ariel Ben Horesh  

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...