Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.97 KB

README.md

File metadata and controls

39 lines (33 loc) · 2.97 KB

Lab Report

Introduction

To create new .NET project.

    dotnet new console -o MyApp -f net7.0

To run .NET project

    dotnet run

Table of Contents

Lab No. Title Date
1 Program to find the hypotenuse of triangle. Sept 05, 2022
2 Program to print the student list using classes and objects. Sept 07, 2022
3 Develop a C# program to implement inheritance concepts. Sept 12, 2022
4 Develop a console application to implement operator overloading concept in C#. Sept 14, 2022
5 Develop a console application to implemenet threading concepts. Nov 02, 2022
6 Program to check whether a number is divisible by 7 but not 13. Nov 07, 2022
7 Program to check whether a number is pallindrome or not. Nov 09, 2022
8 Program to find the root of the quadratic equation. Nov 14, 2022
9 Program to implement stack operations. Nov 14, 2022
10 Program to find the second largest element in the array. Nov 16, 2022
11 Program to multiply two matrices. Nov 23, 2022
12 Program to demonstrate error handling try, catch and finally. Nov 28, 2022
13 Program to demonstrate use of virtual and override keywords. Dec 05, 2022
14 Program to implement linked list using existing collections namespace. Dec 07, 2022
15 Program to demonstrate abstract class and abstract method. Dec 12, 2022
16 Program to demonstrate exception handling class. Dec 14, 2022
17 Program to demonstrate LINQ. Dec 26, 2022
18 Program to demonstrate delegates. Dec 28, 2022
19 Program to perform CRUD operations. Jan 02, 2023
20 Demonstrate web form using ASP.NET. Jan 04, 2023