Articles : Page 1 of 1
-
Scott Hanselman's 2011 Ultimate Developer and Power Users Tool List for Windows
Dec 1101Everyone collects utilities, and most folks have a list of a few that they feel are indispensable. Here's mine. Each has a distinct purpose, and I probably touch each at least a few times a week. For me, util means utilitarian and it means don't clutter my tray. If it saves me time, and seamlessly integrates with my life, it's the bomb. Many/most are free some aren't. Those that aren't free are very likely worth your 30-day trial, and perhaps your money. Here are most of the contents of my ...
-
F# + Razor View Engine = FSRazor
Feb 1107Last month InfoQ posted some info from the ASP.NET team about using F# with the new Razor view engine. It seemed like it should be pretty simple, so I thought I'd give it a shot. My (very rough) progress so far is available on GitHub. The solution includes a sample project with a simple F# view using expression blocks: ?<h2>@("FS" + "Razor")</h2><p>@( let even_odd s = match s % 2 with | 0 -> sprintf "%i is even!" s | _ -> sprintf "%i is odd!" s DateTime.Now.Second |> even_odd )</p> A usele...
- 1

