Sign in
|
Join
|
Help
Search
Dennis van der Stelt
The most votes generally drown out the best votes
Home
Contact
RSS for Posts
Atom
RSS for Comments
Community
Home
Blogs
Media
News
Email Notifications
Go
I read...
Alex Thissen
Anko Duizer
Frans Bouma
Daniel Moth
Justin Smith
Mike Taulty
I Use...
ASP.NET
CopySourceAsHTML
SQL Server Stuff
Visio UML 2.0 Stencils
ConnectionStrings
VSO Image Resizer
Precode WLW plugin
Tags
.NET Compact Framework 3.5
.NET Framework 2.0
.NET Framework 3.0
.NET Framework 3.5
Agile
Architecture and Design
ASP.NET
Azure
Blogging
BloggingAbout.NET
Community Server
Development
Games
Miscellaneous
MIX07
PDC08
Personal
Silverlight
Team System
TypeMock
Utilities
Vista
Visual Studio 2005
Visual Studio 2008
WCF
Recent Posts
ClickOnce deployment, signed manifests and automated builds and ResolveKeySource failing…
Hosting a WCF service in a Windows Service
WCF and MSMQ
Manual check for updates with ClickOnce
WCF Simple Example
Archives
March 2010 (1)
February 2010 (2)
December 2009 (1)
November 2009 (2)
October 2009 (4)
August 2009 (1)
July 2009 (6)
June 2009 (5)
May 2009 (2)
April 2009 (3)
March 2009 (5)
February 2009 (4)
January 2009 (1)
November 2008 (4)
October 2008 (17)
September 2008 (5)
August 2008 (1)
July 2008 (3)
June 2008 (8)
May 2008 (2)
April 2008 (5)
March 2008 (6)
February 2008 (7)
January 2008 (2)
December 2007 (10)
November 2007 (6)
October 2007 (6)
September 2007 (4)
August 2007 (11)
June 2007 (8)
May 2007 (5)
April 2007 (4)
March 2007 (3)
February 2007 (3)
January 2007 (9)
December 2006 (15)
November 2006 (21)
October 2006 (9)
September 2006 (8)
August 2006 (13)
June 2006 (5)
May 2006 (1)
April 2006 (3)
March 2006 (3)
February 2006 (8)
January 2006 (7)
December 2005 (2)
November 2005 (8)
October 2005 (10)
September 2005 (7)
August 2005 (9)
July 2005 (5)
June 2005 (7)
May 2005 (6)
April 2005 (6)
March 2005 (10)
February 2005 (7)
January 2005 (15)
December 2004 (10)
November 2004 (6)
October 2004 (7)
September 2004 (3)
July 2004 (6)
June 2004 (15)
May 2004 (23)
April 2004 (5)
March 2004 (12)
February 2004 (27)
January 2004 (5)
December 2003 (10)
November 2003 (10)
October 2003 (16)
Browse by Tags
All Tags
»
.NET Framework 3.0
(
RSS
)
.NET Framework 2.0
.NET Framework 3.5
Architecture and Design
Development
Miscellaneous
Newsflash
Utilities
Visual Studio 2005
Visual Studio 2008
WCF
ClickOnce deployment, signed manifests and automated builds and ResolveKeySource failing…
I love ClickOnce, automated builds and a lot more Microsoft stuff. Unfortunately not for everything there is a simple solution. I ran into a new problem today. I was playing around with certificates, signed manifests and all of this in an automated build...
Posted:
Fri, Oct 10 2008 3:35 PM
by
Dennis van der Stelt
| with
1 comment(s)
Filed under:
Development
,
.NET Framework 3.0
,
.NET Framework 3.5
,
.NET Framework 2.0
Hosting a WCF service in a Windows Service
In my last post I explained how you could use WCF and MSMQ to respond to messages asynchronously. We've setup a class library with our service, a console application for our host and a console application for our client. In this post I'll explain...
Posted:
Thu, Feb 28 2008 9:52 AM
by
Dennis van der Stelt
| with
23 comment(s)
Filed under:
.NET Framework 3.0
,
WCF
WCF and MSMQ
It's been a while since I blogged about one of my favorite topics, Windows Communication Foundation. In this article I'll explain how you can use MSMQ with WCF to really process messages asynchronously. It's unbelievable how easy this is....
Posted:
Thu, Feb 28 2008 9:52 AM
by
Dennis van der Stelt
| with
15 comment(s)
Filed under:
.NET Framework 3.0
,
WCF
Manual check for updates with ClickOnce
I really love [wikipedia:ClickOnce], because it removes the necessity to build a web application. In my years as a developer, I can't count the projects that were web based, simply because of the deployment model. And then ClickOnce came around. Now...
Posted:
Mon, Nov 5 2007 9:40 AM
by
Dennis van der Stelt
| with
13 comment(s)
Filed under:
Development
,
.NET Framework 3.0
,
Visual Studio 2008
,
Visual Studio 2005
,
.NET Framework 3.5
,
.NET Framework 2.0
WCF Simple Example
On my WCF Introduction post I received a trackback to an example that should be really simple to start WCF with. I'm not here to judge the post (although I could ;-), but it got me thinking. Although I created some small posts on how WCF works, together...
Posted:
Fri, Apr 20 2007 3:47 PM
by
Dennis van der Stelt
| with
92 comment(s)
Filed under:
Development
,
.NET Framework 3.0
,
WCF
State machine workflow to difficult for you?
Recently Anko Duizer started a discussion inside Class-A about Windows Workflow Foundation, specifically about state machine workflow vs. sequential workflow. One point of discussion was why in (almost) every presentation out there, the sequential workflow...
Posted:
Fri, Mar 23 2007 2:12 PM
by
Dennis van der Stelt
| with
10 comment(s)
Filed under:
Architecture and Design
,
.NET Framework 3.0
WCF Part 7 : Bindings
As I've been pretty busy, it's been a while since my last post in the WCF series. But let's have a look at bindings now. A binding will tell a client what's necessary to connect to the service. In other words, how we connect is described by the binding...
Posted:
Fri, Jan 5 2007 10:40 PM
by
Dennis van der Stelt
| with
1 comment(s)
Filed under:
Development
,
.NET Framework 3.0
,
WCF
WCF Binding decision chart
A while ago I saw this decision chart to help choose a WCF default binding. Unfortunately I cannot remember where it came from. The problem I had with it was that you could only reach wsHttpBinding if you had to use interop. But you might need to use...
Posted:
Fri, Dec 1 2006 11:02 PM
by
Dennis van der Stelt
| with
8 comment(s)
Filed under:
.NET Framework 3.0
,
WCF
WCF Part 6 : Address
We'll return once again to the WCF ABC and in this part we'll examine what we can do with the address of our service. There are many options on how to specify the address of your service, especially when you start combining options. But I'll discuss the...
Posted:
Wed, Nov 29 2006 3:33 PM
by
Dennis van der Stelt
| with
4 comment(s)
Filed under:
Development
,
.NET Framework 3.0
,
WCF
Display WCF host details; code snippet
Because I'm doing presentations, demos and the WCF article series , I host a lot of WCF services inside a console application. Console applications are great for demonstrating something really quickly. When hosting a WCF service in a console application...
Posted:
Tue, Nov 28 2006 2:31 PM
by
Dennis van der Stelt
| with
no comments
Filed under:
Development
,
Utilities
,
.NET Framework 3.0
,
WCF
WCF Part 5 : Consuming the service
Last time we generated the client and configuration file. Whereas in the asmx world we had a proxy class, the WCF team renamed this in the June CTP to client. For us to use the generated files, we need a new console application and add the files. Don...
Posted:
Thu, Nov 16 2006 11:10 PM
by
Dennis van der Stelt
| with
1 comment(s)
Filed under:
Development
,
.NET Framework 3.0
,
WCF
Finding available callback tcp port for a WCF chat client
While having some fun writing a WCF chat application, I was having some troubles. I was using duplex communication over http, using the WsDualHttpBinding. The client needs to setup a callback channel for the service to... well, call back actually. Hence...
Posted:
Tue, Nov 14 2006 12:28 PM
by
Dennis van der Stelt
| with
9 comment(s)
Filed under:
Development
,
.NET Framework 3.0
,
WCF
WCF Part 4 : Make your service visible through metadata
Last time we saw how we could create an instance of our service by hosting it using some configuration in our app.config. We still need to have it exposed using metadata though. We'll do this by adding an endpoint that exposed this, using our WCF ABC...
Posted:
Thu, Nov 9 2006 10:39 PM
by
Dennis van der Stelt
| with
6 comment(s)
Filed under:
Development
,
.NET Framework 3.0
,
WCF
WCF Part 3 : Hosting the service
Finally .NET Framework 3.0 RTM'd , so I don't have to run in my VMWare anymore. A good time to see if everything works and create the host for the service contract we've created last time . We'll do this using a C# console application, as those just rock...
Posted:
Thu, Nov 9 2006 10:38 PM
by
Dennis van der Stelt
| with
8 comment(s)
Filed under:
Development
,
.NET Framework 3.0
,
WCF
Presentation techniques
Jan wrote that he sees possibilities in Windows Presentation Foundation, for one that he doesn't need to bother with the design anymore. For developers this is indeed very good. I can see applications build in the future where you're obliged to some interface...
Posted:
Wed, Nov 8 2006 9:46 AM
by
Dennis van der Stelt
| with
no comments
Filed under:
Miscellaneous
,
.NET Framework 3.0
More Posts
Next page »