.NET
-
CoreCLR Documentation
Today I want to show you some documentation that is not directly from the MSDN. Instead, it comes from the…
Read More » -
Buffer Allocation Strategies – Explaining the solution
In my previous post, I threw a bunch a code at you, with no explanation, and asked you to discuss…
Read More » -
Retrieving Table Metadata from SQL Server Catalog Views
Introduction All database systems that I’ve worked with have some sort of system tables that provide information about the tables,…
Read More » -
MSDN Dive – WPF documentation
Let’s go on with the WPF documentation this week. There are some interesting documents that can help you to understand…
Read More » -
Concurrent max value
For a feature in RavenDB, I need to figure out the maximum number of outputs per document an index has.…
Read More » -
Working with views in Griffin.Yo
Griffin.Yo is a SPA library written in typescript. My goal is to create a simple library which is easy to…
Read More » -
Snake. Smooth and accurate following behaviour
Following another object is one of the most basic movement behaviours an item can exhibit – both in the real…
Read More » -
Production postmortem: The case of the intrasingent new database
A customer called us to tell that they had a problem with RavenDB. As part of their process for handling…
Read More » -
Converting between Structs and Byte Arrays
In object oriented code bases, we tend to express most of not all of our data in highly semantic and…
Read More » -
Authenticating with Active Directory
Hi! If you work in a corporate environment, chances are that your Windows machine is connected to a domain based…
Read More »