Updated PhoneBook (Save,Search,Add,Edit,Update,Delete) Object Oriented!Using Ms-Access OledbConnection

Submitted by xiankaylle on
This is an Simple Phone book Application for Add Edit Update Delete Using Object Oriented Programing applying (Encapsulation, Polymorphism and Inheritance). I Hope this Application will help you guys to enhance your coding in .Net, I am not saying that I am already Pro or Perfect I am also still in practicing to write a nice and readable codes and share it to all of you.. ALWAYS REMEMBER! Human

c# Array Part I

Submitted by jin29neci on
This is my first post, this is intended for beginners, I just hope someone will benefit from this. I'll be posting more tutorials on C#
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace ArraysPartOne
  7. {
  8.     class Program
  9.     {
  10.         static void Main(string[] args)
  11.         {
  12.             /*