Latest Web Services stories

NHibernate Session-Per-Method-Call via StructureMap Nested Containers(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(946) 5 months, 22 days ago

There are several documented approaches you can follow to implement the session-per-method-call pattern with NHibernate and StructureMap. The majority of these approaches fail to leverage the full capabilities of StrurctureMap and are therefore more complex than they need to be. In this short post, I’ll show you how you can implement a simpler solution by utilizing StructureMap’s nested containers. read more...

2 comments |category: |Views: 69

tags: another

Getting started with EWS Managed API SDK(blogs.dotnetkicks.com)

submitted by vijaystvijayst(1311) 6 months, 17 days ago

EWS Managed API SDK is a managed proxy for Exchange Web Services (EWS). This post explains how to use EWS Managed API for retrieving bounced emails from a mailbox. read more...

add a comment |category: |Views: 19

tags: another

Cross Domain Policy Violation, And How to Get Around It (JSONP, AJAX, (www.primaryobjects.com)

submitted by surfer6surfer6(362) 8 months, 28 days ago

Learn how to handle cross-domain policy violation by creating a simple C# MVC web service that creates monsters in JSON. We'll host the service on a 3rd-party domain and read it with an AJAX request. read more...

add a comment |category: |Views: 23

tags: another

WCF callback deadlock–solution inside(mylemans.com)

submitted by Gecko1986Gecko1986(35) 11 months, 27 days ago

WCF callback deadlock–solution inside! read more...

add a comment |category: |Views: 12

tags: another

WCF Data Services: Optimizing performance with updates (blogs.infosupport.com)

submitted by alexbalexb(268) 1 year, 4 months ago

In this post I will show how you can optimize bandwidth usage and performance when sending updates to your WCF Data Service using the WCF Data Services Client Library. read more...

add a comment |category: |Views: 95

tags: another

WCF: The maximum message size quota for incoming messages (65536) ...(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 1 year, 6 months ago

When using WCF services you may get the following error: "The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element." This error is given because of size limits set to responses in your application configuration. read more...

add a comment |category: |Views: 21

tags: another

How to use Google Data API in ASP.NET MVC. Part 2 - YouTube(mahdi.mp)

submitted by sharplifesharplife(4570) 2 years ago

In this second part of my GData series I tried to explain how to use YouTube API for .NET to store/retrieve videos on/from YouTube. read more...

add a comment |category: |Views: 306

tags: another

How to use Google Data API in ASP.NET MVC. Part 1 - Google Analytics(mahdi.mp)

submitted by sharplifesharplife(4570) 2 years, 1 month ago

This article shows you how to use Google Data API to interact with Google Analytics data and show your website's visitors statistics on your website. read more...

add a comment |category: |Views: 362

tags: another

Visibility and Control in a Service Oriented Architecture(blogs.msdn.com)

submitted by wzackwzack(1968) 2 years, 6 months ago

I would like to focus on the Windows Azure Platform which is Microsoft’s Platform as a Service offering. I want to do this for two reasons. First, at the present time I am working for Microsoft (what can I say) and it is my job to research and describe their technologies. Second, I think there is a lot of confusion in the industry with respect to exactly what the Windows Azure Platform is all about. This confusion exists because the Windows Azure Platform is often described at too high a level or at too low a level. In my opinion it does not matter whether you are a business person or a technologist, in order to understand the Windows Azure Platform you must come in at just the right level. Services alone do not constitute a service-oriented architecture (SOA). Capabilities must be acquired that provide visibility and control into service development and service execution. Without these capabilities, IT offerings will become fragile as the number of services in the data center grows. This article investigates capabilities that provide visibility and control for the services that make up a SOA. read more...

add a comment |category: |Views: 50

tags: another

Web Service Optimization(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years, 2 months ago

This article gives you 10 tips to optimize web services. read more...

add a comment |category: |Views: 464

tags: another

Retrieving data from a REST based service using C(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 2 months ago

A short overview on how you can retrieve data from a REST based service using C#. read more...

add a comment |category: |Views: 160

tags: another

Taking a look at how to separate out your WCF service project into mul(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 3 months ago

Taking a look at how to separate out your WCF service project into multiple parts. We take a look at how you can put your entities in one project and the interfaces into another. This allows for better separation of concerns. read more...

add a comment |category: |Views: 181

tags: another

WCF Features in .NET Framework 4.0(techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 years, 3 months ago

WCF providing a way to define service contracts and to configure endpoint definitions using the declarative XAML in .NET Framework 4.0. Consider the WCF service contract definition: read more...

3 comments |category: |Views: 468

tags: another

Learn how to consume a WCF Service(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 4 months ago

Learn how to setup your .net application to consume as WCF service. Take a look at how you can Visual Studio to create your service proxy as well as how to use SvcUtil to create the proxy. read more...

add a comment |category: |Views: 391

tags: another

Monitoring HTTP Output with Fiddler in .NET HTTP Clients and WCF Proxi(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 4 months ago

Http debugging is immensely useful and Fiddler is a nice tool that provides many options and an easy to use interface to monitor HTTP requests to get maximum information about each request. In order to monitor requests of .NET clients like WebClient, HttpWebRequest or WCF or Web Service proxies you need a little additional configuration to get Fiddler to monitor these requests. read more...

add a comment |category: |Views: 273

tags: another

Migrating from .asmx web services to WCF web services(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 4 months ago

Learning how to migrate from .asmx web services to WCF web services read more...

add a comment |category: |Views: 455

tags: another