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

Release management with different configurations

26 April 2017 Peter-Himschoot .NET Development, Azure, Team System
So Visual Studio Team Services now has this automatic deployment option, where you can checkin your [More]

Watch out with calculated DateTime fields in CSOM

25 April 2017 Robrecht-Van-Caenegem SharePoint Development
var localDateOnlyValue = ctx.Web.RegionalSettings.TimeZone.UTCToLocalTime((DateTime)item.FieldValues["DateOnly"]); ctx.ExecuteQuery(); I recently came across a baffling issue when using CSOM to connect to a SharePoint Online list to retrieve values from a Date and Time field and another field ca... [More]

Creating connectors for your Logic Apps/Flow (Part 2 – Triggers)

07 March 2017 Michael-Van-Wesemael API Apps, Azure, Flow, Logic Apps
  In part 1, we saw how to add regular connectors for using in Azure Logic Apps. Remember: the purpose of these blog posts is just for pointing out some gaps in the documentation you'll find on the internet. Next to regular connectors, we can also create connectors to be used as connectors, i.e... [More]

Using Azure VMs as remote R workspaces in R Tools for Visual Studio

02 March 2017 Nico-Jacobs R, Visual Studio
Running R on your local laptop is easy: you just download one of the R distributions (CRAN or Microsoft) and kick off RGui.exe. But if you’re a Microsoft oriented developer or data scientist you are probably familiar with Visual Studio. So you download and install R Tools for Visual Studio (RTVS) an... [More]

Creating connectors for your Logic Apps/Flow (Part 1–regular Connectors)

24 February 2017 Michael-Van-Wesemael Office 365, SharePoint, Azure, Logic Apps, API Apps, Flow
  Azure logic apps have been around for a while now, most of the time as a preview. These apps allow you to create workflow-like apps, by connecting so called Connectors together. These connectors are actually just REST-services, with some extra's, like the exposure of metadata by using Swagger... [More]

Using Microsoft Fakes with mscorlib.dll

29 January 2017 Peter-Himschoot
Microsoft Fakes is a tool that allows you to replace any method of any .NET class. This makes it ide [More]

Using Razor outside of MVC for building custom middleware or other generation stuff

16 January 2017 Peter-Himschoot
Recently I have been building some asp.net core middleware which involves generating some html from [More]

Simpler checking of arguments with C# 7 throw expressions

13 January 2017 Peter-Himschoot
Simpler checking of arguments with C# 7 throw expressions

C# 7 has made a simple and important chan [More]

Markdown taghelper

11 January 2017 Peter-Himschoot
U2U.AspNetCore.Mvc.TagHelpers

Markdown MVC6 taghelper

This taghelper will replace itself with [More]

Getting rid of "String based programming" style in dotnet core

10 January 2017 Peter-Himschoot
U2U.AspNetCore.Mvc.NameOf

This package updates Mvc6 to allows the use of the nameof() keyword in yo [More]
<< Older posts Newer posts >>
  • Newer posts
  • 1
  • 2
  • ...
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • ...
  • 84
  • 85
  • Older posts