4
We are studying ways to develop some features for a system, which will be in C# . Net.
I’d like to hear opinions on how we can do this, if we can use some frameworks or something else.
- Access to multiple banks
We need the system to work in several databases. For example, in PHP using framework Codeiginiter, you write the darlings in the language of framework and he "rides" the darlings to the bank you choose. We can use Nhibernate to do this?
- Cache
The system has to have a cache to store data in memory and have quick access to that data.
- Client Development Layer
We need to be able to develop some features in the system specifically for a client. For example, have an extra button on a screen that can be updated and keep these changes.
It’s important to say that questions here at Stack Overflow should not be based on opinions. I’ll give an opinion trying to be as technical and impartial as possible.
– Leonel Sanches da Silva
Have you decided which database to use? this is very important for grouping which technology to use.
– Danilo Breda