.NET Framework
This holds all posts that related to the framework in general, such as .NET security.
This page has been moved to
CodeBetter.Com. Please update your links accordingly. The new post URL is:
http://codebetter.com/blogs/darrell.norton/archive/2004/03/23/9780.aspx
Jim Meeker thinks that strongly typed DataSets are cool. Shawn Wildermuth has an article about Improving Typed DataSets on OnDotNet that shows you how to rename classes, properties, and relationship accessors, and define how to handle database nulls through annotations. If you've ever hated the default method names or wanted to customize them to be more object-oriented, this is the article! I usually only do this if I am working on a large app and the improved readability will help other developers.
Two new chapters added to Microsoft's Enterprise Solution Patterns:
- Chapter 6: Services Patterns
- Chapter 7: Performance and Reliability Patterns
The whole shebang, labeled v1.1, is also available for download.
Chris Brumme has posted again, this time on TransparentProxy. This post is huge. Most of this stuff goes over my head but I read it anyway, hoping to learn by osmosis.