vitoarconzo

Stories kicked by vitoarconzo

13 ASP.NET MVC extensibility points you have to know(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don’t like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline. This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. read more...

add a comment |category: |Views: 501

tags: another

How to put a backround image in a HR for IE with jQuery(tech.piyodesign.it)

submitted by simonechsimonech(10.1k) 3 years, 3 months ago

IE till version 7 has a bug: you cannot put a background image in a <HR /> tag, so you cannot have a nice graphical line and keeping the semantic coolness of the hr tag. This post explain how to reach that goal using a bit of jQuery read more...

add a comment |category: |Views: 170

tags: another

The Book Writing Process(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 5 months ago

Simone Chiaretta writes about the writing process of a book, especially a programming book, based on his own experiences with Wrox when working on Beginning ASP.NET MVC. read more...

add a comment |category: |Views: 171

tags: another

ASP.NET MVC Beta1 in a few weeks and v1 by end of year(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 8 months ago

A tweet in the morning, straight from Remix08 UK, where ScottGu is doing a presentation on ASP.NET MVC: ScottGu says feature complete MVC beta "in a few weeks". final v1 by end of year read more...

1 comment |category: |Views: 341

tags: another

Some updates on the "Beginning ASP.NET MVC" book(nayyeri.net)

submitted by simonechsimonech(10.1k) 3 years, 8 months ago

Finally the book has its cover designed, and it's available for pre-sale on Amazon. Keyvan also discusses the pro and cons of writing a book based on pre-release versions of a technology. read more...

add a comment |category: |Views: 168

tags: another