… [Read more...] about Why choose TDD (Test Driven Development) in a nutshell
Software Engineering
How to create single dimension arrays in c#?
using System; namespace PracticeArrays { class PlayingWithArrays { public static void Main(string[] args) { //[1][2][3][5] int[] myCoolNumbers ={0,1,2,3,5,8};//memory //[0][1][2][3][5][8] … [Read more...] about How to create single dimension arrays in c#?
Software Engineering
Why the Videos? I'm a college student studying the art of computer science, since this semester I'm taking Software Engineering 1 I decided to create videos as i learn new information about software engineering. All this sounds good but what is it in it for me? … [Read more...] about Software Engineering