C#
-
.NET
DIY – Useful LINQ Extensions
LINQ (Language Integrated Query) is one of the most powerful features of modern .NET. Powered by generics, lambda expressions, method…
Read More » -
.NET
Converting between Structs and Byte Arrays
In object oriented code bases, we tend to express most of not all of our data in highly semantic and…
Read More » -
.NET
Difference Between Int32.Parse, Convert.ToInt32, and Int32.TryParse – CodeProject
Every C#/VB/.NET developer should read Difference Between Int32.Parse, Convert.ToInt32, and Int32.TryParse – CodeProject. Then also read TryParse with default values. It is…
Read More » -
.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 » -
.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 » -
.NET
dotnet HighCharts inside UpdatePanel
Read my article about the HighCharts.net databind? A frequently question regards the possibility to get functioning a dotnet.HighCharts chart inside…
Read More » -
.NET
Using multi-threading to animate and speed up loading screens
One feature that almost all games have in common is loading screens. Many small games can get away with a…
Read More » -
.NET
Scheduling cross-threaded tasks using .Net’s BlockingCollection
Concurrency has always been a complicated aspect of computer science. With modern hardware increasing not only in speed but also…
Read More » -
.NET
HighCharts databinding in C#
Read the previous article about the HighCharts.net component? Ready to start with the HighCharts discovering? Ok, let’s start with a…
Read More » -
.NET
Using HighCharts in Asp.net web forms
These days I’m working on a simple asp.net project for a informative dashboard with charts and filter capability. So my…
Read More »