No announcements
Found 2232811 threads
-
0 Votes
One svc with many methods or many svc with few methods
User-893317190 posted Hi neoaguil17, Generally speaking , many methods in one svc is not a good practice.Answered | 2 Replies | 169 Views | Created by Anonymous - Monday, May 6, 2019 3:37 AM | Last reply by Anonymous - Monday, May 6, 2019 6:45 AM -
1 Votes
Disable svc endpoint.
I just what to restrict external access to one of many entities in data source.Answered | 13 Replies | 1681 Views | Created by Andrew_Butenko - Tuesday, March 25, 2014 10:27 AM | Last reply by Nicolás Lope de Barrios - Wednesday, September 30, 2015 11:22 PM -
0 Votes
Where is .SVC file????
Hi Chris and Gaurav, Thanks...I could get the .svc file once i did the Add New items in Project.Answered | 3 Replies | 4962 Views | Created by abhi0410 - Saturday, July 4, 2009 6:56 AM | Last reply by abhi0410 - Monday, July 6, 2009 5:57 AM -
0 Votes
execute many methods at one time vb.net
Yes you can start 100 processes in one second.Answered | 2 Replies | 1885 Views | Created by learner08 - Monday, April 16, 2012 7:57 AM | Last reply by Cor Ligthert - Monday, April 16, 2012 9:58 AM -
0 Votes
Custom WCF .svc extension
Hi, I have tried to rename the .svc with ".ido".Answered | 8 Replies | 4231 Views | Created by Rajesh_A_Kumar - Thursday, August 18, 2011 6:20 PM | Last reply by Rajesh_A_Kumar - Monday, August 22, 2011 6:00 AM -
0 Votes
Create an svc file
Now time comes to create .svc file.Answered | 10 Replies | 30499 Views | Created by SQLScott - Sunday, August 13, 2006 1:44 AM | Last reply by jdang - Wednesday, February 9, 2011 8:55 PM -
0 Votes
Too Many Methods in a Class
There is also the #region and #end region that allows one to organize methods in a class, like #region 'Public Methods', #region 'Private ...Answered | 4 Replies | 1702 Views | Created by imsam67 - Monday, February 22, 2016 4:36 PM | Last reply by Christopher84 - Monday, February 22, 2016 5:39 PM -
0 Votes
Deploy svc file to IIS 7.0
Hi, I use VS2008 to create WCF project and use the visual studio to publish .svc file to IIS 7.0.Answered | 1 Replies | 4797 Views | Created by Goivan - Monday, May 18, 2009 5:55 AM | Last reply by Vivek Desai - Monday, May 18, 2009 7:25 AM -
0 Votes
How to make a dll with wcf service file svc
Hi MobinYaqoob, I didn't know how to create a dll through svc file.Answered | 4 Replies | 2244 Views | Created by MobinYaqoob - Sunday, September 20, 2015 3:00 PM | Last reply by Grady_Dong - Tuesday, September 22, 2015 1:43 AM -
0 Votes
cant find WCF .svc using silverlight
There can be at most one address per scheme in this collection.Answered | 21 Replies | 5557 Views | Created by jagguy999 - Tuesday, August 3, 2010 9:30 AM | Last reply by jagguy999 - Tuesday, August 10, 2010 8:28 AM -
2 Votes
Creating a service host without .svc or configuration
It is possible to deploy a WCF Service in IIS Without an .svc File, we need to use the "simulate" .svc via using the <serviceActivations> at the ...Answered | 2 Replies | 963 Views | Created by José Luiz Berg - Tuesday, May 10, 2016 8:37 PM | Last reply by Amy Peng - Friday, May 13, 2016 5:19 AM -
0 Votes
comments in svc-files
Another alternative, if you don't need the SOAP endpoint at the root address (.svc), is to have a REST endpoint at that address, and use that endpoint to return the HTML ...Answered | 1 Replies | 4815 Views | Created by gritl - Monday, September 6, 2010 1:14 PM | Last reply by Carlos Figueira - Tuesday, September 7, 2010 5:02 AM -
1 Votes
Where to add . svc file
The .svc file will be created automatically when you Publish the project.Answered | 6 Replies | 15287 Views | Created by Amit Sood - Wednesday, August 25, 2010 2:16 PM | Last reply by HowardJones - Thursday, August 11, 2011 7:31 PM -
0 Votes
Best method in caching a many to many database relationship with in your program
For many to many relationship, http://stackoverflow.com/questions/1103693/c-how-to-model-a-many-to-many-relationship-in-codeAnswered | 1 Replies | 1545 Views | Created by MARV102 - Wednesday, February 8, 2012 12:59 AM | Last reply by ziman01 - Friday, February 10, 2012 12:40 PM -
1 Votes
Dynamic Resource (.svc) not hosting on windows 8.1
The issue is not with all the .svc only embedded ones on IIS 8.5 (the one which comes with Windows 8.1), I also confirmed it on other Win 8.1 machines and they all ...Answered | 5 Replies | 1762 Views | Created by Durgesh Chaudhary - Tuesday, November 26, 2013 1:22 PM | Last reply by Dave Patrick - Friday, November 29, 2013 10:41 AM -
0 Votes
Suggestions for displaying a one to many and then many to many relations.
>My concern is I don't want to save the change until the user click Save, but at some point, let's say after creating a few orders, and they want to go further to add details of each order ...Answered | 1 Replies | 638 Views | Created by wkpli - Thursday, December 18, 2014 2:55 PM | Last reply by Risa- - Friday, December 19, 2014 7:40 AM -
1 Votes
Do we really need .svc file?
Hello, can you give an example when you don't need .svc file?Answered | 3 Replies | 9141 Views | Created by Michael Sync - Tuesday, July 20, 2010 5:08 AM | Last reply by Mahesh Sabnis - Thursday, July 22, 2010 11:55 AM -
0 Votes
Which .svc file originates the call into my web service?
I digged a little it further and found this: System.ServiceModel.ServiceHostBase h = System.ServiceModel.OperationContext.Current.Host; string name = ...Answered | 1 Replies | 3278 Views | Created by Gaston Faq.be - Tuesday, April 28, 2009 11:34 AM | Last reply by Gaston Faq.be - Tuesday, April 28, 2009 1:57 PM -
0 Votes
How to host WCF Service Library in IIS without using SVC files
If so then I will go with my original assessment and proceed with the understanding of one cannot host the WCF service in IIS without an svc.Answered | 4 Replies | 6784 Views | Created by Hanumantha Rao. Evuri - Saturday, September 12, 2009 12:34 PM | Last reply by mahendarm - Tuesday, March 17, 2015 3:53 PM -
0 Votes
.svc services do not work on List specific url
But also standard sharepoint svc services in ISAPI folder does not work on the list relative urls so this is not my code I think.Answered | 2 Replies | 1161 Views | Created by T72 - Friday, August 23, 2013 8:06 AM | Last reply by T72 - Friday, August 23, 2013 11:15 AM - Items 1 to 20 of 2232811 Next ›
No announcements