Quantcast
Channel: Entity Framework
Browsing all 10318 articles
Browse latest View live

New Post: Are there any plans to better support DateTime in Linq to Entities?

Hi, i would like to know if there are chances to have following query supported:var query = from book in context.Bookswhere book.ReleaseDate.Date == new DateTime(2013, 1, 10)select book;I know i can...

View Article


New Post: Async and Transactions

I'm assuming this is covered by this issue, but using EF6a2, if you do the following:using (var txn = new TransactionScope()) { await SomeStuffAsync(); txn.Complete(); } You'll get an exception saying...

View Article


New Post: Are there any plans to better support DateTime in Linq to Entities?

In EF6 you can find it here:System.Data.Entity.DbFunctions.TruncateTime()

View Article

Created Issue: DbContext with open connection does not work with...

When trying to use DbContext that uses connection that has already been opened in the TransactionScope, we get exception:MSDTC on server 'ServerName' is unavailable.Same scenario works when using...

View Article

Commented Issue: DbContext with open connection does not work with...

When trying to use DbContext that uses connection that has already been opened in the TransactionScope, we get exception:MSDTC on server 'ServerName' is unavailable.Same scenario works when using...

View Article


New Post: Async and Transactions

If there's an ambient SynchronizationContext async/await will capture it and resume work there - which is basically UI thread if you're not somewhere else or you didn't called Task.ConfigureAwait(false);.

View Article

New Post: Support SQL Server HierarchyId data type

I sent the CLA.

View Article

Closed Issue: SecurityException SqlCe4 + EF6 in Medium Trust [763]

An asp.net 4.0 site with SqlCe4 + EF6 and >trust level MediumDuring database creation the I get that exception:System.Security.SecurityExceptionStack Trace:[SecurityException:...

View Article


New Post: LINQ to Entities: Client-side Expressions in Final Projection

Hi arashr,We talked about this today and it is something that we are interested in. The team did some initial thinking about how it could be implemented in our stack a couple of years ago and Diego is...

View Article


New Post: Support SQL Server HierarchyId data type

zgabi,Thanks for submitting the CLA. One of the EF team members is going to look at your code and also do some broader thinking around the best way to support hierarchy IDs and will get back to...

View Article

Edited Issue: Migrations: PS support -Confirm/-WhatIf [772]

We should support these PS idioms.

View Article

New Post: Async and Transactions

I'm not that familiar with threading in ASP.NET, but AFAIR AspNetSynchronizationContext preserves HttpContext.Current, but does not preserve thread. :( I think there was some class AsyncManager (or...

View Article

New Post: LINQ to Entities: Client-side Expressions in Final Projection

Hi Arthur, Thank you for you answer! I am happy to hear that. During the past weeks, I have investigated the source code of EF LINQ provider more thoroughly and also came with some ideas on how to...

View Article


Commented Issue: MustFix: Figure out if EF6 should work in partial trust [586]

This item is to track some changes we need to do in the core bits in order to enable it to work in partial trust, shall we decide that we need to support it.It is important to keep in mind that the...

View Article

New Post: Eager Loading (using Include) for abstract class

I see a lot of question but no real answer as for the way/support we can have using Entity Framework and abstract class (mainly usage of inheritance and classes).assuming i have:Employee:id Name...

View Article


New Post: custom O-C mapping contributions

Hi,Undoubtedly, many developers are waiting for new features within "custom O-C mapping". This work would have many different "user stories", but we could try to start with some simple scenarios to go...

View Article

Created Issue: SqlServerMigrationSqlGenerator.CreateConnection does not allow...

We got this bug report from Fitzchack Yitzchaki of Hibernating Rhinos:public class SqlServerMigrationSqlGenerator : MigrationSqlGenerator{ protected virtual DbConnection CreateConnection(){ return new...

View Article


New Post: EF Migrations: Add extension support for new operations

Hi all, I´m new to the EF community, I have being watching the project evolution since their starts, and now I´m thrilled about the opportunity to collaborate since the project became open...

View Article

Commented Task: [EF6] Make sure to support the MVC design/runtime [470]

This is for tracking. MVC3 shows a bare exception message in Visual Studio 2012 when EF6 is used. Repro step1. Open VS 2012 in the administrative mode. 2. Create a project named MyAspNetMvc3, and...

View Article

New Post: EF Migrations: Add extension support for new operations

Hi Iñaki,I found this existing work item tracking this.The main thing you need to sort out is the Contributor License Agreement (CLA) because we can't consider any contributions until that is taken...

View Article
Browsing all 10318 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>