Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
GeneralInvestigating assemblies Pin
Profox Jase31-Jul-03 22:27
Profox Jase31-Jul-03 22:27 
GeneralRe: Investigating assemblies Pin
Profox Jase31-Jul-03 22:29
Profox Jase31-Jul-03 22:29 
GeneralRe: Investigating assemblies Pin
J. Dunlap31-Jul-03 22:49
J. Dunlap31-Jul-03 22:49 
GeneralRe: Investigating assemblies Pin
James T. Johnson1-Aug-03 0:02
James T. Johnson1-Aug-03 0:02 
GeneralRe: Investigating assemblies Pin
Profox Jase1-Aug-03 0:18
Profox Jase1-Aug-03 0:18 
GeneralRe: Investigating assemblies Pin
leppie1-Aug-03 2:49
leppie1-Aug-03 2:49 
GeneralRe: Investigating assemblies Pin
Nick Parker1-Aug-03 4:12
protectorNick Parker1-Aug-03 4:12 
GeneralC# Windows application and data store Pin
ryc31-Jul-03 20:20
ryc31-Jul-03 20:20 
GeneralRe: C# Windows application and data store Pin
Kannan Kalyanaraman31-Jul-03 21:09
Kannan Kalyanaraman31-Jul-03 21:09 
GeneralRe: C# Windows application and data store Pin
ryc1-Aug-03 9:22
ryc1-Aug-03 9:22 
GeneralRe: C# Windows application and data store Pin
Rampas Tomas31-Jul-03 21:55
Rampas Tomas31-Jul-03 21:55 
GeneralRe: C# Windows application and data store Pin
Rein Hillmann31-Jul-03 22:23
Rein Hillmann31-Jul-03 22:23 
GeneralRe: C# Windows application and data store Pin
ryc1-Aug-03 9:15
ryc1-Aug-03 9:15 
GeneralRe: C# Windows application and data store Pin
StealthyMark1-Aug-03 0:04
StealthyMark1-Aug-03 0:04 
Internally, I'd work with DataSets and DataTables, no question. Because both MSDE and Access databases have quite expensive disk costs, I'd use the XML serialization features in conjunction with compression (SharpZipLib perhaps?) to persist these structures to disk.

Here comes the clue: You can use the DPAPI (Data Protection API; look for CryptProtectData in MSDN) to encrypt them without worrying about key/password management.
GeneralRe: C# Windows application and data store Pin
Nathan Blomquist1-Aug-03 2:12
Nathan Blomquist1-Aug-03 2:12 
GeneralRe: C# Windows application and data store Pin
Kannan Kalyanaraman1-Aug-03 3:26
Kannan Kalyanaraman1-Aug-03 3:26 
GeneralRe: C# Windows application and data store Pin
Nathan Blomquist1-Aug-03 5:51
Nathan Blomquist1-Aug-03 5:51 
GeneralRe: C# Windows application and data store Pin
ryc1-Aug-03 9:20
ryc1-Aug-03 9:20 
GeneralExplain this to me Pin
Ista31-Jul-03 17:33
Ista31-Jul-03 17:33 
GeneralRe: Explain this to me Pin
Nick Parker31-Jul-03 17:42
protectorNick Parker31-Jul-03 17:42 
GeneralRe: Explain this to me Pin
Ista31-Jul-03 17:44
Ista31-Jul-03 17:44 
GeneralRe: Explain this to me Pin
Nick Parker31-Jul-03 17:53
protectorNick Parker31-Jul-03 17:53 
GeneralRe: Explain this to me Pin
Rocky Moore31-Jul-03 17:48
Rocky Moore31-Jul-03 17:48 
GeneralRe: Explain this to me Pin
Nick Parker31-Jul-03 17:54
protectorNick Parker31-Jul-03 17:54 
GeneralRe: Explain this to me Pin
J. Dunlap31-Jul-03 17:57
J. Dunlap31-Jul-03 17:57 

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.