CameraCaptureTask not detected by Marketplace Test Kit

24-12-2011

Problem:You're using the CameraCaptureTask class (or a library you are referencing is using this class) in your Windows Phone app. When you run the Marketplace Test kit, the ID_CAP_CAMERA capability i

Check your Windows Phone application capabilities

13-12-2011

So you created a nice Windows Phone application, published it to the Marketplace and then you see this: Your app uses the camera? Push notifications? Phone Identity? No way! My app does not use that.

Silverlight Multi File Uploader v5 released

12-12-2011

With the release of the Silverlight 5 framework, I also upgraded the Silverlight Multi File Uploader to version 5. There's no new functionality in this release of the Multi File Uploader, it's th

Windows Phone Treintijden, achter de schermen

02-11-2011

Na twee intensieve weken, met veel code en passie, staat mijn nieuwe Windows Phone applicatie Treintijden in de marketplace. Treintijden toont de actuele vertrektijden en storingen op het Nederlandse

Three new Windows Phone 7 apps

20-09-2011

Three new Windows Phone 7 apps just added to the Windows Phone Marketplace.


Dutch:
Flitsers
Files & Flitsers


English:
5 in a row free (previous a paid app, now free and updated for Mango)

Actuele Vertrektijden Extensie in de Chrome store

20-08-2011

Naast de Windows 7 / Vista sidebar gadget is er nu ook een Chrome Extension die de actuele vertrektijden van alle treinen op een station laat zien. Download en installeer de extensie gratis vanui

Simple Razor Script Manager

03-08-2011

I needed a simple Razor ScriptManager where I can register the scripts I need, for example a datetimepicker script. But I only want to register the scripts when I'm actually showing the datetime

NuGet Quickstart Packages

24-07-2011

Using this set of packages, is's easy to start a new project.The workflow is simple:1) Create a new MVC 3 project (empty project or internet project).2) Use NuGet to install one of the quickstart pack

NuGet Source Code Packager

21-07-2011

To be able to easily create a sort of template project from an existing Visual Studio Project, I created the NuGet Source Code packager. You're able to select the source code files you want to export

Convert ASPX to RAZOR files

14-07-2011

Al Katawazi (Author of MVC Website Programming) created a great ASPX to RAZOR converter. However, it didn't catch all scenario's. I've put some time in it to add support for more ASPX / Razor tags and

NuGet Unity MVC3 EntityFramework Quickstart

24-06-2011

NuGet Quickstart for using Unity and EntityFramework (code first) in an MVC 3 project. By using this Quickstart your Dependency Injection and EntityFramework are all setup and ready to go. http://nuge

Treintijden Sidebar gadget update

14-06-2011

Afgelopen week is er een aanpassing geweest aan de website Traphic.nl, hier werden de actuele treintijden uitgelezen voor de Actuele Treintijden Sidebad Gadget. De treininformatie is verplaatst naar o

NuGet package for Silverlight Multi File Uploader

14-06-2011

The Silverlight Multi File Uploader is now available as NuGet package, for easy integration into your project. Get the NuGet packages here:http://www.nuget.org/List/Packages/mpost.slmfu Example usage

Silverlight PhotoBrowser for SL4

04-04-2011

Richard McSharry made a nice contribution to the Silverlight PhotoBrowser by updating it to the latest Silverlight 4 build.


The source code can be downloaded from his blog.

Rijkswidget voor Windows Phone 7

22-03-2011

Tijdens de wekelijkse passietijd bij Q42 heb ik een Windows Phone 7 versie gemaakt van de Rijkswidget App. De Rijkswidget toont dagelijks een item uit de collectie van het Rijksmuseum. Na he

5 in a row for Windows Phone 7

24-01-2011

The second game I created for Windows Phone 7 is "5 in a row". I took the code from the Chain Reaction game and modified the game-engine to support 5 in a row. The game only supports multiplayer, you

Group Chat Messenger for Windows Phone 7

15-12-2010

Group Chat Messenger is the first application to make direct phone to phone communication possible using PUSH notifications. You can create your own chat channels/groups and communicate with your frie

Server Monitor for Windows Phone 7

07-12-2010

I created a Windows Phone 7 app that lets you monitor your webservers. It does a request to all the servers and determines if they are up and running. You would expect PUSH notifications in this kind

Creating a JSON REST Webservice with WCF in .Net 4

07-12-2010

First, create a normal WCF Service, with service contracts, datacontracts etc. To make it JSON / REST, follow these steps: Modify the Web.Config:Application_Start:RouteTable.Routes.Add(new ServiceRout

Chain Reaction for Windows Phone 7 live

27-11-2010

My first game for Windows Phone 7 is released and available in the AppStore. It can be found in the Games category under Board & Classic. Chain ReactionWhat is Chain Reaction? It's a strategic tur

New release of Silverlight Multi File Uploader (4.2)

24-08-2010

Today I released version 4.2 of the Silverlight Multi File Uploader. What's new in this release?There's a new uploader added! The Single File Uploader. It supports the same easy way of uploading, but

Silverlight 4 artikel in .Net Magazine

06-06-2010

Voor het .Net Magazine van mei 2010 heb ik een artikel geschreven over Silverlight 4. In het artikel bespreek ik de belangrijkste en meest aansprekende vernieuwingen in de 4e versie van Silverlight. L

Silverlight Multi File Uploader version 4

16-04-2010

With the release of Silverlight 4, there's also a new release of the Silverlight Multi File Uploader. New in this release: Support for Silverlight 4 and Visual Studio 2010 Drag and drop files on the

Silverlight File Uploader configure ChunkSize

16-03-2010

I made a small improvement to the Silverlight Multi File Uploader. You can now easily configure the ChunkSize using initParams. The ChunkSize parameter defines the size of the upload chunks in bytes.

Silverlight Multi File Uploader with Drag and Drop

11-12-2009

Silverlight 4 beta is out and it includes a very nice feature. It's now possible to drag and drop files from outside the browser to a Silverlight application. We set AllowDrop="True" on the main Layou

Silverlight Multi File Uploader version 3

19-07-2009

This is the release of version 3.0 of the Silverlight Multi File Uploader. This release is build for Silverlight 3 which was released on the 9th of July 2009. What's new in this release?- Improved lay

Silverlight 3 Chat application with WCF Duplex Binding

01-06-2009

How does the application work?The ChatHost accepts connections from all Silverlight clients. Silverlight calls a login method on the ChatHost and the ChatHost holds a list of all connected clients. Wh

Silverlight 3: What's new?

21-05-2009

I wrote an article about Silverlight 3 for the Dutch .Net Magazine.


It's published in the may 2009 edition.


Click to read the article about Silverlight 3: What's new? (dutch)

Unable to find DynamicTypeService

25-03-2009

After installing Silverlight 3 Beta 1 I got the following error when compiling a Silverlight Project which has a WCF Service reference: Unable to find DynamicTypeService I remembered I had a similar p

Saving files in Silverlight 3

22-03-2009

How to use the Save File Dialog?Silverlight 3 introduces the new SaveFileDialog, it let's you write files on a user's disk. The basic code for opening a save file dialog is like this: SaveFileDialog s

Breaking change in Silverlight 3 for the Multi File Uploader

18-03-2009

The Silverlight Multi File Uploader supports full control using JavaScript. You are able to open the file dialog, start uploading the files, clear the list, get upload progress all using JavaScript. T

Silverlight 3 detecting network connectivity

18-03-2009

Most silverlight applications depend on some sort of network connectivity. They update data using a webservice, sockets or have streaming video. With the new detach capabilities of Silverlight 3 it wi

Silverlight 3 out of browser support

18-03-2009

It's very easy to enable the "Install onto this computer" menu for Silverlight 3, just uncomment the code in your AppManifest.xml file which is in the Properties folder of your Silverlight 3 applicati

JavaScript Multi File Uploader

23-02-2009

The Silverlight Multi File Uploader is now fully functional with ONLY JavaScript. You can hide the Silverlight control and use JavaScript to interact and get data from the Silverlight Multi File Uploa

Buidling a Silverlight Project and getting the XAP file in your website project

16-01-2009

When creating a new Silverlight application in Visual Studio, you will automatically be prompted to also create a website or web application. This is of course very useful, because the website can hos

Silverlight and SSL WCF Web service

21-12-2008

How to get your Silveright application to workwith a WCF web service using SSL / https? You'll need to change a few things. I'll explain them here. ServerFirst, make sure your service is accessible un

PHP and Silverlight Multi File Uploader

13-12-2008

The new release of the Silverlight Multi File Uploader includes a PHP version. You're now able to host the Multi File Uploader on a PHP server (for example Apache). Silverlight doesn't requiere .Net o

Upload files with Silverlight using HttpHandler

08-12-2008

WCFThe Silverlight Multi File Upload control was originally made using WCF webservies. Each file was uploaded in multiple small chunks. This results in a lot of small chuncks, and a lot of requests to

Added JavaScript events to the Silverlight Multi File Uploader

15-11-2008

JavaScript EventsFor a better integration with your own website, the Silveright Multi File Uploader control has the following JavaScript events and properties: Events:- AllFilesFinished - Fires when a

Silverlight Styling

10-10-2008

Silverlight has a powerful model to customize the look and feel of controls.   For example, you can alter the looks of a Button control by not supplying just a text for its content property, but

Source code released of Silverlight Multi File Uploader

04-10-2008

The full source code of the Silverlight Multi File Uploader is available on CodePlex. I also made some improvements to the control:- Cleaner UI- Progress bar- Overall progress and number of files- Err

Silverlight Multi File Uploader

22-09-2008

I created the Silverlight Multi File Uploader. It allows you to upload multiple files at the same time. The files are uploaded to a WCF webservice where they can be processed. A nice feature is that y

Artikel in .Net Magazine over Dynamic Data

29-08-2008

Artikel in de 21e editie van het Nederlandse .Net Magazine.


Klik hier om het artikel te lezen, of als PDF te downloaden.


Silverlight PhotoBrowser

03-07-2008

I created the Silverlight PhotoBrowser to make it really easy to show your photo's in a gallery on the web.All you have to do is install this PhotoBrowser ASP.Net solution on your server, and upload y

Silverlight Fullscreen

03-07-2008

Getting your Silverlight application to show full screen is easy. Just set the following property: Application.Current.Host.Content.IsFullScreen = true; This property can only be set after a user-acti

Sockets in Silverlight 2 Beta 2

08-06-2008

Silverlight 2 Beta 2 needs a policy file before you can connect with sockets. A policy file looks like this: <?xml version="1.0" encoding ="utf-8"?><access-policy>  <cross-domain-a

Silverlight 2 Beta 2

08-06-2008

Silverlight 2 Beta 2 was released, see:http://weblogs.asp.net/scottgu/archive/2008/06/06/silverlight-2-beta2-released.aspx All demo's and examples on MichielPost.nl are upgraded to Beta 2: Socket base

Socket based Silverlight Chat Application

11-05-2008

Looking for the same application but using WCF Duplex binding instead of sockets?Check out the Silverlight Chat application with WCF Duplex Binding. My goal was to build a silverlight chat application

Silverlight Panorama Viewer

13-04-2008

Free Silverlight Panorama Viewer

NS Silverlight

08-04-2008

Mijn eerste silverlight project.De actuele vertrektijden van de treinen zijn opvraagbaar via deze silverlight applicatie. Na het kiezen van een station worden de realtime vertrektijden door middel van

Silverlight ervaringen

08-04-2008

In Expression Blend 2.5 kan je je Silverlight controls mooi stylen ineen WYSIWYG editor. In Visual Studio niet, daar kan je alleen hetresultaat zien en de XAML handmatig editen.In Visual Studio heb je

Silverlight configureren vanuit HTML

08-04-2008

Hoe kan je configuratie waardes vanuit je HTML doorgeven naar je Silverlight applicatie? Dit kan je doen door een initParams param te definieeren bij de aanroep van het Silverlight object in html. &nb

WPF en Events toevoegen via VS of Blend

08-04-2008

Via VS kan je van een object wel de properties van een WPF object editen maar niet makkelijk een event toevoegen. Het event gedeelte ontbreekt.   Via Expression Blend gaat dat juist wel weer eenv

MichielPost.nl is online!

22-12-2007

Vandaag is MichielPost.nl online gegaan.