Rob

554
reputation
87 views

Registered User

name Rob
member for 1 year
seen Nov 18 at 23:04
website
location US
age
Nov
5
awarded  Yearling
Aug
12
accepted Retrieve single Entity Framework entities using a LINQ query or GetObjectKey?
Jul
12
answered Change port number used by .NET WebBrowser Control
Jun
30
accepted Passing information to a constructor without using a parameter in C#
Jun
30
answered Passing information to a constructor without using a parameter in C#
Jun
26
answered Basic Sorting Question - C# - (Java Programmer Learning C#)
Jun
26
answered Retrieve single Entity Framework entities using a LINQ query or GetObjectKey?
Jun
26
answered unknown publisher warning on unique downloads
Jun
26
comment ASP.NET MVC Dynamic Routes and Action Links with Arbitrary Depth
What I had done in the meantime was dynamically create the routes based on board IDs. I don't know that route handlers will do it for me, because they don't actually help construct routes, but it seems like a pretty good way to handle them as they come in. Thanks!
Jun
26
comment Entity Framework: Setting a Foreign Key Property
Yes, that missing feature is annoying! :)
Jun
22
comment ASP.NET MVC Dynamic Routes and Action Links with Arbitrary Depth
Yes. Part of it is that I'd like my URLs to get their structure from the database. This seems to be working... I'll post what I came up with a bit later today.
Jun
20
comment ASP.NET MVC Dynamic Routes and Action Links with Arbitrary Depth
One thing I've been thinking about doing is to populate my route table dynamically at runtime - constructing my routes based on the database. Would that work?
Jun
20
comment ASP.NET MVC Dynamic Routes and Action Links with Arbitrary Depth
Thanks DSO, but that's not quite what I was looking for; you can imagine people create forums with all manners of middle areas. All I need in a URL is the /Forum marker, to know to marshal to the Forum controller; and optionally, the topic ID and page number, to indicate whether I want to go to the index, a board, or a topic. I want the board names in there for SEO reasons. Arguably I could make only the current board be part of the URL, but chomping part of it off wouldn't obey the REST principal of getting to the parent section.
Jun
20
awarded  Commentator
Jun
19
asked ASP.NET MVC Dynamic Routes and Action Links with Arbitrary Depth