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

  • Google Base vs. Microsoft's Astoria

    Dare Obasanjo has done a comparison of two new protocols for access database style data via HTTP. These protocols, based on REST, are the Google Base and Microsoft's Astoria.

  • An Insider's View of WPF: Chris Anderson

    Chris Anderson was one of the chief architects of WPF. In this interview Chris provides an insider's viewpoint on why Microsoft created Windows Presentation Foundation, the software methodologies used by the development team and why he feels WPF is a tipping point.

  • Kevin Halverson: How to implement IQueryable

    In a two-part series, Kevin Halverson has demonstrated how to create a LINQ provider by implementing the IQueryable and IQueryProvider interfaces. Specifically he uses the Windows Desktop Search as a data source.

  • Changes to .NET 2.0 Result in Breaking Changes to Culture Names

    There has been a breaking change the list of culture names in .NET 2.0. This change applies to Windows Vista and anyone who has installed patch ms07-049.

  • Presentation: Introduction to Component Based Architecture

    Mark Miller provides an introduction to Component Based Architecture and its competitive advantages. First delivered at devLink, Mark covers the theory of Component Architecture and its effect on Developers, Customers and the software product itself.

  • Mainsoft: Running .NET on the JVM While Maintaining Performance

    Mainsoft recently released version 2.0 of Mainsoft for Java EE (formerly known as Visual Mainwin), and also released a whitepaper which showed that a .Net-based application which was cross-compiled to run on Java EE using Mainsoft for Java EE performed as well as or better than the original .NET-based application did in several areas. InfoQ spoke with Mainsoft CEO Yaacov Cohen to learn more.

  • MERGE Syntax for SQL Server 2008

    SQL Server 2008 will include new syntax for merging data between two rowsets. The MERGE statement allows developers to use one command to perform deterministic inserts, updates, and deletes on a table based on a source table.

  • VS 2008 to Support Nested Master Pages

    One of the most lauded features in ASP.NET 2.0 is Master Pages. Master Pages serve as templates for a site, making it easier to create and maintain consistent style site-wide. They do have one drawback under VS 2005: they cannot be nested. Visual Studio 2008, expected to be released later this year, eliminates that limitation.

  • Minimal Mono Runtime Smaller than Python

    Mirco Bauer, the Mono package maintainer for Debian Linux, and Miguel de Icaza discuss the minimum runtime sizes of various virtual machines, with Mono coming in first at 7 MB on disk.

  • Ruby.NET moves to open source community model

    The team of the (Gardens Point) Ruby.NET compiler announced that it'll start working towards opening their project to outside committers.

  • QnA on SubSonic

    SubSonic is a .NET Open Source project modeled after Rails. Think of it as a Swiss Army knife for building websites and working with data in Object-Relational fashion. Eric and Rob favored InfoQ with insight into their creation.

  • Using memcached with ASP.NET

    Instead of ASP.Net's built-in caching, some .NET developers are turning to memcached, is a distributed memory caching system originally by Danga Interactive for LiveJournal.

  • Launch Date set for Visual Studio 2008, SQL Server 2008 and Windows Server 2008

    Yesterday Kevin Turner announced the release date of the next versions of Visual Studio, SQL Server Windows Server at the Worldwide Partner Conference in Denver, CO.

  • Why Cmdlets?

    Jeffrey Snover describes the differences between using Cmdlets and APIs. He concludes with "Cmdlets are designed for Admins at keyboards while APIs are not. Cmdlets are the very heart and soul of PowerShell."

  • OpenXML Spreadsheet Formulas Called into Question

    Rob Weir has called the spreadsheet formulas into question. Lost in the posturing and grandstanding are some serious holes in the specification.

BT