Steve Michelotti

C#, ASP.NET, and other stuff

  Home  |   Contact  |   Syndication    |   Login
  55 Posts | 1 Stories | 172 Comments | 52 Trackbacks

News






Google My Blog

Tag Cloud


Archives

Post Categories

Image Galleries

Articles

Blogs

The code samples from my recent presentation at the CMAP Main meeting can be downloaded here: MVC and Unit Testing. The direct download link is here.

posted on Wednesday, October 08, 2008 7:15 PM

Feedback

# re: CMAP Presentation - ASP.NET MVC and Unit Testing Code Samples 10/8/2008 10:26 PM Lei
Steve, we talked briefly after your CMAP presentation. Great coverage on the topic. With the code download I can't wait to try it out.

# re: CMAP Presentation - ASP.NET MVC and Unit Testing Code Samples 10/9/2008 4:07 PM Walter Hanchak, Jr.
I too thought your presentation was great.

My question involves the place of xml, serialization, and web services with wcf in the overall architecture of mvc.

All of the code display was heavy objects. One must assume that there is methods of setting up an interface for xml use.

Sincerely,

W. Hanchak, Jr.

# re: CMAP Presentation - ASP.NET MVC and Unit Testing Code Samples 10/22/2008 5:42 AM Steve
Walter - In terms of xml, serialization, and web services, the Views in MVC are really meant to work on the business objects. If you want to get your data from a web service, the first option would be to have your Controllers interact with those web services and pass the Model to thew Views. You *could* have your view interact directly with the web services but this would technically be a violation of MVC since your views would then have knowledge of your services layer which is supposed to be the job of the controllers.

# re: CMAP Presentation - ASP.NET MVC and Unit Testing Code Samples 12/2/2008 12:22 AM Sandeep Nimal
I am a student of NIIT and i want to presentation of a project which i had created in ASP.Net so how should i should present it.

Post Feedback

Title:
Name:
Email: (never displayed)
Url:
Comments: 
Please add 3 and 3 and type the answer here: