Browse Site by Tags

Showing related tags and posts across the entire site.
  • Paging with the Silverlight RIA services DomainDataSource

    Using the declarative DomainDataSource that is part of the upcoming Silverlight 3 RIA services makes it quite easy to work with data. All you need to do is add a DomainDataSource control to the the XAML, point it to the generated DomainContext class (in this case NorthwindContext) and tell it which method...
    Posted to The Problem Solver (Weblog) by Maurice on Mon, Apr 27 2009
    Filed under: .NET, VB, DevCenter, Silverlight, Data Access, ASP.NET
  • 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 a list of all sessions with download links this...
    Posted to The Problem Solver (Weblog) by Maurice on Tue, Mar 31 2009
    Filed under: .NET, LINQ, NetFx3, WCF, VB, webcast, DevCenter, WPF, IronPython, Silverlight, ASP.NET
  • 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 and use but we also get to meet each other. And with...
    Posted to The Problem Solver (Weblog) by Maurice on Sat, Mar 7 2009
    Filed under: .NET, LINQ, NetFx3, Workflow, WCF, VB, DevCenter, WPF, Silverlight, WF4
  • SilverUnit - Unit testing framework for Silverlight

    Roy Osherove has just released SilverUnit, a unit testing framework for Silverlight code. I haven't tried this yet but it certainly looks really interesting as you can start running your Silverlight unit tests inside of MS Test or NUnit. And kind cool to hear this is written in VB You can find more...
    Posted to The Problem Solver (Weblog) by Maurice on Wed, Feb 25 2009
    Filed under: .NET, VB, DevCenter, Silverlight
  • WrapPanel in ListBox revisited

    Last week logged about using a WrapPanel in a listBox and demonstrated how to get the content to wrap around, read about it here . Turns out the XAML can be even easier. In the previous post I used a ControlTemplate with a Grid to stop the WrapPanel from just expanding horizontally. Turns out there us...
    Posted to The Problem Solver (Weblog) by Maurice on Mon, Dec 8 2008
    Filed under: .NET, NetFx3, VB, DevCenter, WPF, Silverlight
  • Unit testing in Silverlight part 2

    Part 1 Part 2 Part 3 Part 4 In my previous post I described the basic setup of unit testing in Silverlight, you can read all about it here . The basics where very nice but lots of code we write in Silverlight has to do with networking and in Silverlight that means asynchronous code, something that is...
    Posted to The Problem Solver (Weblog) by Maurice on Sun, Dec 7 2008
    Filed under: .NET, NetFx3, VB, DevCenter, WPF, Silverlight
  • 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
  • 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
  • Microsoft Releases Silverlight 2

    Great new and a little unexpected so soon after the release of RC0. See here: http://www.microsoft.com/presspass/press/2008/oct08/10-13Silverlight2PR.mspx for the full story. The download will be available tomorrow from http://www.microsoft.com/silverlight/ . Enjoy! www.TheProblemSolver.nl Wiki.WindowsWorkflowFoundation...
    Posted to The Problem Solver (Weblog) by Maurice on Mon, Oct 13 2008
    Filed under: .NET, VB, DevCenter, Silverlight
Page 1 of 2 (12 items) 1 2 Next >