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

  • The Architecture Journal Reader

    Microsoft released The Architecture Journal Reader, which is a WPF reader application for The Architecture Journal.

  • 10 Tips when Upgrading to Visual Studio 2008

    Get a jump on upgrading to Visual Studio 2008. Visual Studio 2008 was recently released and developers often want to be the first ones on the block to install the latest versions of their favorite developer tools. Sometimes this comes at price when making the wrong choices during the upgrade process.

  • Visual Basic's Questionable Place in Microsoft's Roadmap

    Since the beginning, Microsoft has publicly claimed that Visual Basic and C# would be equally supported on the .NET platform. The community, on the other hand, has constantly accused Microsoft of not supporting VB. So where does the truth lie?

  • New SQL Server Data Type: HierarchyId

    Tree-like hierarchies has always a problem in relational databases. Microsoft's first attempt at addressing this was in SQL Server 2005 with the implementation of Common Table Expressions. While CTEs work over existing schema, Microsoft has sought a way to treat hierarchies as first-class concepts. To this effect, they have introduced the HierarchId data type in SQL Server 2008.

  • Jonathan Allen on Equality Operator Overloading

    Jonathan Allen provides guidance through a systematic walkthrough of both a reference type and value type that support equality. Jonathan provides code samples in both VB and C# to demonstrate the nuances of each .NET language. He also covers usage in both structures and classes.

  • Microsoft Updates Software-as-a-Service Reference App LitwareHR with S+S

    As more enterprises are looking at software-as-a-service (SaaS) solutions, Microsoft has augmented their LitwareHR reference application to include the Software + Services (S+S) model. Enabling the integration of local and "in the cloud" software, S+S allows for the disconnected and offline scenarios lacking in today's hosted solutions.

  • Beta for XNA Game Studio Released with Support for Networked Games

    XNA Game studio is a game development toolkit that supports both Windows and the XBox 360. The initial edition was targeted directly at hobbyists and released as an extension to C# Express Edition. The beta for XNA 2.0 brings the toolkit closer to the world of professional developers.

  • GigaSpaces goes free for small business

    Gigaspaces earlier this month announced that it will now be offering small business free perpetual use of its eXtreme Application Platform (XAP) product. Business with < 5M in revenues can get free licenses of the software platform, in perpetuity. GigaSpaces platform is primarily Java-based but also has .NET clients. InfoQ spoke to Geva Perry from GigaSpaces to find out more.

  • Article: Key Takeaways and lessons learned from QCon SF

    Bloggers were quite active at InfoQ's QCon San Francisco conference which took place Nov 7-9. Bloggers wrote about 32 of the 60 sessions at the event, including the keynotes, session on Linked-In, eBay, Orbitz architectures, and more. Read this article to learn the most valuable insights the attendees took the time to blog about, as well as many other aspects about QCon.

  • Microsoft Ups Their Support for PHP

    PHP is a cornerstone of LAMP development. In an attempt to lure PHP developers off Linux and MySQL, Microsoft is beginning to offer deep support for PHP in IIS 7 and SQL Server.

  • Visual Studio 2008 Not Ready for Visual SourceSafe

    Richard Berg warns, "If you plan to use VS 2008 with SourceSafe, make sure to pick up the Update CTP too. Without it, some features like "Open from Source Control" will not work at all."

  • Surprising criticism from parting Microsoft development lead

    Jay Bazuzi, once Development Lead for the C# Editor, is leaving Microsoft, and he wrote some surprisingly harsh parting words for his friends before he left; things like &#8220;OO isn&#8217;t a fad&#8221; and that &#8220;It&#8217;s OK to use someone else&#8217;s code&#8221;.

  • Extension Methods, DSLs, and Fluent Interface

    A brief look at Domain Specific Langauges, Fluent Interfaces, and how Extension Methods allow them to be used from C# and VB. Plus a tip on using extension methods in the .NET 2.0 framework.

  • Borrowing Functional APIs from F#

    The Common Language Specification ensures that any conforming .NET language can access libraries created by any other language. This means imperative languages like VB and C# can call functional libraries created primarily for F#. In fact, many can be converted directly into C# code.

  • The Future of MonoRail in the Wake of MS MVC

    Hamilton Verissimo, the founder of the Castle Project, has discussed means of integrating Castle/MonoRail into MS MVC as well as real-world requirements with the MS MVC team.

BT