-
.NET
Using a SynchronizationContext in unit tests
We’ve started to use the Progress<T> class in our async application. However our tests started to fail because of that…
Read More » -
.NET
Working with views in Griffin.Yo
Griffin.Yo is a SPA library written in typescript. My goal is to create a simple library which is easy to…
Read More » -
.NET
Working with forms in Griffin.Yo – A Spa library in TypeScript
I’ve pushed a new release that includes a form reader. With a few lines of code you can get a…
Read More » -
.NET
The data mapper in Griffin Framework now includes a fluent api
The data mapper in Griffin.Framework have been updated to support fluent mapping and some other new features. Like in previous…
Read More » -
.NET
Embedded script tags in content loaded through ajax (and execute the script tags dynamically)
I’ve struggled in Griffin.Yo to be able to get script tags to load and execute in the correct order. This…
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
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 » -
.NET
Stackoverflow integration in OneTrueError
I’ve created a nifty little javascript library in TypeScript that I use in OneTrueError. It allows our service to search…
Read More » -
.NET
Should I create an interface for my entity (i.e. an User object)?
I got the question above in my ADO.NET done right article. I hope that my answer can help others and…
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 »