I am in the process of designing an itemization system for a game.I am creating a bunch of interfaces (IItem, IConsumable, IEquipable, IWeapon, etc...) to define what type of functionality is possible
I am building a small data intensive app with Windows Forms. In the main project I have a folder that holds my DBML as well as data classes to provide CRUD operations against the database. There are a
I am开发者_高级运维 asking myself how to design an object-oriented address book in Java. Let\'s say a contact can have several contact details, like addresses, phone numbers and e-mail addresses.
I am just getting started with .NET ORMs, to the point where I haven\'t even decided between Entity Framework and NHibernate. But in both cases, I\'m running into a problem in that they seem to want m
I want to declare a Dictionary<string, object> variable but don\'t know where/how to. The values in the dictionary will be objects from the Page (ListBoxes, DropDownLists, etc) so I can\'t exact
I have tried to use Netbeans to reverse engineer my Android Project but this fails as it does not show the classes.
I need to build a middle layer on Java environment to tran开发者_StackOverflowsform the data that is coming from 5-6 different systems to one model.This design should be extensible if we add new syste
Suppose i have a product class with about close to 100 properties. Now 开发者_如何学JAVAfor some operations (Say tax calculation) i dont really need this bulky product type, rather only a subset that
I enjoy making games and now for the first time try myself out on mobile devices. There, performance is of course a much bigger issue than on a nice PC and I find myself particularly struggling with w
I\'ve seen repeated examples like this: from google.appengine.ext import db import datetime class Book(db.Expando):