Tags
Articles in Web Service
ASP.NET Case Study: Hang on WaitOne, WaitAny or WaitMultiple
One of the synchronization methods in .NET is the ResetEvent. It comes in two flavors, the AutoResetEvent which resets itself immediately after it is set, and the ManualResetEvent which as the name sugge...
From : If broken it is, fix it you should
2008 Mar 12
Readability
Readability Stats: Word Count: 1291; Sentence Count: 172; Grade Level: 5.2
Why changing SendTimeout does not help for hosted WCF services?
In .NET 3.0, you would handle two different timeouts: · Binding.SendTimeout This is the timeout that specifies how long the client can wait for the transport t...
From : Wenlong Dongs Blog
2008 Mar 10
Readability
Readability Stats: Word Count: 337; Sentence Count: 29; Grade Level: 4.1
Importing and Exporting WSDL Annotations
How do I add custom annotations to the contracts that are generated from WSDL? You first need to start with an IWsdlImportExtension. Your extension gets called each time a contract is discovered during i...
From : Nicholas Allens Indigo Blog
2008 Jan 25
Readability
Readability Stats: Word Count: 290; Sentence Count: 32; Grade Level: 12.0
IIS7 Hostable Web Core Custom Service (WebCoreService)
Hostable Web Core (known as HWC) is a new concept in IIS7 to host a website/webservice inside your own process. In short a smaller hosted version of IIS (an IIS7 express edition?). This is accomplished by maki...
From : Technology n Me (Sukesh)
2007 Dec 24
Readability
Readability Stats: Word Count: 628; Sentence Count: 46; Grade Level: 9.2
3-tier web applications
Very often I read that you need to structure your web applications into multiple tiers to separate the concerns. The advice is to move the business and data logic out of the web project into two different pr...
From : .NET slave
2007 Dec 17
Readability
Readability Stats: Word Count: 693; Sentence Count: 41; Grade Level: 8.4
ASP.NET AJAX Progress Indicator with Real-Time Search Functionality - YUI Style
ASP.NET AJAX Progress Indicator with Live Search Functionality - YUI Style by David Hayden ( Florida Web Developer ), Filed: ASP.NET 3.5 I needed to add an ASP.NET AJAX Progress Indicator to a search...
From : David Hayden - Florida .NET Developer - C# and SQL Server
2007 Nov 29
Readability
Readability Stats: Word Count: 423; Sentence Count: 26; Grade Level: 7.1
A alternative to JSON is available: web services
The discussions about the security concerns of JSON coming up again. Are you looking for alternatives ? I am not used to advertise for my web site but there is an alternative cross browser solution available s...
From : Aspects of AJAX
2007 Nov 20
Readability
Readability Stats: Word Count: 189; Sentence Count: 23; Grade Level: 5.4
Searching via ASP.NET AJAX and Web Services without UpdatePanel
For my money, you just can't beat the UpdatePanel for ease of use and ease of maintenance. However if you need to squeeze every last bit of performance out of your ASP.NET web applications, providing search fu...
From : David Hayden - Florida .NET Developer - C# and SQL Server
2007 Nov 12
Readability
Readability Stats: Word Count: 69; Sentence Count: 4; Grade Level: 8.8
Consuming Web Service using ASP.NET AJAX Part II
ASP.NET AJAX IN ACTION showed up on my doorstep late last night, and I have changed the Javascript code a bit to take advantage of the ASP.NET AJAX Javascript libraries more to 1) abstract browser differences,...
From : David Hayden - Florida .NET Developer - C# and SQL Server
2007 Nov 10
Readability
Readability Stats: Word Count: 71; Sentence Count: 4; Grade Level: 8.6
Keeping web services simple
The easy way for .NET developers to create an API over HTTP is to use SOAP web services. It’s natively supported by .NET and has rich support for more complex data types such as the DataSet. The proble...
From : .NET slave
2007 Nov 07
Readability
Readability Stats: Word Count: 956; Sentence Count: 80; Grade Level: 3.5
Operation has timed out from class library in COM+
In a recent MS internal performance gig we encountered an interesting issue with the maxconnection setting in the Machine.Config. Essentially the application we were testing consisted of a web application usin...
From : ACE Team - Security, Performance & Privacy
2007 Nov 06
Readability
Readability Stats: Word Count: 635; Sentence Count: 55; Grade Level: 8.1
Web Services Best Practices
As I sit here on my deck, enjoying the cool autumn breeze1, I thought, what better thing to write about than Web services! Well, no, actually I am just recalling some stuff that's happened lately....
From : dotNetTemplar
2007 Sep 15
Readability
Readability Stats: Word Count: 1562; Sentence Count: 59; Grade Level: 12.0
How to change HostName in WSDL for an IIS-hosted service?
If you have a web-hosted service “simple.svc” under the virtual application “/simple”, you would probably get the following service address in the WSDL: <wsdl:service name="SimpleService"> <w...
From : Wenlong Dongs Blog
2007 Aug 02
Readability
Readability Stats: Word Count: 455; Sentence Count: 34; Grade Level: 4.9
Use Workflow to Invoke Web Services in Parallel
.style1 { background-color: #FFFF00; } The very first time I saw Windows Workflow Foundation (WF), I slapped together some InvokeWebServiceActivities onto a Workflow design surface and did a slight...
From : Kirk Allen Evans Blog
2007 Jul 03
Readability
Readability Stats: Word Count: 2411; Sentence Count: 245; Grade Level: 11.0
Integrating WCF Clients with ASMX Services
Back in December 2006 I linked to Thom Robbins' blog post about integrating WCF with ASMX services. The other side of integration between WCF and ASMX services is integration between WCF clients and...
From : Keyvan Nayyeri
2007 May 25
Readability
Readability Stats: Word Count: 1099; Sentence Count: 46; Grade Level: 5.1