InfoQ

News

Power Toys for .NET Compact Framework

Posted by Jonathan Allen on Dec 24, 2007 06:09 AM

Community
.NET
Topics
Artifacts & Tools ,
Debugging
Tags
.NET Compact Framework

The .NET Compact Framework is used for smaller devices such as smart phones and handheld computers as well as the XBox 360. The recently released 3.5 version now includes a host of debugging tools known collectively Power Toys for .NET Compact Framework 3.5.

The first tool is a CLR profiler for debugging memory issues. This is a must-have for anyone working within the constrained environment of mobile devices.

Another problem for many developers is the tendency for the Windows Communication Foundation (WCF) to silently drop messages when there is a configuration error. Logging is available for the full Framework, but unfortunately space constraints has prevented shipping it with the compact edition. The next power tool, the Remote Logging Configuration Tool, addresses this.

Speaking of WCF, a new tool for generating client proxies called NETCF ServiceModel Metadata Tool is also available. Dan Horbatt writes, "Like svcutil.exe, which is the desktop version of the utility, netcfsvcutil.exe is a command-line tool that generates service model code from metadata documents and generates metadata documents from service model code."

Also included is an app configuration tool for dealing with framework versioning issues, a remote performance monitor and heap viewer, and a network log viewer.

No comments

Reply

Exclusive Content

Clojure

Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.

Composite Oriented Programming with Qi4j

We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.

Dan Farino About MySpace’s Architecture

Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.

Principles and Practices of Lean-Agile Software Development

Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.

The Maxine VM

Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.

Joe Armstrong About Erlang

Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.

The Limits of Code Optimization: a new Singleton Pattern Implementation

The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.

Pressure and Performance – The CTO's Dilemma

Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.