Browse Site by Tags

Showing related tags and posts across the entire site.
  • Some more fun with a Silverlight ListBox

    In my previous post I created a horizontally scrolling ListBox. Nice but sometimes I want to have the items wrap around. Sort of a multi column flow ListBox. Turns out this was quite a bit harder because unlike WPF Silverlight didn’t have a WrapPanel. However the Silverlight Toolkit , recently released...
    Posted to The Problem Solver (Weblog) by Maurice on Tue, Nov 18 2008
    Filed under: .NET, VB, DevCenter, Silverlight
  • Some fun with the Silverlight ListBox

    Given the following XAML: < UserControl x:Class ="SilverlightApplication1.Page" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x ="http://schemas.microsoft.com/winfx/2006/xaml" Loaded ="UserControl_Loaded" Width ="400" Height...
    Posted to The Problem Solver (Weblog) by Maurice on Mon, Nov 17 2008
    Filed under: .NET, VB, DevCenter, Silverlight
  • Updated SQL Server Compact Workflow Persistence Service

    Yesterday I uploaded a new version of the SQL Server Compact Workflow Persistence Service to code.msdn.com. No major changes this time just two new features to get it more in line with the standard SqlWorkflowPersistenceService. I added a GetAllWorkflows() function that returns all persisted workflow's...
    Posted to The Problem Solver (Weblog) by Maurice on Wed, Nov 12 2008
    Filed under: .NET, LINQ, NetFx3, Workflow, VB, DevCenter, SqlCe
  • 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 the same same format as WPF as WF is quite different...
    Posted to The Problem Solver (Weblog) by Maurice on Tue, Nov 11 2008
    Filed under: .NET, Workflow, WCF, DevCenter, WF4
  • Fun at the PDC

    The PDC wasn't all hard work, we sure had some fun too . As always there where a number of product group dinners. This year the C#, VB and F# product groups joined up and had a dinner together. I am at the right bottom, check Anders sitting at the left back end of the table. Lots of other team members...
    Posted to The Problem Solver (Weblog) by Maurice on Sun, Nov 2 2008
    Filed under: .NET, Workflow, VB, DevCenter, PDC
  • 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 but it takes a bit of work. Another nice way is through...
    Posted to The Problem Solver (Weblog) by Maurice on Sat, Nov 1 2008
    Filed under: .NET, LINQ, NetFx3, Workflow, VSTO, WCF, VB, webcast, DevCenter, ClickOnce, WPF, SqlCe, IronPython, Silverlight, PDC
  • Hot from the PDC: Windows Azure

    Windows Azure is the Microsoft awnser to the Google App Engine and Amazon EC2. Basically it is a platform in the cloud for developing web applications. It isn't just about hosting ASP.NET applications but also about services like SQL Server and SharePoint Server. You basically use Visual Studio and...
    Posted to The Problem Solver (Weblog) by Maurice on Mon, Oct 27 2008
    Filed under: .NET, Workflow, VB, DevCenter
  • Using the ReplicatorActivity in Parallel mode

    I have heard quite a few times that the ReplicatorActivity can only be use in parallel mode with a custom activity. The reason being that you need an extra property to store the current child data. When the ReplicatorActivity works in sequential mode the following code works just fine: private void codeActivity1_ExecuteCode...
    Posted to The Problem Solver (Weblog) by Maurice on Wed, Oct 22 2008
    Filed under: .NET, NetFx3, DevCenter, WPF
  • jQuery Intellisense in Visual Studio 2008

    I am pretty excited about the news, a few weeks old by now, that Microsoft is going to include jQuery with ASP.NET. For those who do ASP.NET development and have never taken a look at jQuery: you really should do so as it is a great tool to use for client side scripting! One of the cool things Microsoft...
    Posted to The Problem Solver (Weblog) by Maurice on Mon, Oct 20 2008
    Filed under: .NET, VB, DevCenter
  • Using collections of custom objects in a workflow

    Last week during my Chalk & Talk session at the SDC one of the attendees was having problems with workflow persistence and collections of custom objects. Now I never got to see his code so I am not sure what the problem was but maybe this simple sample will convince him that this should work. So...
    Posted to The Problem Solver (Weblog) by Maurice on Thu, Oct 16 2008
    Filed under: .NET, NetFx3, Workflow, DevCenter
Page 3 of 24 (235 items) < Previous 1 2 3 4 5 Next > ... Last »