Stories recently tagged with 'TroyGoode'

Spearmen, Javelin Throwers, and the State Pattern, oh my!(squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 9 months ago

Jamie Farser & Ayende Rahein recently had a conversation about using the State Pattern for units in a game Jamie is building. I've been following along trying to figure my way through the state pattern as well, and decided to take a stab at my own solution to Jamie's problem. read more...

add a comment |category: |Views: 11

tags: another

Asp.Net MVC Membership Starter Kit Released(squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 9 months ago

Almost six months after the official release of Asp.Net MVC 1.0 and nearly a year after the last release of the starter kit, I've finally rewritten and released the Asp.Net MVC Membership Starter Kit. read more...

add a comment |category: |Views: 695

tags: another

Building a simple multiplayer game with ASP.Net MVC and jQuery(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 5 months ago

Last weekend I had presented a small multiplayer-game built in MVC and jQuery as a sample for a speaking engagement. There isn't much to the "game", as you currently can only move around, but it helps illustrate how easy it is to use jQuery and MVC together to make something interesting. Who knows, maybe the source could kick-start development on your own game? read more...

add a comment |category: |Views: 931

tags: another

ASP.Net MVC - Upgrading From Preview 5 to Beta(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 7 months ago

For those who, like me, have been following along with each preview push at the CodePlex project, I found a list of changes made between Preview 5 and Beta buried at the bottom of the Release Notes document as well as Microsoft's recommended upgrade path from Preview 5 to Beta. read more...

add a comment |category: |Views: 46

tags: another

Membership Administration with MVC Preview 5(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 8 months ago

Last weekend I posted a release of the MVC Membership Starter Kit that targets Preview 5 of the ASP.Net MVC framework. There was no packaged release targeting Preview 4 (though if you downloaded the latest source, it worked), so this release essentially packages the changes from both previews. read more...

1 comment |category: |Views: 280

tags: another

MVC Routing Security Hole(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 10 months ago

Stephen Walther's latest MVC tip introduced me to the MVC framework's ability to pass server variables into actions as parameters. Unfortunately using this feature is a very bad idea and could jeopardize the security of your application. Take a look at a code sample you might find surprising. read more...

add a comment |category: |Views: 239

tags: another

PagedList Strikes Back(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 10 months ago

A few months ago I posted about my changes to Rob Conery's PagedList class. Since writing that article many comments have been left about how to further improve the design, which have since been incorporated into a new, further improved PagedList class. read more...

add a comment |category: |Views: 272

tags: another

MVC Membership with Preview 3(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 10 months ago

The MVC Membership Starter Kit has been updated to work with Preview 3 of the ASP.Net MVC framework. read more...

add a comment |category: |Views: 243

tags: another