Tagged Questions

0
votes
1answer
15 views

REST API / DATA MODEL DESIGN - User , Account or Both Models?

Hi there, I'm having some thoughts about proper building my app and provide a good and consistent API for it but now I'm having some doubts about the user/accounts model. It's fun …
0
votes
5answers
63 views

Choosing data access methods in ASP.NET MVC

As I am a beginner to ASP.NET MVC, I would like to know what are the best data access methods for ASP.NET MVC?
0
votes
4answers
81 views

Converting xml schema to relational model

Do you guys know, how we can convert XML Schema to relational model? What are the steps involved? More precisely, How can we figure out what the table names, columns names and the …
0
votes
1answer
66 views

Linq to Entities: Mixed graph of Entities, EntityKeys, Attached, and New Objects

In my data model I have a fairly common division between my objects/tables/data: "Transactional" entities that represent the work that is being done by the system. These entities …
0
votes
3answers
30 views

Datamodeling tools

In early phases of software development projects the conceptual data model is designed. In my experience tools like ERwin and Visio helped with the process. Are there other tools b …
0
votes
2answers
56 views

Relationship Modelling in Core Data

Hi there, I'm fairly new to Objective C and Core Data and have a problem designing a case where players team up one-on-one and have multiple matches that end up with a specific re …
0
votes
1answer
27 views

Biological Taxonomy Data Model

Looking for industry/standard data model for biological classification. Wikipedia
0
votes
1answer
18 views

User event subscription in the Web app

We are developing the Web App that will have user subscription to a specific group of events. For example: User create a comment in the blob and all users subscribed to this blog s …
0
votes
1answer
23 views

Design pattern for translatable Hibernate models

I have a Hibernate model that (simplified) looks like this: public class CoverageLine { private Long id; private String coverageText; private boolean coveragePresetTo = true …
0
votes
3answers
49 views

Print Data to screen based off of a query in ASP.NET MVC?

I have an application I'm working on where I want to loop through some data where a flag in the data is set to 1 or 2 and print it to screen. The idea I'm working on using is fro …
0
votes
0answers
72 views

Examples of Metadata Editing

I'm working on a new application that is basically a "library" type app similar to iPhoto or iTunes, i.e. the user enters data into the app and it handles storage rather than the u …
0
votes
0answers
41 views

how to correctly validate linked fields in Silverlight 3

My problem is with fields whose validation logic is linked - when Field A changes, how do I get Field B (which depends on it) to re-validate? Here's a concrete example. Two DatePi …
3
votes
2answers
196 views

Parallel algorithm design.

I'm trying to figure out what is the best practice while designing parallel algorithm for model of data distribution. What could be pros and cons against block distribution vs cycl …
1
vote
3answers
172 views

Foreign Key in Entity Data Model

hello, I use Entity Data Model but I have aproblem: If a table e.g Customers have categoryId(foreign key from table category) it is not appear in cutomers entity???? so how can i r …
8
votes
2answers
713 views

Object Oriented Database Vs object Relational Database

Hi, I wonder how Object Oriented data modeling is different from Object Relational data modeling? Is it something like the pluses of both object oriented and relational data mod …

1 2 next
15 30 50 per page