application-design
.NET Application - search problem
I\'ve got an ASP.NET web app and a List<Product> on the server (in the Application[] store). Class Product has a Name property. I need to give users the ability to search for products based on n[详细]
2023-01-26 09:29 分类:问答Using MS Access database as a file format for desktop application needing open / save type functionality
This is probably a pretty novice design question.I\'m trying to work my way through a number of requirements and give the users the experience they\'re looking for...[详细]
2023-01-22 09:19 分类:问答Circular dependencies in foreign keys: use it or avoid it?
My application loads lots of data from a database into a complex data structure.The in-memory data structure ressembles the structure of the database, which means that if the database contains the fol[详细]
2023-01-19 11:12 分类:问答Writing a Snow Leopard Service for Finder.app
I am currently looking into solving the problem with the inability to quickly create new files in the Finder. I w开发者_运维技巧ill open source what I write because I think the Mac community needs thi[详细]
2023-01-16 07:01 分类:问答Application Design - Differences between iPhone and Cocoa applications?
In iPhone development for every page you see there are 2 files, a nib file, and a view Controller (books.nib, booksViewController.m), but in a Cocoa application apple suggests to have 3 files (books.n[详细]
2023-01-12 19:03 分类:问答Application design for 5 years
My question is not technical. It\'s more of a philosophical and really down to individual preference. I am designing and developing an application (web + desktop) and this just occurred to me and was[详细]
2023-01-10 16:01 分类:问答Designing iPhone iOS4 application behavior: running in background vs. terminating application
We\'re developing iPhone GPS application for car drivers. As you probably know, iOS4 introduced multitasking, so our application can run in background - and it is. It\'s part of its functionality.[详细]
2023-01-08 19:40 分类:问答How to design Java application? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-06 10:15 分类:问答.Net application design
We are making an application with the details below. 1) Web/Desktop App on C#.Net 2) Stores users activity timestamp as a datetime field.[详细]
2023-01-06 06:11 分类:问答Which source control paradigm and solution to embed in a custom editor application?
I am building an application that manages a number of custom objects, which may be edited concurrently by multiple users (using different instances of the application). These objects have an underlyin[详细]
2023-01-03 03:52 分类:问答