2017 07

Android: Client not ready yet
I started developing an android app on my surface but then I decided to move the code to my stationary pc. I copied the whole sour...

Injecting classes that inherit from a generic one in Autofac
Lets say we have a generic class defined like : public class Foundation<TClass> where TClass : class { private readonly Inje...

Create GUID: The command is not a valid executable
My hdd died two days ago and I re-installed windows 10 Pro(64 bit) and Visual Studio 2017. While I was programming today for one p...

Configure an Index on many properties in entity framework 6.1
There are few ways to configure an Index on more than one property in the entity framework 6.1. I created a new WebApplication pro...

Integrate Autofac with MVVM Light
I am going to show how to integrate Autofac with the Mvvm Light easy and quickly for most simple scenarios. Autofac is very powerf...