Author: zakilive

16
Jul
2017

Agile vs Waterfall

https://www.youtube.com/watch?v=_U7Py7W-Qng  

14
Jul
2017

OOP in C#

Calculator.cs namespace ConsoleApp6.Math { public class Calculator { public int Add(int a,int b) { return a +…

13
Jul
2017

UML

12
Jul
2017

C# Book Tips

jafhar19 months ago What is the best way to learn c# ? Ebooks or those four or…

12
Jul
2017

AVL Tree

12
Jul
2017

B+ Tree