Sign in
Steven Pratschner's .Net CF WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Custominzing the CLR book
Diagnostics
GC
Interop
NetCF General
Versioning
Archive
Archives
March 2011
(1)
May 2008
(2)
April 2008
(1)
March 2008
(1)
February 2008
(1)
December 2007
(1)
November 2007
(3)
October 2007
(3)
September 2007
(2)
August 2007
(1)
March 2007
(2)
January 2007
(1)
December 2006
(1)
October 2006
(1)
April 2006
(1)
March 2006
(1)
February 2006
(1)
December 2005
(3)
November 2005
(1)
June 2005
(2)
February 2005
(1)
January 2005
(1)
December 2004
(1)
August 2004
(1)
July 2004
(1)
June 2004
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Steven Pratschner's .Net CF WebLog
The Design of the .Net Compact Framework CLR, Part II: JIT Compiler Design Considerations
Posted
over 8 years ago
by
stevenpr
1
Comments
This is the second in a series of posts describing the design of the .Net Compact Framework CLR. If you missed Part 1, you can find it here . This installment describes the basic design tenants of the .Net Compact Framework JIT compilers. ---- The...
Steven Pratschner's .Net CF WebLog
The Design of the .Net Compact Framework CLR, Part 1: Overview and Background
Posted
over 8 years ago
by
stevenpr
12
Comments
In the last few weeks I've been working on a series of posts that describes why various design decisions were made when building the .Net Compact Framework CLR. In this first post, I describe the environmental factors that have influenced the design and...
Steven Pratschner's .Net CF WebLog
Why Upgrade to Version 2.0 of the .Net Compact Framework?
Posted
over 8 years ago
by
stevenpr
1
Comments
Much has been written about the new technical features available in version 2 of the .Net Compact Framework. In this post, I've tried to take a "higher level" approach by describing the product in terms of the benefits it can bring to a organization....
Steven Pratschner's .Net CF WebLog
Diagnosing Marshaling Errors using Interop Logging
Posted
over 8 years ago
by
stevenpr
4
Comments
In a previous post I described how the Loader Log can be used to help diagnose problems such as assembly load failures, version mismatches and so on ( http://blogs.msdn.com/stevenpr/archive/2005/02/28/381744.aspx ). Another critical element of our new...
Steven Pratschner's .Net CF WebLog
Update on “Using POOM with .Net Compact Framework Whidbey”
Posted
over 8 years ago
by
stevenpr
3
Comments
Last summer I wrote a post about how to access the PocketOutlook Object Model (POOM) using the Beta1 build of the .Net Compact Framework ( http://blogs.msdn.com/stevenpr/archive/2004/08/05/209390.aspx ). A few things have changed since then that make...
Steven Pratschner's .Net CF WebLog
Better Diagnostics in Whidbey: Loader Logging
Posted
over 8 years ago
by
stevenpr
10
Comments
If you’ve spent much time developing applications with version 1 of the .Net Compact Framework, you’ve likely been frustrated at times by the lack of tools to help you diagnose problems in your applications. Even common errors, like the failure to find...
Steven Pratschner's .Net CF WebLog
.Net Compact Framework: Versioning, Strong Names and the Global Assembly Cache – Part 2
Posted
over 8 years ago
by
stevenpr
6
Comments
Last summer I posted an article that described the basic differences between the .Net Compact Framework and the full .Net Framework with respect to versioning and deployment (see http://blogs.msdn.com/stevenpr/archive/2004/06/30/170289.aspx ). Recently...
Steven Pratschner's .Net CF WebLog
Application Compatibility with .Net Compact Framework Whidbey
Posted
over 9 years ago
by
stevenpr
9
Comments
Throughout the Whidbey product cycle, we’ve tried hard to make sure that the new version of the Compact Framework we’re building is capable of running the applications you’ve built with version 1.0 unchanged. That is, our goal is to make sure you can...
Steven Pratschner's .Net CF WebLog
Using POOM with .Net Compact Framework Whidbey Beta1
Posted
over 9 years ago
by
stevenpr
12
Comments
Note: Be sure to also read the update to this post . Working with POOM in the Compact Framework is even easier now that version 2 has shipped. ----- One of the areas that I work on in the .Net Compact Framework group is native code interoperability...
Steven Pratschner's .Net CF WebLog
An Overview of the .Net Compact Framework Garbage Collector
Posted
over 9 years ago
by
stevenpr
24
Comments
Developers frequently ask for more information about how the garbage collector works in the Compact Framework. In this blog entry, I’ll address the questions we are most often asked about the collector. I’ll start by describing...
Steven Pratschner's .Net CF WebLog
.Net Compact Framework: Versioning, Strong Names and the Global Assembly Cache – Part 1
Posted
over 9 years ago
by
stevenpr
5
Comments
Hi everyone – My name is Steven Pratschner. I’m the Program Manager for the CLR that ships as part of the .Net Compact Framework. I intend to use this blog to post information on various topics related to the Compact Framework, including versioning...
Page 2 of 2 (36 items)
1
2