.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 » -
Multi-threaded exception handling
Last week we explored the possibilities of using multi-threading to create animated – or even interactive – loading screens, and…
Read More » -
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 » -
Griffin Editor – A Markdown editor written in TypeScript.
Griffin Editor is a markdown editor with support for keyboard shortcuts, syntax highlighting, theming, preview etc. My last check in…
Read More » -
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 » -
ASP.NET Web API feat. OData
OData is an open standard protocol allowing the creation and consumption of queryable and interoperable RESTful APIs. It was initiated…
Read More » -
Deploy ASP.NET 5 Apps to Docker on Linux
NOTE: This post is part 3 of a series on developing and deploying cross-platform web apps with ASP.NET 5: Develop…
Read More » -
Develop and Deploy ASP.NET 5 Apps on Linux
NOTE: This post is part 2 of a series on developing and deploying cross-platform web apps with ASP.NET 5: Develop…
Read More » -
Develop and Deploy ASP.NET 5 Apps on Mac OS X
NOTE: This post is part 1 of a series on developing and deploying cross-platform web apps with ASP.NET 5: Develop…
Read More » -
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 »