No announcements
Found 2415563 threads
-
0 Votes
Using EF with WCF
encountering a serialization issue and simply cannot figure out how to use EF with WCF. If you follow this thread, it will give you a complete insight as to what I have ...Answered | 7 Replies | 3127 Views | Created by Bill_Yeager - Monday, September 5, 2011 4:41 PM | Last reply by r.burgundy_ - Tuesday, September 6, 2011 6:24 AM -
0 Votes
Difficulties using EF (Code First) with WCF
really like EF Code First we’re found that a number of difficulties have arisen from using EF Code First in conjunction with WCF (and thus working ...Answered | 3 Replies | 3785 Views | Created by Paul Touzel2 - Thursday, June 9, 2011 12:27 PM | Last reply by Paul Touzel2 - Tuesday, June 14, 2011 10:02 AM -
0 Votes
EF with using WCF Service
On 4/11/2013 9:08 AM, Alex_Ivanov wrote: Hello, I'm working on the WCF Service using EF. I have a lot ...Answered | 3 Replies | 612 Views | Created by Unknown_User_10 - Thursday, April 11, 2013 1:08 PM | Last reply by darnold924 - Thursday, April 11, 2013 5:31 PM -
0 Votes
Do i need to add Serializable and DataContract and DataMember attributes with the EF Generated classes
Hi all , I am using EF with WCF so i want to ask are the EF Generated classes by default serializable or not do they by default have DataContract ...Answered | 1 Replies | 4872 Views | Created by Aashish Gupta - Saturday, September 12, 2009 11:04 PM | Last reply by Aashish Gupta - Saturday, September 12, 2009 11:17 PM -
7 Votes
Error using WCF Data Services with EF 4.1 CodeFirst
I did the EF 4.1 with WCF Data Services 2011 CTP walkthrough/tutorial and am getting an error when trying to view the WCF service in my browser. The solution ...Answered | 6 Replies | 11757 Views | Created by mattstr1221 - Wednesday, March 23, 2011 12:10 AM | Last reply by Maurice10 - Monday, February 20, 2012 3:48 PM -
0 Votes
Problem with WCF and Silverlight using EF 4
You mean is it just a silverlight enabled WCF? I am using the above way it works for me. I dont understand how it is different from your side? Any additional code you are ...Unanswered | 16 Replies | 16644 Views | Created by Francisco Cartusciello - Tuesday, February 15, 2011 1:27 PM | Last reply by Mr.Weera PongPruchya - Friday, February 25, 2011 2:51 AM -
1 Votes
WCF using EF 4.1
Hello, > > I want to know certains fundamentals about using wcf in conjuction with > EF 4.1Answered | 1 Replies | 5109 Views | Created by Nilkanth - Friday, April 8, 2011 5:19 AM | Last reply by darnold92 - Saturday, April 9, 2011 5:40 PM -
0 Votes
Foreign Key Combobox in WPF using MVVM with EF in a WCF Service...
is not a simple job within EF then I think it would be time to go back to using datasets! I have my database with relationships, and have mapped this to ... -
0 Votes
Warning: ...derives from 'EntityObject', which is not CLS-compliant.
Hi, I'm using EF with WCF and have an unusual and sporadic problem: Every now and then I receive compiler warnings similar ...Unanswered | 1 Replies | 4773 Views | Created by ChrisMoses2 - Sunday, November 9, 2008 2:32 AM | Last reply by Sanjay Nagamangalam - MSFT - Monday, November 17, 2008 10:40 PM -
0 Votes
EF RIA Services Multiple load operations and connection issues
Hello, I know this might sound like a dumb question but just wanted your thoughts on this. I am using EF with WCF ...Unanswered | 1 Replies | 976 Views | Created by Ajay Raavi - Friday, July 1, 2011 9:06 AM | Last reply by Shi Ding - Wednesday, July 6, 2011 10:29 PM -
0 Votes
EF - Complex Types - POCO - WCF Data Service
Hello there, Assumptions: - Been playinig with EF, WCF DataService and OData for a while; - I ...Unanswered | 1 Replies | 7695 Views | Created by Bigsby - Friday, February 4, 2011 4:13 PM | Last reply by Vitek Karas - MSFT - Friday, February 4, 2011 6:33 PM -
0 Votes
EF 4.1, ASP.NET MVC 3 and WCF Ria Services
I was building a Silverlight WCF RIA Services project for a legacy database and we've decided to build an ASP.NET MVC 3 (or 4) client. I architected the original ...Unanswered | 0 Replies | 5703 Views | Created by wreckless eric - Tuesday, September 27, 2011 5:32 PM -
0 Votes
EF, OData and singleton objects
replace classic WCF by OData) and create a database using by EF Code first. 1) How do I specify that all OData service requests end up ... -
0 Votes
WCF + EF: Customizing metadata per-request.
I'm working on a project using WCF data services with the Entity Framework provider, and for this project the service MUST implement column level security for a multi-user ...Answered | 2 Replies | 2521 Views | Created by JeroMiya - Saturday, November 24, 2012 5:22 AM | Last reply by Vitek Karas - MSFT - Wednesday, November 28, 2012 7:46 AM -
0 Votes
Using WCF Data Services with Report Builder???
generating a model that's tightly bound to the underlying database (correct?). So, I thought I'd take a service oriented approach and expose the data needed to Report Builder using ...Answered | 1 Replies | 4601 Views | Created by amir tohidi - Thursday, May 27, 2010 1:17 PM | Last reply by amir tohidi - Wednesday, June 2, 2010 9:44 AM -
1 Votes
WFC Custom Services / WCF Data Services / WCF RIA
if I'm wrong... From what I understand, using EF with Custom Services seems to be a LOT of work, for not much benefit. From what ...Answered | 1 Replies | 4271 Views | Created by Phillip Marino - Wednesday, December 15, 2010 6:06 PM | Last reply by Yi-Lun Luo - Friday, December 17, 2010 3:02 AM -
0 Votes
EF + WCF + SSRS
DataContractAttribute applied. In my case, Account is an EF object and I am returning a bunch of them out of my WCF service using List<> All was ...Answered | 3 Replies | 3564 Views | Created by amir tohidi - Monday, May 10, 2010 2:12 PM | Last reply by amir tohidi - Tuesday, May 11, 2010 3:31 PM -
0 Votes
Is WCF Data Service compatible with WCF Discovery?
Hopefully this hasn't been asked elsewhere and I've missed it on my travels. I'm trying to implement a discovery proxy service that will work for EF-WCF Data ...Unanswered | 1 Replies | 4250 Views | Created by HoyleG - Friday, January 7, 2011 10:57 AM | Last reply by HoyleG - Wednesday, January 26, 2011 2:09 PM -
0 Votes
WCF POCO + EF 4.1 Samples
and http://blogs.msdn.com/b/adonet/archiveAnswered | 2 Replies | 2068 Views | Created by DOT Net Coder - Wednesday, February 15, 2012 10:53 PM | Last reply by Alan_chen - Thursday, February 23, 2012 2:07 AM -
0 Votes
WCF Data Service Versioning with EF
I have multiple clients and a central server. The server is using a WCF data service to allow clients to update data. An EF Model interfaces the server Data services. ...Unanswered | 2 Replies | 5105 Views | Created by azwaanameer - Sunday, July 25, 2010 5:36 AM | Last reply by Vitek Karas - MSFT - Wednesday, July 28, 2010 9:45 AM - Items 1 to 20 of 2415563 Next ›
No announcements