InfoQ Homepage .NET Content on InfoQ
-
Virtual Panel: The Current and Future State of RIA
InfoQ recently conducted a virtual panel on the current and future state of RIA and Ajax technologies. The panel features a number of valued contributors to the community including Dion Almaer, Jnan Dash, Didier Girard, Peter Pilgrim, Tim Sneath, and Ryan Stewart.
-
Details on Using Code Contracts
InfoQ has informed on the availability of Code Contracts for .NET. This time we want to offer more details on using Code Contracts, an important addition to .NET.
-
Building a Better Thread-safe Collection
Jared Parsons proposes a better thread-safe collection. By using a design pattern that strongly encourages, but not enforces, thread-safety, his API is both easy to use and easy to understand.
-
IronPython Performance Improvements
A new version IronPython, an implementation of Python running on .NET, has been released. IronPython 2.0.1 focuses on performance improvements, while keeping complete backwards compatibility.
-
Code Contracts for .NET Is Available for Download
Code Contracts is the .NET implementation of the Design by Contract concept. While it was supposed to be delivered with .NET 4.0, Code Contracts is already available for download from DevLabs. Contracts impose certain restrictions on using APIs, making programming safer, having more validations and resulting in fewer unexpected errors during runtime.
-
Visual Basic 6.0 Still Widely Used
A recent Microsoft UK survey found that 87% of Windows developers work for companies that are actively maintaining applications written in Visual Basic 6.0. The survey asks a variety of follow-up questions to gain insight into why companies are still using VB6 eight full years after the release the .NET Framework.
-
Windows 7 Adding Native VHD Support
Windows 7 will be adding native support mounting VHD files as if there were normal hard drives. This takes the form of MMC snap-ins, command line tools, and COM interfaces.
-
Web-based IDEs to become mainstream?
Last week Mozilla released Bespin, a web-based framework for code editing and only a few days later Boris Bokowski and Simon Kaegi implemented an Eclipse-based Bespin server using headless Eclipse plug-ins. With the presentation of a web-based workbench at EclipseCon and the release of products like the Heroku web-based IDE for RoR apps, it seems that web-based IDEs might soon become mainstream.
-
VB May Get a Big Push from ASP.NET MVC
ASP.NET MVC Microsoft developers back to the main steam world of website development. Along with it is a chance for Visual Basic to regain its dominance as the language of choice for .NET web developers. The key is how VB’s XML Literals can be used as an alternative to aspx-code for MVC Views.
-
PRISM 2 Supports Silverlight
Composite Application Guidance for WPF and Silverlight v2.0, a.k.a. PRISM 2, has been released on Microsoft Downloads. This release offers guidance for building Silverlight client applications as well as guidance for reusing code between WPF applications and Silverlight ones.
-
WatiN: Web Application Testing in .NET
WatiN is an open-source library for automating web browsers using .NET. WatiN facilitates automated testing of web applications through browser interaction. The recently released WatiN 2.0 CTP3 allows testing through Internet Explorer and FireFox.
-
Koushik Dutta is Bringing C#, Ruby, and Python to Google’s Android
Koushik Dutta has reached a major milestone in his effort to support C#, Ruby, and Python on Google’s mobile phone platform. In a recent announcement he has demonstrated by-directional interoperability between Dalvik and Mono.
-
Article: InfoQ Editors' Recommended Reading List
Members of the InfoQ editorial team discuss a number of books which have influenced how we think about software development, architecture and managing projects.
-
Scott Guthrie on Web Technologies During MIX 09
In an interview held by Channel 9, Scott Guthrie talks about MIX 2009, Silverlight 3, upcoming VS 2010 Tools for Silverlight, and Expression.
-
Managed Custom Actions with Visual Studio 2010 and WiX 3.0
As covered by InfoQ earlier, WiX 3.0 will be shipping with Visual Studio 2010. WiX is much more flexible than the Visual Studio Setup Project currently available today and it supports managed code to interact with the Windows Installer. Authors can use C#, VB.NET or any other .NET programming language. This also enables debugging which has been a major pain point for installation creators.