NetworkedBlogs.com (beta) is an extension of the Facebook app NetworkedBlogs.

Talking About .NET

You're new here, aren't you?

NetworkedBlogs allows you to stay up to date with blogs you love. Click the Follow button to follow updates from this blog.
 

Information

Blog Name: Talking About .NET
Url: http://blog.grojer.eu/
Language: German
Topics: C#, LINQ, WPF
Description:
Popularity: 1 Followers

Blog Feed

MKV & XBOX 360 und Windows 7 - Filme ohne (neues) encoden streamen
VS 2010 - Suchoption in der Toolbox
In Visual Studo 2010 (Beta 2) kann man in der Toolbox suchen:-) Toolbox anclicken-) Lostippen ...  und das passende Control wird markiert.
ADC 09 – Advanced DataBinding in WPF
Auf der ADC 09 habe ich einen Vortrag zum Thema DataBinding in  WPF gehalten. Download: Beispiele & Präsentation auf SkydriveFragen zum Thema? Kommentar schreiben!
System.Reflection, Properties mit einem bestimmten Typ schreiben
Angenommen man möchte alle Properties eines Objektes auf true oder false setzen:Zuerst müssen wir uns alle schreibbaren Properties vom Objekt holen um diese verändern zu können. var c = new Customer();var propInfos = c.GetType().GetProperties().Where(p => p.CanWrite && p.PropertyType.IsAssignableFrom(typeof(bool)));foreach (var pi in propInfos){        var t = pi.PropertyType;        pi.SetValue(c, true, null);} Die Klasse Customer ist hierbei wie folgt definiert: public class Customer{        public string FirstName { get

Followers

This blog has 1 followers. Visit the blog page on Facebook to see who's following this blog.
Follow

Popular in:

Not enough data.
Calculated for blogs with 20+ followers.

Related Blogs

This site uses BitPixels previews
Questions? contact: networkedblogs@ninua.com
Copyright (C) 2008, Ninua, Inc.