Add NuGet Package and Reference NuGet Package in Visual Studio Project (C#)

Add and Reference NuGet Package in Visual Studio Solution Code (C#)

Here we are adding MySql.Data NuGet packages in C# web application prooject as example.

1. Let us consider the visual studio C# ASP.NET project created with 3.5 Framework and need to add MySql.Data package.

mysql installer image 1

2. Please note the already available references in C# project.

mysql nuget image 2

3. Go NuGet Package Manager on selcting the Refereces in Project using solution explorer and search the MySql in NuGet Package Manager.

mysql nuget image 3

4. Install the MySql.Data latest version and accept license pop up message.

mysql nuget image 4

5. Here Latest version of MySql.Data is not compatible with Framework 3.5 project. so need to install compatible different version.

mysql nuget image 5

6. Choose different compatible version and lets try the installation.

mysql nuget image 6

7. Accept the license.

mysql nuget image 7

8. PackageMySql.Data.6.8.8 is installed successfully but automatically references are not updated.

mysql nuget image 8

9. Let us see how to add installed NuGet packages manually in project references.

mysql nuget image 9

10. Click on add reference option in solution explorer and browse the MySql.Data package under project solution directory as packages directory .

11. Add the MySql.Data dll under lib directory .

mysql nuget image 10

11. Now you could add MySql.Data.Sqlclient namespace in C# code and use the MySql classes.

mysql nuget image 11
C# Program Examples

C# Program to find Square Root of a Number

C# Program to Print Multiplication Table

C# Program to Calculate Median

C# Program to Calculate Standard Deviation

C# Program to Find Odd Number Series

C# Program to Find Even Number Series

C# Program to Find Sum of Number

C# Program to Find Number of Even and Odd Numbers in Array

C# Program to Find Largest of three values

C# Program to Find grade for each students

C Program To Implement Linked List and Operations

C Program To Implement Sorted Linked List and Operations

C Program to Reverse the Linked List

C Program to Stack and Operations using Linked List

C Program to Queue and Operations using Linked List

C Program to calculate multiplication of two numbers using pointers

C Program For Fahrenheit To Celsius Conversion

C Program To Calculate Average

C Program For Quadratic Equations

C Program To Check Character Type

C Program To Find Largest Of Three Values

C Program To Find Max Value In Array

C Program To Find Min Value In Array

C Program For Frequency Counting

C Program To Read A Line Of Text

C Program To Find ASCII Value For Any Character

C Program To Find A Character Is Number, Alphabet, Operator, or Special Character

C Program To Find Reverse Case For Any Alphhabet using ctype functions

C Program To Find Number Of Vowels In Input String

C Program Pointers Example Code

C Program To Find Leap Year Or Not

C Program To Swap Two Integers Using Call By Reference

C Program To Swap Two Integers Without Using Third Variable

C Program To List Prime Numbers Upto Limit

C Program To List Composite Numbers Upto Limit

C Program To Calculate Compound Interest

C Program To Calculate Depreciation Amount After of Before Few Years

C Program To Calculate Profit Percentage

C Program To Calculate Loss Percentage

C Program To Find String Is Polindrome Or Not

C Program To Find Factorial of a Number

C Program To Check Number is a Polindrome or Not

C Program To Generate Random Integers

C Program To Generate Random Float Numbers

C Program to find Area of a Rectangle

C Program to find Perimeter of a Rectangle

C Program to find Area of a Square

C Program to find Area of a Triangle

C Program to find Area of a Parallelogram

C Program to find Area of a Rhombus

C Program to find Area of a Trapezium

C Program to find Area of a Circle and Semi-circle

C Program to find Circumference of a Circle and Semi-circle

C Program to find length of an arc

C Program to find Area of a Sector



Privacy Policy  |  Copyrightcopyright symbol2020 - All Rights Reserved.  |  Contact us   |  Report website issues in Github   |  Facebook page   |  Google+ page

Email Facebook Google LinkedIn Twitter
^