Skip to content

Sagar-Timalsena/ncclab

Repository files navigation

Net Centric Computing Lab Work with Lab Report

Lab 1 : Creating Git Account and perform basic Git Commands(pull,push,branch,marge etc)

Basic Commands
a. Initialize Git
git init
b. Connect Git with remote site
Git remote add origin https://github.com/Sagar-Timalsena/ncclab/
c. Config Git bash with GitHub
git config --global user.name "Your name hear"
git config --global user. Email your_email@example.com

Lab2: Basic concept of Object Oriented Programming in C#

  1. Class And Object
  2. inheritance
  3. overloading and overriding of constructor and functions

Lab3: Interface and Delegates concept in c#

  1. Multiple Inheritance with the use of the Interface
  2. Delegate and Events

Lab4: Basic Concept of C#

  1. Average
  2. CopyCat
  3. LongestWord
  4. SwapChar

Lab 5 : Create a ASP.NET Core with 3 Pages with default routes for:

  • Home Page (Write something)
  • About Page (a Paragraph about yourself)
  • Contact Page (your basic contact info)

Lab 6: Create a .NET Core project with CRUD operation using Code first approach on Students table containing (you may create console/ asp.net as per your choice)

  1. Name
  2. Email
  3. Address

===

Instructor Details

Name and Email: Chandan Gupta Bhagat
Github: chandangbhagat

About

Net Centric Computing Lab Report

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors