a) What is LINQ? Write a program to select employees whose salary is greater than 20000 and whose address is kathmandu using LINQ b) Write a C program to show insert and select operation in database.
Marks: 5
Year: 2020 Final TU
LINQ in C Definition: LINQ (Language Integrated Query) is a feature in C that allows querying collections, databases, XML, and other data sources using C syntax. It provides SQL-like querying capa