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

  • Interview: Ted Neward on Present and Past Languages

    In this interview filmed during QCon London 2008, Ted Neward, author of "Effective Enterprise Java", talks about languages, statical, dynamical, objectual or functional. He dives into Java, C#, C++, Haskell, Scala, VB, and Lisp, to name some of them, comparing the benefits and disadvantages of using one or another.

  • Anders Hejlsberg and Guy Steele on Concurrency and Language Design

    An interview recorded at JAOO, Anders Hejlsberg and Guy Steele talk about concurrency in language design. Anders Hejlsberg is the chief architect of C#, creator of Turbo Pascal, and former chief architect of Delphi. Guy Steele is the creator of Scheme and is currently working on Sun's Fortress, a programming language that focuses on parallelism and mathematics.

  • Mono 2.0 Is Available on MacOS X

    Miguel de Icaza has announced the release of Mono 2.0 installers for MaxOS X. Mono 2.0 was released earlier this month closing the gap between Microsoft's .NET and open source Mono.

  • Web Frameworks, MVC, and ASP.NET

    After nearly a year as a community tech preview, Microsoft has released the first true beta of the ASP.NET MVC framework. ASP.NET MVC is a radical departure from the WebForms technology has promoted in the past, and in the opinion of many, a return to mainstream web programming. The MVC pattern provides the cornerstone for web frameworks such as Ruby on Rails and Java's Spring Framework.

  • Silverlight 2 Got Tools (RC1) for Visual Studio 2008 SP1

    Microsoft has released Tools (RC1) for Visual Studio 2008 SP1 for Silverlight 2. Among other features, the tools include Visual Basic and C# project templates, intellisense and code generators for XAML, XAML design preview, debugging, and integration with Expression Blend 2.

  • Eclipse for Silverlight

    In conjunction with Microsoft, the French firm Soyatec is developing a Silverlight development environment for Eclipse. Soyatec, an Eclipse Foundation member, is known for its eFace product, a technology that combines XAML/WPF and Java.

  • 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.

BT