modularity
How could you structure and route modules in a MVC?
I\'m building a MVC where everything is a module. This will allow me to separate collections of objects like forum and user modules to further organize my MVC.[详细]
2023-03-04 17:49 分类:问答Data contexts - Linq to SQL
No one has taught me how to use these, and I can\'t find much on how I should be using them 开发者_如何学Goproperly.[详细]
2023-02-23 23:24 分类:问答Network Modularity Calculations in R
The equation for Network Modularity is given on its wikipedia page (and in reputable books).I want to see it working in some code.I have found this is possible using the modularity library for igraph[详细]
2023-02-21 18:37 分类:问答What extensibility design patterns are there and what are their pros and cons?
I\'m working on a new CMS system and I want it\'s core开发者_JAVA技巧 to be extended or overwritten for specific customers.[详细]
2023-02-15 21:35 分类:问答Modular applications with Entity Framework Code Only and ASP.NET MVC
By modular applications I mean applications in which base functionality and data model can be extended without modifying core application code.[详细]
2023-02-14 09:04 分类:问答C++: Should I use global variables or class member pointers to communicate between modules?
In my project, I have multiple subsystems organized as classes. I need those classes to communicate (so be able to access the other one via a pointer), and I want to implement this in the best way as[详细]
2023-02-14 01:25 分类:问答Refactoring: Making a game engine more modular and how
My game engine consists of a range of loosely coupled modules, which can be loaded and unloaded. Some examples are: The base module, handling window management and responding to OS events, entity ma[详细]
2023-02-14 00:15 分类:问答Where I should put glue?
I have application written with Java and Guice. For this application I have several views. Some of them use Guice, other - doesn\'t. Now I want to separate my code into independent modules. I can devi[详细]
2023-02-13 18:25 分类:问答Approach to handle javascript on bigger projects?
After discovering jQuery a few years ago, I realized how easy it was to really make interactive and user friendly websites without writing books of code. As the projects increased in size, so did also[详细]
2023-02-13 13:30 分类:问答Can dependency possible between two individual maven projects?
I can not use parent project with two child projects and drawing a dependency between the two child projects ..(problem with the CVS versioning)[详细]
2023-02-10 09:29 分类:问答
加载中,请稍侯......