1
Answer

What is the purpose of filestream, memorystream and save connection string into webconfig

Photo of Santhonabin

Santhonabin

14y
11.4k
1

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
Photo of Madhu K
NA 2k 446k 14y
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/