.NET without use of DLL's -


I have issued a problem with security, will not allow the use of DLL in a bank project.

Before any other, this kind of problem has to be faced, before the type of structure to allow the use of external structures and Need? If they have the project to be structured (pure 3.5 +)

Thanks, KJ

Do you think that no external DLL is used can go? .NET is basically a series of DLL (BCL) + runtime. However, I can imagine that this bank wants to be able to inspect its application code without inspecting any external assembly using the NIT reflector. In this scenario, using ILMRJG will not be a trick, because it is not removing the security problem. It will hide those external assemblies inside your application assemblies and make it difficult to inspect everything.

I think that you have to use only one option as a small external structure as possible and if you use them, then check the bank with the NAT reflector. Show more about which configuration you use.

Honestly, I think it is very difficult to be very productive without the use of external libraries. Take a logging outline for example, even with the logging framework, there is a simpler application advantage.


Although it is not uncommon that these types of organizations are very conservative, due to not being able to use any external DLL is very extreme. These organizations usually have a white list of the versions of those specific configurations that they believe. You should ask for that list. They should have one.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -