Latest popular stories Subscribe to this feed

Upcoming Story

Using IIS Rewriting with MVC Routes to Keep Your Routes Simple (weblogs.asp.net)

submitted by MikeMoreMikeMore(170) 4 days, 3 hours ago

I saw an interesting question this past week on how to set up MVC Routes to work with some ugly legacy URL’s. There was probably several way to get it to work with MVC routes, but I recommended using IIS Rewriting to map those legacy URL’s to clean MVC routes. read more...

add a comment | category: | Views: 8

tags: another

Moving data between two ListBoxes - Difference between jQuery 1.3.2 an (www.dotnetcurry.com)

published 7 hours, 51 minutes ago, submitted by malcolmsmalcolms(698) 4 days, 19 hours ago

The following article demonstrates the benefit in using jQuery 1.4 over 1.3.2 when you need to move data between two select elements. read more...

add a comment | category: | Views: 94

tags: another

Episode 43: Talking OData and SQL Modeling Services with Douglas Purdy (deepfriedbytes.com)

published 3 hours, 21 minutes ago, submitted by cwoodruffcwoodruff(610) 6 days, 22 hours ago

In this episode, Keith and Woody sit down at PDC 2009 with Microsoft’s Douglas Purdy to discuss all things data. Do you remember Oslo from the previous PDC event? Well Oslo has been rebranded to SQL Server Modeling Services to help developers store and manage models for the enterprise. Modeling Services enables you to more productive when building and managing data-driven applications. The guys also get the low down from Douglas on a new web protocol for querying and updating data called OData. read more...

add a comment | category: | Views: 11

tags: another

Take Control of Your Web.Config (derans.blogspot.com)

published 4 hours, 6 minutes ago, submitted by deransderans(89) 6 days, 16 hours ago

After reading a Paul Sheriff article in CODE Magazine, I ended up creating a base WebConfig class to handle getting values out of my web.config. I’ve hated the ConfigurationManager.AppSettings since they deprecated it from ConfigurationSettings.AppSettings. So now I have my own GetAppSetting so I never have to worry about it again. My base class looks like this: read more...

1 comment | category: | Views: 144

tags: another