The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Google Ads

This Blog

Syndication

Search

Tags

News





  • View Maurice De Beijer's profile on LinkedIn

Community

Email Notifications

Explore

Archives

Browse by Tags

All Tags » WCF » DevCenter (RSS)
Using the WCF Web API in an ASP.NET MVC application
Warning: This post is based on a prerelease version of the WCF Web API   In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. Now that works but it is far more likely that you will want to...

Posted by Maurice | 1 comment(s)

Adding the WCF Web API to a project
Warning: This post is based on a prerelease version of the WCF Web API   In my previous blog post I showed how to get started with the new WCF Web API but one thing I skipped is how to install and add it to your project first. So in post I am going...

Posted by Maurice | 3 comment(s)

Getting started with the WCF Web API
Warning: This post is based on a prerelease version of the WCF Web API   When designing services the REST style is becoming more and more popular. Not that REST is anything new, it has been around for some time. The fact that WCF supports REST services...

Posted by Maurice | 2 comment(s)

Filed under: , , , , ,

WF4&WCF and message correlation
Note: This blog post is written using the .NET framework 4.0 Beta 2 In the previous blog posts, here , here and here , I demonstrated how to  use WCF from WF4. This same some more about sending multiple messages to the same workflow, AKA Workflow...

Posted by Maurice | 2 comment(s)

Filed under: , , , , ,

Sending your own objects to a WF4 workflow
In the previous two blog posts ( here and here ) I showed how to create and expose a Windows Workflow Foundation 4 workflow via WCF and have both a workflow and a regular C# client work with it. But the parameter and return value where real simple with...

Posted by Maurice | 6 comment(s)

Combined DevelopMentor instructors blog feed.
Michael Kennedy , one of the co instructors from DevelopMentor , has created a combined feed from all the blogs of the various DevelopMentor. An awesome group of people with a lot of knowledge to share. Highly recommended in you RSS reader. http://feeds...

Posted by Maurice | with no comments

Want to download all MIX sessions?
Then you should check Mike Swanson’s blog post here . He has two batch files, the first downloads all MIX session recordings with in the format you like, the second renames them so it is easier to make sense of all the media file names. If you just want...

Posted by Maurice | 1 comment(s)

Samples and PowerPoint from my WCF talk
Attached is are the samples and slides I used for my intro into WCF talk yesterday at the VB Central meeting in the Netherlands. Download samples Enjoy! www.TheProblemSolver.nl Wiki.WindowsWorkflowFoundation.eu Now also on twitter at http://twitter.com...

Posted by Maurice | with no comments

Filed under: , , , ,

Using a TransactionScopeActivity with a WCF ReceiveActivity revisited
Last year Marcel and I worked on a problem using a TransactionScopeActivity inside a WCF ReceiveActivity. I blogged a number of time about our finding, for example here . Last week I heard from Marcel that a hotfix was finally available that solves this...

Posted by Maurice | 17 comment(s)

Filed under: , , , , ,

Looking back at the MVP Summit
Last week lots of MVP, myself included, where in Redmond visiting Microsoft on our yearly MVP pilgrimage. The MVP Summit is always a great event. Not only do we get to talk to the MS team members who actually design and build all the software we love...

Posted by Maurice | with no comments

Lazy loading using Ninject
In my previous blog post I demonstrated how you can use Ninject in your Silverlight application to automatically inject dependencies and make live easier. In the sample I injected the dependency, the PingService, inside my PageModel constructor. That...

Posted by Maurice | 6 comment(s)

Using Ninject with Silverlight to make you code more testable
One useful feature when developing more complex code is using an inversion of control (IOC) container to do dependency injection. The basic principal of inversion of control, or dependency injection, is to pass in any dependencies when an object is created...

Posted by Maurice | 8 comment(s)

Consuming an ADO.NET Data Service from Silverlight
When developing Silverlight line of business (LOB) applications we often need to get at some data from a database. There are various ways to do so. One option that is easy to get started with with is creating an ADO.NET Entity Data Model (EDM) and exposing...

Posted by Maurice | 16 comment(s)

Goodbye XOML, hello XAMLX
In the next version of workflow we are going to leave the XOML extension behind us. Creating workflow's or custom activities using markup will create a XAML file instead of the now familiar XOML file. That doesn't mean we are moving to exactly...

Posted by Maurice | 1 comment(s)

Filed under: , , , ,

PDC session download
Want to download and watch all PDC content? Then there are a couple of ways to get at them. The official way if to go through the session agenda at the conference site. See https://sessions.microsoftpdc.com/public/timeline.aspx . You see all sessions...

Posted by Maurice | with no comments

A bit more about using TransactionScopeActivity within a ReceiveActivity
Part 1 part 2 Part 3 Part 4 You may recall my previous posts about using the TransactionScopeActivity within a ReceiveActivity and all the nasty issues we ran into. Just in case you want to read them again: one , two and three . As it turn out this is...

Posted by Maurice | with no comments

Filed under: , , , , ,

Calling WCF services from a Silverlight 2 app.
As far as I am concerned Silverlight 2 is pretty cool and should have been developed years ago . Well guess that isn't the case but it is here now. One thing I like about Silverlight is how easy it is to call a web service. I guess that is a must...

Posted by Maurice | 7 comment(s)

Red Gate to continue development of .NET Reflector
.NET Reflector, by Lutz Roeder, must be one of the most useful tools I have when developing .NET code. Usually it is the first thing I install right after Visual Studio not even waiting until I need it because I know I will. So the big news is that Red...

Posted by Maurice | with no comments

Using a TransactionScopeActivity within a ReceiveActivity in a state machine workflow
Part 1 part 2 Part 3 Part 4 In two previous blog posts, part one and part two , I covered the fact that the ReceiveActivity and the TransactionScopeActivity don't work together very well. I demonstrated this using a sequential workflow and did show...

Posted by Maurice | 4 comment(s)

Filed under: , , , ,

Visual Studio 2008 Service Pack 1 available
It is available from the subscriptions download at http://msdn.microsoft.com/en-us/subscriptions/default.aspx Get it while it is hot Enjoy!

Posted by Maurice | 7 comment(s)

More Posts Next page »