InfoQ Homepage .NET Content on InfoQ
-
Presentation: Building Smart Windows Applications
In this demo driven presentation, Daniel Moth explores the new features of .NET 3.5 and Visual Studio 2008 to create rich Windows clients. There are many opportunities for creating a rich application that runs client-side capitalizes on server-side investments.
-
Using Closures to Improve API Design and Usage
Some APIs such as those that perform complex parsing often expose intermediate results via events. As Eric White demonstrates, closures can be used to greatly simplify calling these APIs.
-
New NHibernate Community Site
Fabio Maulo, a member of the NHibernate team, has announced the start of a new NHibernate web site called NH Forge. The name is a reminder of the fact that NHibernate was previously hosted on SourceForge.net since 2005. The purpose of the new site is to bring together the NHibernate community, having all necessary in one place.
-
The source code for portions of .NET 3.5 SP1
Updated source code for fifteen .NET assemblies have been released. These can be downloaded as needed by Visual Studio or all at once using NetMassDownloader.
-
Presentation: Ruby Beyond Rails
John Lam talks about his path to dynamic languages, some of the problems of making IronRuby run fast, and how the DLR helps with implementing languages.
-
SDK for StyleCop Released
One of the central complaints about Microsoft's StyleCop is that the rules were not customizable. This is being addressed with the release of an SDK.
-
SQL Server 2008 Report Builder 2.0 RC1 Ready for Download
Microsoft has released SQL Server 2008 Report Builder 2.0 RC1. The Report Builder has full support for SQL Server 2008 Reporting Services including: various report layouts, data visualizations and formatted text.
-
John Resig on TraceMonkey and the future of JavaScript-based RIAs
The newly announced TraceMonkey is a trace-based JIT compiler that will be featured in the next release of Firefox and pushes the envelope on JavaScript performance. InfoQ has a Q&A with Mozilla JavaScript Evangelist and jQuery creator John Resig about this exiting development and what it signifies for the future of JavaScript-based RIAs.
-
F# Update: MonoDevelop, a New Book, and a New CTP
Though still officially just a research project, the excitement over F# continues unabated. In today's roundup, we take a brief look at what's new for F#.
-
Near C Performance for RIAs with Next Generation Mozilla JavaScript Engine
The Mozilla Foundation has developed TraceMonkey a trace-based JIT compiler that pushes the envelope on JavaScript performance. With plans to be incorporated it in the 3.1 release of Firefox, it delivers near C performance and promises to ‘leap frog’ RIA development to a new level.
-
AnkhSVN 2.0 Source Code Control Package (SCC) for Visual Studio
AnkhSVN started as a Visual Studio add-in, which allowed to work on a Subversion (SVN) version-controlled project from within Visual Studio. Release 2.0 is a complete rewrite of the core engine, which is delivered as a free Source Code Control Package (SCC) for Visual Studio 2005 and 2008.
-
Using jQuery with ASP.NET MVC
The Microsoft ASP.NET MVC Framework has been getting talked about more and more lately. The power and flexibility of ASP.NET MVC allows for developers to use libraries other than those include in the box. The popular JavaScript framework, jQuery, is no exception.
-
IE8 Beta 2 Released for the Consumer
Microsoft has just released Internet Explorer 8 Beta 2. While Beta 1 was aimed to the developers, Beta 2 is for the consumers. Some of the top features of the browser are: Web Slices, Search Suggestions, Accelerators, Compatibility View, SmartScreen Filter.
-
SQL Server 2008 Express Series Is Available
Microsoft has made available three versions of SQL Server 2008 Express. Express editions are free versions of SQL Server intended for learning or building small server applications, or for ISV redistribution. The Tools edition contains the Management Studio, while the Advanced Services edition has full-text search and Reporting Services.
-
Table-Valued Parameters in SQL Server
Table-valued parameters are a new feature introduced in SQL Server 2008. They provide a built-in way to send multiple rows of data from a client application to SQL Server in a single parameterized SQL statement.