BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage .NET Framework Content on InfoQ

  • Silverlight 4 Brings Assembly Sharing with .NET

    Assemblies built in Silverlight 2 and 3 are not binary compatible with the .NET Framework, so if you want to share code you need generally need to dual-compile. With Siverlight 4 and .NET 4, you will be able to use some Silverlight-based assemblies from within .NET 4.

  • Interview With Aslak Hellesøy on Cucumber For .NET

    InfoQ has interviewed Aslak Hellesøy, the creator of Cucumber on its recent support for .NET. Cucumber is an acceptance testing tool for Behaviour Driven Development (BDD). At Agile2009, InfoQ’s Mark Levison reported from the Functional Test Tools Workshop that Matt Wynne and Richard Lawrence started to work on a .NET solution for Cucumber, later to be named Cuke4Nuke.

  • BCL Changes in .NET 4

    The BCL or Base Class Library represents the core of the .NET framework. Regardless of what type of application one is developing, the BCL represents the starting point upon which all other functionality is built. This is why changes to the BCL are significant to all .NET developers.

  • New Features and Performance Improvements for System.IO

    Microsoft is planning some simple but much welcomed performance improvements for the core System.IO functionality. These include convenience methods for reading and writing text-based files, significantly faster directory enumeration, and support for memory mapped files.

  • Introducing the Windows 7 API Code Pack for .NET

    The “Windows API Code Pack for Microsoft .NET Framework” is a wrapper that exposes Windows functionality to .NET developers. The wrapper is written primarily in C#, with the DirectX functionality in C++/CLI. The source code is available, but it isn’t licensed as open source.

  • VB Power Packs Slipped into VS 2008 SP 1

    If a bug fix is shipped and no one knows about, has it been actually been fixed? The VB Power Packs were patched and shipped with VS 2008 SP 1, but only those who knew to explicitly change which DLL they referenced got the update.

  • .NET 4 Beta 1 Now Supports Software Transactional Memory

    Microsoft has released a new version of .NET 4.0 Beta 1, one that incorporates STM.NET, the Software Transactional Memory. STM is an alternative mechanism to lock-based synchronization used to control the concurrent access to shared memory.

  • MS Robotics Studio Updated

    Microsoft Robotics Developer Studio (RDS) is a development environment used to create robotics applications. RDS 2008 R2 has been updated to offer improved performance, better analysis tools, new simulation sensors, and improved tutorials.

  • Is There a Future for VB.NET?

    Many have wondered why Microsoft is giving a different treatment to VB.NET compared to C#, why VB.NET developers are paid less than C# ones and if they should worry for their future or not. In a podcast, Lisa Feigenbaum, PM in .NET Managed Languages Group, assures the VB.NET community that VB definitely has a future.

  • Microsoft OracleClient Deprecated

    Microsoft announced System.Data.OracleClient will be marked obsolete in .NET 4.0 and removed from future releases. OracleClient is the ADO.NET provider for Oracle developed by Microsoft and shipped as part of the .NET FCL. Its absence will be an impediment to future upgrades for the many small projects using this provider for Oracle data access.

  • Ruby VM Roundup: IronRuby 1.0 Coming Up, RubySpec, JRuby 1.3.1

    IronRuby's alive and kicking - and will go 1.0 in July. We look at some resources to get up to speed with IronRuby's status. Also: JRuby 1.3.1 is an important bug fix update for JRuby users, MacRuby continues to improve and MagLev now comes with a native parser.

  • Building Applications, the Workflow Way

    A new article by David Chappell describes how BPM engines are different from plain programs written in Java, C#, etc. and the ways Windows Workflow Foundation can be used to build workflow applications.

  • Accessing Windows 7 with Windows API Code Pack for .NET

    Microsoft has made available Windows API Code Pack for Microsoft .NET Framework (v0.85), a library useful to access new Windows 7 features, including Vista ones, from managed code. This library is not included in .NET 4.0.

  • Interview: Eric Nelson on VS 2010 and .NET 4.0

    In this interview Eric Nelson talks about what’s coming in VS 2010, the C# – VB.NET convergence, the introduction of Parallel as a library, and Azure cloud computing.

  • CLR 4 Has a "Background" Garbage Collector

    Maoni Stephens, Dev Owner of the CLR GC, and Andrew Pardoe, PM of the CLR GC, explain in a Channel 9 interview the introduction of the Background GC in CLR 4 which basically allows the start of yet another GC while the first is running, improving the efficiency of the garbage collection process.

BT