Entity Framework
1 min read
Asynchronous programming using C#
2 min read
Synchronous execution refers to the line by line execution of code. It is easy to write and maintain such code, assuming best practices were followed... Read More
Git – Part 1 – The story
2 min read
What is a version controlled system and what is Git? to the code over time in a special database called repository. Advantages of using a... Read More
Git – Part 2 – how to?
2 min read
For the story behind Git, go to Part 1. A version controlled system (VCS) records the changes made Git configuration set up After installing git,... Read More