InfoQ Homepage .NET Content on InfoQ
-
Continental Airlines Case Study
It is often said that ASP.NET does not scale and that for real enterprise applications you need to use J2EE. Well, the folks as Continental Airlines beg to differ. Not only does ASP.NET scale in terms of performance, Continental claims it also scales in terms of internationalization.
-
SQL Server Compact Edition Released
SQL Server Compact Edition has been released. As we reported in September, this product is being positioned as a replaced for the venerable Jet engine traditional used by Visual Basic programmers for lightweight databases.
-
Deep Support for Oracle in Visual Studio
Visual Studio has had some support for SQL Server for quite some time, but that does not help the developers who are targeting Oracle. Fortunately Oracle has taken steps to address this by releasing Oracle Developer Tools for Visual Studio .NET.
-
Internet Explorer Developer Toolbar
A new version of the IE Developer Toolbar is available. This provides a collection of tools for web developers including a real time DOM editor and the ability to view pages with scripting or CSS disabled.
-
PLINQ: Parallel Programming For The CLR
While Microsoft's developer devision refines the core LINQ for the Visual Studio 2007 release, work has already begun on the next version feaures. The one most interesting to those looking to support multi-core computer is Parallel LINQ. Joe Duffy's presentation at Declarative Aspects of Multicore Programming workshop gives a good overview of some of background and issues of Parallel LINQ.
-
Follow up on ASP.NET AJAX release with Shanku Niyogi
Shanku Niyogi is the Product Unit Manager for ASP.NET, InfoQ was able to grab a few minutes of Shanku's time to have him answer a series of questions on ASP.NET AJAX. This is a follow up to the announcement last week of the ASP.NET AJAX release.
-
InfoQ Article: In-Process JVM & CLR Interop
The two most popular managed environments (the JVM and the CLR) are in fact, nothing more than a set of shared libraries, each providing services to executing code such as memory management, thread management, code compilation (JIT), etc. Using both the JVM and the CLR inside the same operating system process is easy; in this new article, Ted Neward shows how and why.
-
Fire and Motion: What OpenXML Means to IBM and Lotus Notes
In the on going debate between ODF and OpenXML, two things are becoming clear. The first is that both ODF and OpenXML are essentially proprietary formats dressed up to be open standards. The second is neither IBM nor Microsoft is going to back down.
-
Function Memoization in C#
Pure functions, those that always return the same value for a given input, have several advantages over other functions. One of these is that their result can be saved or "memoized" so they do not need to be recalculated. Wes Dyer of the C# compiler team demonstrates a generic way to do this with C# 3.0 and closures.
-
ASP.NET AJAX Released: Will AJAX Finally Be Popular On ASP.NET?
According to the annual survey conducted in September by Ajaxian.com, ASP.NET developers lagged behind other AJAX-enabled implementations. With the release of ASP.NET AJAX, that is all set to change.
-
Is C# becoming a functional language?
With the extensive functionality added to support LINQ, many people have been asking if C# and VB are becoming functional languages. Mads Torgersen, C# Language PM, answers this question in his article by the same name.
-
Mono-based MP3 Wins CES Best of Show
SanDisk's Sansa Connect MP3 player won the Best of Show award for MP3 Players at this years Consume Electronics Show. The device runs the Linux operating system and the application stack is all built on Mono.
-
Linden Labs Help Mono Fix Leaks
The Second Life developers at Linden Labs, working in conjunction with the Mono team, have been able to fix several memory leaks in Mono, significantly improving the runtime performance and stability of the platform.
-
OpenXML vs ODF: Round 2
One of the most hotly debated areas in the OpenXML spec is the number of partially documented compatibility flags. But as we see, ODF isn't innocent in this area either.
-
TeamCity 1.2 Released - Continuous Integration Server for Java and .NET
JetBrains has released version 1.2 of TeamCity, a continuous integration server which now includes a plugin for Visual Studio 2005, along with support for Visual SourceSafe.