Skip to content

Data Storage

How to Work with JSON in .Net

Json.NET by Newtonsoft is the de-facto standard when it comes to work with JSON in .Net. The library is very popular, offers great flexibility and is easy to use. Let’s look on what you have to do to serialize and deserialize objects to JSON.

Migrating the User Group Data – Part 1: Extraction

The website of the .Net User Group Bern worked without much change for nearly 10 years. A refresh was necessary and that gave us two options: Just use a shiny new design or use it as an opportunity to learn new skills and interesting technology. We went with the later one and one of the learning opportunities I picked was the migration of all the data. Our small data set is great to try out different approaches and I hope my post can help you with much bigger migrations as well.

Use the AdventureWorks Sample Database for Your Examples

Whenever I want to explain something that requires a database, I have to spend a lot of time to create the tables and test data before I even can start with the part I want to show. The more time I spend with the setup, the less time I have to write the blog posts. However, most examples do not require handcrafted tables. They would work with any table, as long as there is just enough test data.