sila80

Stories kicked by sila80

Google Chrome is here(google.com)

submitted by nachojammersnachojammers(100) 3 years, 8 months ago

not much to say except download it. read more...

12 comments |category: |Views: 322

tags: another

Building an ASP.NET MVC sitemap provider with security trimming(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 8 months ago

If you have been using the ASP.NET MVC framework, you possibly have been searching for something like the classic ASP.NET sitemap. After you've played with it, you even found it useful! But not really flexible and easy to map to routes and controllers. In this post, Maarten describes how to build a custom sitemap provider which uses ASP.NET MVC route data and AuthorizeAttribute to render MCS sitemap data with security trimming enabled! read more...

add a comment |category: |Views: 1468

tags: another

Alt.NET Podcast Episode 9: The State of IronRuby(altnetpodcast.com)

submitted by javeryjavery(5523) 3 years, 8 months ago

Learn about Ruby, why you should check it out, and what the status is on the IronRuby project, read more...

add a comment |category: |Views: 96

tags: another

ASP.NET Dynamic Data - Simple 5 Table Northwind Example(mattberseth.com)

submitted by DexignDexign(170) 3 years, 9 months ago

Excellent summary of what you can do with Dynamic Data - a huge timesaver for most common CRUD-style sites read more...

add a comment |category: |Views: 555

tags: another

Exploring System.Web.Routing(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 9 months ago

An overview of the new System.Web.Routing namespace that was included in .net 3.5 SP1. read more...

add a comment |category: |Views: 785

tags: another

ASP.NET Routing documentation at QuickStarts(quickstarts.asp.net)

submitted by JemmJemm(9604) 3 years, 9 months ago

"ASP.NET routing enables you to use URLs that do not have to map to specific files in a Web site. Because the URL does not have to map to a file, you can use URLs in a Web application that are descriptive of the user's action and therefore more easily understood by users." read more...

1 comment |category: |Views: 280

tags: another