Category: .NET

09
Jan
2018

C# IEnumerable vs IEnumerator

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

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;…

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…

09
Nov
2017

Xamarin Mobile For .NET Devs

The Good and The Bad of Xamarin Mobile Development When considering iOS or Android app development, most…

07
Nov
2017

Insert Values into Tables using ADO.NET

  code for Form1.cs: using System; using System.Windows.Forms; using System.Data.SqlClient; namespace Insert_Data { public partial class Form1…

08
Oct
2017

Login and Logout page in ASP.NET using Session, Sign up using DataReader

  https://www.youtube.com/watch?v=UrFzblMpm6I