Browse by Tags
All Tags »
WCF »
DevCenter (
RSS)
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...
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...
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...
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...
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...
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...
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...
Filed under: .NET, LINQ, NetFx3, WCF, VB, webcast, DevCenter, WPF, IronPython, Silverlight, ASP.NET
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...
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...
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...
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...
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...
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...
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...
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...
Filed under: .NET, LINQ, NetFx3, Workflow, VSTO, WCF, VB, webcast, DevCenter, ClickOnce, WPF, SqlCe, IronPython, Silverlight, PDC
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...
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...
.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...
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...
It is available from the subscriptions download at http://msdn.microsoft.com/en-us/subscriptions/default.aspx Get it while it is hot Enjoy!
Filed under: .NET, LINQ, NetFx3, Workflow, VSTO, WCF, VB, DevCenter, ClickOnce, WPF, SqlCe
More Posts
Next page »