Diederik Krols Diederik Krols
Diederik is principal consultant at U2U Consult where he designs and develops C# & XAML apps for the Enterprise and the Store, with or without an Azure backend
  • Log in

Mobile Development at U2U Consult

Based in Brussels, Belgium, U2U Consult has been offering consulting & development services in the EMEA region for over 10 years. We offer mobile development on all platforms from Apple to Android & Microsoft.

More About Mobile

Category list

  • RSS feed for SubBlog .NET 4.0 (7)
  • RSS feed for SubBlog Enterprise Windows Apps (2)
  • RSS feed for SubBlog Entity Framework 4.0 (8)
  • RSS feed for SubBlog Metro (22)
  • RSS feed for SubBlog Silverlight (2)
  • RSS feed for SubBlog Spatial (4)
  • RSS feed for SubBlog SQL Server (11)
  • RSS feed for SubBlog Universal Windows Apps (14)
  • RSS feed for SubBlog UWP (11)
  • RSS feed for SubBlog Windows Phone (9)
  • RSS feed for SubBlog WinRT (46)
  • RSS feed for SubBlog WPF (24)

PostList

  • The Radial Gauge goes UWP
  • Calendar integration in UWP apps
  • Extend your UWP apps with Lua scripting
  • User input validation with Prism and data annotations on the UWP
  • Using Lex.Db on the Universal Windows Platform
  • Using SQLite on the Universal Windows Platform
  • A CoverFlow control for the Universal Windows Platform
  • An ImageCropper control for the Universal Windows Platform
  • A lap around Adaptive Triggers
  • A lap around the RelativePanel Control

Copyright © 2026

Powered by BlogEngine.NET

Designed by Francis Bio

Optimistic concurrency using a SQL DateTime in Entity Framework 4.0

31 May 2010 Diederik-Krols .NET 4.0, Entity Framework 4.0, SQL Server, WPF
This article explains how to implement optimistic concurrency checking using a SQL Server DateTime or DateTime2 column. It's a follow-up of my previous article on using a TimeStamp column for that same purpose. In most -if not all- concurrency checking cases it actually makes more sense to use a Dat... [More]

Self-Tracking Entities with Validation and Tracking State Change Notification

18 May 2010 Diederik-Krols .NET 4.0, WPF, Entity Framework 4.0
This article explains how to extend Self-Tracking Entities (STE) from Entity Framework (EF) 4.0 with validation logic and (tracking) state change notification, with just minimal impact on the T4 files. We'll build a two-tier application that submits local changes in a WPF application via a WCF servi... [More]

Optimistic concurrency using a SQL Timestamp in Entity Framework 4.0

04 May 2010 Diederik-Krols .NET 4.0, WPF, Entity Framework 4.0
This article explains how to implement optimistic concurrency checking in the Entity Framework 4.0, using a SQL Server Timestamp column. But you could have derived that from its title. What is a Timestamp? Despite its name, the SQL Server Timestamp data type has nothing to do with time. DateTime2 ... [More]

WPF 4.0 and Windows 7: get more Functionality per Square Inch

03 May 2010 Diederik-Krols .NET 4.0, WPF
The Windows 7 taskbar comes with nice features like a thumbnail preview with clickable thumb buttons, a progress bar in the taskbar item, and jump list items and task items in its context menu. Access to the shell integration API from the managed world is done through the System.Windows.Sh... [More]
Newer posts >>