DCSIMG
asp.net,asp.net mvc - urig - Tidbits from a .net life

Browse by Tags

Client-side Validation using ASP.net Dynamic Data?
14 May 08 08:54 PM | urig | with no comments
I've just finished listening to my first ever podcast (I know, I know). It was the " Phil Haack on Model View Controller " episode of ".Net Rocks!" and I enjoyed listening to it very much. The episode is focused on ASP.net MVC , yet near the end Phil brings the new ASP.net Dynamic Data technology into the picture - surprisingly enough, in the context of validating data of the client-side. Phil suggests that the Dynamic Data feature of using attributes on (or next to) the data...
Microsoft seriously endorses MVC/MVP
08 April 08 02:07 PM | urig | with no comments
One conclusion that I can draw from Tech-Ed Eilat 2008 is that Microsoft is in the process of endorsing the MVC / MVP pattern for real. At least three of the talks here touched upon the subject. Noam King's talk focused on the upcoming ASP.net MVC framework that is soon to RTM. Ohad Israeli and Glen Block 's talk on the Web Client Software Factory 2.0 introduced me to that particular implementation of MVP for ASP.net. And this morning's talk by Ron Jacobs , titled "The Perfect Pattern...
ASP.Net MVC is our future
17 March 08 09:18 PM | urig | with no comments
One of the most exciting technologies being developed by the ASP.net development team headed by Scott Guthrie is ASP.net MVC. ASP.net MVC is a framework that extends (and even modifies) ASP.net to leverage the MVC design pattern for building web sites that are highly robust, usable and testable. Scott gave an excellent description of what ASP.net MVC is going to look like in his blog. Scott has followed up with 4 delicious blog posts that contain step by step tutorials that shed light on key aspects...