• Home
  • Posts
  • var this = me;
  • Search
MARCOSIKKENS.NL
MARCOSIKKENS.NL
Living. Dreaming. Coding
Skip to content
  • Home
  • Posts
  • var this = me;
  • Search
MARCOSIKKENS.NL

Posts

Specifying designer datacontext elements in XAML

Specifying designer datacontext elements in XAML
marcosikkens XAML February 5, 2019 February 5, 2019 Leave a comment

I was working with some really fancy WPF code and using a style element. After finishing it i looked for my Resharper sidebar to figure out if it had some warnings  or suggestions in it. The properties I was binding to weren’t found in the datacontext so Resharper was giving …

Read more"Specifying designer datacontext elements in XAML"

Simulating touch on windows 10 for a WPF application

Simulating touch on windows 10 for a WPF application
marcosikkens C# / XAML August 16, 2018 August 16, 2018 Leave a comment

Before UWP apps and XAML we had Silverlight and WPF. WPF applications were intended to replace the old Winforms applications. With .Net core 3 supporting WPF it has extended it’s lifespan once more. For a customer I had a WPF application that was mainly operated using a touch screen so …

Read more"Simulating touch on windows 10 for a WPF application"

Injecting config settings in .NET Core MVC Views

Injecting config settings in .NET Core MVC Views
marcosikkens C# / MVC July 20, 2018 July 20, 2018 Leave a comment

After playing around with MVC on .net core a little i realized I needed to have some maps functionality using static bing maps on my site. So after getting a key and reading through some documentation I found out that i needed to set the license key in the map …

Read more"Injecting config settings in .NET Core MVC Views"

Dell Precision 7510 NVMe SSD upgrade

Dell Precision 7510 NVMe SSD upgrade
marcosikkens Uncategorized June 28, 2018 June 28, 2018 Leave a comment

As a company laptop I recently got a Dell Precision 7510 laptop with 32GB Ram and a 512Gb ssd disk. However the problem was that the diskspace was to small to store multiple VMWare’s which I have to use at the customer. So I needed to find out if an …

Read more"Dell Precision 7510 NVMe SSD upgrade"

Constructing objects using Builders

Constructing objects using Builders
marcosikkens C# June 18, 2018 June 18, 2018 Leave a comment

On a recent project all our domain objects are all Immutable. The reason for that is that it makes multithreading easier. Immutable means that an object properties cannot be changed once it is constructed. The problem Suppose we have the following object: Public class User { public int Id {get;} …

Read more"Constructing objects using Builders"

My favorite .net podcasts

My favorite .net podcasts
marcosikkens C# May 21, 2018 May 21, 2018 Leave a comment

This will be my first post in a while, so bear with me on this one. Recently i found I needed a fun and easy way to keep my knowledge level up to date. I don’t want to know everything about a new subject but just enough so that if …

Read more"My favorite .net podcasts"
Powered by Kahuna & WordPress.
©2018 marcosikkens.nl
Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.
Back to Top