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

    comments

    This blog details my preparation for the MCSE - Business Intelligence certification.

    Read More...
    comments

    Several times I found myself wanting to try out different features of TFS 2010, but my only options appeared to be building a virtual machine (time consuming and requires gobs of money or an MSDN/TechNet subscription) or using a live server as a guinea pig (for some reason admins frown on this). Luckily there's an easier option, I just wasn't aware of it until last week.

    Read More...
    comments

    Microsoft Source Analysis for C# Announced

    by SQLDenis on May 23, 2008 in categories Microsoft Technologies, C#. Article views: 1149 views

    Microsoft Source Analysis for C# has been announced. Here is what I found on the Microsoft site:

    This tool is known internally within Microsoft as StyleCop, and has been used for many years now to help teams enforce a common set of best practices for layout, readability, maintainability, and documentation of C# source code.

    Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For t...

    Read More...