|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Isolated StorageIs Isolated storage mainly to protect files and information from managed
applications only? If my applications wants to protect files, I have my own enc/dec for files.. Is that the best way? Just confirming ... Thanks Vijay Hi,
VJ wrote: > Is Isolated storage mainly to protect files and information from managed http://www.dotnetdevs.com/articles/IsolatedStorage.aspx> applications only? If my applications wants to protect files, I have my own > enc/dec for files.. Is that the best way? > > Just confirming ... > Thanks > Vijay IMHO the main advantage of IsolatedStorage is that it's accessible even if your application doesn't have access to the File System. This is especially useful for XBAP applications, for example. HTH, Laurent -- Laurent Bugnion [MVP ASP.NET] Software engineering, Blog: http://www.galasoft-LB.ch PhotoAlbum: http://www.galasoft-LB.ch/pictures Support children in Calcutta: http://www.calcutta-espoir.ch I just confirmed what you said, thanks anyways
VJ Show quote "Laurent Bugnion [MVP]" <galasoft***@bluewin.ch> wrote in message news:eKeJ8DuZHHA.4396@TK2MSFTNGP06.phx.gbl... > Hi, > > VJ wrote: >> Is Isolated storage mainly to protect files and information from managed >> applications only? If my applications wants to protect files, I have my >> own enc/dec for files.. Is that the best way? >> >> Just confirming ... >> Thanks >> Vijay > > http://www.dotnetdevs.com/articles/IsolatedStorage.aspx > > IMHO the main advantage of IsolatedStorage is that it's accessible even if > your application doesn't have access to the File System. This is > especially useful for XBAP applications, for example. > > HTH, > Laurent > -- > Laurent Bugnion [MVP ASP.NET] > Software engineering, Blog: http://www.galasoft-LB.ch > PhotoAlbum: http://www.galasoft-LB.ch/pictures > Support children in Calcutta: http://www.calcutta-espoir.ch I thought this was forum to learn and teach, how every dumb the question
maybe. I never excepted a IMHO from a MVP, very sorry to say that. VJ Show quote "VJ" <nonewsaddr***@yahoo.com> wrote in message news:uEk0qxoZHHA.348@TK2MSFTNGP02.phx.gbl... > Is Isolated storage mainly to protect files and information from managed > applications only? If my applications wants to protect files, I have my > own enc/dec for files.. Is that the best way? > > Just confirming ... > Thanks > Vijay > > Hi,
VJ wrote: > I thought this was forum to learn and teach, how every dumb the question I will presume that you mean "expected", and that your post replies to > maybe. I never excepted a IMHO from a MVP, very sorry to say that. > > VJ my own reply to your original question (which wasn't dumb at all by the way). The reason why I used "IMHO" (it means "In My Humble Opinion") is that IsolatedStorage fulfils more than one feature. I don't think that "to protect files" is the main advantage of IsolatedStorage. The main one in my opinion (here we go again) is to avoid roundtrips when the application runs in a sandbox, which is typically the case for XBAPs. Others may disagree with that ("main advantage" is not a, exact value, it really depends on what you want to do), so I moderated my answer using IMHO. The article I provided you, though a bit old, gives a very good insight in IsolatedStorage. Sorry if I offended you in any way. Being a MVP doesn't mean being an authority on all things, and like you I am still learning every day. Sometimes I prefer to moderate my replies using "IMHO" to indicate that this is my opinion only, and that others may think otherwise. Greetings, Laurent -- Laurent Bugnion [MVP ASP.NET] Software engineering, Blog: http://www.galasoft-LB.ch PhotoAlbum: http://www.galasoft-LB.ch/pictures Support children in Calcutta: http://www.calcutta-espoir.ch Choice of words.. guess can mean anything...
no hard feelings any ways Sorry for the confusion VJ Show quote "Laurent Bugnion [MVP]" <galasoft***@bluewin.ch> wrote in message news:eQJz3hyZHHA.4692@TK2MSFTNGP04.phx.gbl... > Hi, > > VJ wrote: >> I thought this was forum to learn and teach, how every dumb the question >> maybe. I never excepted a IMHO from a MVP, very sorry to say that. >> >> VJ > > I will presume that you mean "expected", and that your post replies to my > own reply to your original question (which wasn't dumb at all by the way). > > The reason why I used "IMHO" (it means "In My Humble Opinion") is that > IsolatedStorage fulfils more than one feature. I don't think that "to > protect files" is the main advantage of IsolatedStorage. The main one in > my opinion (here we go again) is to avoid roundtrips when the application > runs in a sandbox, which is typically the case for XBAPs. Others may > disagree with that ("main advantage" is not a, exact value, it really > depends on what you want to do), so I moderated my answer using IMHO. > > The article I provided you, though a bit old, gives a very good insight in > IsolatedStorage. > > Sorry if I offended you in any way. Being a MVP doesn't mean being an > authority on all things, and like you I am still learning every day. > Sometimes I prefer to moderate my replies using "IMHO" to indicate that > this is my opinion only, and that others may think otherwise. > > Greetings, > Laurent > -- > Laurent Bugnion [MVP ASP.NET] > Software engineering, Blog: http://www.galasoft-LB.ch > PhotoAlbum: http://www.galasoft-LB.ch/pictures > Support children in Calcutta: http://www.calcutta-espoir.ch Show quote
On Mar 15, 6:36 pm, "Laurent Bugnion [MVP]" <galasoft***@bluewin.ch> Whay people can't just say: "Thanks for your help!" ???wrote: > Hi, > > VJ wrote: > > I thought this was forum to learn and teach, how every dumb the question > > maybe. I never excepted a IMHO from a MVP, very sorry to say that. > > > VJ > > I will presume that you mean "expected", and that your post replies to > my own reply to your original question (which wasn't dumb at all by the > way). > > The reason why I used "IMHO" (it means "In My Humble Opinion") is that > IsolatedStorage fulfils more than one feature. I don't think that "to > protect files" is the main advantage of IsolatedStorage. The main one in > my opinion (here we go again) is to avoid roundtrips when the > application runs in a sandbox, which is typically the case for XBAPs. > Others may disagree with that ("main advantage" is not a, exact value, > it really depends on what you want to do), so I moderated my answer > using IMHO. > > The article I provided you, though a bit old, gives a very good insight > in IsolatedStorage. > > Sorry if I offended you in any way. Being a MVP doesn't mean being an > authority on all things, and like you I am still learning every day. > Sometimes I prefer to moderate my replies using "IMHO" to indicate that > this is my opinion only, and that others may think otherwise. > > Greetings, > Laurent > -- > Laurent Bugnion [MVP ASP.NET] > Software engineering, Blog:http://www.galasoft-LB.ch > PhotoAlbum:http://www.galasoft-LB.ch/pictures > Support children in Calcutta:http://www.calcutta-espoir.ch Good post, by the way ;) Hi,
oscar.acostamonte***@googlemail.com wrote: > Whay people can't just say: "Thanks for your help!" ??? Thanks! It's really nice to read.> Good post, by the way ;) Actually, rather than "Thanks for your help", and since obviously mine wasn't the answer that the poster expected, I'd have preferred if a constructive discussion had been started... Maybe next time ;-) Greetings, Laurent -- Laurent Bugnion [MVP ASP.NET] Software engineering, Blog: http://www.galasoft-LB.ch PhotoAlbum: http://www.galasoft-LB.ch/pictures Support children in Calcutta: http://www.calcutta-espoir.ch |
|||||||||||||||||||||||