Category: Software Development

19
Dec
2017

LICT .NET Training | Kamal Protap Sir | Part 2

07.11.17 Vids DataAdapater vs DataReader: SqlDataReader row by row executes from the table ExecuteReader() always executes the…

17
Dec
2017

SqlConnection in ADO.NET

14
Dec
2017

LICT Training Vids Summary

10.12.17: (This is one of the important videos) AuthenticateLogic is very very important for project works: also…

14
Dec
2017

Stored Procedures

         

12
Dec
2017

LICT .NET Training | Kamal Protap Sir

DDL – Data definition Language(Which deals with database schemas and descriptions that how the data should reside…

20
Nov
2017

Extension Methods in C# 3.0

program.cs using System; namespace Extension { class DekhiKiObostha { public void Test1() { Console.WriteLine(“Method-1”); } public void…