Thursday, November 20, 2008 from itscommonsensestupid.blogspot.com
Deploying ASP. NET MVC application on Windows XP is definitely not easy; there are a lot of settings that need to be tuned....Here is the syntax that is compatible with ASP. NET MVC Beta routes....
Thursday, November 20, 2008 from MelvynHarbour
One of the great things about the way in which the Microsoft ASP.NET MVC Framework is being developed is the fact that the team are publishing the source code as they go along. This makes it very simple to dig into the framework when something slightly surprising is happening and figure out exactly how it is supposed to work. A good example of this cropped up for us yesterday when looking at a form posting scenario using DateTimes. We were dealing with an Action Method that looked something...
Thursday, November 20, 2008 from blog.sharpthinking.com.au
SharpWeblog Project November 21, 2008 14:47 by tarn Introduction I've just started a small project building a simple weblog site using ASP.NET MVC. I know there are heaps of blog sites out there but I thought it would be a good project to get familiar with ASP.NET MVC, JQuery and Silverlight 2. I don't like writing about projects I'm going to build, but I'm hoping I can get a couple of the guys from work involved to share the learning and the work. I'm also going to hassle a few graphic desi
Thursday, November 20, 2008 from robtennyson.us
On my current side project, I'm writing an ASP.NET MVC application and have been loving it. Something I find myself doing is breaking up a particular view into the main view that gets asked for by a controller and a few sub views. It is these sub views that caused me to ponder the question of responsibility. I wondered if it was the responsibility of the controller to distinguish between the data needed by the main view and the data needed in each sub view, or was it the main view's responsibil
Thursday, November 20, 2008 from ganton
Let’s say that there is an application written in ASP.Net MVC and that there is a need to make it composite. I’ve searched the Interenet and I didn’t find so much about how to do it. For sure using Web Client Software Factory (WCSF) it can be done but it is not suitable for my case. And then i found ...
Wednesday, November 19, 2008 from feeds.feedburner.com
Well, it is about time we (Tim, Chris and myself) actually made this announcement. We will be doing a MVC bo ok with O'Reilly titled 'Professional...
Wednesday, November 19, 2008 from David Hayden
I presented the MVC Framework this past Monday and am following up on a question regarding details of the ActionNameAttribute in the MVC Framework....( read more)
Wednesday, November 19, 2008 from andrewpeters.net
View engines like NHaml make this easy because they aren’t tightly coupled to the System. Web. * ASP. NET runtime. Web Forms, however, is another story....
Wednesday, November 19, 2008 from graysmatter.codivation.com
Apparently there are some WebForms lovers in the ASP. ... NET community who love the technology soooooo much that they were "not without a tinge of anger" when discussing the situation at PDC with Phil Haack, the program m anager for the Microsoft MVC....Subject: I need your advice So there was a homeless guy wandering outside the 7-11 tonight and what a sob story this guy had. "Excuse me, sir. . . but I used to have a job doing ASP. NET WebForms development. ... ) they feel "betrayed" by the...
Wednesday, November 19, 2008 from nosey
If you in ASP.NET MVC use a Html helper method to render out e.g. an input box: Sometimes you might need to add an CSS class attribute to your input box (this should be a fairly standard thing). For this there exist overload methods that takes a “htmlAttributes” paramet ...
Tuesday, November 18, 2008 from Mark Needham
We've been doing some work with the ASP.NET MVC framework this week and one of the things we wanted to be able to do is to debug through the source code to see how it works. Our initial idea was to bin deploy the ASP.NET MVC assemblies with the corresponding pdbs. Unfortunately this didn't work and ...
Tuesday, November 18, 2008 from lbarclay
A few days ago I finally got around to working with LINQ to SQL and the experience was more than pleasant! Within an hour, after my database was modelled I was able to create a master detail page using ExtJS, some Http handlers and LINQ, have control over my Javascript and the code that was rendered ...
Tuesday, November 18, 2008 from trycatchfail.com
Thanks to the generosity of my current employer, I’m happy to present the code, a compiled DLL, and a demo ASP. ... NET MVC site that you can use to test out the GridTreeView. Enjoy!...
Tuesday, November 18, 2008 from haacked.com
Pop quiz. What would you expect these three bits of HTML to render? Foo Foo Foo The fact that I’m even writing about this might make you suspicious of your initial gut answer. Mine would have been that the first would render a text area with “Foo” on the first li
Tuesday, November 18, 2008 from nickelcode.com
A friend at work alerted me to the new MVC framework that’s in beta for . NET and I was really excited to see what they had come up with....