Browse Site by Tags

Showing related tags and posts across the entire site.
  • .NET RIA Services and data communication

    I was working on an article about the .NET RIA Services and decided to fire up Fiddler to take a close look at the data actually passed around. I was sort of expecting to see a WCF REST based approach with XML messages. Turns out I was wrong, though I expect this option will be added in the future. It...
    Posted to The Problem Solver (Weblog) by Maurice on Mon, Apr 6 2009
    Filed under: .NET, WCF, VB, Silverlight, 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
  • Software Development Event march 30th

    Just one week to go to the next Software Development Event. The schedule with all the sessions is looking good. But this time there is even more! We will have a Microsoft Surface machine somewhere in the common area for people to try our. And if you have never played, oops tested, with a Surface machine...
    Posted to The Problem Solver (Weblog) by Maurice on Mon, Mar 23 2009
    Filed under: .NET, LINQ, NetFx3, WCF, VB, WPF, Silverlight, SDN, 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
  • 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 worked just fine because the PingService is lightweight...
    Posted to The Problem Solver (Weblog) by Maurice on Tue, Feb 10 2009
    Filed under: .NET, NetFx3, WCF, DevCenter, Silverlight
  • 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 and not create them when needed. This way the...
    Posted to The Problem Solver (Weblog) by Maurice on Mon, Feb 9 2009
    Filed under: .NET, NetFx3, WCF, DevCenter, Silverlight
  • Returning exception information to a Silverlight client through WCF

    Error handling code can be a drag but the simple fact is that everyone needs to write it because runtime errors can and do occur. Developing a Silverlight app is no different here, exceptions will occur and you as a developer will need to deal with them. One of the common things in Silverlight is communicate...
    Posted to The Problem Solver (Weblog) by Maurice on Tue, Jan 27 2009
    Filed under: .NET, NetFx3, WCF, Silverlight
  • 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 that entity model using an ADO.NET Data Service...
    Posted to The Problem Solver (Weblog) by Maurice on Tue, Jan 6 2009
    Filed under: .NET, LINQ, NetFx3, WCF, DevCenter, Silverlight, Data Access
  • 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
  • Código y Presentación del WebCast de Programación con Silverlight, WCF, LINQ y WPF

    Aquí les dejo los recursos de la presentación que acabamos de finalizar donde vimos con programación: Como crear un proyecto Silverlight Como crear un modelo LINQ to SQL para realizar consultas Como crear un servicio WCF para exponer una busqueda via LINQ Como invocar el servicio...
    Posted to Haaron Gonzalez (Weblog) by haaron on Fri, Oct 10 2008
    Filed under: WCF, WPF, C#, .NET 3.5, Silverlight
Page 1 of 2 (17 items) 1 2 Next >