I have a number of functions that parse data from files, usually returning a list of results. If I encounter a dodgy line in the file, I want to soldier on and process the valid lines, and return the
Is there any tool, g开发者_开发技巧iven any two classes, that will give me the difference in properties and methods between them (also is there any way to view the implementation, because if I could v
In a traditional sense, N-tier means separating the application into \"tiers\" and putting each \"tier\" on different servers. This was done for at least 3 reasons:
I have been doing some research before beginning my first iOS app, and I was wondering - what are some advantages and disadvantages of creating a mobile web app and wrapping it in a UIWebView vs. nati
Databases are required for almost every business application to store data and the transactions done on that data. The transactions typically take a time of the order of milliseconds. At the same time
So, I\'m new to using Castle Windsor and I\'m struggling with how ugly my Controllers are becoming.I\'ve got IOC working in my project which seems to be at least half the problem for most people.Now I
I\'m new to WCF and REST so please excuse any obvious questions. I\'m trying to create a RESTful API that will be used by clients.开发者_运维问答The API needs to be available only to authenticated us
We are creating a trading application, where the backend is totally in C++ (using Q开发者_如何转开发uickFix engine). We would like to build a web application in Django on top of this backend, where th
I\'m looking for best tool/way to create and load JAVA objects from XML definitions. I had checked out JAXB, seems pretty nice, but didn\'t find is there a way to work with Entities which properties a
For example, I have an advertiser controller, now, I开发者_Go百科 need the advertiser have the advertisement. So, my question is, where do I put this? Should I have a new advertisement controller or d