1 min read 1

…and back to WordPress again…

A while ago I swapped my blog to BlogEngine.NET, then to MiniBlog, then to Ghost, then back to MiniBlog. Now I’m going back to WordPress again after a decade or so. The other platforms were nice, and some were integrated well, but nobody has kept them up, or they were just side demo projects for people. At this point I…
1 min read 0

Update to ASP.NET Core

Recently I updated the blog to MiniBlog.Core on ASP.NET Core. So far it seems pretty fast. I’m working on a new engine for it in my spare time using Azure Functions and blob storage. More to come when I find some time to update this. Technorati Tags: ASP.NET Core,MiniBlog.Core,update
2 min read 0

Aurelia with TypeScript on ASP.NET Core

I’ve been tracking the ASP.NET betas and release candidates over the past year or more and it’s coming along nicely. I like the separation of client side and server side in the new folder structure and the unification of the MVC and WebAPI controllers. For the past few years I’ve used jsViews, Kendo UI, Angular, Durandal, Knockout, and Aurelia for…
1 min read 0

How to open a “new window” in a Windows 10 Universal App

I had to dig a little bit to find this. Since not all form factors support multiple windows and tablet mode generally discourages floating windows this is probably buried for a reason, but I wanted to do it anyway so here it is: var viewId = 0; var newView = CoreApplication.CreateNewView(); await newView.Dispatcher.RunAsync( CoreDispatcherPriority.Normal, () => { var frame =…
1 min read 0

Handy Developer Tools & Links

There are a lot of tools out there and others have posted lists that are handy. I’m going to put my list of common tools here and try to keep it updated every now and then for my own use as well as anyone else who may like to reference it. Feel free to send me more to add to…
1 min read 0

MiniBlog

Yes, I went and did it. I converted my blog to MiniBlog. It is much lighter than BlogEngine.NET. I’m liking the HTML5 and it should be fun to tweak it out a bit more too. I’ve nixed some things, my old resume, the VS Achievements that only worked in VS 2012, a few other things. I might bring some back…
1 min read 0

A warning for anybody foolish enough to have a fingerprint reader from DigitalPersona

Yeah, I know, guilty… Turns out the reason my Visual Studio 2008 has been having TypeLibBuilder.exe crash constantly on client side script is the dpAgent.exe helper process from DigitalPersona. If you kill the process all is happy again. Thanks Josh. http://jberke.blogspot.com/2008/05/typelibbuilderexe-crashes-javascript.html Technorati Tags: TypeLibBuilder.exe,DigitalPersona,fingerprint,reader,Visual Studio 2008,crash

Pin It on Pinterest