ASP.NET without ASP.NET – SharpTemplate.NET pre-release on CodePlex

May 26, 2008

This looks like a fantastic, flexible, simple to use template engine for .NET. I can’t imagine not finding a use for this in the near future. I haven’t dug any deeper, but LazyParser.NET may have significant promise as well.

 

ASP.NET without ASP.NET – SharpTemplate.NET pre-release on CodePlex

ASP.NET Dynamic Data

April 10, 2008

This is a new extension from MS that, from what I can tell, automates the creation of scaffolding for your website using LINQ. This may be useful to us while we re-design FlightLink IPM provided our business objects can be used properly with LINQ. (If they can’t, we should make them so they can)

Click here for Scott Gu’s post on the matter

UPDATE: Here is a very complete description of the technology from Scott Hanselman

ASP.NET MVC Resources

Scott Gu’s blog post on the matter

Official website with training videos, links etc

Hammet (MonoRail founder) comments on ASP.NET MVC and the Future of Castle MonoRail

jQuery and ASP.NET MVC – Edit In Place

Good blog, with lots of MVC info in addition to SOA, Ajax and other good topics

Rob Conery  – Also, great source of MVC info – Interesting Training videos on MS MVC

Using ASP.NET MVC with ASP.NET Dynamic Data Extensions

 ASP.NET MVC – ActionResult… The Good & Not So Bad

ASP.NET MVC – Legacy Url Routing

Here is a nice, in depth article by Jeff Atwood (Coding Horror) about MVC in general, and then a little about MS MVC:

http://www.codinghorror.com/blog/archives/001112.html

MVC doesn’t use the Postback pattern – what about a Post-Redirect-Get pattern instead? Article below

ASP.NET MVC – Using Post, Redirect, Get Pattern

MVC needs validation too – why not use Castle?

Permanent Link to Model-based Client-side Validation for ASP.NET MVC 

 

Writing a Custom Download ActionResult in MVC – via Phil Haack

Delegating ActionResult – via Phil Haack

Some very nice JavaScript based UI controls

A possible alternative to server side grids, trees, etc? They are pretty slick…

Click here for :

JavaScript Control Suite

 

DHTMLX