Home
About
  • PersistedFullTextIndexes with non-primitive types

    May 27, 2013

    When you construct a PersistedFullTextIndex with a primitive type, such as int, you just need to define it like this: 1var index = new PersistedFullTextIndex<int>(filePath); However if you try to do this with something more complicated, such as a class or even just a Guid, you’ll get an exception like this: …

    Read More
  • Using DynaCache with Unity

    May 18, 2013

    I’ve had a couple of people ask for concrete examples of using DynaCache with frameworks other than Ninject. The first one that I’ve put together is for Unity. You’ll find the Unity example in the DynaCache documentation here.

    Read More
  • StoryboardCompletedTrigger and SetPropertyAction

    Mar 21, 2013

    I’ve spent a couple of hours on WinRTTriggers tonight and added a couple of features that have been requested recently, StoryboardCompletedTrigger and SetPropertyAction. StoryboardCompletedTrigger This trigger allows to to fire an action when a storyboard completes – you can use it like this: …

    Read More
  • Aliens vs Finger

    Feb 25, 2013

    I’ve been working on another game for Windows Phone (7.5+) and the result is Aliens vs Finger! Aliens vs Finger is a (hopefully!) fun tap-’em-up game where you have to squish the aliens and stop the meteors crossing the screen, all the while being careful to not hit the friendly spacemen. Although …

    Read More
  • Using Azure Mobile Services from Windows Phone 7 apps

    Nov 10, 2012

    Azure Mobile Services is an pretty cool platform that I’ve only just started trying out. Microsoft provide quick jumpstart projects for Windows Store, Windows Phone 8 and iOS apps – but that’s it. If you’re like me and are stuck working on a “legacy” app such as the Windows Phone 7 game that I’ve been working on for a …

    Read More
  • Using WinRTTriggers within data templates

    Nov 3, 2012

    Kaki104 recently commented that they were having a problem using triggers in a certain situation. Helpfully a simple repro was provided – a simple grid view, with an attempt to start a storyboard when an item is clicked: The trigger had been placed within the data template of the item: 1<DataTemplate …

    Read More
  • Using LiveDataScript

    Oct 13, 2012

    LiveDataScript is a little utility to generate SQL insert scripts from SQL Server databases. I wrote it quite a few years ago, but since it’s still fairly useful and the last place it was hosted has now gone the way of the Dodo, I’ve re-hosted it here. This post will cover the high-level basics of using the …

    Read More
  • Conditional trigger actions with WinRTTriggers

    Oct 7, 2012

    WinRTTriggers is a available from the codeplex project site or from nuget. Sample code for this post can be downloaded here. The latest update to WinRTTriggers (v1.1.0) includes 2 big changes: Multiple actions can be specified against a trigger An action can have conditions associated to it The first point is …

    Read More
  • Triggers in WinRT XAML

    Sep 28, 2012

    All the code for WinRTTriggers is available from the CodePlex project site, and is available in binary form in a nuget package. A few months ago I attended one of Microsoft’s “Windows Phone to Windows 8 App” events. The intent was to take Equazorand migrate it to a Windows Store application as much …

    Read More
  • Equazor

    Sep 20, 2012

    A couple of months ago I released my first Windows Phone game into the wild. It’s a “maths-based puzzle game” that will challenge, infuriate (hopefully not too much!) and with a bit of practice, genuinely develop your mental arithmetic. The premise is simple – you have to highlight a sequence of tiles forming an …

    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Mike Goatly

Like a code monkey, but more goat-like. A code goat, if you like.
Microsoft Certified DevOps Engineer Expert Microsoft Certified Azure Developer Associate
Read More

Featured Posts

Recent Posts

  • Coding With ChatGPL
  • Creating temporary Azure CLI login sessions
  • Custom query parsers in LIFTI
  • Test Your Azure Function Http Trigger Authorization Levels
  • File Globbing in .NET
  • Blog Rebuild
  • Adding Application Insights to an existing Windows Store project using Visual Studio 2013 Update 3
  • Fixing NuGet errors after removing Microsoft.Bcl.Build

categories

CODING 4 AI 1 AZURE 1 BLOG 1 C# 1 CHATGPT 1 OPENAI 1 UNIT-TESTS 1

tags

AZURE 3 .NET 1 APPLICATION-INSIGHTS 1 AUTHENTICATION 1 AZURE-CLI 1 AZURE-FUNCTIONS 1 BLOG 1 C# 1 CODING 1 GLOBBING 1 HUGO 1 INDEX 1 LIFTI 1 POWERSHELL 1
All tags
.NET1 APPLICATION-INSIGHTS1 AUTHENTICATION1 AZURE3 AZURE-CLI1 AZURE-FUNCTIONS1 BLOG1 C#1 CODING1 GLOBBING1 HUGO1 INDEX1 LIFTI1 POWERSHELL1 STATIC-WEB-APPS1 UNIT-TEST1 VISUAL-STUDIO1 WINRT1
[A~Z][0~9]

Copyright ©  Mike Goatly. All Rights Reserved