Hi I want to draw these kind of architectural diagrams 开发者_如何学Cfor my project. Can you please tell me which tools should I useMy favorite is yEd Graph Editor. Free and easy to use. Supports UML
I register the Service & Provider with some IoC tool(e.g. StructreMap) public interface IProvider {
I have application that uses ORM (Nhibernate but it\'s not the case). To create NH Session we need to pass somewhere: username, database name, etc. So I have implemented:
If you have a method where the input parameter might be the output. Let\'s say that we have a save method that generates an autogenerated id that the client might be interested to use after the call
Currently, I\'m trying to build a game with UIkit that consists of the three MVCs (for now): main application delegate class (with UINavigationController property), Menu class (UIViewController with x
As you can see in architecture diagram below android platform has been built using different layers.开发者_运维问答
We have 20.000.000 generated textfiles every year, average size is approx 250 Kb each (35 Kb zipped).
I just want to know different models to implement/design a distributed architecture. I know some of the technologies in this field like
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m building a multi level commenting system and need a solution for quick reads and writes. I\'ve looked into adjacency list and nested set and it seems to me that for my particular scenario neithe