.NET
-
Decision Framework for the Implementation of Web Services based on Core Microsoft Technologies
EDITORIAL NOTE: Web Services have become very popular. They come in a variety of flavors and styles, a fact that…
Read More » -
Getting started with DivineInject
DivineInject is a .net dependency injection framework, designed to be simple to use and easy to understand. You can find…
Read More » -
LINQ: from IEnumerable to concrete collections
I my recent posts introducing LINQ from a game developers point of view, I mentioned several times how the many…
Read More » -
Cross-platform Single Page Applications with ASP.NET 5, Angular 2 & TypeScript
[purchase_link id=”6942″ text=”Download” style=”button” color=”blue”] ASP.NET 5 and Angular 2 are probably the hottest new frameworks in terms of both…
Read More » -
WCF Is Dead and Web API Is Dying – Long Live MVC 6!
The time has come to say goodbye to Windows Communication Foundation (WCF). Yes, there are plenty of WCF apps in…
Read More » -
Sorting and Grouping – organizing data with LINQ
Last week I introduced LINQ from the perspective of a C# game developer completely unfamiliar with the framework. Today I…
Read More » -
Windows applications: Icons and the Shell; names, sizes, etc.
When adding Icons to your Windows applications a few things matter. Selecting the icon resource The icon selected by the…
Read More » -
Hack the Remote Desktop .RDP file
Glad I found out about the string to add to a .RDP file to make it connect to the administrative…
Read More » -
LINQ – a game development focused introduction
I was recently asked for some pointers on how to get started with LINQ – and to maybe write a…
Read More » -
Did you know that Visual Studio shows deadlocked tasks?
I didn’t… And it’s not a new feature – since it existed since freaking Visual Studio 2010! Yesterday during an…
Read More »