blah blah blah is here! blah blah » Close

0
votes
0 answers

force reboot and lock keybord mouse

lios
30

hi im developing a net caffe application and i wand some ideas to force reboot the pc and to lock keybord and mouse! i have try the block input but this leves the alt+ctrl+del to work! is any way for total block?

0
votes
1 answers

best practice for use of threads with thread safe data exchange, end signal and exception handling

Hi I am only a lower intermediate user of C# and want to use threads in a way, that is proper and proved as best practices (no deadlocks, read-modify-write and other collisions, that occur in badly designed multithreaded systems - at ...

1
votes
1 answers

How to perform a lock programatically?

I need to make a API call, but I want to wrap the call in a (C#) lock. What options do I have to wrap some logic in a lock to make it thread safe? Is it possible to mark a particular class or method as serializable also?

0
votes
1 answers

Pessimistic Concurrency

Hi I'm using .NET3.5 with C#. I want to implement code for locking/unlocking records of a database. Basically I want when a user edits a record to lock it first so that no other user can update/delete that record. I have done some resear ...

Feedback