I just want to make sure I understand correctly the best practices for ASP.NET MVC2 with LINQ-TO-SQL.
i have a problem using acts_as_textiled and has_foreign_language plugins together. TextElement my model in my app
I\'m trying to get my mind going on a project to my college, but I can\'t seem to get it right. I\'m can\'t fit my requirements in my models. Maybe someone that has worked on a store can help me out.
I\'m using the Telerik PanelBar to do some asynchronous loading using a partial view. I\'m creating a model for the partial view in a parent view, but for some reason my data isn\'t coming through in
The following models describe a vulnerability and the URLs out on the internet that reference that vulnerability. Assume that each URL only ever talks about 1 vulnerability, and that many URLs will di
I am in the middle of migrating my application from using subdirectories for userspace to subdomains (ie. domain.com/~user to user.domain.com). I\'ve got a method in my user class currently to get the
I\'m looking at the Linux IA-32 memory model of a process and I have a simple question to it. What do the grey areas in the picture contain? Are they only included to show the beginning and end of the
the following is part of a socket class that im working on. what i am stuck with is in serverEndAccept i would like to pass/return a string indicating the accept has been successful. for these am i to
I am taking an OpenGL course and we have the option to create models to use in our assignments with a 3D modeling application, like Maya or Blender.
I would like to represent a datatype as a single column in my model, but really the data will be stored in multiple columns in the database.I cannot find any good resources on how to do this in SQLAlc