ASP.NET MVC
I guess the data access should be performed within the model itself? If that's the case, I'm not sure how I can loop through my rows to create the model...
View ArticleASP.NET MVC
To answer your biggest questions with one answer: I don't quite know what I'm doing. This is literally my second day attempting to do ASP with MVC.I guess the data access should be performed within the...
View ArticleASP.NET MVC
My biggest questions are why are you not using SoC with the MVC solution and why is the controller doing data access?https://en.wikipedia.org/wiki/Separation_of_concernsWhy are you using datasets and...
View ArticleASP.NET MVC
I am trying to create instances of my model to pass to my view.I have a database full of images and their properties. I query the table to find the information, and would like to loop through the...
View Article