DNK has a spanking new server up and running like clockwork. Stability problems are a thing of the past. Our new monitoring service reports 100% uptime since the move!
Stories recently tagged with 'wcf' Subscribe to this feed
1
kicks
submitted by dingdongbell2k6 7 days, 12 hours ago

expertchandu.blogspot.com — This article proposes the information for the beginners and explains why to upgrade from Web Services to WCF.. read more...

Add a comment add a comment | category: | Views: 13
Difference between Web Services(ASPX) and WCF
tags: | tag it

1
kicks
submitted by Jachman 9 days, 23 hours ago

jachman.wordpress.com — I had to program an authorization mechanism between a client application and a webservice that is hosted by a internet provider. In such a case, we have two different domains in place, no windows integrated authentication, no certificate or something else. The old fashioned way in that case is to use a SoapHeader in order to send informations about the user to the web service … That’s the point where the trail starts … read more...

Add a comment add a comment | category: | Views: 4
How to authorize a WCF service in the anonymous internet
tags: | tag it

2
kicks
submitted by PeterRitchie 10 days ago

haveyougotwoods.com — Dave shows us how to easily add global error handling to WCF external methods without having to expand the responsiblity of each and every exernal method. read more...

Add a comment add a comment | category: | Views: 3
Global error handling in WCF
tags: | tag it

1
kicks
submitted by Svenneke 14 days, 5 hours ago

mshelp.be — The DataContractSerializer class is the successor of the XmlSerializer class. Introduced together with WCF. This one is also being used by WCF for serialization by default. You can of course always switch back to the good old XmlSerializer if you want to. read more...

Add a comment add a comment | category: | Views: 2
(De)Serializing multiple generic collections w DataContractSerializer
tags: | tag it

1
kicks
submitted by Svenneke 15 days ago

mshelp.be — Currently I’m working on a web application project that also uses a WCF service for some operations. We are a big fan of using ALT.NET and are using Castle Windsor to do IoC (Inversion of Control)/Dependency Injection. The problem we were having was the small delay to start up the worker process in IIS. Which is not much you can do about within IIS. (As far as I know) Except for maybe making a wake up service that calls a simple method every x minutes. Just to keep the worker process alive. read more...

Add a comment add a comment | category: | Views: 3
How to host a WCF service that uses Castle Windsor in a Windows Servic
tags: | tag it

1
kicks
submitted by Mike.Griffin 17 days, 4 hours ago

entityspaces.net — This stuff is hot guys and gals. We are asking Jon Davis to write an entirely new Silverlight demo that will showcase our DynamicQuery feature running under Silverlight inside the browser and hitting a WCF service on the server. We cannot wait, this is so slick … Here’s another sneak peak post. read more...

Add a comment add a comment | category: | Views: 7
EntitySpaces DynamicQuery Serialization Part II (WCF and Silverlight)
tags: , , , , | tag it

3
kicks
submitted by Mike.Griffin 20 days, 14 hours ago

entityspaces.net — We have decided to use the WCF DataContract approach when serializing our enhanced DynamicQuery’s. In our upcoming alpha release our DynamicQuery classes now live in a separate assembly that can execute on the client side along with your EntitySpaces proxies without requiring either the EntitySpaces.Core or the EntitySpaces.Interfaces assemblies. The EntitySpaces.DynamicQuery assembly (only 52k in size) is also compatible with Silverlight and can run down inside of the browser. read more...

Add a comment add a comment | category: | Views: 9
EntitySpaces – WCF DynamicQuery Serialization
tags: , , , , | tag it

1
kicks
submitted by Guardian 26 days, 4 hours ago

nablasoft.com — how to create a WCF service resolution container extension read more...

Add a comment add a comment | category: | Views: 11
Unity: WCF service resolution container extension
tags: | tag it

1
kicks
submitted by think_new 29 days, 6 hours ago

ranksheet.com — Previously .Net developers stick with two ides to achieve distributed computing. .Net remoting and web service read more...

Add a comment add a comment | category: | Views: 11
Why Windows Communitcation Foundation? What is difference between WCF
tags: | tag it

1
kicks
submitted by NigelSampson 29 days, 12 hours ago

compiledexperience.com — How to reuse types across mulitlple WCF Service References in Silverlight. read more...

Add a comment add a comment | category: | Views: 9
Resuing types in Silverlight Service References
tags: , | tag it

2
kicks
submitted by questpond 1 month, 8 days ago

codeproject.com — In this article we will start with transport and message security understanding. We will then see simple code samples of how to implement transport and message security using WsHTTP bindings. We will also see what is the difference between ‘BasicHttpBinding’ and ‘WsHttpBinding’ with the help of a simple source code. WCF security is a huge topic by itself, but we are sure with this article you will get a quick start of how to go about WCF security. read more...

Add a comment add a comment | category: | Views: 8
WCF FAQ Part 3 – 10 security related FAQ
tags: | tag it

1
kicks
submitted by questpond 1 month, 9 days ago

codeproject.com — When we talk about WCF security there are two ways one is the transport level security and the other is message level security. Transport level security is nothing but built in security by protocols itself. In message level security we need to encrypt the data, in other words security is injected in the data itself. In this article we will look in to how we can implement transport level security using WsHttp bindings. We do not need to do extra development for transport level security because it’s more of the protocols inherent security model. In this article we will implement WsHttp using HTTPS as transport security. read more...

Add a comment add a comment | category: | Views: 11
7 simple steps to enable HTTPS on WCF WsHttp bindin
tags: | tag it

1
kicks
submitted by questpond 1 month, 9 days ago

codeproject.com — When we talk about WCF security there are two ways one is the transport level security and the other is message level security. Transport level security is nothing but built in security by protocols itself. In message level security we need to encrypt the data, in other words security is injected in the data itself. In this article we will look in to how we can implement transport level security using WsHttp bindings. We do not need to do extra development for transport level security because it’s more of the protocols inherent security model. In this article we will implement WsHttp using HTTPS as transport security. read more...

Add a comment add a comment | category: | Views: 7
7 simple steps to enable HTTPS on WCF WsHttp bindings
tags: | tag it

2
kicks
submitted by satheeshbabu 1 month, 10 days ago

codedigest.com — With XML becoming a thing of past for inter process communication and data exchange on the Internet infrastructures, JSON is more increasingly getting popular for providing quicker and better packaging of data across the wires. To be specific, as the need for partial rendering of web pages increases with the dynamic exchange of data using AJAX-enabled Web services, JSON has become more compact and simpler means to communicate between client calls and server processes thus providing a rich user experience. Moreover, Windows Communication Foundation (WCF) processes JSON messages using an internal, hidden mapping between JSON data and the XML infoset for data exchange. read more...

Add a comment add a comment | category: | Views: 11
JSON serialization and de-serialization in WCF DataContracts
tags: , | tag it

2
kicks
submitted by questpond 1 month, 10 days ago

dotnetfunda.com — In this article we will discuss how we can enable certificates on WCF service. WCF has two modes by which it transfers data one is the transport and the other is the message. This tutorial will concentrate on how we can enable certificates on message mode of data transfer. read more...

Add a comment add a comment | category: | Views: 4
9 simple steps to enable X.509 certificates on WCF
tags: | tag it

1
kicks
submitted by TechEditor2008 1 month, 15 days ago

intertech.com — Like their WPF training course, Intertech's WCF Training is exceptional. read more...

Add a comment add a comment | category: | Views: 10
WCF Training
tags: | tag it

 

Search: