Latest Web Services stories

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

submitted by Matt_TCFMatt_TCF(836) 2 months, 6 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: 60

tags: another

How Service Component Architecture (SCA) Can Be Incorporated Into Exis(www.dotnetblocks.com)

submitted by DotNetBlocksDotNetBlocks(384) 2 months, 14 days ago

After viewing Rob High’s presentation “The SOA Component Model” hosted on InfoQ.com, I can foresee how Service Component Architecture (SCA) can be incorporated in to an existing enterprise. According to IBM’s DeveloperWorks website, SCA is a set of conditions which outline a model for constructing applications/systems using a Service-Oriented Architecture (SOA). In addition, SCA builds on open standards such as Web services. read more...

add a comment |category: |Views: 2

tags: another

Component Development within SOA(www.dotnetblocks.com)

submitted by DotNetBlocksDotNetBlocks(384) 2 months, 14 days ago

How do the concepts of component development work within SOA? Let’s first break this question down by defining what component development is. Component development is the process of implementing specific functionality in the form of small units of complied code that can be reused across multiple applications or product families. read more...

add a comment |category: |Views: 1

tags: another

When to use SOAP over REST(www.dotnetblocks.com)

submitted by DotNetBlocksDotNetBlocks(384) 2 months, 22 days ago

So, how does REST based services differ from SOAP based services, and when should you use SOAP? Representational State Transfer (REST) implements the standard HTTP/HTTPS as an interface allowing clients to obtain access to resources based on requested URIs. read more...

add a comment |category: |Views: 11

tags: another

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

submitted by vijaystvijayst(1307) 3 months, 1 day 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: 18

tags: another

OData and Windows Azure (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1720) 4 months ago

This post discusses about building a service using CLOUD platform that can reach various devices. What is OData and Where it fits in? OData is a specification that makes very easy to exchange and interact with data on the web. So OData is all about connecting up devices to the CLOUD. This post also discuss how to create a OData Service in Visual Studio 2010 and host it on Windows Azure then explains how to consume the service on Windows phone Mango. read more...

add a comment |category: |Views: 0

tags: another

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

submitted by surfer6surfer6(317) 5 months, 13 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: 17

tags: another

Tweaking WCF to build highly scalable async REST API(www.codeproject.com)

submitted by oazabiroazabir(1790) 6 months, 11 days ago

You can build async REST API using WCF but due to some bug in WCF implementation it does not scale as you would want it to. Here's my journey with Microsoft's WCF team to explore the problem and find the right fix. read more...

add a comment |category: |Views: 3

tags: another

Code-for-Dynamically-generating-webproxy-(CNet)(codemine.net)

submitted by skpananghatskpananghat(184) 8 months, 6 days ago

Cotinuing to my post on Dynamic webservice invoke in C#, Here is the full C#.Net source code for gererating a web proxy by just providing the required WSDL URL as input. The source code targets .Net 2.0 Runtime. This code is making use of Reflection and dynamic runtime compilation features in C#. read more...

add a comment |category: |Views: 2

tags: another

Asp.net WebService or Creating and Consuming WebService in asp.net or (www.aspdotnet-suresh.com)

submitted by sureshdasarisureshdasari(715) 8 months, 8 days ago

Asp.net WebService or Creating and Consuming WebService in asp.net or Create and call webservice in asp.net or how to create webservice and how to use webservice in asp.net read more...

add a comment |category: |Views: 3

tags: another

WCF callback deadlock–solution inside(mylemans.com)

submitted by Gecko1986Gecko1986(35) 8 months, 12 days ago

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

add a comment |category: |Views: 11

tags: another

Useful application development is possible with contribution of the Sy(www.sigmainfotech.com.au)

submitted by jasonleejasonlee(5) 8 months, 18 days ago

There are several benefits of using application development and the Sydney based web companies are well aware of the advantageous parameters. read more...

add a comment |category: |Views: 1

tags: another

ASP.NET web services mistake: manual JSON serialization(encosia.com)

submitted by pycckipyccki(357) 9 months, 29 days ago

If you’ve spent much time working with the .NET platform, ASP.NET’s simple, convention-based approach to exposing JSON endpoints seems just about too good to be true. After years of fiddling with manual settings in XML configuration files, it’s understandable to assume that working with JSON in ASP.NET would require a similar rigmarole, yet it does not. Unfortunately, this unexpected ease-of-use isn’t obvious if you don’t already know about it, which has led some developers to build needlessly complicated solutions to problems that don’t actually exist. In this post, I want to point out a few ways not to approach JSON in ASP.NET and then show you a couple examples of leveraging the frame work to do it “right”. read more...

add a comment |category: |Views: 17

tags: another

How will you choose the Right Template for your Web Design?(www.maketick.com)

submitted by jackr01jackr01(10) 9 months, 30 days ago

In today’s age of internet almost everything could be done online. This is why; from business organizations to educational institutes- every association prefers to have a website of their own. But only creating an official portal is not enough, there are certain other things to be taken care of. read more...

add a comment |category: |Views: 1

tags: another

Async Web Service Timout(spinningtheweb.blogspot.com)

submitted by TronTron(160) 11 months, 7 days ago

Discusses an option for implementing a user-defined timeout on an asynchronous web service request. read more...

add a comment |category: |Views: 4

tags: another

WCF vs Webservices (himabinduvejella.blogspot.com)

submitted by hima_.nethima_.net(440) 11 months, 11 days ago

Want to know Why WCF more popular over Webservice ? read more...

add a comment |category: |Views: 7

tags: another