What's New

Browse by Tags

All Tags » DLR (RSS)
Fun With Method Missing and C# 4
Warning : What I’m about to show you is quite possibly an abuse of the C# language. Then again, maybe it’s not. ;) You’ve been warned. Ruby has a neat feature that allows you to hook into method calls for which the method is not defined. In such cases...
Scripting ASP.NET MVC Views Stored In The Database
Say you’re building a web application and you want, against your better judgment perhaps, to allow end users to easily customize the look and feel – a comment scenario within a blog engine or any hosted application. With ASP.NET, view code tends to be...
.NET 4.1 Preview - New Base Class Library (BCL) Extension Methods - RFC
As web programmers, we use a lot of strings to move data around the web. Often we’ll use a string to represent a date or an integer or a boolean. Basically "1" in instead of 1, or "April 1, 2009" rather than a proper ISO-8601 formatted...
IronRuby ASP.NET MVC With Filters
Last July, I blogged about an IronRuby ASP.NET MVC prototype Levi and I put together with John Lam and Jimmy Schementi of the DLR team. It was really rough around the edges (and still is!) One of the benefits of doing that prototype was that it inspired...
More Posts