0% found this document useful (0 votes)
56 views6 pages

Programming C# 2.0, 3.0, 4.0: Muhammed Ali Sakhi Microsoft Certified Trainer

This document is an agenda for a training on programming C# 2.0, 3.0, and 4.0. It covers anonymous types, which allow creating objects without defining a class structure and storing them in var variables. It also covers LINQ (Language Integrated Query) which allows querying objects, collections, XML and SQL using SQL-like keywords, and provides a demo of LINQ essentials. The training is presented by Muhammed Ali Sakhi and hosted by PakDev.net.

Uploaded by

alisakhi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views6 pages

Programming C# 2.0, 3.0, 4.0: Muhammed Ali Sakhi Microsoft Certified Trainer

This document is an agenda for a training on programming C# 2.0, 3.0, and 4.0. It covers anonymous types, which allow creating objects without defining a class structure and storing them in var variables. It also covers LINQ (Language Integrated Query) which allows querying objects, collections, XML and SQL using SQL-like keywords, and provides a demo of LINQ essentials. The training is presented by Muhammed Ali Sakhi and hosted by PakDev.net.

Uploaded by

alisakhi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Programming C# 2.0, 3.0, 4.

Muhammed Ali Sakhi


Microsoft Certified Trainer

© PakDev.net
Agenda
Anonymous Types
Query Expression

© PakDev.net
Anonymous Types
Like Anonymous Delegate

No Class Structure Defined

Store the object in var variable

var someObject = new { UserName = “alisakhi”, Password = “password” };

© PakDev.net
LINQ
Language integrated query

It can query objects, collections

XML and SQL

Use similar keywords like SQL

© PakDev.net
LINQ Essentials

Demo

© PakDev.net
Thank you
PakDev.net

© PakDev.net

You might also like