What is the purpose of filestream, memorystream and save connection string into webconfig
hi...
string conn = ConfigurationManager.ConnectionStrings["Connection"].ConnectionString;
what pupose we are using this statment ?, what are the perferred necessary steps to use this statment ?.
exaplain to me with simple one example..
and also purpose of,
1)File stream
2)Memory stream
with example.....
Answers (1)
0
Have a look here
For connection string
http://www.c-sharpcorner.com/UploadFile/abhikumarvatsa/2097/Default.aspx
File stream and Memory stream
http://www.aspfree.com/c/a/C-Sharp/C-Sharp-FileStream-Explained/