Example #1
0
        public void RunLinqTestOtherOverloads()
        {
            BasicPlayWithLinq bpwl = new BasicPlayWithLinq();

            bpwl.Linqexcersize();
        }
Example #2
0
        public void RunLinqTest2()
        {
            BasicPlayWithLinq bpwl = new BasicPlayWithLinq();

            bpwl.RunLinqRound1();
        }
Example #3
0
        public void RunLinqTestJoin()
        {
            BasicPlayWithLinq bpwl = new BasicPlayWithLinq();

            bpwl.JoinExcersize();
        }
Example #4
0
        public void RunLinqTest()
        {
            BasicPlayWithLinq bpwl = new BasicPlayWithLinq();

            bpwl.RunLinqDefferedExecution();
        }