Search found 6 matches

by floatingleaf
Fri 21 Oct 2022 08:41
Forum: Entity Developer
Topic: EF 7 support
Replies: 1
Views: 51836

EF 7 support

Hi All

Just wondering when support for EF7 is coming??
by floatingleaf
Fri 04 Mar 2022 13:34
Forum: Entity Developer
Topic: Visual Studio 2022
Replies: 29
Views: 1088358

Re: Visual Studio 2022

An update on this would be great...
I am just about to start a new project and this would be helpful...


Ade
by floatingleaf
Tue 14 Dec 2021 14:30
Forum: Entity Developer
Topic: Visual Studio 2022
Replies: 29
Views: 1088358

Re: Visual Studio 2022

Shalex wrote: Fri 12 Nov 2021 17:55 We are working on the VS2022 support. A timeframe is one month.

As a workaround, please use a standalone Entity Developer and set Target Framework=.NET 6 in Model Settings.
Hi Shalex.

Just wondering how things are going with it?
Or would it be safer to expect it in Jan 2022?

Cheers

Adrian
by floatingleaf
Fri 12 Nov 2021 18:02
Forum: Entity Developer
Topic: Visual Studio 2022
Replies: 29
Views: 1088358

Re: Visual Studio 2022

Shalex wrote: Fri 12 Nov 2021 17:55 We are working on the VS2022 support. A timeframe is one month.

As a workaround, please use a standalone Entity Developer and set Target Framework=.NET 6 in Model Settings.

Cheers Shalex
by floatingleaf
Fri 12 Nov 2021 16:33
Forum: Entity Developer
Topic: Visual Studio 2022
Replies: 29
Views: 1088358

Re: Visual Studio 2022

I am wondering if there is any update on the rollout of vs2022 and net 6 support for Entity Developer?
by floatingleaf
Sat 16 Mar 2013 16:23
Forum: LinqConnect (LINQ to SQL support)
Topic: LinqConnect Metro
Replies: 1
Views: 4909

LinqConnect Metro

Hi All

I was wondering the best approach to handle the context in a windows 8 app?
I am uses a reportistory pattern for data access.

Do I

1/ Create a public static variable to the context and all data access uses that single one?

or

2/ Instantiate a connection each time and close when completed?


Ade