InfoQ Homepage .NET Framework Content on InfoQ
-
Interview: Walt Ritscher at VSLive
InfoQ sat down with Walt Ritscher at VSLive Toronto to talk about WPF, Web 2.0, and Microsoft code naming conventions. Walt prophecies where he thinks WPF excels and who will build the killer apps in WPF. Included is a quick history on AJAX, where to use it and why it took 7 years to become relevant. Walt also shares his new favorite Windows technology, Windows PowerShell.
-
Visual Studio 2007 Preview
Do you wonder what will be in the next edition of Visual Studio? MSDN's Showtime has a copy of the TechEd presentation on the upcoming "Orcas" release. Highlights include framework multi-targeting, rich CSS support, enhanced JavaScript Intellisense and debugging.
-
CLR Add-In Model
Currently .NET applications have the ability to host add-ins. Isolation and sand-boxing can even be accomplished via AppDomains. However there are some gapping holes in the use case. Microsoft's CLR Add-In Team intends to address these holes in VS 2007.
-
In Case You Missed It: Oracle Supports .NET in the Database
In the ongoing competition between Microsoft and Oracle for the enterprise developer's attention, SQL Server added the ability to embed .NET code. Not to be out done, Oracle has added that ability as well for both Java and .NET with Oracle Database Extensions for .NET.
-
MS MVP Richard Hale Shaw on C#
Richard Hale Shaw has been mentoring developers for over 15 years and has the distinction of being a Microsoft MVP on C#. In this interview Richard discusses advancements in C# from 2.0 to 3.0.
-
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.
-
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 Committed to Supporting C# 3.0
Miguel de Icaza of Novel's Mono team has announced that Mono will support C# 3.0. However, before that occurs a lot of C# 2.0 bugs have to be fixed.
-
Presentation: Billy Hollis on Windows Presentation Foundation Fundamentals
Enjoy this Billy Hollis presention on Windows Presentation Foundation. Billy begins with the the reasoning behind WPF, moves to the basics and finishes with where WPF excels as a solution set.
-
Should VB Break Backwards Compatibility (Again)?
Paul Vick of Microsoft's Visual Basic team asks the VB community if they are willing to accept a breaking change in order to get a true ternary operator.
-
Feature Specifications for Visual Studio and the .NET Framework
Last week Microsoft released the feature specifications for the .NET Framework codenamed "Orcas" and the next version of Visual Studio. Among the more notable additions comes multi-targeting across versions of the .NET Framework, a feature that was noticeably absent from Visual Studio 2005.
-
Support for Zip Files Still Lacking In .NET 3.0
The ability to use file compression like the venerable ZIP format is very important to many developers. For those developers using.NET, that means dropping to command shell or using a third-party component. With .NET 3.0, there is built-in support for ZIP files, though the implementation is somewhat questionable.
-
SOA: Beyond the Hype and SDL
InfoQ sits down with Mohammad Akif, a Microsoft Architect Evangelist, to discuss the myths of SOA, common pitfalls in designing for SOA, J2EE and .NET interoperability and injecting the Security Development Lifecycle into enterprise development lifecycles.