T
Tony Johansson
Hi!
The following table describes the three advantages(Data Security,Stability
and No harded code paths) of using isolated storage when designing
applications.
I don't understand what is written about stability so I hope somebody can
explain what they are trying to says ?
But I mean that the path is only known to the for example to the user that
is running the application and not to some tool
that can be used by the administrators.
Data security
Using isolated storage makes the data more secure because only
applications that have the appropriate IsolatedStorageFile permission can
create or access an isolated storage file. This prevents other applications
from accessing the data available on your application.
Stability
Isolated storage makes an application more stable by defining a
standardized way of associating code with the data saved on the application.
It allows the administrators to use tools designed to manipulate storage
files for setting security policies, configuring file storage space and
deleting unused data.
No hard-coded paths
Using isolated storage eliminates the need to use hard-coded paths in
the application code. In addition, you are not required to know where the
isolated storage file is actually being saved in the application.
//Tony
The following table describes the three advantages(Data Security,Stability
and No harded code paths) of using isolated storage when designing
applications.
I don't understand what is written about stability so I hope somebody can
explain what they are trying to says ?
But I mean that the path is only known to the for example to the user that
is running the application and not to some tool
that can be used by the administrators.
Data security
Using isolated storage makes the data more secure because only
applications that have the appropriate IsolatedStorageFile permission can
create or access an isolated storage file. This prevents other applications
from accessing the data available on your application.
Stability
Isolated storage makes an application more stable by defining a
standardized way of associating code with the data saved on the application.
It allows the administrators to use tools designed to manipulate storage
files for setting security policies, configuring file storage space and
deleting unused data.
No hard-coded paths
Using isolated storage eliminates the need to use hard-coded paths in
the application code. In addition, you are not required to know where the
isolated storage file is actually being saved in the application.
//Tony