When is it okay to reference WindowsBase.dll?
Posted
by Tyler
on Stack Overflow
See other posts from Stack Overflow
or by Tyler
Published on 2010-03-19T21:42:47Z
Indexed on
2010/03/19
21:51 UTC
Read the original article
Hit count: 211
.NET
I've heard/read about people not wanting to reference the assembly because of the Windows component (e.g. "I don't want to reference Windows for my Web App).
I'd like to hear what a large community feels about this.
For which project types (business, data access, etc.) is it considered acceptable to reference WindowsBase.dll.
© Stack Overflow or respective owner