cs11dotnet7/vscode/Chapter11/Chapter11.code-workspace

16 lines
173 B
Plaintext
Raw Normal View History

2022-03-06 11:37:59 +01:00
{
"folders": [
{
"path": "LinqWithObjects"
},
{
"path": "LinqWithEFCore"
},
{
"path": "LinqInParallel"
},
{
"path": "Ch11Ex02LinqQueries"
}
]
}