Click here to Skip to main content
16,003,315 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralStupid .NET things, post #1 Pin
Marc Clifton27-May-03 11:47
mvaMarc Clifton27-May-03 11:47 
GeneralRe: Stupid .NET things, post #1 Pin
Ray Cassick27-May-03 11:49
Ray Cassick27-May-03 11:49 
GeneralRe: Stupid .NET things, post #1 Pin
Marc Clifton27-May-03 11:52
mvaMarc Clifton27-May-03 11:52 
GeneralCool .NET things, post #1 Pin
leppie27-May-03 12:51
leppie27-May-03 12:51 
GeneralRe: Stupid .NET things, post #1 Pin
James T. Johnson27-May-03 13:04
James T. Johnson27-May-03 13:04 
GeneralRe: Stupid .NET things, post #1 Pin
Marc Clifton27-May-03 13:21
mvaMarc Clifton27-May-03 13:21 
Generalcompound docs and .NET Pin
J. Dunlap27-May-03 10:35
J. Dunlap27-May-03 10:35 
GeneralRe: compound docs and .NET Pin
James T. Johnson27-May-03 11:26
James T. Johnson27-May-03 11:26 
I don't know enough about your first question to answer it...

jdunlap wrote:
is Isolated Storage the .NET equiv of IStorage?

Isolated Storage is a 'safe' storage mechanism that is meant more for HTTP deployed applications than anything else. I say this for three reasons: 1) you can use Isolated Storage event when running under the Internet permission set (assuming Internet isn't set to Nothing), 2) IIRC the default limit on what can be stored is 10KB and 3) there is no easy way for the user to see what is in isolated storage.

There is supposed to be some utility that you can run which will let you see the contents of Isolated Storage, but you can't expect your end-user to know about that utility.

This is really bad in a situation where the end-user is getting a new computer and wants to move your program to the new PC. How will they find your files (first they probably don't even know Isolated Storage exists), but if they do they just see a series of directories with very weird names.

Until MS makes an explorer work with Isolated Storage like they did for the GAC, I have a hard-time agreeing with people who want to use Isolated Storage to store settings or anything of critical nature.

Well that got off-topic didn't it Poke tongue | ;-P

James

"I despise the city and much prefer being where a traffic jam means a line-up at McDonald's"
Me when telling a friend why I wouldn't want to live with him

GeneralRe: compound docs and .NET Pin
J. Dunlap27-May-03 11:31
J. Dunlap27-May-03 11:31 
GeneralRe: compound docs and .NET Pin
James T. Johnson27-May-03 13:07
James T. Johnson27-May-03 13:07 
GeneralRe: compound docs and .NET Pin
J. Dunlap27-May-03 13:22
J. Dunlap27-May-03 13:22 
QuestionStill no solution! Memory bug in Services? Pin
solidstore27-May-03 1:47
solidstore27-May-03 1:47 
AnswerRe: Still no solution! Memory bug in Services? Pin
Simon Gregory3-Jun-03 13:33
Simon Gregory3-Jun-03 13:33 
GeneralDrawImage is slow Pin
Stan Shannon26-May-03 1:08
Stan Shannon26-May-03 1:08 
GeneralRe: DrawImage is slow Pin
Russell Morris27-May-03 16:27
Russell Morris27-May-03 16:27 
GeneralRe: DrawImage is slow ? GDI+ Pin
gecko2320-Aug-03 7:10
gecko2320-Aug-03 7:10 
GeneralSystem.Security File I/O Problem Pin
Paul Griffin26-May-03 0:19
Paul Griffin26-May-03 0:19 
GeneralLicensed controls and ASP.NET Pin
Patrick Lassalle25-May-03 22:17
Patrick Lassalle25-May-03 22:17 
GeneralComparison of '.NET SqlClient' and 'Microsoft OLEDB' for accessing MSSQL 7 and above Pin
Uday Takbhate24-May-03 21:57
Uday Takbhate24-May-03 21:57 
GeneralRe: Comparison of '.NET SqlClient' and 'Microsoft OLEDB' for accessing MSSQL 7 and above Pin
Anonymous25-May-03 20:47
Anonymous25-May-03 20:47 
GeneralRe: Comparison of '.NET SqlClient' and 'Microsoft OLEDB' for accessing MSSQL 7 and above Pin
wayward29-May-03 1:02
wayward29-May-03 1:02 
GeneralTopmost Form property [C#] Pin
GmArya24-May-03 12:36
GmArya24-May-03 12:36 
GeneralRe: Topmost Form property [C#] Pin
Marc Clifton27-May-03 14:31
mvaMarc Clifton27-May-03 14:31 
GeneralAccess to the system image list Pin
tabor2523-May-03 23:38
tabor2523-May-03 23:38 
GeneralRe: Access to the system image list Pin
Richard Deeming27-May-03 1:50
mveRichard Deeming27-May-03 1:50 

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.