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

  • Interop using OpenXML Spreadsheet Markup Language

    OpenXML is a new standard useful for transfering data across process boundaries in a heterogenous environment. By using XML as a common interoperability technology, when someone wants to move data from one type of system to another, that will be relatively easy to accomplish. The licensing mechanism is completely open, and the documentation is rich.

  • Upgrading SQL Server - xp_execresultset

    SQL Server 2000 had a useful, though undocumented, function called xp_execresultset. Unfortunately for those currently using it, SQL Server 2005 has dropped this feature.

  • RubyCLR Creator to Join Microsoft

    John Lam, the creator of RubyCLR, has accepted a position at Microsoft. While he hasn't yet revealed his new duties, he has stated that he will not leave the Ruby community.

  • ASP.NET AJAX Beta 1 released today

    Today the Microsoft ASP.NET team announced the released of ASP.NET AJAX Beta 1. There are many changes from the previously released builds and announced support for the Safari web browser. An exciting additional note is promised support for a source modification license.

  • Unit Testing with VS Team System - A First Glance (Updated)

    A brief look at the unit testing features in Visual Studio Team System.

  • InfoQ Video: Architecting Toronto.com with .NET Casestudy

    Toronto.Com attracts over 700,000 unique visitors per month, and offers comprehensive and searchable access to business and event listings. Originally built in 1997, the previous J2EE foundation for the site was found hard to evolve in the face of new requirements. In this presentation, Scott talks about how the site was re-architected to .NET 2.0.

  • Things to know about Windows Workflow Foundation

    Windows Workflow Foundation (WF) is the programming model, engine and tools for quickly building workflow enabled applications. Harry Pierson delves into the details of WF in a recent blog post. Update: Paul Andrew responds on his blog with "Ten Reasons why WF is not a Toy".

  • Agile at Microsoft: Developing XML Notepad

    InfoQ had the opportunity to interview Chris Lovett of Microsoft's XML team regarding XML Notepad and its development process. XMLNotepad is a free XML editor written in C# with features like a search tool that supports RegEx and XPath, an XSLT transformation results view, and a schema validator. The interview is about software development processes used to build the product.

  • Var/Option Infer: New Syntax for C# and VB 9

    Microsoft is considering several new language features for C# 3.0 and Visual Basic 9 including type inference. As this may result in breaking changes, a new mode called Option Infer is also being considered for VB.

  • Novell and Microsoft Announce Interop Collaboration

    Novell and Microsoft have announced a set of business and technical collaboration agreements to build, market and support a series of new solutions to make Novell and Microsoft products work better together.The over all goal of the agreement is greater interoperability and manageability between mixed Windows and Linux infrastructures.

  • Create Your Own ASP.NET Providers

    With version 2.0, ASP.NET has allowed developers to create their own custom providers that plug into the website framework. These providers cover the areas of Membership, Roles, Site Map, Session State, Profile, Web Event, and Web Parts.

  • Patterns and Practices Guidance Explorer for .NET

    The Patterns and Practices Guidance Explorer gives developers the ability to quickly find guidance on a variety of topics. Documents in the Patterns and Practices Library are currently divided into categories such as Checklists, Code Examples, Guidelines, Principals, and Test Cases.

  • Distributed Software Development for Java and .NET

    TIBCO Enterprise Messaging Service offers cross-platform messaging for Java and .NET developers.

  • Data Dictionary Creator - Rapid Database Documentation for SQL Server 2005

    Data Dictionary Creator by Jon Galloway allows developers to quickly generate documentation for SQL Server databases.

  • CruiseControl.Net 1.1 Released

    The team behind CruiseControl.Net has released version 1.1. CrusieControl.Net provides continuous integration capabilities for .NET developers. A cornerstone of Agile development, continuous integration is used to ensure that team members stay in sync and the integration issues are discovered early. This marks the first major release of CuriseControl.Net in nearly a year.

BT