SCIP.be
Photos/Travel
Articles
Kleinkunst
Components
Applications

Articles RIA Services

On this page you will find an overview of all articles that I have written since 1997. The more recent articles deal with software development with .NET (C#, Visual Studio, LINQ, WPF, Silverlight, WCF RIA Services, ...) in particular. The older articles were often written for the purposes of courses or demonstrations at my computerclub and these articles are mostly about photo editing, databases, Windows, Office, Delphi and PHP.

Below the most recent additions are shown. Use the left panel to filter the more than 100 articles.

These articles can be used freely for personal use. Placing the full articles on other websites is not allowed without the permission of the author.

.NET - Customize WCF RIA Services code generation
SP1 of Visual Studio 2010 and the new WCF RIA Services Toolkit makes it possible for you to implement you own code generation classes that can manipulate the client code generation of WCF RIA Services. In this article I will describe how the code generation works and I will demonstrate some scenarios and ideas were customizing the generated code is a nice technique to extend your own framework.
- English - .NET, RIA Services
.NET - First look at RIA Services
A few months ago Microsoft released the first preview of .NET RIA Services. This new framework promises to simplify building n-tier Line of Business (LoB) applications by providing patterns, components and tools to build services, query data, handle CRUD operations, resolve concurrency, manage data validation, ... In this first article I will focus on the current limitations and I will offer you some of my workarounds and tips.
- English - .NET, RIA Services, Silverlight