Click here to Skip to main content
15,922,407 members
Home / Discussions / C#
   

C#

 
GeneralRe: strange behaviour of click method Pin
joost.versteegen10-Apr-14 7:52
joost.versteegen10-Apr-14 7:52 
QuestionRe: strange behaviour of click method Pin
Eddy Vluggen10-Apr-14 11:03
professionalEddy Vluggen10-Apr-14 11:03 
AnswerRe: strange behaviour of click method Pin
Bernhard Hiller10-Apr-14 23:07
Bernhard Hiller10-Apr-14 23:07 
QuestionI need code for sending SMS through asp.net in c# Pin
Member 107033699-Apr-14 23:30
Member 107033699-Apr-14 23:30 
AnswerRe: I need code for sending SMS through asp.net in c# Pin
OriginalGriff10-Apr-14 0:06
mveOriginalGriff10-Apr-14 0:06 
AnswerRe: I need code for sending SMS through asp.net in c# Pin
Richard MacCutchan10-Apr-14 2:23
mveRichard MacCutchan10-Apr-14 2:23 
QuestionDesigner Problem Pin
Meysam Toluie9-Apr-14 19:22
Meysam Toluie9-Apr-14 19:22 
AnswerRe: Designer Problem Pin
OriginalGriff9-Apr-14 20:31
mveOriginalGriff9-Apr-14 20:31 
GeneralRe: Designer Problem Pin
Meysam Toluie9-Apr-14 20:45
Meysam Toluie9-Apr-14 20:45 
AnswerRe: Designer Problem Pin
OriginalGriff9-Apr-14 20:53
mveOriginalGriff9-Apr-14 20:53 
GeneralRe: Designer Problem Pin
Meysam Toluie9-Apr-14 21:30
Meysam Toluie9-Apr-14 21:30 
GeneralRe: Designer Problem Pin
OriginalGriff9-Apr-14 21:54
mveOriginalGriff9-Apr-14 21:54 
GeneralRe: Designer Problem Pin
Meysam Toluie9-Apr-14 22:36
Meysam Toluie9-Apr-14 22:36 
GeneralRe: Designer Problem Pin
OriginalGriff9-Apr-14 22:57
mveOriginalGriff9-Apr-14 22:57 
GeneralRe: Designer Problem Pin
Meysam Toluie9-Apr-14 23:23
Meysam Toluie9-Apr-14 23:23 
GeneralRe: Designer Problem Pin
Dave Kreskowiak10-Apr-14 2:26
mveDave Kreskowiak10-Apr-14 2:26 
AnswerRe: Designer Problem Pin
V.10-Apr-14 22:57
professionalV.10-Apr-14 22:57 
QuestionWhen to read data tables? Pin
Shady George9-Apr-14 11:26
Shady George9-Apr-14 11:26 
I’m writing an exam management program for a high school, using a remote SQL Server database. In the project, I access the database quite often, to get lists of student names, subjects, sets etc. The student (about 2200 records), Teacher (about 50 records) and subject (20 records) tables contents change very infrequently, I was wondering:

1. Would it be more efficient to read these tables at program start, and retain the information as lists<T> in memory, or should I read each table whenever the user needs it (possibly five times per session)?

2. Is SQL Server 2012 overkill for this project? I’ve thought about using SQLite in a local database, but for the life of me, I cannot get it to work. (This is the problem of working by myself, I’ve no-one to bounce ideas off).

3. Do any of you boffins have any better suggestions as to how to go about this?

I’m putting this in the C# forum, as that’s the language the database will be accessed from, but if you think that it should be in the database forum, please feel free to move it. (Or tell me and I’ll re-write it there).
AnswerRe: When to read data tables? Pin
OriginalGriff9-Apr-14 20:29
mveOriginalGriff9-Apr-14 20:29 
GeneralRe: When to read data tables? Pin
Shady George9-Apr-14 22:13
Shady George9-Apr-14 22:13 
GeneralRe: When to read data tables? Pin
OriginalGriff9-Apr-14 22:19
mveOriginalGriff9-Apr-14 22:19 
GeneralRe: When to read data tables? Pin
joost.versteegen10-Apr-14 1:40
joost.versteegen10-Apr-14 1:40 
QuestionRe: When to read data tables? Pin
Eddy Vluggen10-Apr-14 2:59
professionalEddy Vluggen10-Apr-14 2:59 
AnswerRe: When to read data tables? Pin
joost.versteegen10-Apr-14 3:35
joost.versteegen10-Apr-14 3:35 
SuggestionRe: When to read data tables? Pin
Eddy Vluggen10-Apr-14 6:41
professionalEddy Vluggen10-Apr-14 6:41 

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.