Sign in
ploeh blog
Mark Seemann's discontinued .NET blog.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Component Development
Dependency Injection
Enterprise Library
Miscellaneous
Pages
Productivity
Services
Software Design
Unit Testing
Archive
Archives
February 2009
(1)
January 2009
(7)
December 2008
(6)
November 2008
(6)
October 2008
(4)
September 2008
(1)
August 2008
(2)
July 2008
(2)
June 2008
(5)
May 2008
(2)
April 2008
(3)
March 2008
(5)
February 2008
(2)
January 2008
(1)
December 2007
(2)
November 2007
(4)
October 2007
(4)
September 2007
(3)
August 2007
(4)
July 2007
(3)
June 2007
(5)
May 2007
(8)
April 2007
(5)
March 2007
(2)
February 2007
(4)
January 2007
(2)
December 2006
(4)
November 2006
(3)
October 2006
(4)
September 2006
(2)
August 2006
(5)
July 2006
(4)
June 2006
(3)
May 2006
(2)
April 2006
(1)
March 2006
(5)
February 2006
(4)
January 2006
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ploeh blog
Speaking in March
Posted
over 7 years ago
by
ploeh
2
Comments
If you're in the Copenhagen or Århus area in the beginning of March, you may have the opportunity of going to the local Mød Microsoft ( Meet Microsoft ) event, where I'll be delivering a day-long seminar on Applied Architecture with Enterprise Library...
ploeh blog
Serializing Read-Only Collections to Code
Posted
over 7 years ago
by
ploeh
0
Comments
In some cases, a Component or Control may have the need to contain a read-only collection of complex objects. Additionally, although you don't want to enable a developer to change the collection itself at design time, you still want to make it possible...
ploeh blog
Towards Unit Testing Component Serializers
Posted
over 7 years ago
by
ploeh
12
Comments
When writing complex components or controls, it is sometimes necessary to implement custom CodeDOM serialization of the control. If the code serialization logic is complex, it would be nice if it was possible to unit test this logic. It's not quite as...
ploeh blog
Unit Testing Control Designers
Posted
over 7 years ago
by
ploeh
0
Comments
One of the inherent problems of control development is that it doesn't lend itself easily to unit testing. After all, you are developing a user interface, and it's necessary to validate that it looks as expected. While that's true, more complex control...
ploeh blog
Enterprise Library and the Future of Service Locator
Posted
over 7 years ago
by
ploeh
6
Comments
Enterprise Library for .NET 2.0 has finally been released! This new release contains a lot of breaking changes from the former version; there are many good reasons for this, such as new features of .NET 2.0 which supercede some of the features of Enterprise...
ploeh blog
Testing Events Using Anonymous Methods
Posted
over 7 years ago
by
ploeh
11
Comments
If you are unit testing a class which may raise an event, it will be appropriate to test that the event is raised when appropriate. Before .NET 2.0, you had to attach an event handler to an instance of the class to test the event, but now you can do it...
ploeh blog
Service Locator 1.1 Available
Posted
over 7 years ago
by
ploeh
0
Comments
A new version of the Service Locator Enterprise Application Block is now available. At version 1.1, not much is new: I've added a method which allows a developer to clear all injected services from the InjectionServiceProvider. The idea is that, in unit...
Page 6 of 6 (132 items)
«
2
3
4
5
6