-
.NET
Update a dotnet HighCharts Chart every N seconds
Read the post about the HighCharts.net inside an update panel? Some months ago a reader asked me an help on how to…
Read More » -
Software Development
Two people coding is twice as productive, right?
Stands to reason, doesn’t it? If one person can make 5 widgets an hour, then two people can make 10 widgets an…
Read More » -
.NET
Web API File Uploading (Desktop and Web client)
File uploading is one of the most common tasks all developers have to deal with, at some point of their…
Read More » -
Software Development
Designing a shader loading and management data structure
Last week we looked at how we can use the builder pattern to build shader programs out of individual shaders.…
Read More » -
Software Development
Linking shader programs using the builder pattern
This post is the first in a series on design patterns in game programming. Design patterns play an important role…
Read More » -
.NET
dotnet HighCharts SpiderWeb
Today I would like to show how to obtain a spiderweb (or spidergraph) chart with the dotnet.Highcharts libraries. First of…
Read More » -
Software Development
Unit and integration are ambiguous names for tests–and that’s ok
In my not-so-distant past I needed to write a component which would control an air conditioning unit. My application needed…
Read More » -
Software Development
Are you getting worked up over code duplication?
As programmers, we have long learned that Duplication is the Ultimate Sin of programming. Even considering to duplicate something is…
Read More » -
.NET
Griffin.Yo – Easy SPA library written in TypeScript
All SPA libraries that I’ve tried have long tutorials to show you have to use and configure them. It’s not…
Read More » -
.NET
5 steps to targeting multiple .NET frameworks
When designing an API or libraries, we aim to have maximum coverage of available .NET frameworks so that we can…
Read More »
[homeForm]