Page 1 of 1

Entity Developer Tutorial

Posted: Sat 13 Feb 2021 00:18
by mhsimkin
Hi.

Are there any examples, step-by-step guides on how to use Entity Developer both as a standalone app and as a VS2019 extension.

Thanks

Re: Entity Developer Tutorial

Posted: Sat 13 Feb 2021 12:11
by Shalex
Please navigate to the section of your ORM in Entity Developer documentation and follow the Creating Model tutorial.

For example, here is the Entity Framework tutorial: https://www.devart.com/entitydeveloper/ ... al-ef.html.

Re: Entity Developer Tutorial

Posted: Sat 13 Feb 2021 14:22
by mhsimkin
Thank you.

I saw that tutorial. However, there is no tutorial on how to execute linq queries in the ED application. I have my generated model open, whenever I try to execute a query, I get an error about no connection string.

I would like to have linq queries working so I can develop/debug some queries before adding them to my application.

Thanks

Re: Entity Developer Tutorial

Posted: Mon 15 Feb 2021 11:39
by Shalex
You are working with EF Core / .NET, aren't you?
mhsimkin wrote: Sat 13 Feb 2021 14:22 there is no tutorial on how to execute linq queries in the ED application.
Entity Developer is an ORM modeling and code generation tool. Refer to Microsoft documentation concerning querying data in EF Core: https://docs.microsoft.com/en-us/ef/core/querying/.
mhsimkin wrote: Sat 13 Feb 2021 14:22 I have my generated model open, whenever I try to execute a query, I get an error about no connection string.
If you encounter Entity Developer-specific issue, specify the exact text of the error with its stack trace. Also, send us a small test project for reproducing the problem.