Vertiq - Blazor Application Framework - An Introduction
Happy Holidays everyone! This post is part of C# Advent! Be sure to check every day for new posts from the .NET community!
Happy Holidays everyone! This post is part of C# Advent! Be sure to check every day for new posts from the .NET community!
When designing the new blog I finally decided to replace the comment system previously provided by disqus with a much leaner one.
I played around with several options like staticman, but I was never really convinced to adopt any of them. So I thought why not build one myself?
Most of the tools use git issues, some proprietary database or are using jekyll's data file features and commit directly to the repository.
This is not an issue per se, but I like to have data separated from the content in the repository.
I came across a library called Appy.GitDb that uses git as a key value store. I thought this was a perfect use case for this library, so I gave it a shot and came up with what I believe to be a simple, but also a powerful and robust solution.
I've worked hard the last couple of weeks getting my new design out there and today is the day!
We all know (or not) that using an abstraction over any kind of datasource can lead to performance problems. That's nothing new and is quite common with ORMs.
I want to share some insights on a project I am working on for the last couple of months. I had the idea for the project when working at Ranorex. So what is this, and why you should care.