Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
QuestionWorkflow in SPS 2007 Pin
Bharat Sukhwal3-Nov-06 19:40
Bharat Sukhwal3-Nov-06 19:40 
QuestionVery Urgent: How Can I make a compelete Instalation file Pin
alhassan013-Nov-06 18:54
alhassan013-Nov-06 18:54 
AnswerRe: Very Urgent: How Can I make a compelete Instalation file Pin
CooperWu3-Nov-06 22:32
CooperWu3-Nov-06 22:32 
AnswerRe: Very Urgent: How Can I make a compelete Instalation file Pin
realin4-Nov-06 4:52
realin4-Nov-06 4:52 
GeneralRe: Very Urgent: How Can I make a compelete Instalation file Pin
alhassan017-Nov-06 19:34
alhassan017-Nov-06 19:34 
QuestionAm I setting up my architecture correctly? Pin
xdavidx3-Nov-06 17:57
xdavidx3-Nov-06 17:57 
AnswerRe: Am I setting up my architecture correctly? Pin
CooperWu3-Nov-06 22:38
CooperWu3-Nov-06 22:38 
AnswerRe: Am I setting up my architecture correctly? Pin
beatles16924-Nov-06 1:01
beatles16924-Nov-06 1:01 
Hi As you mentioned there is no correct architecture.When you are designing a solution you should consider the domain of the problem that you are solving.
There are lots of patterns that you can choose from ( for example Data Access Objects and Active record)
If you are working on a small project ( and you don't expect it to become a large application in future) you can mix up the Data Access and the business layer or if you prefer you can have both in your project (It's not very hard to split them afterwards)
Be careful not to mix up your user interface layer with your business layer since it's very hard to refactor them afterwards.
Take a look at Martin Fowler's articles at his site (www.matinfowler.com)
and specially take a look at his Enterprise patterns.

Good Luck
QuestionHow to retrieve the current row of a Data Set Pin
Guardian513-Nov-06 17:50
Guardian513-Nov-06 17:50 
AnswerRe: How to retrieve the current row of a Data Set Pin
beatles16924-Nov-06 1:24
beatles16924-Nov-06 1:24 
GeneralRe: How to retrieve the current row of a Data Set Pin
Guardian514-Nov-06 15:50
Guardian514-Nov-06 15:50 
GeneralRe: How to retrieve the current row of a Data Set Pin
beatles16925-Nov-06 0:04
beatles16925-Nov-06 0:04 
GeneralRe: How to retrieve the current row of a Data Set Pin
Guardian515-Nov-06 23:15
Guardian515-Nov-06 23:15 
QuestionVS2005 SP1 Beta release Pin
Glen Harvy3-Nov-06 16:47
Glen Harvy3-Nov-06 16:47 
AnswerRe: VS2005 SP1 Beta release Pin
André Ziegler4-Nov-06 12:08
André Ziegler4-Nov-06 12:08 
Questionquery about data grid view Pin
AmitDey3-Nov-06 16:21
AmitDey3-Nov-06 16:21 
AnswerRe: query about data grid view Pin
AB77713-Nov-06 17:39
AB77713-Nov-06 17:39 
GeneralRe: query about data grid view Pin
AmitDey3-Nov-06 21:52
AmitDey3-Nov-06 21:52 
QuestionWebBrowser Tree View? Pin
fredsparkle3-Nov-06 15:53
fredsparkle3-Nov-06 15:53 
QuestionConverting 4 bytes of int to string? Pin
Lord Kixdemp3-Nov-06 14:59
Lord Kixdemp3-Nov-06 14:59 
AnswerRe: Converting 4 bytes of int to string? Pin
Guffa3-Nov-06 16:56
Guffa3-Nov-06 16:56 
GeneralRe: Converting 4 bytes of int to string? Pin
Lord Kixdemp5-Nov-06 9:15
Lord Kixdemp5-Nov-06 9:15 
Questionkeyboard layout for a selected window Pin
seq-3-Nov-06 11:29
seq-3-Nov-06 11:29 
AnswerRe: keyboard layout for a selected window Pin
beatles16924-Nov-06 1:39
beatles16924-Nov-06 1:39 
QuestionDrawing on a picturebox.image Pin
rzvme3-Nov-06 8:42
rzvme3-Nov-06 8:42 

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.