I've been following some conversations around this mailing list about the MVC model. I really liked the Jimmy Bogard's article about "How we do MVC" ...
... A few months ago, I would have said no, but now I'm starting to think that it's a good thing. I get the feeling that my code feels much cleaner when I...
Thanks Mendicant, I've been reading the thread in this mailing list about MVC and repositories, also, I've been checking some code from many MVC Projects ...
Hi All, The NUnit 2.5 final release is now available at http://nunit.org/?p=download. NUnit 2.5 is a very big release, so you'll have to read the release notes...
Well done! So much new functionality as well! I especially love the new theories features. From: altdotnet@yahoogroups.com [mailto:altdotnet@yahoogroups.com]...
If you're doing the mapping with a Mapper class then that's good. I just would never put the mapping code itself within the controller. Again, it's one of...
Hi Charlie, We have regular meetings in Paris, we have nothing scheduled for the time that your there but we maybe able to organise something adhoc (our ...
... There are some great answers in this thread to your question already and I wanted to add my two cents. In the few ASP.Net MVC implementations I have been...
Hi, I recall someone about a year ago posting a tool they'd written for running tests. IIRC, it used a file system watcher to monitor the bin directory, and ...
... Although I've not used one myself yet I believe there are tools which will hook into file-checkins on the server and do a build + run tests. Surely that...
Thanks Michael, that was it. On Mon, May 4, 2009 at 7:37 PM, Michael Minutillo < ... -- Paul Stovell Readify | Senior Developer Microsoft MVP: Client App Dev ...
... Yes! Or any other framework that blackboxes your data access for you... ... -- Rob Thijssen www.pragmantra.com, www.linkedin.com/in/thijssen Skype:...
I guess there is no issue at all using WCF instead of EF, probably EF is a "mean word" in this mailing list, but if we are talking about "light controllers"...
Nothing directed against EF, but just curious...How do you retrieve data using WCF and only WCF ? What services does EF provide ? (EF and only EF again) I hate...
... I think you may be misunderstanding my point. I'm not comparing EF to WCF, I'm explaining why many of the technologies capable of transfering data to an...
I think you could put EF, NHibernate or any other ORM behind a WCF Service. From: altdotnet@yahoogroups.com [mailto:altdotnet@yahoogroups.com] On Behalf Of...
Neither WCF, nor EF is an implementation "detail" for your MVC app. When you are talking "Theoretically" then you need to talk about Entities , DTO s and...
But you don't think that would be replacing EF with WCF, right ? ... -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok But you don't think that...
Nobody in this thread, I think. (and I hope so. :D) From: altdotnet@yahoogroups.com [mailto:altdotnet@yahoogroups.com] On Behalf Of Sidar Ok Sent: Monday, May...
Hi all, Being a long time leecher, I do remember the discussion about people announcing their frameworks w/o participating in the community. I feel guilty for...
The M in MVC is a DTO...properties only. The Controller is a gateway to your Application Service layer which acts as a Façade between your UI and your Domain...
Man I hate that my emails get mangled. Anyway, to touch on the discussion regarding view model/presentation model. I think Sebastien's usage of the term was...
... You'd be a bit wrong on that assumption. Currently the iMac only really supports Vista 32-bit and XP. However, 64-bit works just fine (you can run it...