siz

3,600
Reputation
219 views

Registered User

Name siz
Member for 1 year
Seen yesterday
Website
Location Brooklyn, NY
Age 24
Nov
18
awarded  Nice Answer
Nov
18
accepted Whats a quick way to convert an IEnumerable<Foo> to List<Foo> in C# 2.0?
Nov
18
answered Whats a quick way to convert an IEnumerable<Foo> to List<Foo> in C# 2.0?
Nov
13
comment Installing Google Go on Windows XP?
good work. officially not supported, but do let us know if there's a work around. +1
Nov
13
accepted Installing Google Go on Windows XP?
Nov
13
answered Installing Google Go on Windows XP?
Nov
10
answered How to reference a generic type in the DataType attribute of a HierarchicalDataTemplate?
Nov
10
answered WPF Binding objects defined in codebehind
Nov
7
accepted Why a View is loading very slow for the first time in a Prism composite wpf application
Nov
7
revised Why a View is loading very slow for the first time in a Prism composite wpf application
added 781 characters in body
Nov
7
answered Why a View is loading very slow for the first time in a Prism composite wpf application
Nov
7
comment How do I disable the opening and closing animation of the DropDown of a ComboBox in WPF?
What OS are you running? I'm running XP and this does not occur using WPF's ComboBox control.
Oct
20
answered .NET: Unable to cast object to interface it implements
Oct
14
comment WCF DataContract - marking member IsRequired=false
Yes, that's what I'm saying. I don't know if your DataContract will work though. I'm not sure whether DataMember requires public getter/setter. You cannot instantiate MyObj with StrA but not StrB using the code above. If you create another version of MyObj that does not contain StrB, then you could.
Oct
14
answered WCF DataContract - marking member IsRequired=false
Oct
5
comment How do I avoid changing the Stack Size AND avoid getting a Stack Overflow in C#
Good point. In fact, your code is essentially a breadth first traversal of the nodes as opposed to a depth first approach from the OP.
Sep
30
accepted Prism v2: seeking clarification on why modules need to “register view types with the shell”
Sep
28
revised WPF: Add Page w/functionality into a Window at runtime as XAML
added 181 characters in body
Sep
28
answered WPF: Add Page w/functionality into a Window at runtime as XAML
Sep
28
comment WPF: Add Page w/functionality into a Window at runtime as XAML
Are you saying you want to inject arbitrary code behind to this XAML file? Where is your code behind located?
Sep
28
comment Add Icon for ToolWindow in WPF
What exactly do you mean when you say ToolWindow?
Sep
28
answered Add Icon for ToolWindow in WPF
Sep
28
accepted What namespace must be used to get a DataGridComboBoxColumn?
Sep
28
comment What namespace must be used to get a DataGridComboBoxColumn?
You might have forgotten to include something. :) I just popped open a WPF project in 2008 and could reference the type from Assembly WpfToolkit.
Sep
28
revised What namespace must be used to get a DataGridComboBoxColumn?
added 360 characters in body; deleted 7 characters in body; deleted 353 characters in body
Sep
28
answered What namespace must be used to get a DataGridComboBoxColumn?
Sep
27
comment Why is System.Windows.Shape.Path sealed?
How would this approach not work? An attached property can be of any type.
Sep
22
accepted Editable Datagrid in WPF
Sep
21
answered Xml attributes vs Xml inside properties?
Sep
19
accepted How do I let my UserControls use the same styles as App.xaml?
Sep
16
awarded  Yearling
Sep
15
awarded  Enlightened
Sep
15
awarded  Nice Answer
Sep
15
awarded  Nice Answer
Sep
15
answered SortedList<>, SortedDictionary<> and Dictionary<>
Sep
15
answered Editable Datagrid in WPF
Sep
11
answered Trying to understand the point of constraints - am I on the right track?
Sep
11
revised WPF: Simple Binding Q: binding visibility to control in different class
added 4 characters in body
Sep
11
accepted WPF: Simple Binding Q: binding visibility to control in different class
Sep
11
answered Get the Style of a Control {StaticResource {x:Type TextBlock}} in code behind
Sep
11
answered WPF: Simple Binding Q: binding visibility to control in different class
Sep
10
revised What software do i need to install to use WPF in VS2005
added 431 characters in body
Sep
10
revised What software do i need to install to use WPF in VS2005
added 307 characters in body
Sep
10
comment What software do i need to install to use WPF in VS2005
It's available on download.com. See my response below.
Sep
10
answered What software do i need to install to use WPF in VS2005
Sep
4
accepted Is there a way to use ParameterInfo and PropertyInfo Interchangeably ?
Sep
3
answered Is there a way to use ParameterInfo and PropertyInfo Interchangeably ?
Aug
27
comment How do I let my UserControls use the same styles as App.xaml?
No, that should not matter. I recommend, if possible, that you add some code to your question. It will be easier to diagnose that way.
Aug
27
answered How do I let my UserControls use the same styles as App.xaml?
Aug
25
answered Can someone demystify the yield keyword?