ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How to use a real MySql Db instead of a static Db like in the Main Demo
Title:
B
I
{code}
?
Dear Participants: We work with ASP.net Core and MySQL database and EntityFramework Core. Our problem is that we don't know how to link the awesome Grid with a MySQL database. Could someone please give me a hand with examples ? Many thanks. Ruben / Argentina _______________________________________ Estimados Participantes: Estoy comenzando a probar este soft y me he trabado en algo basico ... No me doy cuenta (necesitaria algun ejemplo) de como pasar de una fuente de datos estatica como la que trae la Demo a un acceso a datos MySql Real, que es con la DB que yo trabajo. Por favor, alguien podria darme una mano con ejemplos? Muchisimas gracias. Ruben/Argentina
Save Changes
Cancel
rrodriguez
asked at 15 Oct 2019
Answers
B
I
{code}
?
if you are using `EntityFramework` all you have to do is replace our static `Db.Dinners` with your `DbContext.Dinners` ( `Dinners` being a `DbSet<Dinner>` ) we have a demo app that uses EntityFramework with a MS SQL database, wich you can download here: https://www.aspnetawesome.com/Download/ProDinner you can download an example with MySQL here: https://files.fm/u/9akdtby3
Save Changes
Cancel
Omu
answered at 21 Oct 2019
Do you have any example with MS SQL database for MainSetupCore project with ASP.net Core and MVC? :)
at 06 Nov 2019
UnknownArt
yes, the prodinner demo, it is a bigger demo, but you could look at just one page: https://prodinner.aspnetawesome.com/Chef
at 06 Nov 2019
Omu
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK