Category: Software Development

10
Jan
2018

LICT .NET Training | Kamal Protap Sir | Part 6

19.11.17 Videos: Relationships: Inheritance, Association, Aggregation and Composition These are except that inheritance From the slide: Association:…

09
Jan
2018

C# IEnumerable vs IEnumerator

When we work with Collections in C# we need to iterate the items of collections. One way…

07
Jan
2018

LICT .NET Training | Kamal Protap Sir | Part 5

16/11/2017 vids ExtensionMethod Object Initializer CollectionInitializer QueryExpression – It contains three clauses from, where, orderby Linq IEnumerable…

02
Jan
2018

LICT .NET Training | Kamal Protap Sir | Part 4

MVC Part: Controller getting input. ApplicationManagement video was so important   In Controller Folder HomeController.Cs is a…

27
Dec
2017

LICT .NET Training | Kamal Protap Sir | Part 3

09/11/2017 vids Property: using System; namespace LinqOperators { class Student { private int Sid; private string sname;…

23
Dec
2017

DataReader and DataAdapter and DataSet

Difference Between DataReader and DataAdapter and DataSet: Datareader: Datareader will be the best choice where we need…