BobStrogg

Stories submitted by BobStrogg

System.Web.Routing with WebForms sample(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 1 month ago

A quick sample showing ASP.NET's System.Web.Routing being used with traditional WebForms :o) read more...

add a comment |category: |Views: 665

tags: another

Excel add-ins in C#(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 1 month ago

A couple links on writing Excel add-ins in C# and managing XLA versions in source control. read more...

add a comment |category: |Views: 21

tags: another

ASP.NET Routing vs URL rewriting(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 2 months ago

Brief experiment using ASP.NET MVC's routing mechanism to drive regular ASP.NET pages (with postbacks etc) read more...

add a comment |category: |Views: 44

tags: another

Silverlight 2 - 2D Physics revisited(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 2 months ago

An update to my Silverlight 2D Physics demo - now with rolling heads! read more...

add a comment |category: |Views: 5

tags: another

WPF Skinning your Websites(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 3 months ago

Use WPF to create skin images for your websites. Create a scene with all the XAML goodness you like and let this utility splice it up for use on your site! read more...

add a comment |category: |Views: 46

tags: another

Silverlight 1.0 Codebehind(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 3 months ago

Here’s a simple codebehind-like concept for Silverlight 1.0, involving minimal changes to Visual Studio 2008’s “Silverlight JScript Page” template code. read more...

add a comment |category: |Views: 1

tags: another

ASP.NET InlineDataSource(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 5 months ago

How many times have you wanted to use an ObjectDataSource but been too damn idle to create a new class? All you really want are its Selecting and Updating events and some magic dust in your codebehind, right? I may have just the thing for you... read more...

add a comment |category: |Views: 1

tags: another

LINQ expression visitor extension(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 6 months ago

Some handy C# 3.5 extension methods wrapping an ExpressionVisitor. read more...

add a comment |category: |Views: 113

tags: another

Convert.ChangeType extension method(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 6 months ago

A couple of nice C# 3.5 extension methods for Convert.ChangeType. read more...

add a comment |category: |Views: 40

tags: another

Ask your doctor if AJAX is right for you(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 6 months ago

AJAX is not for everybody. read more...

add a comment |category: |Views: 0

tags: another

Silverlight 1.1 2D Physics source available(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 9 months ago

The source code for my Silverlight 1.1 (alpha refresh) 2D Physics demo is now available. read more...

add a comment |category: |Views: 0

tags: another

Silverlight 1.1 2D physics sample updated(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 4 years, 9 months ago

The Silverlight 1.1 2D physics samples has been updated for the latest Silverlight 1.1 alpha refresh. It also looks prettier :) read more...

add a comment |category: |Views: 1

tags: another

Silverlight 2D Physics(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 5 years ago

A simple 2D physics demo for Silverlight 1.1 Alpha. This uses a managed version of the Bullet Physics library. Should run great on Windows or Mac, in IE, Firefox or Safari! (it'll give a download link for the Silverlight 1.1 Alpha plug-in if you don't already have it). read more...

add a comment |category: |Views: 30

tags: another

XBAP *3D* Physics(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 5 years, 1 month ago

A simple 3D physics engine wrapped in an XBAP! (using a managed C# physics engine). read more...

1 comment |category: |Views: 80

tags: another

XBAP 2D Physics source available(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 5 years, 2 months ago

The source code for my XBAP 2D physics demo is now available. Enjoy! read more...

add a comment |category: |Views: 9

tags: another

XBAP 2D Physics(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 5 years, 2 months ago

Simple 2D physics engine and WPF in your browser. read more...

add a comment |category: |Views: 23

tags: another