what can be the safest option to strore data?

Csharp , Asp.Net , Web Development India
  • 11 years ago

    hii all, I am working on application in which I have to hold data(String Format) in 'string' variable. but, data is of variable size. Its size can be more than 10 mb or less than 100kb. Currently, I am holding data in 'string' variable. but I doubt, can 'string' variable hold data greater than 10 mb? OR should I use StringBuilder class ? Please, let me know what can be the safest option or any other solution.

    thanks in advance. regards, Akash

  • 11 years ago

    hii all, I am working on application in which I have to hold data(String Format) in 'string' variable. but, data is of variable size. Its size can be more than 10 mb or less than 100kb. Currently, I am holding data in 'string' variable. but I doubt, can 'string' variable hold data greater than 10 mb? OR should I use StringBuilder class ? Please, let me know what can be the safest option or any other solution.

    thanks in advance. regards, Akash

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Programs must be written for people to read, and only incidentally for machines to execute.”