I have been at this for a day and a bit now, trying to figure out how to best model the database (MySQL) for an app I\'m developing for a friend who owns a bakery. The assumptions are as follows:
I have three projects in my .net solution. The main project and two class library projects. I have found out that I need to cross reference the class library projects.
When trying to return an object from a JSON asp.net 3.5SP1 WebService (not WCF, classic asp.net WebService with scriptservice attribute), I have an \"A circular reference was detected while serializin
Have a look at the following code from here. It\'s about preserving circular references in a datacontract (object model, object graph, domain model) when serializing in wcf.
I get: ImportError: cannot import name Image (from image_blob.py) please help me thanks :s my code: image.py:
I am creating a new application using asp.net mvc, I\'m using munq IOC container as my dependency injection..The issue is i want to create a new project for dependency resolution where i can register
I have a model that represents an assembly that is made up of components, components may (in their own right) also be assemblies.It looks a little like this:
I\'m building a Django application that uses MongoDB and MongoEngine to store data. To present a simplified version of my problem, say I want to have two classes: User and Page. Each page should assoc
I am currently developing a database via MS Access 2003 and got stuck at a circular reference problem. Basically, it comes down to the following relationship triangle (it is a simplified form of my re
I have big, fat and ugly legacy program. One task I had to accomplish was adding a new class to project A. Project B references project A, but the functionality I need to add depends on a method of a