Click here to Skip to main content
15,888,802 members
Home / Discussions / C#
   

C#

 
GeneralRe: Newbie question about TreeNodeCollection vs TreeNode Pin
Wendelius16-Jan-09 9:26
mentorWendelius16-Jan-09 9:26 
GeneralRe: Newbie question about TreeNodeCollection vs TreeNode Pin
Rafone16-Jan-09 10:00
Rafone16-Jan-09 10:00 
GeneralRe: Newbie question about TreeNodeCollection vs TreeNode Pin
Wendelius16-Jan-09 10:05
mentorWendelius16-Jan-09 10:05 
GeneralRe: Newbie question about TreeNodeCollection vs TreeNode Pin
Rafone16-Jan-09 10:49
Rafone16-Jan-09 10:49 
QuestionWhat's your suggestion ? Pin
Mohammad Dayyan16-Jan-09 4:56
Mohammad Dayyan16-Jan-09 4:56 
AnswerRe: What's your suggest ? Pin
TylerBrinks16-Jan-09 4:59
TylerBrinks16-Jan-09 4:59 
AnswerRe: What's your suggest ? Pin
User 665816-Jan-09 5:40
User 665816-Jan-09 5:40 
AnswerRe: What's your suggest ? Pin
Wendelius16-Jan-09 6:44
mentorWendelius16-Jan-09 6:44 
This is really a matter of opinion, so here's mine:
- for single user application with small amount of local data => SQL Server Compact Edition
- for multi user application with medium amount of shared data => SQL Server Express / Oracle XE
- for multi user application with large amount of shared data => SQL Server Std or Enterprise / Oracle 11g

I believe that the next question you would have is: what is a small or large amount of data. Again a matter of opinion but perhaps some quantities (these are certainly not accurate but give some idea):
- small amount could be less than 1 GB, perhaps less than a hundred tables and no table contain over 10 000 rows
- large amount could be more than 4 GB of actual data, perhaps 500+ tables tables and and some tables contain over 10 000 000 rows. User amount is high, let's say over 1000 concurrent.

I already regret that I wrote any quantítative information since it's really not that simple (also consider licensing, support level, activity levels, transaction counts etc.) but I'm prepared to get flamed Smile | :)

The need to optimize rises from a bad design.My articles[^]

GeneralRe: What's your suggest ? Pin
Mohammad Dayyan16-Jan-09 6:53
Mohammad Dayyan16-Jan-09 6:53 
GeneralRe: What's your suggest ? Pin
Wendelius16-Jan-09 7:00
mentorWendelius16-Jan-09 7:00 
QuestionComboBox in a Datagrid Pin
indian14316-Jan-09 3:38
indian14316-Jan-09 3:38 
AnswerRe: ComboBox in a Datagrid Pin
Henry Minute16-Jan-09 4:26
Henry Minute16-Jan-09 4:26 
AnswerRe: ComboBox in a Datagrid Pin
Jim (SS)16-Jan-09 5:34
Jim (SS)16-Jan-09 5:34 
QuestionFull trust network share problem during unit testing vs2008 on vista x64 (caspol solution does not work). Pin
Dennis Dam16-Jan-09 2:53
Dennis Dam16-Jan-09 2:53 
QuestionRetrieve Filenames Distinctively Pin
Vimalsoft(Pty) Ltd16-Jan-09 2:21
professionalVimalsoft(Pty) Ltd16-Jan-09 2:21 
AnswerRe: Retrieve Filenames Distinctively Pin
Pete O'Hanlon16-Jan-09 2:38
mvePete O'Hanlon16-Jan-09 2:38 
GeneralRe: Retrieve Filenames Distinctively Pin
Vimalsoft(Pty) Ltd16-Jan-09 3:11
professionalVimalsoft(Pty) Ltd16-Jan-09 3:11 
GeneralRe: Retrieve Filenames Distinctively Pin
Pete O'Hanlon16-Jan-09 3:59
mvePete O'Hanlon16-Jan-09 3:59 
GeneralRe: Retrieve Filenames Distinctively Pin
#realJSOP16-Jan-09 5:35
mve#realJSOP16-Jan-09 5:35 
AnswerRe: Retrieve Filenames Distinctively [modified] Pin
Luc Pattyn16-Jan-09 6:56
sitebuilderLuc Pattyn16-Jan-09 6:56 
AnswerRe: Retrieve Filenames Distinctively Pin
Ashfield16-Jan-09 2:42
Ashfield16-Jan-09 2:42 
AnswerRe: Retrieve Filenames Distinctively Pin
User 665816-Jan-09 2:51
User 665816-Jan-09 2:51 
AnswerRe: Retrieve Filenames Distinctively Pin
Vikram A Punathambekar16-Jan-09 3:15
Vikram A Punathambekar16-Jan-09 3:15 
GeneralRe: Retrieve Filenames Distinctively Pin
User 665816-Jan-09 3:28
User 665816-Jan-09 3:28 
GeneralRe: Retrieve Filenames Distinctively Pin
Vikram A Punathambekar16-Jan-09 4:03
Vikram A Punathambekar16-Jan-09 4:03 

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.