Click here to Skip to main content
16,005,038 members
Home / Discussions / C#
   

C#

 
GeneralControls on a Form Pin
Anonymous15-Dec-04 22:21
Anonymous15-Dec-04 22:21 
GeneralRe: Controls on a Form Pin
Gangren15-Dec-04 22:33
Gangren15-Dec-04 22:33 
Generaldata base Pin
Prasadepparla15-Dec-04 21:48
Prasadepparla15-Dec-04 21:48 
GeneralRe: data base Pin
SeMartens15-Dec-04 22:35
SeMartens15-Dec-04 22:35 
GeneralRe: data base Pin
Prasadepparla15-Dec-04 23:11
Prasadepparla15-Dec-04 23:11 
GeneralRe: data base Pin
Heath Stewart15-Dec-04 23:22
protectorHeath Stewart15-Dec-04 23:22 
GeneralRe: data base Pin
SeMartens15-Dec-04 23:24
SeMartens15-Dec-04 23:24 
GeneralRe: data base Pin
Heath Stewart15-Dec-04 22:47
protectorHeath Stewart15-Dec-04 22:47 
You should also take a look at the Application Guidance: Data Lay[^] section of the Microsoft Patterns and Practices web site, which goes into this in great detail. Especially read the Caching Architecture Guide for .NET Framework Applications[^].

For simple updates, you could use the DataSet, but I warn that with .NET 1.x the only storage format is XML (not very compact; even using a BinaryFormatter still serializes the DataSet to XML) and has its limits, such as requiring that the whole structure is loaded into memory to manipulate it and it can be slow with more data. If you need to store more than a few dozen records, then checking out better caching strategies is a very good idea.

Besides the Patterns and Practices web site articles mentioned above, there have been a number of articles covering this and similar topics on MSDN[^] that I recommend you browse or search to find them.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralDisable controls without highliting Pin
fracalifa15-Dec-04 21:21
fracalifa15-Dec-04 21:21 
GeneralRe: Disable controls without highliting Pin
Jay Shankar15-Dec-04 22:16
Jay Shankar15-Dec-04 22:16 
GeneralRe: Disable controls without highliting Pin
fracalifa15-Dec-04 22:48
fracalifa15-Dec-04 22:48 
GeneralRe: Disable controls without highliting Pin
Jay Shankar16-Dec-04 14:17
Jay Shankar16-Dec-04 14:17 
Generalpropagating datagrid changes in multiple tables Pin
Rashid_Mehmood15-Dec-04 20:31
Rashid_Mehmood15-Dec-04 20:31 
GeneralRe: propagating datagrid changes in multiple tables Pin
Heath Stewart15-Dec-04 22:41
protectorHeath Stewart15-Dec-04 22:41 
QuestionHow to disconnect remoting server properly? Pin
kosjanne15-Dec-04 20:28
kosjanne15-Dec-04 20:28 
AnswerRe: How to disconnect remoting server properly? Pin
Heath Stewart15-Dec-04 22:35
protectorHeath Stewart15-Dec-04 22:35 
GeneralRe: How to disconnect remoting server properly? Pin
kosjanne15-Dec-04 23:04
kosjanne15-Dec-04 23:04 
GeneralRe: How to disconnect remoting server properly? Pin
Heath Stewart15-Dec-04 23:12
protectorHeath Stewart15-Dec-04 23:12 
QuestionUserControl designer bug ? Pin
Gangren15-Dec-04 19:30
Gangren15-Dec-04 19:30 
AnswerRe: UserControl designer bug ? Pin
Jay Shankar15-Dec-04 19:55
Jay Shankar15-Dec-04 19:55 
GeneralRe: UserControl designer bug ? Pin
Gangren15-Dec-04 20:10
Gangren15-Dec-04 20:10 
GeneralRe: UserControl designer bug ? Pin
Jay Shankar15-Dec-04 20:24
Jay Shankar15-Dec-04 20:24 
GeneralRe: UserControl designer bug ? Pin
Jay Shankar15-Dec-04 20:41
Jay Shankar15-Dec-04 20:41 
GeneralRe: UserControl designer bug ? Pin
Gangren15-Dec-04 20:50
Gangren15-Dec-04 20:50 
AnswerRe: UserControl designer bug ? Pin
Gangren16-Dec-04 1:31
Gangren16-Dec-04 1:31 

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.