.NET
-
Automating object pooling using IDisposable and finalizers
Last week we looked into the concept of object pooling, and how it can be used to increase performance by…
Read More » -
MSDN Dive – Week 35
MSDN Dive – Week 35 Today I want to show you some documentation about the Windows Presentation Foundation (WPF) from…
Read More » -
Working with forms in Griffin.Yo – A Spa library in TypeScript
I’ve pushed a new release that includes a form reader. With a few lines of code you can get a…
Read More » -
Reusing objects with generic object pooling
Over the last couple of months I’ve been working a lot with WPF (Windows Presentation Foundation), the popular user interface…
Read More » -
.NET enable and disable Fusion log to investigate assembly loading issues
Had to investigate some Assembly Loading issues, so I wrote two batch files to enable and disable the .NET Fusion…
Read More » -
API Design: Small modifications over a network
In RavenDB 4.0 (yes, that is quite a bit away), we are working on additional data types and storage engines.…
Read More » -
SignalR Scaleout with REDIS Backplane
Introduction In “Getting Started with SignalR“, I provided a gentle introduction to SignalR with a few simple and practical examples.…
Read More » -
Localised Crepuscular Rays
Crepuscular rays, volumetric rays, or god rays have become a common effect in games. They are used especially in first…
Read More » -
Getting Started with SignalR
Introduction SignalR is an open source .NET library enabling real-time broadcasts of data on the web. Typical example applications include…
Read More » -
What is new in RavenDB 3.5. Exploring data in the dark
One of the things that tend to happen a lot when we are developing with a database is that we…
Read More »