Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • 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 all the work around action and controller descriptors...
    Posted to What's New (Weblog) by Anonymous on 02-17-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, IronRuby, DLR
  • 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 some complex declarative markup stuck in a file on...
    Posted to What's New (Weblog) by Anonymous on 04-23-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, IronRuby, DLR, scripting
  • 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, Ruby will call a method on your class named method_missing...
    Posted to What's New (Weblog) by Anonymous on 08-27-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Software Development, DLR, C#, dynamic
Page 1 of 1 (3 items)