xerxesb

Stories kicked by xerxesb

Specification Testing in .NET using Ruby(xerxesb.com)

submitted by xerxesbxerxesb(60) 3 years, 1 month ago

The purpose of this post is to run through a process which will ultimately allow you to write Ruby based specifications for your .NET code. Why would you want to do this? The intended purpose for this practice is to gain the most benefit when doing BDD. Trying to do BDD in C# results in a lot of syntactical noise in the code which distracts from the goal of having clear, readable specifcations of how the intended function should behave. The advantage of using Ruby is that the scripted nature of the language allows physical (as well as logical) separation of speficiations from code, opening up the realm of possibility that specifications are written by non-technical folk. Furthermore, the Ruby syntax lends itself to building DSLs perfect for the purpose of allowing clean, almost human-readable code. read more...

add a comment |category: |Views: 21

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

Googleman - Quite possibly the best WPF application ever(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 3 months ago

Googleman is a fun and pointless application for launching Google.com in the style of the Batman 60s TV show, complete with spinning Google logo and sound effects. Now when a friend or co-worker says “To Google!” you can open your favourite search engine in style. Googleman uses WPF and is written using the MVP pattern. read more...

1 comment |category: |Views: 1229

tags: another

What's In A Code Review?(xerxesb.com)

submitted by xerxesbxerxesb(60) 3 years, 3 months ago

What happens during a “code review”? There’s no single answer to this question and my experience is that it varies considerably based on a number of factors. After thinking for a little bit about what I do when code reviewing, I came up with a list of stages in a code review and figured I might just share it with everyone. read more...

1 comment |category: |Views: 314

tags: another

Yet another carousel control(karlagius.wordpress.com)

submitted by AmaranthAmaranth(125) 3 years, 7 months ago

Another 3d carousel control in WPF. The world might not need another one of these, but it was fun to write :) Source code included. read more...

add a comment |category: |Views: 451

tags: another

XBAP Is Cached When Running Without Debugger(xerxesb.com)

submitted by xerxesbxerxesb(60) 3 years, 7 months ago

When i’m creating an XBAP project in Visual Studio and run it without the debugger, the XBAP gets cached somewhere and any subsequent changes don’t show up - It keeps running the old XBAP file. read more...

add a comment |category: |Views: 3

tags: another

Deep Clone of a business object: the quick and dirty way(nablasoft.com)

submitted by GuardianGuardian(1104) 3 years, 7 months ago

...I needed a quick and dirty way to do the deep clone of an object, since my entity classes are shared between WCF, WPF and Silverlight (yes I’m one of the guys so crazy to build multi-target applications) I needed a method that could work in all the environments... read more...

add a comment |category: |Views: 34

tags: another

Managed AddIn Framework (System.AddIn) with WPF - Part 1(blog.matthidinger.com)

submitted by mhidingermhidinger(65) 3 years, 7 months ago

This article covers a complete step-by-step tutorial of every action that a developer must perform to utilize the AddIn framework. It will not be a complete overview of what MAF is or how all the parts tie together. I will do my best to cover these things, but I have also included some very helpful reference material that will cover these topics better than I ever could. read more...

add a comment |category: |Views: 297

tags: another

How MVC, jQuery, and SubSonic will make you smile(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years, 7 months ago

Rob shows off some early prototype bits for some mvc.net bits that he's baking into SubSonic. read more...

add a comment |category: |Views: 33

tags: another

Strategy Pattern In .NET 2.0(vadmyst.blogspot.com)

submitted by VadmystVadmyst(395) 4 years, 7 months ago

Strategy pattern can very handy when a system designer or architect wants to separate algorithms from the system implementation. Also with strategy pattern approach it is very easy to select between different algorithms on the fly. With the introduction of generics in .NET 2.0 implementing strategy pattern is even more easy. read more...

1 comment |category: |Views: 72

tags: another

Rhino mock basic introduction(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 4 years, 7 months ago

Blog post explaining basics of Rhino mocks read more...

add a comment |category: |Views: 461

tags: another

Scott Guthrie announces ASP.NET MVC framework at Alt.Net Conf(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 7 months ago

Some more information from ALT.NET on the new ASP.NET MVC framework. read more...

add a comment |category: |Views: 3

tags: another