cs11dotnet7/vscode/Chapter11/LinqWithEFCore/Program.cs

15 lines
217 B
C#
Raw Normal View History

2022-03-06 11:37:59 +01:00
// FilterAndSort();
// JoinCategoriesAndProducts();
// GroupJoinCategoriesAndProducts();
// AggregateProducts();
2022-09-19 19:31:00 +02:00
PagingProducts();
2022-03-06 11:37:59 +01:00
// CustomExtensionMethods();
// OutputProductsAsXml();
2022-09-19 19:31:00 +02:00
// ProcessSettings();