Recently in software Category

Microsoft Source Analysis for C#

| | Comments (0) | TrackBacks (0)

Microsoft Source Analysis for C#

Source Analysis, also known as StyleCop, analyzes C# source code to enforce a set of best practice style and consistency rules. It can be run from inside of Visual Studio or integrated into an MSBuild project

[Download]

Microsoft FxCop 1.36

FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. It uses MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects in the following areas:

  • Library design
  • Globalization
  • Naming conventions
  • Performance
  • Interoperability and portability
  • Security
  • Usage

[Download]

CHESS tester for multithreaded code

CHESS is a tool for systematically testing multithreaded code. Given a concurrent test, CHESS systematically drives the test along all possible thread interleavings. It uses model-checking techniques to explore effectively the enormously large state space of interleavings and provides quantified coverage guarantees. CHESS can check for assertions, deadlocks, livelocks, and data races. On finding an error, CHESS can reproduce the thread interleaving that exposed an error. CHESS is research tool developed by Microsoft Research.

C# POP3 library

| | Comments (0) | TrackBacks (0)

Free software

| | Comments (0) | TrackBacks (0)
The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system.

[GNU Core Utilities for Windows]

Movable Python is a distribution of Python for Windows that doesn't need to be installed. It easily fits onto a USB memory stick or flash drive. Python on a stick.

Round-up of Wix Editors

| | Comments (0) | TrackBacks (0)

.Net code coverage: NCover

| | Comments (0) | TrackBacks (0)

Three reasons to use NCover:

  1. Use NCover to show you where the gaps are. NCover helps you test intelligently by revealing which tests haven't been written yet.
  2. Keeping code coverage high with NCover reduces time-to-market and helps find problems early, preventing buggy releases.
  3. Increase confidence in your project by using NCover to drive code coverage higher. Then ship without worries and on time.
[.Net code coverage: NCover]

Office Primary Interop Assemblies

| | Comments (0) | TrackBacks (0)

Download the Office XP PIAs and use them to develop Office XP solutions with Visual Studio .NET.

[Download Office XP PIAs]

The Microsoft Office 2003 Primary Interop Assemblies (PIAs) redistributable is a Microsoft Windows Installer package that contains the Primary Interop Assemblies for Microsoft Office 2003 products.

[Download Office 2003 Update]

C# plotting library

| | Comments (0) | TrackBacks (0)
Powered by Movable Type 4.1

About this Archive

This page is a archive of recent entries in the software category.

resume is the previous category.

trading is the next category.

Find recent content on the main index or look in the archives to find all content.