The text of this article is not in this database — only its details are. Read it on the old site: Data Access Application Block Using MVC 2 Pattern
5 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Data Access Application Block Using MVC 2 Pattern
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Enrique MolinaPosted Jun 13, 2014, 4:25 PM
Hi Raj, it was a really helpful the example about a mixture between MVC and Enterprise Library 6, Now i’m trying to build a website using MVC 5 and Enterprise Library 6 but I have no idea what would be the best way to do that, in terms of paging, sorting, searching, CRUD operations and so on. Please could you give me some advices about that or sources of information on how to set an architecture up base on this requirement, I’ve already looked for this information but there is a little or nothing about it.
Raj KumarPosted May 19, 2013, 3:42 AM
Guys i can not find the source code of this article because it's too old. But i can solve the issues please tell me wat errors are you facing.
Sen MathewPosted May 19, 2011, 11:00 PM
I know that this is very old post. But still I has importance. Like What James said ,I am also saying this code is really very confusing. I am getting error after error. I am soorry to say this. When you post codes, Please consider others are beginers. The advantage is that All persons who read the code will understand. Please please do not try to post with errors. I tried my best to correct it. I am getting error after error. This may due to my lack of understanding. Some one post code to make others think of him that he is an expert. Please do not follwo their path. Here we all are just students. Just by looking into you code anyone will find out even some syntax error. Please help us. We spending a big part of our time to understand the code first. If you had commented it porperly we could save time. Please post a working code Thanks Sen
moneem razaPosted Sep 28, 2010, 6:03 AM
After looking deep into your code. I got few questions. Well I can see it says implementation of DAAB but I am bit confused in figuring out where actually have you implemented functionality of DAAB. Secondly Models/ICustomerModel.cs and Models/CustomerModel.cs both files seems to be the same I think CustomerModel.cs is the file with an implementation of GetCustomers() function where you got the real use of DAAB. Please Guide me and also provide a downloadable copy of your code if you can. Thanks.
James LawrencePosted Jul 30, 2010, 3:49 AM
Hi Raj, I love these articles - MVC is a powerful tool, but there are many concepts that I cannot get my head around. Taking your example above, how would you add a search facility to the app searching for say company name or City? I find this very confusing, and have reverted to using a jQuery datatable tool. Do you have suggestions? regards, James