Khaba

Stories submitted by Khaba

View Models: POCOs versus DependencyObjects(kentb.blogspot.com)

submitted by KhabaKhaba(125) 3 years, 1 month ago

If you're leveraging the MVVM pattern in your WPF/Silverlight development, you will quickly be faced with a decision regarding the implementation of your view models: should they be DependencyObjects, or POCOs (Plain Old CLR Objects)? read more...

add a comment |category: |Views: 30

tags: another

Bling: Easy Animation and Interaction in C# (bling.codeplex.com)

submitted by KhabaKhaba(125) 3 years, 2 months ago

Bling provides handy DSLs for WPF layouting, animations and shader effects. Write an effect in C# and have it dynamically compiled into HLSL! Plus, there's a UI physics engine (experimental) and a rich library of geometry routines. read more...

add a comment |category: |Views: 112

tags: another

Surface Physics(blogs.msdn.com)

submitted by KhabaKhaba(125) 3 years, 3 months ago

Nice physics engine on Surface: Collision, gravity, spring forces, ... read more...

add a comment |category: |Views: 23

tags: another

Awful Command Line Parsing API in .NET 4.0(tirania.org)

submitted by KhabaKhaba(125) 3 years, 3 months ago

Miguel de Icaza about System.Core's new System.Shell.CommandLine read more...

add a comment |category: |Views: 525

tags: another