U2U - Blogs U2U - Blogs
  • Log in

Follow Trainings at U2U

Training on Visual Studio, Office 365, SharePoint, SQL Server, Dynamics 365, Power BI, JavaScript, Microsoft Azure and Xamarin.

Visit u2u.be | Course Catalog

BlogList

  • Diedrik De Mits
  • Peter Himschoot
  • Lieven Iliano
  • Nico Jacobs
  • Robrecht Van Caenegem
  • Michaël Van Wesemael
  • Tommy Vanhee
  • Lander Verhack

Category List

  • RSS feed for SubBlog .NET (21)
  • RSS feed for SubBlog .NET 4.0 (7)
  • RSS feed for SubBlog .NET Core (12)
  • RSS feed for SubBlog .NET Development (72)
  •     RSS feed for SubBlog WPF (26)
  • RSS feed for SubBlog Analysis Services (6)
  • RSS feed for SubBlog API Apps (4)
  • RSS feed for SubBlog AppFabric (3)
  • RSS feed for SubBlog Azure (27)
  • RSS feed for SubBlog Blazor (5)
  • RSS feed for SubBlog Business Intelligence (9)
  •     RSS feed for SubBlog Power BI (10)
  • RSS feed for SubBlog CAML (4)
  • RSS feed for SubBlog Data Mining (3)
  • RSS feed for SubBlog Domain Driven Design (3)
  • RSS feed for SubBlog Dynamics CRM (14)
  • RSS feed for SubBlog Enterprise Windows Apps (2)
  • RSS feed for SubBlog Entity Framework (5)
  • RSS feed for SubBlog Entity Framework 4.0 (8)
  • RSS feed for SubBlog Excel (3)
  • RSS feed for SubBlog Flow (6)
  •     RSS feed for SubBlog Business Intelligence (9)
  • RSS feed for SubBlog Images (2)
  • RSS feed for SubBlog JavaScript (4)
  •     RSS feed for SubBlog TypeScript (2)
  • RSS feed for SubBlog LINQ (7)
  • RSS feed for SubBlog Logic Apps (3)
  • RSS feed for SubBlog Metro (23)
  • RSS feed for SubBlog Mobile (3)
  •     RSS feed for SubBlog Xamarin (4)
  • RSS feed for SubBlog Multithreading (2)
  • RSS feed for SubBlog OBA (5)
  • RSS feed for SubBlog Office (4)
  • RSS feed for SubBlog Office 365 (8)
  • RSS feed for SubBlog Office Development (3)
  • RSS feed for SubBlog Paint.NET (4)
  • RSS feed for SubBlog Power BI (10)
  • RSS feed for SubBlog Power Platform (3)
  • RSS feed for SubBlog PowerApps (2)
  • RSS feed for SubBlog PowerShell (9)
  • RSS feed for SubBlog Reactive Programming (3)
  • RSS feed for SubBlog Reporting Services (3)
  • RSS feed for SubBlog Security (2)
  • RSS feed for SubBlog SharePoint (9)
  • RSS feed for SubBlog SharePoint Community Tools (12)
  • RSS feed for SubBlog SharePoint Development (3)
  •     RSS feed for SubBlog SPFx (2)
  • RSS feed for SubBlog SharePoint General (19)
  • RSS feed for SubBlog SharePoint Online (7)
  • RSS feed for SubBlog silverlight (10)
  • RSS feed for SubBlog Silverlight (7)
  • RSS feed for SubBlog Spatial (4)
  • RSS feed for SubBlog SQL Server (17)
  • RSS feed for SubBlog SQL Server BI (6)
  • RSS feed for SubBlog Stuff (6)
  • RSS feed for SubBlog Talks (2)
  • RSS feed for SubBlog Team System (10)
  • RSS feed for SubBlog Tools (8)
  • RSS feed for SubBlog TypeScript (2)
  • RSS feed for SubBlog Universal Windows Apps (14)
  • RSS feed for SubBlog UWP (11)
  • RSS feed for SubBlog Various Stuff (19)
  • RSS feed for SubBlog Visual State Manager (2)
  • RSS feed for SubBlog WCF (11)
  • RSS feed for SubBlog Web Development (3)
  •     RSS feed for SubBlog JavaScript (4)
  • RSS feed for SubBlog WF 4 (6)
  • RSS feed for SubBlog Windows 7 (2)
  • RSS feed for SubBlog Windows Phone (17)
  • RSS feed for SubBlog WinRT (46)
  • RSS feed for SubBlog WPF (26)
  • RSS feed for SubBlog WPF/Silverlight (8)
  • RSS feed for SubBlog Xamarin (4)
  • RSS feed for SubBlog XAML (6)

PostList

  • Semantic Kernel - Using JSON Mode with Azure OpenAI
  • Semantic Kernel Zero to Hero - Part 1: Developing with Large Language Models
  • Faking DbContext in Tests with NSubstitute
  • U2U Online V2.1 is here!
  • Using System.Text.Json Source Generator to Improve Performance
  • Using the Power Platform CLI with Power Pages
  • More happiness for the lazy developer: MS Graph toolkit with HTML
  • Bliss for the lazy developer : the MS Graph Toolkit
  • Faking DbContext in Tests with MOQ
  • ChatGPTs Singleton Implementation

Copyright © 2025

Powered by BlogEngine.NET

Designed by Francis Bio

A lap around the SplitView Control

15 July 2015 Diederik-Krols UWP
The SplitView is a new XAML control that provides a top-level navigation service to apps that target [More]

A pull-to-refresh ListView for Windows 8.1 Universal Apps

01 June 2015 Diederik-Krols Universal Windows Apps
This article presents a Universal Windows 8.1 XAML ListView control with pull-to-refresh capabilitie [More]

Capability-driven App Bar for List Items

15 May 2015 Diederik-Krols Universal Windows Apps
Lots of Windows 8.1 Store Apps come with a page that shows a list of items that have commands attach [More]

Using the OneDrive SDK in universal apps

07 April 2015 Diederik-Krols Universal Windows Apps, Windows Phone
This article shows how to use the new OneDrive SDK in a Windows universal app. It presents a sample [More]

An animated ScrollToSection for the Universal Hub Control

23 February 2015 Diederik-Krols Universal Windows Apps, Windows Phone
In this article I show a way to animate the scrolling to a particular HubSection of a Hub in a Unive [More]

Using Conditional XAML in Universal Windows Apps

28 January 2015 Diederik-Krols Universal Windows Apps
This article covers two solutions for working with conditional XAML in a Universal Windows app. I created a sample app that illustrates the capabilities. It’s a standard Hub based universal app with a shared project, a Windows app project, and a Windows Phone project. Each platform has its own title... [More]

A Speech Dialog Box for Universal Windows Phone apps

03 December 2014 Diederik-Krols Universal Windows Apps, Windows Phone
In this article I present a Universal Control to assist in text-to-speech and speech-to-text use cases on Windows Phone 8.1. The Speech Dialog Box is a templatable custom control in a shared universal project. Its default look is inspired by the Cortana UI: a text block with a microphone button atta... [More]

Integrating Cortana in your Universal Windows Phone app

21 October 2014 Diederik-Krols Universal Windows Apps, Windows Phone
This article describes how to register and use voice commands to start your Universal Windows Phone app, and how to continue the conversation within your app. The attached sample app comes with the following features: It registers a set of voice commands with Cortana, it recognizes a simple ‘open ... [More]

Speech Recognition and Speech Synthesis in Universal Windows Apps

21 September 2014 Diederik-Krols Universal Windows Apps, Windows Phone, WinRT
This article introduces you to speech recognition (speech-to-text, STT) and speech synthesis (text-to-speech, TTS) in a Universal Windows XAML app. It comes with a sample app – code attached at the end- that has buttons for opening the standard UI for speech recognition, opening a custom UI for sp... [More]

Universal Windows Apps: a Tale of Two Calendars.

31 July 2014 Diederik-Krols Universal Windows Apps
It was the best of times, it was the worst of times, it was the age of wisdom, it was the age of foolishness, it was the server side calendar on the tablet, it was the client side calendar on the smart phone. This article explains two ways of managing appointments in your calendar through a Univers... [More]
<< Older posts Newer posts >>
  • Newer posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • Older posts