.NET without use of DLL's
Posted
by Kieran
on Stack Overflow
See other posts from Stack Overflow
or by Kieran
Published on 2010-06-15T06:23:30Z
Indexed on
2010/06/15
6:32 UTC
Read the original article
Hit count: 284
Hi SO community
I have been issued a problem with security. A bank will not allow use of DLL's in the project. What sort of structure would be needed to allow DataAccess and or the use of external services (like an email client mailchimp, icontct).
has anyone else encountered this sort of problem before? If they have how should the project be structured (.net 3.5+).
Thanks, KJ
© Stack Overflow or respective owner