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: LINQ Creator Erik Meijer

    In this InfoQ interview, LINQ creator Erik Meijer talks about the design and capabilities of LINQ, how to use it, why to use it, how it differs from XQuery, how it addresses ORM, extension methods, EDM, and more.

  • ASP.NET Futures to Include Support for Ruby?

    The Microsoft website ASP.NET has released the May 2007 edition of ASP.NET Futures. This release demonstrates potential features for post-Orcas versions of ASP.NET including Sivlerlight controls and dynamic language support.

  • Microsoft's Roadmap through 2020 to Focus on the Scientific Sector

    Microsoft has always put the needs of business customers and home users first. There is another sector that relies on computers, one that has been neglected for decades: the scientific community.

  • Case study: A new approach to integrating architectures post-merger at Lawson

    The merger of Lawson and Intentia in 2006 left developers with an important problem to solve - the integration and presentation of legacy applications and business services that are constructed in Java, .NET, and other technologies. This case study looks under the hood at the new architecture at Lawson and how they got there.

  • Presentation: Event Patterns

    Ian Cartwright presents some of his work (developed with Martin Fowler) on Event Patterns (recorded at JAOO), including: Event Sourcing, Event Collaboration, Parallel Model, and Retroactive Event. These patterns can be used in scenarios where a sequence of domain model changes may need to be recorded, reversed, corrected, or simply observed.

  • Silverlight to Support Multiple CLRs in One Process

    A long standing problem with Microsoft's implementation of the CLR is that only one can be loaded into a process at a time. With Silverlight, that will no longer be a problem.

  • The new WCF Web Programming Model supports REST Design

    Don Box and Steve Maine introduce the WCF Web Programming Model to be released with Visual Studio Orcas in their talk "Navigating the Programmable Web" at MIX07. The Web Programming Model features support a RESTful design of web services within the unified WCF programming model.

  • Measuring the Immeasurable: Code Metrics for Visual Studio

    Code metrics are a way to mathematically calculate the complexity of code. There are several ways to do this, 5 of which are included in Visual Studio Orcas.

  • C# and VB Continue to Diverge

    When VB.NET and C# were first released, they were often thought of as the same language with a different syntax and minor differences. As time goes on, these differences are becoming more pronounced. For example, their treatment of anonymous types is worlds apart.

  • SDL.NET Offers Cross-Platform Gaming for .NET Developers

    Version 6 of SDL.NET, a high-level binding for the SDL API, has been released. This, combined with the Tao framework, form the corner-stone of MonoXna.

  • Tao Brings Cross-Platform Bindings to .Net and Mono

    While Silverlight is promising the future, Tao is already shipping. The Tao Framework claims to be a "collection of bindings to facilitate cross-platform media application development utilizing the .NET and Mono platforms." Eleven APIs are exposed to .NET/Mono through Tao bindings including OpenGL, PhysicsFS, and the Lua scripting system.

  • Microsoft Surpasses Java's Dynamic Language Support?

    Microsoft's announcement of the Dynamic Language Runtime (DLR) has caused quite a stir in many areas, also in the Java space. Many voices seem convinced that the DLR has given .NET a major head start over the JVM, because it solves many problems Java is only just starting to realize. We look at the current situation of dynamic language support and how it compares to the DLR.

  • IIS 7 Available for Production Use

    Microsoft has announced a "Go-Live" license for IIS 7. This means that while it is still a beta, developers have Microsoft's blessing to try it in a production setting.

  • More Changes for VB on Silverlight

    Silverlight is bringing a lot of changes to VB, including cross-platform support. While much of VB is going to be available in Silverlight, including VB's collection of legacy functions and LINQ, not everything will be available moving forward.

  • Interop Forms 2 - Now with Controls

    The new version of Interop Forms allows .NET controls to be placed on VB 6 forms as if they were ActiveX controls.

BT