Base solution for your next web application

Activities of "raajeshb"

Yes

I noticed that all the DbSet inside context that came with the solutions and the one's i created doesn't pull data using the repository. This happens when I run the tests. I can able to render the data in the UI when run the website on the browser.

I'm not sure what I missing to make my test work. This is blocking my test driven development at this time.

Any help is highly appreciated.

Thanks

I want to navigate my user to go to a new page for New/Edit users, currently it is opening up the details in the Modal, but I want it to be in a separate page. Do you have any provision in the framework to achieve this?

I'm using MVC & Jquery framework..

Update:

I'm able to get the data from Controller -> App Service -> Repository with no issues.

I'm unable to get the data from Test -> App Service -> Repository.

_customerAppService = Resolve<ICustomerAppService>();

The above is what I think causing the problem. Let me know how can I resolve this.

I'm using MVC and Jquery version. I'm not getting any error message, but my test fails due to the fact the repository is not pulling the data from the table that I mentioned. When I used DbContext to pull records from that table it works fine. Not sure what I'm missing. Your immediate help is highly appreciated.

Thanks, Rajesh

I have tried your step by step guide, i'm struck with implementing repository which not resolving on my test? Kindly help...

Please help as soon as you can.. so my team start our work as planned...

Showing 1 to 6 of 6 entries