I would like to learn how to persist data to a RDBMS from Objective-C, and I don\'t really know where to start to learn this.Do I learn a RDBMS? Do I learn data modeling?
I\'m only half-familiar with OO PHP.I have made a few simple classes before, and used many downloaded ones, but would like to make one properly for once and am hoping for some reco\'s on either how to
This might be a simple one, but my head is refusing to wrap around that, so an outside view is always useful in that case!
I am currently working on a ASP.NET MVC reporting application using C#. This is a redesign from a PHP application that was just initially thrown together and is now starting to gain some more traction
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
When should i make a function pr开发者_开发问答ivate and why is it good idea?You should make a function private when you don\'t need other objects or classes to access the function, when you\'ll be in
I\'m trying to create a generic Controller Class for generic events. But these these events still need to access their class variable. So my idea is to create the Base Controller Class with a ModelBas
What is the best way to share data between separate classes in Java? I have a bunch of variables that are used by different classes in separate files in different ways.
I need to design a class that can hold an arbitrary number of types, although I do not know the type and number of these values at design time. For example - I could initialize the class with 2 ints a
I have a program that handles different objects which have their own sort of instructions set (say their own program), and from a main class I want to run these programs.Then I have two choices: