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: vb.net

    comments

    I added a sample solution for my Simple.Data adventure to Github.

    Read More...
    comments

    Simple.Data and VB.Net The final queries

    by Christiaan Baes (chrissie1) on May 08, 2012 in categories Microsoft Technologies, VB.NET. Article views: 683 views

    In this last post I want to show some more complex queries. But I also want to remind you that you need to know when to quit. When queries get to complex you will have to jump through hoops to get them working with any ORM while it is all very "easy" to do in SQL. In other words use the right tool for the job.

    Read More...
    comments

    So yesterday I did a post about Simple.Data and Eli did a post about Petapoco based on what I did. And Eli commented that I did not have a primary key in my table. Today I will be adding tables and columns to my database.

    Read More...
    comments

    Simple.Data and VB.Net the beginning

    by Christiaan Baes (chrissie1) on Apr 29, 2012 in categories Microsoft Technologies, VB.NET. Article views: 864 views

    Trying out the Simple.Data ORM from Mark Rendle with VB.Net

    Read More...
    comments

    200 VB.Net videos on youtube, this is over 20 hours for you to see.

    Read More...
    comments

    Another decompiler: ILSpy.

    by Christiaan Baes (chrissie1) on Mar 27, 2012 in categories Microsoft Technologies, VB.NET, C#. Article views: 640 views

    Another decompiler, this one is called ILSpy.

    Read More...
    comments

    Initialize arrays in VB.Net - follow up

    by Christiaan Baes (chrissie1) on Mar 27, 2012 in categories Microsoft Technologies, VB.NET. Article views: 380 views

    So in my previous post I got a comment from Brian. The declare and initialization syntax used above is generally frowned upon. Rather, you should split the two into separate pieces. Either of the following will give you a 0-sized array while being na…

    Read More...
    comments

    Initialize arrays in VB.Net

    by Christiaan Baes (chrissie1) on Mar 27, 2012 in categories Microsoft Technologies, VB.NET. Article views: 549 views

    Arrays in VB.Net are 0 based and people seem to forget that.

    Read More...
    comments

    Where one DefaultPageSettings works and the other doesn't.

    Read More...
    comments

    Where I respond to a question from a commenter and show that I am a good guy, despite what you all think.

    Read More...

    :: Next >>