.NET
-

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 » -

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 »

