InfoQ

News

Lighter Weight Version of .NET for Clients

Posted by Jonathan Allen on May 23, 2008 06:34 AM

Community
.NET
Topics
Rich Client / Desktop ,
.NET Framework

With the .NET platform continuing to grow at a breakneck pace, the need for a lighter weight client-only version has become apparent. To address this need, the .NET Framework Client Profile was created.

This version, currently at 27 MB, isn't exactly small. But at less than 15% of the full version, it will be a welcome change for those needing to deploy it across their company or over the Internet. The savings are made by eliminating the server aspects of the framework such as System.Web.

The libraries left fall into the below categories. You can see the full list of assemblies on the BCL Team Blog.

  • Active Directory and Enterprise Services
  • BCL, "Core FX," and LINQ
  • ClickOnce
  • Data Access
  • Peer to Peer
  • Visual Basic and Visual C++ Language Support
  • WCF, Web Services, Remoting, and Serialization
  • Windows Forms
  • WPF
  • XML

 

No comments

Reply

Exclusive Content

Ruby.rewrite(Ruby)

In this RubyFringe talk, Reginald Braithwaite writes Ruby code to read, write, and rewrite Ruby. Demos include extending Ruby with conditional expressions, call-by-name and more.

Book Except and Interview : Aptana RadRails, An IDE for Rails Development

Aptana RadRails: An IDE for Rails Development by Javier Ramírez discusses the latest Aptana RadRails IDE, a development environment for creating Ruby on Rails applications.

Fast Bytecodes for Funny Languages

Cliff Click discusses how to optimize generated bytecode for running on the JVM. Click analyzes and reports on several JVM languages and shows several places where they could increase performance.

Scott Ambler On Agile’s Present and Future

Scott Ambler, Practice Lead for Agile Development at IBM, speaks on the current status of the Agile community and practices having a look at the perspective of the Agile’s future.

Manager's Introduction to Test-Driven Development

Dave Nicolette and Karl Scotland try to introduce non-technical managers to one of the most popular Agile development techniques: Test-Driven Development (TDD).

Structured Event Streaming with Smooks

Smooks is best known for its transformation capabilities, but in this article Tom Fennelly describes how you can also use it for structured event streaming.

How to Work With Business Leaders to Manage Architectural Change

Successful architectures evolve over time to meet changing business requirements. Luke Hohmann presents how to collaborate with key members of your business to manage architectural changes.

Colors and the UI

In this article, Dr. Tobias Komischke explains how colors used in a GUI can influence our interaction with a computer and offers advice on using the appropriate colors for the interface.