No announcements
Found 1291843 threads
-
0 Votes
WCF Data Services, POCO and EF
This isn't possible with WCF Data Services.Answered | 1 Replies | 7709 Views | Created by Espen B - Monday, April 26, 2010 1:27 PM | Last reply by Pratik Patel - MSFT - Monday, April 26, 2010 5:25 PM -
0 Votes
Using EF with WCF
The DbContext is a very new object to the framework, so probably not a lot of web searches would pull up solutions involving it yet.Answered | 7 Replies | 3340 Views | Created by Bill_Yeager - Monday, September 5, 2011 4:41 PM | Last reply by r.burgundy_ - Tuesday, September 6, 2011 6:24 AM -
2 Votes
WCF calling ASMX Web service
If it's a traditional ASP.NET WCF Web service, then there is a WCF client program that consumes the ASP.NET WCF ...Answered | 6 Replies | 1541 Views | Created by usher227 - Wednesday, March 14, 2018 3:03 AM | Last reply by DA924x - Tuesday, March 20, 2018 4:14 AM -
0 Votes
wcf windows service and wcf web service
Hi Since they both use the same class ServiceHost to create and host WCF services, they are more less the same in that aspect.Answered | 1 Replies | 4076 Views | Created by Surani - Friday, April 23, 2010 12:17 PM | Last reply by Haripraghash - Saturday, April 24, 2010 1:32 PM -
0 Votes
Web Services, Remoting,WCF
Hi, I hope it will help you About webservice http://en.wikipedia.org/wiki/Web_services About ...Answered | 1 Replies | 3329 Views | Created by AristocratKhan - Friday, August 28, 2009 3:58 AM | Last reply by Gnanadurai - Friday, August 28, 2009 4:38 AM -
0 Votes
WCF Web Services Testing
I don't know of a specific tool, but you may want to start with this article: ...Answered | 4 Replies | 13310 Views | Created by kumar mokkala - Sunday, July 29, 2007 5:33 PM | Last reply by DataEngineering - Tuesday, March 1, 2011 9:21 AM -
0 Votes
Web Garden in WCF service
You can specify the number of worker processes on the app pool of your web service application.Answered | 5 Replies | 5560 Views | Created by ramkanuganti - Friday, May 20, 2011 1:42 PM | Last reply by SiKo_279 - Monday, May 23, 2011 7:16 AM -
1 Votes
WCF as Web Service
You can use basicHttpBinding for .NET 2.0 clients and non .NET clients as in this case the WCF service will behave like a Web Service which can be used very ...Answered | 2 Replies | 2906 Views | Created by WCF Fan - Thursday, June 18, 2009 7:16 PM | Last reply by WCF Fan - Thursday, June 18, 2009 7:22 PM -
0 Votes
Debugging a REST WCF Service
Template for .NET 4.0.Answered | 2 Replies | 5181 Views | Created by Pete Maroun - Wednesday, December 22, 2010 11:25 PM | Last reply by Pete Maroun - Thursday, December 23, 2010 4:24 PM -
0 Votes
EF 4.0 WCF JSON Serialization
We used the EF in .Net 3.5 SP1 to populate data in hand written POCO's.Answered | 1 Replies | 5833 Views | Created by JayArr - Thursday, May 27, 2010 8:13 PM | Last reply by Arthur Vickers - MSFT - Friday, May 28, 2010 5:10 PM -
3 Votes
Manually connect to WCF Web Service
You may also use the svcutil to generate a WCF client for you (in C#, VB).Answered | 2 Replies | 6083 Views | Created by gazalec - Friday, February 11, 2011 8:25 PM | Last reply by DannyZheng - Saturday, February 12, 2011 2:21 AM -
0 Votes
EF, Web API No Keys
I have tried this but get this error: It seems that it 's web api issue, I would suggest post your issue on web api forum for help.Answered | 2 Replies | 764 Views | Created by olson2334 - Friday, August 12, 2016 7:52 PM | Last reply by Zhanglong Wu - Monday, August 15, 2016 4:57 AM -
0 Votes
Problem when consuming complex EF schema via WCF
Hi, My scenario is to use EF as DAL and WCF as the middle layer to consume the EF.Answered | 1 Replies | 4045 Views | Created by Daniell.Chong - Friday, February 11, 2011 8:54 AM | Last reply by yspring - Friday, February 11, 2011 11:07 AM -
0 Votes
To use a wcf service in wcf application Should we create the wcf service as web or as wcf service application or as wcf service library
A WCF Service library is just compiled into a dll but you need to host the code for the WCF somewhere.Answered | 2 Replies | 606 Views | Created by vivek_kumar9 - Wednesday, June 11, 2014 12:34 PM | Last reply by Magnus (MM8) - Wednesday, June 11, 2014 12:54 PM -
1 Votes
BizTalk WCF web services and IIS
I think it's a common practice to deploy the WCF services to both servers in such a situation.Answered | 1 Replies | 1577 Views | Created by Jeremy Chapman - Thursday, May 9, 2013 3:44 PM | Last reply by Nils Gruson - Friday, May 10, 2013 6:11 AM -
0 Votes
Persistent Singleton WCF Web Service ?
You'll need to self host in a windows service to achieve this.Answered | 1 Replies | 3815 Views | Created by Mantros Group - Monday, April 27, 2009 3:01 AM | Last reply by Richard Blewett - Monday, April 27, 2009 8:03 AM -
0 Votes
WCF Web Service Session Isolation
Hi, I have created a WCF Web Service and in it I placed a logging class so that I can keep track of my application's behavior.Answered | 6 Replies | 3591 Views | Created by Komyg - Friday, August 6, 2010 8:16 PM | Last reply by compositedevtec - Saturday, August 7, 2010 10:08 AM -
0 Votes
Consume WCF Service in Lightswitch
so my wcf service is getting an xml file from a url, prasing it giving me a result set of id's.Answered | 6 Replies | 3547 Views | Created by RSHILLSHOOTER81 - Wednesday, April 3, 2013 9:54 PM | Last reply by Huy Nguyen MSFT - Tuesday, April 9, 2013 5:56 PM -
0 Votes
Distributed Transaction with WCF Services
In short our wcf service collect data using EF 3.5 SP1, compress the data and send it as a string base 64.Answered | 5 Replies | 11128 Views | Created by lvelayutham - Thursday, March 4, 2010 7:28 PM | Last reply by juanfbp - Wednesday, May 19, 2010 9:41 PM -
1 Votes
asmx web service and wcf client
Hi Rnadal, We have a pool of Ws which are in .NET1.1 and now the business is proposing to use WCF clients to consume these web services and in the near ...Answered | 6 Replies | 6864 Views | Created by Matchstick man - Thursday, January 14, 2010 8:42 AM | Last reply by Randal van Splunteren - Wednesday, January 20, 2010 1:02 PM - Items 1 to 20 of 1291843 Next ›
No announcements