Stories recently tagged with 'WCF' Subscribe to this feed

"Edit WCF Configuration" is missing from Visual Studio 2008 context me (helios.ca)

submitted by helioshelios(60) 5 days, 10 hours ago

“Edit WCF Configuration” is missing from Visual Studio 2008 context menu So this morning I format a laptop and install a fresh copy of Visual Studio 2008. I then try to edit the Web.Config using Edit WCF Configuration, but wait it’s missing! What the hell? So I look around in VS menus and find Tools -> WCF Service Configurator Editor. I clicked it did not look like what I was looking for… But in fact I was in luck because after trying to right-click on Web.Config again the Edit WCF Configuration was ba... read more...

add a comment | category: | Views: 0

tags: another

WCF Service on hosted environment (www.vikingworks.dk)

submitted by brian0905brian0905(20) 5 days, 19 hours ago

WCF Service in a hosted environment.Resolving how to build a WCF service and publish it to a webhotel (hosted environment). This helps to avoid getting the error: "This collection already contains an address with scheme http. There can be at most one address per scheme in this collection. Parameter name: item" read more...

add a comment | category: | Views: 2

tags: another

Avoiding Visual Studio Service References (jeff.polkspot.net)

submitted by defjef0401defjef0401(10) 9 days, 4 hours ago

Describes how to create your own WCF service references read more...

add a comment | category: | Views: 12

tags: another

Simple WCF chat application with database (LINQ) (codesnippetsstore.blogspot.com)

submitted by beyonddevbeyonddev(10) 26 days, 14 hours ago

This project will consists of a WCF service (ISERVICE [Interface] & SERVICE [C# code to implement the interface]), Server Application which will use the WCF service and finally the client(Windows Form). read more...

add a comment | category: | Views: 5

tags: another

Pluralsight On-Demand! New Releases (www.pluralsight.com)

submitted by 81megs81megs(20) 28 days, 11 hours ago

Welcome to 2010! If you're like me, I'm sure you're looking forward to all of the dates that can be read as binary numbers this year (like today's 011110) :) Fortunately we have even more compelling content to share with you to start the new year, including new modules by Aaron Skonnard in his Managed Service Engine Fundamentals course. Scott Allen continues his how-to series on using IronRuby, and Matt Milner has been busy producing modules for his BizTalk 2009 course, along with a number of how-to videos on the topic. There's lot's more from authors like Eric Burke, Ian Griffiths, and David Starr as well, so be sure to visit Pluralsight On-Demand! today! read more...

add a comment | category: | Views: 2

tags: another

How Data, RIA, and Workflow Services all work with WCF (blogs.msdn.com)

submitted by jbarnesjbarnes(3419) 29 days, 1 hour ago

The .NET Framework 4 makes it easier for developers to work with services from their managed code applications. With .NET 4, the WCF technology provides several different types of services to start from, based on your particular needs, but they all share the same underlying infrastructure. read more...

add a comment | category: | Views: 2

tags: another

XML Dictionary & Serialization in WCF (sankarsan.wordpress.com)

submitted by sankarsansankarsan(90) 1 month, 14 days ago

We all are quite conversant with the XmlWriter & XmlReader classes in System.Xml namespace.But not that much with the XmlDictionary ,XmlDictionaryReader & XmlDictionaryWriter present in System.Xml namespace in System.Runtime.Serialization assembly.These are used primarily by the WCF framework to optimize XML serialization/deserialization.In this post we will see how a XML Dictionary can be used to make XML writing/reading more optimized. read more...

add a comment | category: | Views: 3

tags: another

Retrieve IP and Port number of remote endpoint request sender (mshelp.be)

submitted by SvennekeSvenneke(85) 1 month, 19 days ago

How to retrieve the remote IP and port of the remote endpoint that is sending a request to your wcf service read more...

add a comment | category: | Views: 6

tags: another

ProtocolException while transfering ArrayList to WCF service (mshelp.be)

submitted by SvennekeSvenneke(85) 1 month, 19 days ago

How to handle a protocalexception while transfering an arraylist read more...

add a comment | category: | Views: 3

tags: another

WINDOWS authentication on REST enabled WCF service (www.dotnetspark.com)

submitted by DotNetSparkDotNetSpark(125) 1 month, 26 days ago

To test that windows authentication is enabled successfully or not use other browser than Internet explorer because IE will automatically do an NTLM negotiation with domain credentials. So when REST service is running in IE, it is not prompting for user credentials. read more...

add a comment | category: | Views: 4

tags: another

Silverlight / WCF : Writing your own Custom WCF Proxy Generator ... (www.primordialcode.com)

submitted by GuardianGuardian(755) 2 months ago

In this article I'll show how you can modify the WCF Proxy Generator and extend it to provide support for simple data validation in property setters of proxy generated classes. read more...

add a comment | category: | Views: 11

tags: another

How to host a WCF Service inside your Windows Service (www.dimecasts.net)

published 2 months, 1 day ago, submitted by dwhittakerdwhittaker(12k) 2 months, 1 day ago

Taking a look how to host your WCF service inside your Windows Service. In many situations hosting WCF inside of IIS may not be the best solution for you or your team. When this is the case hosting inside a windows service may be the best solution and in this episode we will take a look at how you can accomplish this. read more...

1 comment | category: | Views: 190

tags: another

SOA Manifesto (www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(965) 2 months, 5 days ago

In late October of 2009, seventeen luminaries of the service oriented architecture community came together to debate and hash out a document known as the SOA Manifesto. This paper establishes what was missing amongst the hype: clarity and direction. read more...

add a comment | category: | Views: 6

tags: another

Secure Wcf service over https (www.codewrecks.com)

submitted by alkampferalkampfer(1375) 2 months, 10 days ago

How to secure a WCF services with https and credential validation against an asp.net membership provider. read more...

add a comment | category: | Views: 15

tags: another

Integrating Traditional .NET MSMQ Application with WCF (www.dotnetcurry.com)

published 2 months, 15 days ago, submitted by samsertsamsert(2095) 2 months, 16 days ago

Most of you might have already started working with WCF for developing SOA based enterprise applications. WCF has provided several benefits for distributed application development e.g. Security, Sessions, Callback etc. One of the nice features with WCF is integration with Microsoft Message Queuing (MSMQ). In this article, we will see how to integrate traditional .NET MSMQ Application with Windows Communication Foundation 3.5 using MsmqIntegrationBinding read more...

add a comment | category: | Views: 143

tags: another

Using netTcpBinding in WCF (www.dotnetfunda.com)

submitted by dotnetfundadotnetfunda(1575) 2 months, 25 days ago

In this article we are going to use netTcpBinding in WCF. read more...

add a comment | category: | Views: 23

tags: another