By tag: TroyGoode
0
kicks
Spearmen, Javelin Throwers, and the State Pattern, oh my!
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.
0
kicks
Asp.Net MVC Membership Starter Kit Released
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.
0
kicks
Building a simple multiplayer game with ASP.Net MVC and jQuery
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. W...
0
kicks
ASP.Net MVC - Upgrading From Preview 5 to Beta
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.
0
kicks
Membership Administration with MVC Preview 5
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.
0
kicks
MVC Routing Security Hole
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.
0
kicks
PagedList Strikes Back
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.
0
kicks
MVC Membership with Preview 3
The MVC Membership Starter Kit has been updated to work with Preview 3 of the ASP.Net MVC framework.