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
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...
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
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
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
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
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.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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.
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