Roadmap of Code First Approach for developing industrial strength application

first post: mhossain wrote: Would you please let me know your release plan on Code First Appro...

latest post: richardpawson wrote: We don't publish release plans. Beyond saying that it is our inten...

design considerations=>wud naked objects pattern/methodology) fit the bill

first post: knapshots wrote: hi , i am tryin to make a simple search app which allows users to...

latest post: dkhaywood wrote: yeah, I think you'll need to write some framework code. But, do...

Code First & Composite Key

first post: mhossain wrote: How to define composite key in code first approach? public clas...

latest post: mhossain wrote: Thanks for your prompt reply. BTW: Just I am playing with code firs...

Code First & Value Objects

first post: mhossain wrote: How to implement value objects concept of DDD using naked objects ...

latest post: richardpawson wrote: Unless you are particular about the form of keys you want used in t...

Building in an Audit Trail

first post: jfbosch wrote: I have a requirement to track all changes made by users. I thought...

latest post: jfbosch wrote: Yeah, that is the kind of thing I had in mind. Mm. I hope a commerc...

Error when attempting to add object with byte array.

first post: PatInABox wrote: Hi, When I create an action taking a byte array to be used to atta...

latest post: richardpawson wrote: Naked Objects supports byte array as a property type, but I can't ...

GUID as an entity ID

first post: PatInABox wrote: Hi, Can a guid be used directly as an entity ID field. I've had a ...

latest post: richardpawson wrote: I'm pretty sure that you can use a Guid as the entity Id field - ...

Inputting Time Values

first post: PatInABox wrote: Hi, I'm not sure whether I've managed to completely overlook how t...

latest post: PatInABox wrote: Thankyou for pointing me in the right direction Richard. I had to s...

Title() method when preexisting Title property

first post: jfbosch wrote: Hi there. I am building on an existing database. There is an Indiv...

latest post: jfbosch wrote: Ah, Both great solutions, although I like the second one more. (And...

Error Installing NO.MVC from NuGet

first post: sebastianslutzky wrote: Hi, I'm trying to download NakedObejcts.MVC from NUGet, but I am g...

latest post: dkhaywood wrote: Hi Seb, I don't remember hitting that myself. Have you tried i...