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

  • WCF Support Improved in Mono

    Xamarin's first official Mono release came out earlier this month with many bug fixes, OS X Lion support, a “vastly improved WCF stack”, and better debugging support. The version number is 2.10.3, which makes it a short-term support release. Those who desire a long term commitment to support should stay with the 2.6 series until Mono 3 is ready.

  • Microsoft Dynamics CRM As Development Platform

    The Dynamics CRM SDK, which allows Dynamics CRM to be customized using .NET framework, opens the entire object model to developers to build solutions against. It does this using reusable application services and a multi-tenant architecture and allows to build multiple Line-Of-Business xRM applications on a single platform.

  • An Overview of WCF RIA Services Toolkit

    In honor of the August release of WCF RIA Services Toolkit, we are going to offer a quick introduction to the various components it offers on top of the baseline version of RIA Services. New in this build is support for EntityFramework 4.1, including code first, and a fix to the JavaScript/jQuery client so that it works with jQuery 1.5.1 and later.

  • Extended WPF Toolkit v1.5 Adds Six New Controls

    The Extended WPF Toolkit is a compilation of Windows Presentation Foundation (WPF) controls, utilities, and components not included in the standard WPF Toolkit. The new version 1.5 has six new controls in addition to some control updates and bug fixes.

  • GitHub Adds Web-Based File Edit and Commit Feature

    GitHub just added a new feature: files in the web view of a Git repository can now be edited and then committed in the browser. A similar feature was added to Google Code a few months ago.

  • Microsoft Slows Down Release Cadence for Entity Framework, Adopts Semantic Versioning

    Since .NET 4 was released Microsoft has been pushing an ever faster release cadence for its .NET libraries with new features coming out every few months instead of every few years like it had done in the past. As a result of a recent embarrassment, the ADO.NET team is moving back to using beta releases and, to reduce future confusion, adopting the concept of Semantic Versioning.

  • Behavior Driven Development In .NET

    Behavior Driven Development (BDD) is being increasingly seen as an alternative way to approach Test Driven Development. SpecFlow and NSpec are popular frameworks for BDD in .NET. They help create test specifications that are easy to read even for non-programmers and allow the design of the software to be driven by it’s purpose.

  • A Wide Array of New Features in Windows Azure Tools 1.4

    Microsoft has released Windows Azure Tools 1.4, an update to the Visual Studio extension that allows developers to create applications for Windows Azure. The new features include performance profiling, MVC 3 support, package validation, and support for multiple service configurations.

  • Windows Server AppFabric adds Read-Through and Write-Behind Support

    The new Read-Through and Write-Behind support in AppFabric 1.1 allow developers to improve performance while at the same time reduce the complexity of their applications. This is done by moving the logic for reading from and writing to the database into the caching server itself. Other improvements include lazy-loading of session state information and support for ASP.NET output caching.

  • Thoughtworks Technology Radar July 2011

    ThoughtWorks recently published its Technology Radar; a report to help technology leaders understand emerging technologies, identify strategic platforms and tools and prepare their organizations for them.

  • TFS To Get Modify-Merge-Commit Style Version Control

    The next version of Team Foundation Server will include a feature called Local Workspaces, which will allow Subversion Style “Modify-Merge-Commit” Version Control. This will make it much easier for developers new to TFS get acquainted to the Version Control Model compared to the current model of “Server Workspaces”, and make working offline easier.

  • Writing Asynchronous Tests with Rx and Silverlight

    Richard Szalay is demonstrates how Reactive Extensions can be used to make asynchronous testing with the Silverlight Unit Testing Framework less error prone.

  • Mozilla, WebKit To Support Debugging Minified JS As Well As CoffeeScript and other JS Languages

    Debuggers for Javascript are powerful - but only for plain Javascript. Minified Javascript and languages compiling to Javascript are not supported, ie. that means no breakpoints or accurate log messages for CoffeeScript, ClojureScript etc. InfoQ looks at the current situation and at the recently launched projects at WebKit and Mozilla that aim to fix it.

  • An Overview of the X++ Programming Language

    X++ is a 17 year old programming language with a syntax that meshes the structural and imperative features of Java with the set-based operations of SQL. It is primarily used within Dynamics AX, an enterprise resource planning platform. Originally a completely proprietary language, as of 2009 X++ can be compiled to .NET’s Intermediate Languages.

  • Web Intents: Google's Mechanism for Inter WebApp Linking

    Are you spending hours writing custom code to integrate with various third party service providers from your web application? Google's Chrome team is working on a master API for moving the onus from the developer to the user through analogous late run-time binding mechanisms used by the Intents system on the Android OS.

BT