blah blah blah is here! blah blah » Close

1
votes
1 answers

Double LinkedList trouble, object won't copy by value! Help.

Hello, I read an article on double linked lists on your previous site: http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=176 I implemented my version of the LinkedList. Even though C# has an excellent LinkedList class, ...

0
votes
1 answers

regarding usage of memory stream

many persons will use my project at a time. all are writing something into one file at a time by creating object using memory stream. is there any problems and performance issues? please help me..

0
votes
2 answers

Out of memory exception in C#

How can we avoid out of memory exception while doing Dataset.WriteXML(stringbuilder); Here the size of dataset data is 80 mb

0
votes
1 answers

ArrayList Memory Allocation

Hi Everyone, I am new in C#. My question is "How ArrayList is stored in memory?". Is it contineous or scattered.

0
votes
2 answers

Read or write to protected memory

foamy
2499

Hi all, Can anyone tell me why this code is generating the above error? [code] private void txtSearch_TextChanged(object sender, EventArgs e) { try { if (!IsTextInAutoComplete(txtSearch.Text) && txtSearch. ...

Feedback