BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage .NET Content on InfoQ

  • Visual Studio 2010 Feature Focus: Profiling and Debugging Parallel Applications

    Visual Studio 2010 will bring a new focus on profiling and debugging parallel applications. These include tools for debugging code in terms of tasks instead of threads and profilers that show how efficiently the OS is scheduling threads.

  • Windows 7 Is to Be Called, Well, Windows 7

    Mike Nash, Corporate Vice President, Windows Product Management at Microsoft, has announced the name of the next version of Windows client operating system: Windows 7.

  • Silverlight 2 RTM

    Microsoft announced that Silverlight 2 will be released to manufacturing and available for download on Tuesday, October 14th.

  • .NET 4 Feature Focus: Parallel Programming

    Microsoft is planning on releasing a wide variety of parallel programming libraries with .NET 4. These include Parallel LINQ (PLINQ), Structured Parallelism (Parallel.For), the Task Parallel Library, and the Coordination Data Structures.

  • MPI.NET Released

    MPI or Message Passing Interface is the de facto standard for distributed memory programming. Recently Microsoft released a version for .NET, but the server needed to use it doesn't come cheap.

  • MSBuild Extension Pack Brings 170 Build Tasks

    Like the open source projects that inspired it, Microsoft's MSBuild framework was designed with extensibility in mind. Three years after its release, that decision is really starting to pay off in terms of the number of additional tasks available.

  • Interview: Dave Laribee and ALT.NET

    Greg Young grabbed some of Dave Laribee's time at the last ALT.NET conference in Seattle. Dave opens up about the intent of ALT.NET and how the community can get involved.

  • SSIS for Oracle and Teradata

    In conjunction with Attunity, Microsoft has released SSIS Connectors for Oracle and Teradata.

  • Unit Testing Workflow Foundation

    Windows Workflow Foundation offers some powerful capabilities for those working with data flow style architectures. But these capabilities come at a cost. Unlike traditional batch processing applications, Windows Workflow Foundation does not lend itself to automated testing.

  • Book Review: C# Network Programming

    Normally we review new books, but occasionally an older book is just too good to ignore. Richard Blum's C# Network Programming is one such book. Focusing on low-level network programming, this book is just as applicable today as it was when .NET 1.0 was new. And though titled "C#", this book is applicable to any .NET language.

  • .NET 3.5 SP1 Is Breaking Some Applications

    .NET 3.5 SP1 was released in August and, theoretically, it should not break applications based on previous versions of the CLR, respectively 2.0, 3.0, 3.5. But there are reports that some applications are broken including the open source project Castle.

  • Interview with Clone Detective's Immo Landwerth

    We interviewed Immo Landwerth of the open source project Clone Detective for Visual Studio. This project leverages ConQAT to analyze C# code for duplication.

  • Rhino Mocks - Lambda Edition

    Version 3.5 of the popular Rhino Mocks .NET mocking framework has been released. This version marks a major change in the API. A new 'Arrange, Act, Assert' syntax has been added as an alternative to the exiting 'Record-Replay' semantics. This syntax makes strong use of lambda expressions and extension methods, among other .NET 3.5 language enhancements.

  • C# Library for Amazon S3 Available on CodePlex

    Affirma Consulting has developed a C# library which can be used to access Amazon's S3 services from a .NET application. The library, including examples, has been released on CodePlex.

  • ThoughtWorks Announces Twist, Automated Functional Testing Platform

    ThoughtWorks Studios has created Twist, an integrated development environment for functional testing of web and Java applications. The tool provides a single platform for documenting user stories, capturing executable requirements, developing, maintaining, running and reporting on functional tests. A free trial version of Twist is currently available for download and evaluation.

BT