Store and retrieve a class containing interfaces with JSON.NET

Store and retrieve a class containing interfaces with JSON.NET

Suppose you have code like this: public interface IMyInterface { // blah } public class MyClass { public IEnumerable<IMyInterface> TheItems { get; set; } } </p> view raw json-interface-serialization-1.cs hosted with ❤ by GitHub </p> and you want to serialize in JSON an instance of MyClass. If you are using...

4 minute read
Fresh new start!

Fresh new start!

I moved to Limerick, Ireland. Moved from 28° to 14°. Moved from a sunny place to a cloudy one. Why? Because I got hired by Dell. After 7 years in Healthware I decided to move on. I needed some fresh air, some new ideas, to see something different. To see...

1 minute read
Installing RetroPie on your Raspberry Pi

Installing RetroPie on your Raspberry Pi

I have an “old” Raspberry Pi model A collecting dust on my desk. “What can I do with you?”, I asked him one day. “I want to be beautiful”, he answered. “You will be my precious…” And this is how I started working on what will (one day, eventually) became...

2 minute read
“Mastering AngularJS for .NET Developers” is here!

“Mastering AngularJS for .NET Developers” is here!

Finally! I thought the package had gone lost but then…today the postman knocked the office doors aaaaaand here it is!   It’s an interesting book indeed. Covers most of the functionalities, front to back with an eye to the inner workings and how to integrate with .NET, EntityFramework and WebAPI. Personally,...

1 minute read