Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

All Blogs

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

    Search

    XML Feeds

    Google Ads

    Tags: c#

    comments

    PetaPoco: Mapping related objects

    by Eli Weinstock-Herman (tarwn) on May 07, 2012 in categories C#. Article views: 804 views

    In the prior PetaPoco post, I started to dig into many-to-one relationships a little. Chrissie followed up with yet more mapping behavior in his latest Simple.Data post, so I thought I would cover it in a bit more detail.

    Read More...
    comments

    More PetaPoco: Id's and Multi-POCO queries

    by Eli Weinstock-Herman (tarwn) on May 02, 2012 in categories C#. Article views: 953 views

    So yesterday Chrissie and I did posts on Simple.Data and PetaPoco. Today he followed up with more complex examples, including keys and multiple table queries. PetaPoco is built specifically with primary keys as a first class citizen, so it will be in…

    Read More...
    comments

    Playing with PetaPoco

    by Eli Weinstock-Herman (tarwn) on Apr 29, 2012 in categories C#. Article views: 1355 views

    Since Chrissie is playing around with Simple.Data today, I found some time to play with PetaPoco. PetaPoco is a single file micro ORM that uses MSIL generation to do it's magic. As the name suggests, it works with concrete POCOs, though support for dyna…

    Read More...
    comments

    SpecFlow is a .Net library that allows us to describe user expectations in a consistent Domain-Specific Language that can be wired for automatic execution. By writing tests in a human readable manner, our tests can serve as a bridge between the users expectations and the code we spend time writing.

    Read More...
    comments

    Teamcitysharp v0.1 released

    by Christiaan Baes (chrissie1) on Nov 24, 2011 in categories Microsoft Technologies, VB.NET, C#. Article views: 696 views

    The always amazing Paul Stack has released his very first edition of teamcitysharp and I though it a good idea to try it.

    Read More...
    comments

    The EndlessLoopQueue

    by Christiaan Baes (chrissie1) on Nov 21, 2011 in categories Microsoft Technologies, VB.NET, C#. Article views: 297 views

    I named it EndlessLoopQueue because I couldn't think of another name for it. You can put items on this queue but when you enqueue an item it will be re-added to the end of the queue therefor you will end up in some kind of endless loop (hence EndlessLoopQueue, yeah I am kinda clever).

    Read More...
    comments

    I have been playing with Massive the micro-ORM for a week now and it works with VB.Net, just as it works with C#, of course it works, I hear you say. Well, there is no "of course" here, but I will not rant about that now.

    Read More...
    comments

    Making a chocolatey package for chocolateyGUI.

    by Christiaan Baes (chrissie1) on Sep 10, 2011 in categories Microsoft Technologies, C#. Article views: 719 views

    If you are using Chocolatey and you would now like to make a package of your own program to make it available through Chocolatey then you need to go through a few steps. Here is how I did it for ChocolateyGUI.

    Read More...
    comments

    Chocolatey GUI

    by Christiaan Baes (chrissie1) on Sep 07, 2011 in categories Microsoft Technologies, C#. Article views: 3170 views

    I blogged about Chocolatey before and I even made it work behind my proxy, this change is even in the latest version so go get it. And now I made a GUI for it.

    Read More...
    comments

    A few weeks back I wrote about Fluentsecurty and the small bug it had which made it not work in VB.Net. Yesterday Kristoffer Ahl (The man behind the Fluentsecurity project) sent me a PM via twitter. I've added your changes. Don't know how to test it properly though, without adding a VB.NET test project. Seems silly for 1 line! Ideas? And to be honest, I had no idea. But I did some research and found a way that might be good enough.

    Read More...

    :: Next >>