C#
-
.NET
Simple Gauge Class in C#
Today I want to show you how to obtain a simple, but effective state gauge to be used in your…
Read More » -
.NET
C# dotnet SQL editor (codebehind side)
In the first post C# dotnet SQL editor (webform side) I’ve explained the purpose of this “exercise” and suggested a webform…
Read More » -
.NET
C# dotnet SQL Editor (webform side)
Every time I need to develop a small business application I always try to choose the fastest and simplest way…
Read More » -
Software Development
How to REPL in C# with CShell
Perhaps the first question should really be ‘what is REPL’? In truth, much like software testing, many developers use it,…
Read More » -
.NET
Serialisation – JSON in C#, using Json.NET
Last week we compared a number of different data-interchange formats and I explained why my current favourite is JSON. JSON’s…
Read More » -
.NET
Inside the .NET Compiler Platform – Performance Considerations during Syntax Analysis (#SpeakRoslyn)
Motivation The new Microsoft .NET Compiler Platform (Roslyn) provides APIs for the whole compilation process, beginning from syntax analysis, over…
Read More » -
.NET
DEPENDENCY INJECTION IN ASP.NET VNEXT
Motivation Microsoft changed the way how dependency injection (DI) is done in ASP.NET vNext. In previous versions of ASP.NET there…
Read More » -
.NET
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 » -
.NET
On Collections
Today I would like to talk a bit (though looking at my notes, probably more than a bit) about collections,…
Read More » -
.NET
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 »