.NET without use of DLL's
- by Kieran
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