InfoQ Homepage .NET Content on InfoQ
-
PowerShell Management Library for Hyper-V Posted on CodePlex
James O'Neill from Microsoft has posted the PowerShell Management Library for Hyper-V Beta 0.9 on CodePlex. The library currently contains 66 functions used to manage the virtual machines running in Hyper-V.
-
An Introduction to the Composite Application Library
Microsoft patterns & practices has recently made available the Composite Application Guidance for WPF. A key component of this guidance is the Composite Application Library, a library useful to create composite WPF applications.
-
Duck Typing Using Runtime Code Generation
Duck typing techniques can be used in statically typed languages like C#, but it generally requires some tedious reflection code. But seeing the benefit of such techniques, some are turning to it anyways and are developing ways to make it less painful.
-
Dime Casts .NET - Learn Something New in 10 Minutes or Less
There is no better way to learn a technology than being able to watch someone teach it to you. A new video podcast has been created to help .NET developers learn about various aspects of .NET development in short, focused segments.
-
The Composite Application Guidance for WPF (Prism) Is Available for Download
Microsoft has just released the Composite Application Guidance for WPF-June 2008, also known as Prism.
-
Sandcastle Source Released
Last month there was an uproar over hosting Sandcastle, a closed-source tool, on the open source site CodePlex. In response to customer demands, Microsoft has decided to release the source code for Sandcastle.
-
Google Releases Open Source Web Application Security Assessment Tool
Google has announced the open source release of "ratproxy" - a passive web application security assessment tool.
-
Gallio .NET Test Automation Platform
Gallio is an automation platform targeting .NET test frameworks. Instead of each test framework creating its own toolset, including an automation API and test runner, Gallio seeks to provide a neutral, extensible platform with tools and automation services that can be leveraged by any test framework.
-
Microsoft Unleashes Hyper-V to the Virtualization Masses
Today Microsoft released Hyper-V, their entry into the bare metal hypervisor virtualization space. Hyper-V supports 32/64 bit operating systems including SUSE Linux 10.
-
ADO.NET Entity Framework Taking Some Heat
A petition has started by the community to express concerns over Microsoft's upcoming release of the ADO.NET Entity Framework. The petition titled "ADO.NET Entity Framework Vote of No Confidence", aims to raise awareness of design and implementation issues foreseen by experts in the industry.
-
Interview: Glenn Block on Prism
In this interview filmed during ALT.NET 2008, Glenn Block answers Greg Young's questions about Prism. Among others, Glenn talks about what is Prism, the differences between Prism and CAB, the architectural challenges met, the customers' feature requests.
-
Using 7-Zip's Compressing/Decompressing Functionality from a .NET Application
Eugene Sichkar, a software developer, has published a project containing a .NET/C# interface to the 7-Zip archiving application on Code Project. 7-Zip is an open source application used to archive/un-archive files in various formats.
-
Silverlight 2 Unit Test Framework
Microsoft has released an updated version of the Microsoft.Silverlight. Testing framework. This framework allows developers to create unit tests covering Silverlight 2.0 Beta 2 projects.
-
My "Unit Test" Aint Your "Unit Test"
Mike Hill, well-known XP contributor, came forth to make a few interesting assertions about the misunderstanding often surrounding how a TDD "unit test" differs from the "unit test" of traditional lore, and how he uses the term 'microtesting' to clear the air for new TDD'ers.
-
Manipulate Office Documents from the Command Line
PowerTools for Open XML is a PowerShell extension that makes it easy to create and manipulate MS Office documents from the command line.