What if i run the database in memory, or i use a datatable in memory? I have concern about Dictionary, i.e if i have 10 threads, and using lock with the...
I have many threads which update simple "real time" data, format as in a database. for example, i have 10 threads, updating data at every 20ms to 30ms. The data is just a string or double...
On my winform, i have just 2 groupbox and a panel and a button.
when i set docking properties in my designer to the panel, be it dock top, left or bottom, there is always a big gap to the left...
How can extract a portion of a large dictionary<DateTime, string>, where DateTime is sorted? For example, i want to extarct all strings occur between 2010/10/01 to 2011/10/01 into an array,...
I still have problem on the database update, it looks like the sql update statement is wrong somewhere. The database is updated if i used a hardcoded statement as follow.
I need to update/write to the database a few hundreads records very frequently and continuously from a thread. Since i have a few hundreds records to update, i just want to open connection to the...
Btw, i am using firebird database, but i guess any database will be the same method. The modified data can be seen from the dataset, but it just doesn't get written into database after accept...
I am creating an application that talks to 2 other applications, A and B. So I am creating a 2 udp sockets bind to two different ports, udpClient1 socket receive from port 12345 from...
Basically I want to be able to drag drop controls inside the table layout panel where the control in the cell where i drop to swap position with the control where i drag from. I already...