InfoQ Homepage .NET Content on InfoQ
-
C#/Silverlight Features for Flash Developers and haXe
A number of Flash/ActionScript developers have expressed their desire to see Silverlight/C# features in their development tools. haXe, a multiplatform language that compiles to SWF files among others, promises to provide what AS3 is missing.
-
Next Beta Of Visual Studio 2010 Promise Better Performance
Back in Mai, Beta 1 was released of Visual Studio 2010. Since then the Visual Studio development team, including performance guru Rico Mariani, have been working hard on improving performance based on customer feedback.
-
MapPoint Add-In For SQL Server Released
Microsoft released a free MapPoint 2009 Add-In for SQL Server 2008 spatial data. The add-in can be used with MapPoint to build map graphics against queries on SQL Server 2008 spatial geography columns.
-
Fluent NHibernate Has Been Released as 1.0 RC
James Gregory, the owner of the Fluent NHibernate project, has announced his project has reached the 1.0 milestone and it is currently a Release Candidate.
-
Disclosing How C#-SQLite Was Ported to .NET
InfoQ announced the porting of SQLite to .NET two weeks ago. Because the community showed special interest in this project, we interviewed Noah Hart, the developer who did it, to find out how SQLite was re-written in C#.
-
Moonlight 2.0 Beta 1 Contains Features from Silverlight 3.0
Moonlight, the open source implementation of Microsoft’s Silverlight for Linux and Unix/X11 systems, has reached version 2.0 Beta 1. Moonlight 2.0 API is a superset of Silverlight 2.0 API because it contains features from Silverlight 3.0.
-
New Patterns & Practices Project – Claims Based Authentication & Authorization Guide
The Patterns & Practices team announced a newly started project for developing a new guide called "Claims Based Authentication & Authorization Guide". This guide will give best practices on how to implement "Geneva", Microsoft's attempt to simplify user access and single sign-on based on claims.
-
A US Judge Orders Microsoft to Stop Selling Word
A Texan judge has ordered Microsoft to stop selling MS Word in US because it infringes on a patent hold by i4i.
-
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.
-
The “IE6 No More” Campaign
Once the most prominent browser on the web, IE6 has drawn lots of criticism for it compatibility and security issues culminating with the “IE6 No More” campaign supported by web companies tired of spending extra time coding specifically for IE6.
-
What’s Next for SQL Server?
As we reported last year, SQL Server 2008 R2 will support 256 logical processors. Other features include better multi-server management tools and geospatial visualization in Reporting Services 3. A preview of the new version is available to MSDN and TechNet subscribers. The general public will have access later this month.
-
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.
-
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.