Browse by Tags

All Tags » ASP.Net » Design (RSS)
Sorry, but there are no more tags available to filter with.

What do you think about using a presentation model for presenting your domain model? by Fredrik N

I’m writing a small app for a demonstration purpose. What I have is a domain model where I have a Customer, I also have CustomerRepository. public class Customer { public int ID { get; set; } public string CompanyName { get; set; } public string FirstName...
Filed under: ,
More Posts