I’ve been working on a project that required a way to display a hierarchy of
data. The project is an Angular SPA with an ASP.NET Web Api Backend. The data
that was to be displayed was a generic product category structure.
[Read More]
MEF and Dynamic Module/Plugin Loading
Recently I came across a requirement for a project where the system was to be
able to have and configure different plugins/modules that described certain
functionality which was to be invoked depending on certain request parameters.
[Read More]
Scrabble and Macedonian Letter Frequencies
So, this article is going to be a little different. There will be very little
code, a small discussion on site scrapping. The goal is to present an
interesting problem, some data and maybe some conclusions about the data.
[Read More]
Generic Extension Methods and usage for Entity metadata information.
While working on this new project I implemented a convenient (for now at least) way to work with the metadata information we store for our domain entities especially during the test data seeding process. For some time now, I’ve worked on a data seeding structure to more easily add seeder...
[Read More]
Entity Type Configuration Fluent API for Many to many relations
This is going to be a post regarding an “issue” I’ve encountered before with
Entity Framework Code First and the configuration of the mapping and how the
classes map to database tables, specifically many to many relations.
[Read More]