Entity Framework
1 min read
udbhav
I have been working in the financial services sector for almost a decade, developing software solutions for the wealth management industry. Prior to that, I completed my PhD in Physics from Victoria University of Wellington in 2015 from the MacDiarmid Institute of Advanced Materials and Nanotechnology.
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