Skip to content
/ Michaël Hompus

I would like to introduce to you Winvision’s first open source project: Sandboxable. Sandboxable enables your project to utilize functionality provided by other (Microsoft) libraries that normally are not available in a Partial Trust environment like the Microsoft Dynamics CRM sandbox process. The project offers modified NuGet packages that will run with Partial Trust.

I would like to introduce to you Winvision’s first open-source project: Sandboxable.

Sandboxable enables your project to utilize functionality provided by other (Microsoft) libraries that normally are not able to use in a Partial Trust environment like the Microsoft Dynamics CRM sandbox process.
The project offers modified NuGet packages that will run with Partial Trust.

read more…
/ Michaël Hompus

This week I’ll be attending the Microsoft Build 2016 conference in San Francisco. Lots of news to be expected for developers covering the many technologies Microsoft is putting on the market.

This week I will be attending the Microsoft Build 2016 conference in San Francisco.

Lots of news to be expected for developers covering the many technologies Microsoft is putting on the market.

read more…
/ Michaël Hompus

Recently I got certified by Microsoft as Solutions Developer for the Windows Universal Platform by taking two exams that are currently in beta. Because the exams are in beta there is not much guidance to be found online. I noticed during the exams I was being tested on skills not mentioned on the Microsoft Learning web site. In this post I’ll cover these differences and how I prepared for the exams so it’ll be easier for you to get certified.
MCSD Universal Windows Platform

Recently I got certified by Microsoft as Solutions Developer for the Windows Universal Platform by taking two exams that are currently in beta. Because the exams are in beta there is not much guidance to be found online. I noticed during the exams I was being tested on skills not mentioned on the Microsoft Learn web site.

In this article I will cover these differences and how I prepared for the exams so it will be easier for you to get certified.

read more…
Filed under C#, Windows
Last update:
/ Michaël Hompus

This is the second part in a series of posts about reducing the amount of data transferred between ASP.NET Web API or Azure Mobile App Service and the (mobile) client. In this post we will squeeze a little bit more from our DTOs (Data Transfer Objects).

This is the second part in a series of posts about reducing the amount of data transferred between ASP.NET Web API or Azure Mobile App Service and the (mobile) client.

We will continue where we left off in Part 1: Default Value Handling.

In the first post we managed a reduction of 41%.

Of course, the reduction depends heavily on how often default values are part of your transferred data. But it’s an easy diet on transferred data that the other side can reconstruct on itself.

In this post we will squeeze a little bit more from our Data Transfer Objects (DTOs).

read more…
Filed under C#
Last update:
/ Michaël Hompus

Not long ago I wrote a blog post about Responsive Pivot Headers in Universal Windows Platform apps. Paul responded to this post asking how to change the background of the selected item, just like the example I posted on top of the post. It's a great question and I'm sorry I didn't cover this part so the pivot looks more like the example image. An omission I want to correct with this blog post.

Not long ago I wrote a blog post about Responsive Pivot Headers in Universal Windows Platform apps. Paul responded asking how to change the background of the selected item, just like the example I posted on top of the article.

It is a great question and I am sorry I didn’t cover this so the pivot looks more like the example.

An omission I want to correct with this article.

read more…
Filed under C#, Windows
Last update: