In .NET desktop applications there are many ways to execute code concurrently (or in parallel) on a different thread. And…
While writing code we generally don’t pay much attention to boxing & unboxing. It does matter in performance. And a highly…
Often times we come across poorly written backlogs and defects. This not only leads to confusion but also creates rework…
High performance of application is implicit requirement, no one states it, and however it’s there and supposed to be taken…