WCF
Tag details
Welcome to the 'WCF' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'WCF'.
Look up
"WCF"
at The Free Dictionary
Latest blogosphere posts tagged “WCF”
-
Oh BizTalk, why dost thou mock me?
Be Logical - writings by Johan Hedberg —
Authority: 411
In any given integration project many different parties are involved. In some cases these parties have standard endpoints against which BizTalk operates and sometimes these endpoints are built as you go in the participating systems to meet a new demand. This is true for other types of projects as well – things get ...4 hours ago -
Build enterprise application with WPF, WCF, Entity Framework and Prism. Tutorial 06.
Raffaeu Bermuda Blog —
Authority: 106
Configure your Customer lookup and run it on IIS 7.0 In the previous article we saw how to use WCF (a basic approach) and what we should keep in consideration if we want to use SOA as our repository. Now we need to: Change the WCF service to point to a real database Test the service Build a web ...4 hours ago -
Build enterprise application with WPF, WCF, Entity Framework and Prism. Tutorial 05.
Raffaeu Bermuda Blog —
Authority: 106
Update: source code and documentation are now available on CodePlex at this address: http://prismtutorial.codeplex.com/ Starting with WCF. Today we will see how WCF works and what are the best practices we should use in order to keep our application safe and maintainable. WCF startup. I assume that ...11 hours ago -
TechDays 2009: ‘Building REST-ful Services with WCF’ Follow-up
robburke.NET —
Authority: 99
I’m by no means a REST-afarian: I was a Microsoftie during the time when SOAP and WS-* were really taking off, and the first version of WCF was released (all lathered up in SOAP) to unify communications in .NET. But as I do more client-side development – particularly with Silverlight and ASP.NET AJAX – I’ve ...4 days ago -
404 NotFound strikes back
Lab49 Blog —
Authority: 141
I have a Silverlight application consuming a WCF service. And as you may know WCF errors are not serialized on the Silverlight side and all you get is generic NotFound error. I was experiencing the error only in certain rare cases. Everything seemed fine in the WCF side, no exceptions were thrown in my service ...5 days ago -
My Presentation from Sweden on BizTalk/SOA/Cloud is on Channel9
Richard Seroter's Architecture Musings —
Authority: 108
So my buddy Mikael informs me ( actually all of us ), that my presentation on “BizTalk, SOA and Leveraging the Cloud” from my visit to the Sweden User Group is finally available for viewing on Microsoft’s Channel9 . In Part 1 of the presentation, I lay the groundwork for doing SOA with BizTalk, and, try to ...5 days ago -
Coakley’s Camapign Steps Up With SEIU’s “Walk A Day”
Women and Politics —
Authority: 467
By WCF Fellow: TrishWhat better way to understand the needs of constituents than spending a day in their shoes? Massachusetts Attorney General Martha Coakley this week will Walk A Day with Monica, a... This is a content summary only. Visit Women and Politics for the full post!5 days ago -
Integrated Security With Silverlight And WCF
The Inquisitive Coder - Davy Brion's Blog —
Authority: 509
I lost some time yesterday trying to get a Silverlight client to use Integrated Security with a WCF service so i figured i’d post the steps necessary to make it work here. First of all, you need to make sure that your IIS installation has support for Windows Authentication. Go to Add/Remove Programs (appwiz.cpl), ...5 days ago -
A Fiddler plug-in for inspecting WCF Binary encoded messages
Functional Fun —
Authority: 106
If ever youre needing to debug the interaction between a Web Service and its clients, Microsoft’s Fiddler is the tool to use - this includes WCF Services so long as theyre using a HTTP transport. The only thing Fiddler wont do is decode messages that are sent using WCFs proprietary Binary encoding - until today, ...6 days ago -
Interview Series: Four Questions With … Lars Wilhelmsen
Richard Seroter's Architecture Musings —
Authority: 108
Welcome to the 14th edition of my interview series with thought leaders in the “connected technology” space. This month, we are chatting with Lars Wilhelmsen, development lead for his employer, blogger , and Connected Systems MVP . In case you don’t know, Connected Systems is the younger, sexier sister ...6 days ago -
Sela Developer Practice
public class Alon : ISmartHome, ICPP, IHomeServer, IMediaCenter —
Authority: 110
We are going to the PDC . And when I say we, I mean 17 experts and 3 managers from Sela . This year we are going to be in all sessions and meet many key professionals from Microsoft and other companies. We will also have a booth . Why do I tell you that? Not just to tell you that it is fun to work at Sela (It is, ...6 days ago -
Build enterprise application with WPF, WCF, Entity Framework and Prism. Tutorial 04.
Raffaeu Bermuda Blog —
Authority: 106
Service Oriented Application. Introduction. The first problems I always encounter when I design a scalable, multi-tier application are: Work on a disconnected environment but be able to work with the data previously downloaded. Keep always the data up to date, notify the users when the data changes. ...1 week ago -
Build enterprise application with WPF, WCF, Entity Framework and Prism. Tutorial 03.
Raffaeu Bermuda Blog —
Authority: 106
Update: source code and documentation are now available on CodePlex at this address: http://prismtutorial.codeplex.com/ Value and business validation with Enterprise Library 4.1 and Entity Framework. In this article I will show you how to validate a domain using the enterprise library 4.1 over the Entity ...1 week ago -
Design for testability - WCF proxies
VusCode - Coding dreams since 1998! —
Authority: 408
Recently I spent some time participating in projects involving Silverlight, Prism etc and there are couple of interesting things I’ve came up with during that period which I would like to share with the community in a form of a couple of blog posts showing the “enhancements” I did in our Prism based ...1 week ago -
Windows Trick-or-treat Foundation
Arnon Rotem-Gal-Oz's Cirrus Minor —
Authority: 99
Yes, this is another WCF rant… We were getting ready to launch an open-for-all version of our service, we were alsoadding more cores to the system, to make sure our computation engine will be ableto handle higher request loads (We’re basically implementing the GridableService pattern - if it is ...1 week ago -
Silverlight: Update service reference for a WCF service generating empty class
Mehroz's Experiments —
Authority: 99
My Visual Studio sometimes goes angry. I had a Silverlight 2 – WCF – LINQToSQL application that I recently converted to Silverlight 3. I noticed that sometimes the Update Service Reference does not function properly and instead blanks out the generated reference.cs . It broke once again today and I decided to ...1 week ago -
My Stackoverflow archives #1
Manish's Tech Blog —
Authority: 91
Usually when I am wandering around on stackoverflow, there are times when I find some of the questions being interesting and bookmark them. Since this list grows day by day, it came to my mind to publish them for the betterment of the general public. These are the questions which I found good and don’t claim to be ...1 week ago -
Using Silverlight to Access WIF secured WCF Services
www.leastprivilege.com —
Authority: 446
This topic comes up quite often recently – so I hope the title is search engine friendly. Disclaimer: At the time of this writing, the current version of Silverlight is v3and WIF is in beta 2. Hopefully this will be a non-issue soon. I talk a lot about claims, tokens and WIF/ADFS 2 to customers. All is good and ...1 week ago -
WCF and WF Windows SDK Samples for Microsoft .NET Framework 4 Beta 2
D' Technology Weblog —
Authority: 528
Windows SDK samples for WCF and WF are updated for .Net 4 Beta 2. These’re only samples that’re new or changed in .Net 4. If you want complete set of existing samples as well youll need to pick those up from platform SDK. You can also get online documentation for new .Net 4 samples from MSDN. Note that many of ...1 week ago -
Telerik OpenAccess WCF Wizard October CTP
Stephen Forte`s Blog —
Authority: 524
The TelerikWCF Wizard that I have shown on this blog several times has been updated and isavailable on Telerik Labs for download . Whenever Telerik puts something up on Telerik Labs we hope that some early adopterswill try it out and give us feedback. We had an amazing demand for the Telerik OpenAccessWCF ...1 week ago