application-design
Building out a well-structured service layer
First, I want to say that it has been awhile since I\'ve gotten int开发者_C百科o the kind of detail I am at currently.Lately, I\'ve been very much in the SharePoint world and my entire thought process[详细]
2022-12-28 15:30 分类:问答How do you run your unit tests? Compiler flags? Static libraries?
I\'m just getting started with TDD and am curious as to what approaches others take to run开发者_如何学C their tests. For reference, I am using the google testing framework, but I believe the question[详细]
2022-12-27 10:03 分类:问答What are the major challenges of building an iPhone application that synchronizes data with a server via web APIs?
I want to build an application that utilizes the data from a server开发者_StackOverflow中文版, and it needs to synchronize the data in the application with the data entered by other client application[详细]
2022-12-25 10:10 分类:问答GIT clone repo across local file system in windows
I am a complete Noob when it comes to GIT.I have been just taking my first steps over the last few days.I setup a repo on my laptop, pulled down the Trunk from an SVN project (had some issues with bra[详细]
2022-12-24 12:44 分类:问答Scale 2D coordinates and keep their relative euclidean distances intact?
I have a set of points like: pointA(3302.34,9392.32), pointB(34322.32,11102.03), etc. I need to scale these so each x- and y-coordinate is in the range (0.0 - 1.0).[详细]
2022-12-23 14:06 分类:问答postgresql duplicate table names best practice
My company has a handful of apps that we deploy in the websites we build.Recently a very old app needed to be included along side a newer app and there was a conflict w/ a duplicate table name needed[详细]
2022-12-23 06:45 分类:问答Is having an empty base class bad design?
I need a base class for my DTO classes which will be used in my generic interfaces. But the DTO classes have nothing in common. Th开发者_如何学JAVAey are just dumb classes containing some properties.[详细]
2022-12-23 01:45 分类:问答Should draft records be kept in a separate table?
We\'re building a simple web based system whereby somebody adds a record, a CMS page for example, that gets approved by someone in charge before being shown on website.[详细]
2022-12-22 20:17 分类:问答Is it ok to call a service method in an other service method ? (WCF)
Sample code: public class Service1 { public int Service1() { 开发者_开发百科.... } } public class Service2[详细]
2022-12-22 07:03 分类:问答