Contents tagged with .NET

  • Laan Tail

    Tags: C#, .NET, WPF, Tail

    Description:

    This is my version of a tail app, built in WPF

    Features:

    • C#, WPF
    • ClickOnce deployment
    • Modern 'Metro' look and feel
    • Multi-tab interface, with activity indicator
    • Drag-n-drop support
    • Regex-based highlighting (via xml config file only)
    • Clear file command - great for debugging!

    Technology:

    • WPF
    • Caliburn Micro
    • MahApps Metro
    • Reactive Extensions (Rx)
    • TPL

    This project is still a work in progress - BUT, I do use it on a daily basis. It could de with a bit of attention, since there are a couple of niggling bugs still hanging around.. One day!

    Status: Alpha

  • Planning Poker

    Tags: C#, .NET, DurandalJs, SignalR, Agile

    Description:

    At work our teams using an agile methodology for planning work. Part of this involves using planning poker to get estimations from everyone. I thought it might be interesting to do this using a real time tool like SignalR, and DurandalJs for the front end.

    As an investigation into SignalR, this was a worthwhile idea, however it is far from finished. I'd like to get back to this sometime soon! I'm sure that this could actually be quite useful to us (or others!)

    Status: Experiment

  • Sql Format

    Tags: .NET, C#, SQL, Parser, Formatter, NHibernate

    Description:

    SQL Parsing Formatting Tool for .NET

    The intention of this project is to implement a 'pretty formatter' of SQL because of the terse nature of NHibernate generated SQL, and also to ensure SQL is readable (according to my standard).

    There is also a simple one page sql formatter available here to allow some experimentation, but this project is still in its infancy, so don't expect too much just yet! Current Features

    • Supports SELECT, INSERT, UPDATE, DELETE, DECLARE, GO statements
    • Uses white space liberally to separate table and join parts
    • MSI for an addin into MS Management Studio 2008 to allow formatting and template expansion NHibernate Appender to asynchronously format all NHibernate.SQL originated log messages
    • Simple web page to allow adhoc SQL formatting
    • Can convert sp_executesql including variable declarations

    Download available here

    Status: Stable

  • CookNg

    Tags: .NET, WebAPI, RavenDb, DurandalJs, SPA, JavaScript, Azure, Bootstrap, Recipe

    Description:

    CookNg is a recipe app I built for my wife and her family (The Ng's).

    This is actually the 3rd rendition if this idea, and in each rewrite I have used it as a vehicle for learning various technologies required for work or my own personal development.

    Currently CookNg is a web app, built with DurandalJs and an embedded RavenDb server. The first version was a delphi fat client, the second was an ASP.NET MVC v1 web application, built with NHibernate. 

    Features:

    • Recipes store - create, edit, delete
    • full text search - super fast keyword based searching via Lucene.net
    • Fast, modern, responsive interface
    • Recipe data includes multiple sections, tags, and images

    Technologies:

    • .NET 4.5
    • ASP.NET Web API
    • RavenDb embedded
    • DurandalJs
    • Twitter Bootstrap
    • Microsoft Azure

    Status: In Development