THIS POST IS NOW BEING MAINTAINED AND UPDATED AT:http://thefreakparade.com/2008/07/to-aspnetmvc-or-not-to-mvc-or-aspnet-mvc-hyperlink-acupuncture/
THIS POST IS NOW BEING MAINTAINED AND UPDATED AT:http://thefreakparade.com/2008/07/to-aspnetmvc-or-not-to-mvc-or-aspnet-mvc-hyperlink-acupuncture/
**NOTE: THIS PAGE IS NOW BEING MAINTAINED AT: http://thefreakparade.com/2008/07/content-management-systems-cms-for-the-net-platform/
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
Here is a pretty awe inspiring demonstration of the power of raw CSS for rendering a website design. Why bother with more complicated skinning mechanisms when CSS can do it all?
Here’s the main “Getting Started” page for Silverlight. This will give you the links to download the tools for VS 2008 and the bate SDK.
http://silverlight.net/GetStarted/
MSDN Silverlight Developer Site
http://msdn2.microsoft.com/en-us/silverlight/default.aspx
Silverlight Architecture
http://msdn2.microsoft.com/en-us/library/bb404713.aspx
Runtime/Plug in Overview
http://silverlight.net/getstarted/overview.aspx
Silverlight 2 Beta 1 – Development with the .NET Framework
http://msdn2.microsoft.com/en-us/library/bb404700.aspx
Road map info from Scott Guthrie’s blog….
First Look
http://weblogs.asp.net/scottgu/archive/2008/02/22/first-look-at-silverlight-2.aspx
Whitepapers
http://silverlight.net/learn/whitepapers.aspx
A free, fully functioning professional quality Silverlight2 data grid from DevExpress with full source code. Pretty slick.
http://www.devexpress.com/Products/NET/Components/Silverlight/Grid/
This is another very nice, simple and flexible Java Script library that serves one purpose only: make it very easy to create busy indicators on your web pages. I haven’t looked at it too closely but it appears to use VML or something to render these things on the fly, rather than use an animated GIF, so you have an amazing amount of control over the shape, size, transparency and color of your resulting busy indicator and in fact can change any of its properties at runtime (not sure why you would, but that isn’t the point
)
This one definitely goes in the toolbox.
An approach to UI design. Another way to help deal with the loss of robust server side controls if we use an MVC framework.
http://encosia.com/2008/03/27/using-jquery-to-consume-aspnet-json-web-services/
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
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