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: mono

    comments

    A Simple Parallel.ForEach Implementation in .NET 3.5

    by Alex Ullrich on Apr 01, 2010 in categories Server Programming, ASP.NET. Article views: 6303 views

    In an application I'm working on, I had a need for a method to write a single object to several Lucene indexes in order to support different types of searches. I ended up with a method that looks like this: public static void Accept<T>(T to_be_i…

    Read More...
    comments

    Mono 2.0 Has Been Released

    by SQLDenis on Oct 06, 2008 in categories Web Design, Graphics & Styling. Article views: 1302 views

    Mono 2.0 Has Been Released

    Mono 2.0 is a portable and open source implementation of the .NET framework for Unix, Windows, MacOS and other operating systems.



    Some Details:

    Microsoft Compatible APIs

    ADO.NET 2.0 API for accessing databases.

    ASP.NET 2.0 API for developing Web-based applications.

    Windows.Forms 2.0 API to create desktop applications.

    System.XML 2.0: An API to manipulate XML documents.

    System.Core: Provides support for the Language Integrated Query (LINQ).

    System.Xml.Linq: Pro...

    Read More...