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 Wiki Engine from CodePlex is now Open Source

    The Wiki rendering engine from Microsoft’s open source site, CodePlex, has been itself open sourced as an API.

  • Windows 7 RTM Available For Download

    Today Microsoft made Windows 7 (English) available for download for MSDN and TechNet subscribers. Windows 7 will be available for general consumers October 22nd. A complete list of the different availability dates for all type of customers can be found at the Windows 7 blog.

  • SQLite Has Been Ported to .NET

    Noah Hart has ported SQLite3 to C#. While the first port is slower than the original, the project opens the way for SQLite to be used in .NET managed projects without using P/Invoke or unsafe code.

  • Web Services as an Alternative to Copy-Protected Software

    Microsoft has released an API for generating Tags, their new barcode technology. But unlike most commercial libraries, there are no attempts at copy-protection. Instead, the library is only available as a web service.

  • IronRuby Roundup – IronRuby 0.9.0 and Benchmarks

    The community around the IronRuby project is appearing busier as of late as the team moves the project toward a 1.0 release. The team has released version 0.9.0 and Antonio Cangiano has released some encouraging benchmarks for IronRuby.

  • Spec# and Boogie Released on CodePlex

    The source code for Spec# is now available on CodePlex under the Microsoft Research Shared Source License Agreement (non-commercial use only). It’s code verification tools, named Boogie, has been released under the Microsoft Public License, which conforms to Free/Open Source standards.

  • NHibernate LINQ Provider Released

    NHibernate Linq 1.0 has been released. Based on the stable provider from NHibernate Contrib, NHibernate Linq 1.0 is a LINQ provider that supports most operations available through the NHibernate criteria query API.

  • VS 2010 Bugs Being Ignored?

    It appears that Microsoft is no longer fixing minor bugs for VS 2010.

  • A Preview of Version 2 of ASP.NET MVC

    Microsoft has released the first preview for their ASP.NET MVC v2. Highlights include a new plugable validation model, sub-projects for dividing up large websites, and an enhanced templating model.

  • Generating Linux Appliances from Visual Studio

    Novell has released SUSE Studio, a tool used for creating Linux appliances. Related to that, the Mono team has created a plug-in to generate such SUSE powered appliances from within Visual Studio.

  • IronRuby and the Road to 1.0

    IronRuby was originally announced by Microsoft at MIX'07 and two years later developers are wondering where is version 1.0. InfoQ interviewed John Lam My in January of 2008, where John indicated the team was looking for release in the second half of the year, but that did not materialize.

  • .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.

  • The .NET Reactive Framework (Rx) Enables LINQ over Events

    Erik Meijer and Wes Dyer have created the .NET Reactive Framework (Rx), the mathematical dual of LINQ to Objects, allowing programmers to use LINQ over events. Erik and Brian Beckman demonstrate that IObservable is a continuation monad.

  • For the Nth Time, the CLR Has Its First Plugin Model

    In honor of MEF reaching its feature complete milestone, we take a look at the confused story of extensibility in the .NET Framework. MEF or Managed Extensibility Framework is the fourth extensibility framework to be released by Microsoft. Though like all the previous times, Microsoft is claiming that it is the first.

  • CodePaste.NET, a Website for Exchanging Code Snippets

    Rick Strahl has created CodePaste.NET, a website that allows .NET code snippets to be shared among social networking and IM users.

BT