DotNetShoutout - Stories tagged with DotNet 4.0
2
Shouts

Project Euler Problem 16 in F# | Stefano Ricciardi

posted by stefanoricstefanoric 891 days, 21 hours, 24 minutes ago
Monday, December 13, 2010 2:55:23 PM GMT
A solution to Project Euler problem 16 in F#. (more)
category: How To | clicked: 0 | comment | | source: stefanoricciardi.com
tags: DotNet 4.0, functional, F#
8
Shouts

Routing in ASP.NET 4.0 vs Routing in ASP.Net 3.5

published 1119 days, 1 hour, 21 minutes ago posted by nitinkumarbenitinkumarbe 1120 days, 5 hours, 23 minutes ago
Friday, April 30, 2010 10:58:27 AM GMT Thursday, April 29, 2010 6:56:34 AM GMT
ASP.NET Routing allows us to define routing rules, which map a route pattern – such as Categories/CategoryName – to a class that handles the request. These routing rules are defined when the application starts, in Global.asax’s Application_Start event handler. In ASP.NET 3.5, we must create a route handler class, which passes information about the incoming request and returns an HTTP Handler to process the request. (more)
category: Web Dev | clicked: 2 | comment | | source: technotes.towardsjob.com
tags: ASP.Net 4.0 Features, ASP.NET Routing, Routing in ASP.Net 3.5, DotNet 4.0, ASP.NET 4.0, Routing in ASP.NET 4.0