Base solution for your next web application

Activities of "jeddins"

<cite>inzone: </cite> You can query data using Repositories. Read more: <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Repositories">https://aspnetboilerplate.com/Pages/Doc ... positories</a>

Thank you for the response. I have looked into this but, all of the examples focus on data input and output rather than just data output. As a beginner, this is really confusing. I just want to simply return values in a view from the database.

I am new to developing applications using database requests. I have been trying for a while to figure out how to request data from my database. There doesn't seem to be much straight forward documentation on how to do this within the ASPNET ZERO frame work. So far I have been successful in creating my model, controller, and view, but can't figure out the data retrieval part.

I have already created a new view being displayed in the Mpa Area and just want to display some user information and that users content on my view.

Could someone please provide me with a quick tutorial or example including the DB Context, DBSet, then the model, controller and view.

I understand how ajax works, but seem to missing an important part in the other sections.

Thanks for any assistance!

That was my issue. I failed to select a startup application. Thank you for your assistance!

When trying to run my application after completing the database migration (on my server machine), I am getting an error that says:

A project with an Output Type class cannot be started directly. In order to debug, add an executable project to this solution which references the library Project. Set the executable project as the startup project.

Can someone help me figure out how to at least launch the basic template application?

Showing 1 to 4 of 4 entries