Skip to content

A sample application about different types of collections in C# language and how to manipulate them using LINQ

License

Notifications You must be signed in to change notification settings

fadihania/CSharpCollections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSharpCollections

A sample .NET 7 application that shows the usage of collections in C# language. It include also examples on how to query collections using LINQ

Check commits for different concepts and examples

  • Array: fixed size
  • List: variable size array
  • Dictionary: key/value
  • LINQ: Query collections and database

About

A sample application about different types of collections in C# language and how to manipulate them using LINQ

Topics

Resources

License

Stars

Watchers

Forks

Languages