InfoQ

Community Specific Content View

All content and news on InfoQ about .NET


Latest featured content about .NET

Fine Grained Versioning with ClickOnce

Community
.NET
Topics
Rich Client / Desktop,
Versioning

ClickOnce makes it easy to deploy WinForms applications. But while it has some versioning support, it has no built in way to deliver different versions to different people. This makes partial rollouts to a test audience difficult. David Cooksey shows how to fine grained versioning to a ClickOnce deployment using an HttpHandler written with ASP.NET.

News about .NET

F# 1.9.4 Available Now with Important Updates

Community
.NET
Topics
Language

Microsoft released an new version of its F# compiler, version 1.9.4. A version more polished and simplified.

Tool Roundup for Silverlight

Community
.NET
Topics
Rich Internet Apps,
Artifacts & Tools

Many organizations are evaluating Silverlight for usage within their business applications. While official tool options today are limited to Visual Studio 2008 and Expression Blend there are other options.

Articles about .NET

Implementing Manual Activities in Windows Workflow

Community
Architecture,
.NET,
SOA
Topics
Workflow / BPM

Windows workflow is an excellent framework for implementing business processes. One thing that is missing in it is direct support for human activities. Several approaches to solving this problem exist, but they are not generic enough for general usage. In this article we will define one of the approaches to a completely generic implementation of human activities in WF.

Building Domain Specific Languages on the CLR

Community
.NET
Topics
Domain Specific Languages

In his latest article Ayende Rahien introduces internal DSLs as a means of creating Domain-Specific Languages without having to deal with the complexity of designing a completely new language. He compares different .NET languages as suitable host languages for DSLs and presents Boo as an ideal candidate due to its meta programming facilities, flexibility, and performance.

Interviews about .NET

Silverlight at Major League Baseball.com

Community
.NET
Topics
Javascript,
Web 2.0,
Rich Internet Apps,
Java plus .NET Integration,
Silverlight

Learn about the re-launch of Major League Baseball’s website on Silverlight. With the website’s back-end written in Java and much of the user interface built with JSP, MLB.com is not your typical candidate for adopting Microsoft’s newest technology for building Rich Internet Apps. Henry Belmont and Thaniya Keereepart share the reasoning behind choice and implementation details.

Rod Johnson discusses the Spring Portfolio

Community
.NET,
Java
Topics
Open Source,
Enterprise Architecture

In this interview from QCon San Francisco, SpringSource CEO Rod Johnson discusses the origins and philosophy of Spring, the Spring Portfolio, Spring Web Flow, Spring Batch, Spring.Net, the partnership with Tasktop Technologies, and community involvement and utilization of Spring.

Presentations about .NET

Conquering XML with LINQ in Visual Basic 9.0

Community
.NET
Topics
XML Databinding

In Visual Basic 9.0, XML becomes a built-in data type with a rich editing experience that completely eliminates the conceptual barrier between the code that you write and the XML that you're trying to express. It will cover tips, tricks, and gotchas so that developers reach peak performance when programming against XML with LINQ in Visual Basic 9.0.

Laurence Moroney on Silverlight

Community
.NET
Topics
Silverlight,
Programming

Laurence Moroney provides an overview of the features of Silverlight and coming enhancements. He introduces the designer/developer continuum, the JavaScript API, as well as the tools of the trade for both developers and designers. Laurence also walks through building a video player.

Books about .NET

Visual Studio .NET Tips and Tricks

Community
.NET
Topics
Artifacts & Tools,
Programming

Visual Studio .NET Tips and Tricks is a book explaining how to use VS.NET efficiently. Organized into short and easy-to-grasp sections, and containing tips and tricks on everything from editing and compiling to debugging and navigating within the VS.NET IDE, this book is a must-read for all .NET developers, regardless of expertise and whether they program in C#, VB.NET, or any other .NET language. This book covers the Visual Studio .NET 2002, 2003, and 2005 Beta 1 releases.