software-design
Port Delphi 7 Data Access to C#
We have a client/server application written in Delphi 7 with a Firebird back end database.The code originally started out with a data access layer but quickly disintegrated to data access in forms and[详细]
2023-02-27 22:39 分类:问答How to design using patterns
I am a college student and I\'m learning about software patterns (specifically the ones mentioned in the GoF book). I have never been that good at software design, but I\'m learning how each pattern w[详细]
2023-02-24 03:40 分类:问答Using asserts in Ruby production... yes or no?
So, here\'s the deal. I\'m currently working in a Ruby on Rails environment and have been for ~1 year now. Before that I was in C++/Java land for almost a decade. I\'m (still) trying to figure out wha[详细]
2023-02-23 12:06 分类:问答How to access a volatile object from a view script?
I\'m using Zend_View, I wrote a view helper, this view helper sets some variables. One of my object uses Zend_View to render some text, and, I want to set an option to my Object but inside the view u[详细]
2023-02-22 01:21 分类:问答Implementing a flexible searching infrastructure using nHibernate
My aim is to implement a quite generic search mechanism. Here\'s the general idea: you can search based on any property of the entity you\'re searching for (for example- by Employee\'s salary, or by D[详细]
2023-02-21 03:57 分类:问答Well designed / high-quality open source software [closed]
Closed. This 开发者_运维知识库question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-02-20 19:03 分类:问答Adapter Pattern: Class Adapter vs Object Adapter
I have a few questions about the Adapter pattern. I understand that the class adapter inherits from the adaptee while the object adapter has the adaptee as an object rather than inheriting from it.[详细]
2023-02-20 05:13 分类:问答How many data object layers is a good practice?
We have a medium 开发者_C百科sized Java server that has data flowing in the following way: SQL Database -> Data Layer -> Business Layer -> XML Serialization[详细]
2023-02-19 00:56 分类:问答How would you go to "design" a cart within a Zend Framework project?
I know ZF well, and a little bit of Magento, but I\'m new to E-commerce, and I\'m sure there are best practice to follow when designing a cart model.[详细]
2023-02-16 23:56 分类:问答.net mvc design ajax calls (Where to put ajax methods)
Hi When migra开发者_高级运维ting from ASP.NET to MVC ASP.NET it looks like the MVC is more AJAX friendly.[详细]
2023-02-16 12:08 分类:问答