Friday, September 13, 2019

C# Asynchronous programming

C# Asynchronous programming

In this article, we'll focus on C# async/await keywords and explain what they're intended for. When ? Asynchronous programming has been mainly thought to avoid blocking a thread because of an I/O operation (serial port read, http request, database access ...). It can also be used to handle CPU-bound

Wednesday, September 4, 2019

Leading a software project from A to Z

Leading a software project from A to Z

Although building a project from ground up is a very challenging task that requires solid nerves, patience, attention to details, good communication skills and mostly motivation, it is also the most interesting work that you will do in your career. You will live the full adventure, not just a
Pages (14)123456

 
biz.