ADO.NET Entity Framework and LINQ to Entities (Pre-Release) announcement
-
Link
This Entity Framework Pre-Release forum is closed.
We are seeing a lot of great Entity Framework questions (and answers) from the community on Stack Overflow. As a result, our team is going to spend more time reading and answering questions posted on Stack Overflow.
We would encourage you to post questions on Stack Overflow using the entity-framework tag. We will also continue to monitor the Entity Framework forum.
Entity Framework Team
-
0 Votes
PRE-RELEASE FORUM CLOSED - CONSIDER ASKING EF QUESTIONS ON STACK OVERFLOW
This Entity Framework Pre-Release forum is closed. We are seeing a lot of great Entity Framework questions (and answers) from the community on Stack Overflow. As ...
-
0 Votes
MSDN testing
test Praveen KUnanswered | 1 Replies | 2039 Views | Created by Praveen Kanduri - Tuesday, December 11, 2018 9:13 PM | Last reply by mahsampadha - Tuesday, December 11, 2018 9:14 PM -
0 Votes
Test_deployment
Test @+ BharathUnanswered | 2 Replies | 2091 Views | Created by BharathNalla - Friday, December 7, 2018 7:31 AM | Last reply by Tejaswi A - Friday, December 7, 2018 7:34 AM -
0 Votes
testing
test @+ BharathUnanswered | 1 Replies | 1983 Views | Created by BharathNalla - Tuesday, November 27, 2018 5:01 AM | Last reply by srikanth chillapalli - Tuesday, November 27, 2018 5:02 AM -
0 Votes
Crud Operation Access Using EntityFramework
Crud Operation Access Using EntityFramework using c# -
0 Votes
Does Lookup only refer to the key in the SQL DB?
I'm learning azure right now so sorry for the basic question. I built a SQL DB schema and placed it in Azure. The primary key is an incrementing int. I also created a ... -
0 Votes
VS2015 SP1 crash when populating/displaying datasources window
Ok, no VS2015 crash from there But when I retry to add new datasources, VS2015 crash ever and ever when accessing datasource window... Any idea or a ... -
0 Votes
Visual Studio 2015 and Mysql Database
Hi Guys....... ! I have to do a project in Visual Studio 2015 using mysql database. I have already installed everything and I am able to see the databases in the ...Answered | 3 Replies | 4479 Views | Created by Alpha-Blaze - Wednesday, November 11, 2015 2:36 PM | Last reply by 宝宝徐 - Thursday, November 12, 2015 8:12 AM -
0 Votes
How to write T4 file with EDMX
I have a edmx file, and want to write Text template file to generate multiple class files as below: namespace XXXX { using ... -
0 Votes
Get user details From Data base using C# Linq
I have data table for User Details in Sql Server 2008 i want get selected user's details from data base to data gridview.. Using c# ...Unanswered | 1 Replies | 4841 Views | Created by karuppaiya707 - Monday, September 16, 2013 1:01 PM | Last reply by George123345 - Tuesday, September 17, 2013 6:29 AM -
0 Votes
I need help about using LINQ ?
hi . i have this code public IQueryable<AllVehicleView> GetAllVehicles() { var dataContext = new HostDBEntities(); ...Answered | 12 Replies | 9323 Views | Created by HESHAM HEMDAN - Wednesday, December 12, 2012 9:16 AM | Last reply by Lisa Zhu - Friday, December 14, 2012 1:23 AM -
0 Votes
problem in use sp in EF
hi i in my project use from EF, when i add my sp ,and add Function Import for it but EF can't create ComplexType for ...Unanswered | 8 Replies | 10631 Views | Created by vahidbakhtiary - Thursday, November 1, 2012 1:53 PM | Last reply by Lisa Zhu - Friday, November 2, 2012 8:28 AM -
0 Votes
FileTable and Entity Framework 5.0
It would appear that EF5.0 pukes with the hierarchyid type which is used as the primary key on a FileTable. Anyone have any suggestions on how to use my usual ADO.NET edmx / EF5.0 ...Unanswered | 1 Replies | 12239 Views | Created by BryanCC - Thursday, November 1, 2012 4:13 AM | Last reply by ganeshkuppuswamy - Thursday, November 1, 2012 4:48 AM -
0 Votes
MVC adding edit and delete to database from home controller
Hey guys... So iv just completed the youtube tutorial http://www.youtube.com/watch?v=LAhZ29p9f4k which shows us how to create a ...Unanswered | 2 Replies | 32117 Views | Created by xnaLearner - Friday, October 19, 2012 7:07 PM | Last reply by Lisa Zhu - Tuesday, October 23, 2012 1:11 AM -
0 Votes
Entity Framework Validate not changed properties
Hello. I start recently to use Entoty Framework v4 in one of my projects. Everything is ok, but now i have a problem with the validation. I am ...Unanswered | 1 Replies | 8170 Views | Created by Corsair - Thursday, September 6, 2012 12:54 PM | Last reply by orichisonic - Friday, September 7, 2012 4:23 AM -
0 Votes
move test
move testUnanswered | 0 Replies | 8800 Views | Created by ForumsAnswererUser - Monday, July 30, 2012 10:45 AM -
0 Votes
PRE-RELEASE FORUM CLOSED - CONSIDER ASKING EF QUESTIONS ON STACK OVERFLOW
This Entity Framework Pre-Release forum is closed. We are seeing a lot of great Entity Framework questions (and answers) from the community on Stack Overflow. As ... -
1 Votes
Can not open Entity Data Model designer
Hi! I've created an Entity Data Model with Visual Studio 2010 Beta 2 yesterday and added some entities to my model. Today I tried to open the edmx file, but it gets opened in the ...Proposed | 11 Replies | 30390 Views | Created by MarkVincze - Monday, February 22, 2010 4:02 PM | Last reply by B_O_N_O - Sunday, March 11, 2012 3:00 AM -
0 Votes
i have thesame issue when i create an entry of new record shows error of " Conflicting changes to the role 'Cust' of the relationship 'Model.FK_Market_Cust' have been detected."
db.market.Create(); TryUpdateModel(market, formvalues); ... -
3 Votes
CTP5: is this Concurrency issue fixed in it?
I have been trying to determine whether an issue I'm having with Concurrency in Entity Framework 4.0 has been addressed in the upcoming CTP. Can someone familiar with the inner workings let me ...Answered | 6 Replies | 13422 Views | Created by HugeHugh - Tuesday, January 4, 2011 11:35 PM | Last reply by Raptor X - Thursday, March 8, 2012 12:27 PM -
1 Votes
First Add-Migration command generates empty up down methods in EF 4.3 beta 1 unlike in the walkthrough ( still same in 4.3.0 final)
I am following steps in http://blogs.msdn.com/b/adonet/archive/2012/01/12/ef-4-3-beta-1-code-based-migrations-walkthrough.aspx in my solution. I have 7 classes in my code first ...Unanswered | 1 Replies | 11021 Views | Created by serguzest2 - Saturday, January 28, 2012 1:18 AM | Last reply by jhorback - Saturday, February 25, 2012 3:09 PM - Items 1 to 20 of 1567 Next ›
ADO.NET Entity Framework and LINQ to Entities (Pre-Release) announcement
-
Link
This Entity Framework Pre-Release forum is closed.
We are seeing a lot of great Entity Framework questions (and answers) from the community on Stack Overflow. As a result, our team is going to spend more time reading and answering questions posted on Stack Overflow.
We would encourage you to post questions on Stack Overflow using the entity-framework tag. We will also continue to monitor the Entity Framework forum.
Entity Framework Team