0
kicks
Using shared DTO-s between ASP.NET MVC and Windows Phone 7 application
I am building Windows Phone 7 application that asks information from ASP.NET MVC site. I had problem with getting DTO-s library in place to get both sides of communication use the same types of objects. Here is my solution.