Software
My MVC Experiment Part 5
myself to do ASP.Net MVC, and was pleasantly surprised at how much I liked it. I decided to do it as a multi-blog site just to make life interesting, and then used LINQ and realized that it made life pretty easy.
Ok, so I need some place to put my core business logic and my data access code. Well I'm using MVC so I could just put my business logic in the Controller, but in my last post I explained why I didn't like that. So I want to put my business logic in a Manager class.&nb
By Arthur Correa • 0 Comments
Continue Reading