Click here to Skip to main content
15,889,176 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: MVC Implementation Question Pin
Legor5-May-11 3:29
Legor5-May-11 3:29 
QuestionPopulating Data Model Properties Pin
Kevin Marois25-Apr-11 5:36
professionalKevin Marois25-Apr-11 5:36 
AnswerRe: Populating Data Model Properties Pin
dan!sh 25-Apr-11 5:45
professional dan!sh 25-Apr-11 5:45 
GeneralRe: Populating Data Model Properties Pin
Kevin Marois25-Apr-11 6:00
professionalKevin Marois25-Apr-11 6:00 
GeneralRe: Populating Data Model Properties Pin
dan!sh 25-Apr-11 6:06
professional dan!sh 25-Apr-11 6:06 
GeneralRe: Populating Data Model Properties Pin
Soulus8325-Apr-11 10:33
Soulus8325-Apr-11 10:33 
AnswerRe: Populating Data Model Properties Pin
Mycroft Holmes25-Apr-11 12:59
professionalMycroft Holmes25-Apr-11 12:59 
QuestionProcess Review: User Registration with Confirmation. Pin
Brady Kelly18-Apr-11 7:35
Brady Kelly18-Apr-11 7:35 
I would just like to run my business process, for registering new members on a web site, by the readers here and invite comments on my first of such a design.

My Member class has PendingReplyId (a GUID) and PendingReplyRequestTime properties. After validating details of a new member, such as unique username etc. I create a new member record with a new reply id and request time, then email the new member a URL containing the reply id. When the member clicks that URL, the reply id is passed to my confirmation page. There I try and find a member based on the ID, check if the ID has timed out, and if all is well I mark the member as Approved.

What say you all? I know I should really factor out the reply id's and times into a separate table, but they are only ever used for Member replies, and only for one task at a time. What else could or should I be doing differently?
QuestionI have develop a web based Accounting and Inventory Software. How I can Market it? Pin
Prasanta_Prince16-Apr-11 6:52
Prasanta_Prince16-Apr-11 6:52 
AnswerRe: I have develop a web based Accounting and Inventory Software. How I can Market it? Pin
LloydA11125-Apr-11 11:59
LloydA11125-Apr-11 11:59 
AnswerRe: I have develop a web based Accounting and Inventory Software. How I can Market it? Pin
Sandeep Mewara30-Apr-11 0:24
mveSandeep Mewara30-Apr-11 0:24 
QuestionGood book for design principles Pin
variantseeker14-Apr-11 3:38
variantseeker14-Apr-11 3:38 
AnswerRe: Good book for design principles Pin
Keld Ølykke15-Apr-11 8:19
Keld Ølykke15-Apr-11 8:19 
QuestionDRY Pin
Member 448708313-Apr-11 8:45
Member 448708313-Apr-11 8:45 
AnswerRe: DRY Pin
Pete O'Hanlon13-Apr-11 9:09
mvePete O'Hanlon13-Apr-11 9:09 
GeneralRe: DRY Pin
Member 448708313-Apr-11 9:34
Member 448708313-Apr-11 9:34 
GeneralRe: DRY Pin
Pete O'Hanlon13-Apr-11 9:51
mvePete O'Hanlon13-Apr-11 9:51 
AnswerRe: DRY Pin
Eddy Vluggen13-Apr-11 10:25
professionalEddy Vluggen13-Apr-11 10:25 
GeneralRe: DRY Pin
Pete O'Hanlon13-Apr-11 10:30
mvePete O'Hanlon13-Apr-11 10:30 
GeneralRe: DRY Pin
Eddy Vluggen13-Apr-11 12:11
professionalEddy Vluggen13-Apr-11 12:11 
GeneralRe: DRY Pin
Pete O'Hanlon14-Apr-11 4:04
mvePete O'Hanlon14-Apr-11 4:04 
GeneralRe: DRY Pin
Eddy Vluggen13-Apr-11 10:19
professionalEddy Vluggen13-Apr-11 10:19 
AnswerRe: DRY Pin
RobCroll15-Apr-11 18:55
RobCroll15-Apr-11 18:55 
GeneralRe: DRY Pin
Member 448708315-Apr-11 22:52
Member 448708315-Apr-11 22:52 
AnswerRe: DRY Pin
GParkings2-Sep-11 2:17
GParkings2-Sep-11 2:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.