.NET
-
OpenGL in C# – an object oriented introduction to OpenTK
OpenGL and C# are two of my favourite technologies. In this post I would like to give a small intro…
Read More » -
Stackoverflow integration in OneTrueError
I’ve created a nifty little javascript library in TypeScript that I use in OneTrueError. It allows our service to search…
Read More » -
Should I create an interface for my entity (i.e. an User object)?
I got the question above in my ADO.NET done right article. I hope that my answer can help others and…
Read More » -
Upgrade/Publish TFS 2013 Process Templates with PowerShell
I use to make a lot of TFS customizations and had to apply the template changes to multiple team projects…
Read More » -
Debugging windows services
I’ve written a post before about how I debug windows service (i.e. run them from within Visual Studio without having…
Read More » -
On Collections
Today I would like to talk a bit (though looking at my notes, probably more than a bit) about collections,…
Read More » -
C# Tricks: Slimming down your controllers
This blog post is dedicated to my colleague Seminda who has been experimenting with how to create simple and powerful…
Read More » -
Easier error handling in ASP.NET MVC5
I’ve written a few posts about error handling in ASP.NET MVC. It’s not easy to get it right since the…
Read More » -
Experimenting with HTTP services – UrlEcho and UrlReq
Interesting, especially the reasoning behind them: UrlEcho permits the requestor to completely define the response it wants to receive, thus…
Read More » -
Invoke Command/queries in the browser, execute them in your app
I’ve created a small sample project which demonstrates how you can invoke a query using javascript (and execute them in…
Read More »