cs11dotnet7/vscode/Chapter11/LinqWithEFCore/Program.cs

15 lines
217 B
C#
Raw Normal View History

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