|
1785 | 1785 | "redirect_url": "/dotnet/standard/linq/refactor-pure-functions", |
1786 | 1786 | "redirect_document_id": true |
1787 | 1787 | }, |
| 1788 | + { |
| 1789 | + "source_path": "docs/csharp/programming-guide/concepts/linq/chaining-queries-example.md", |
| 1790 | + "redirect_url": "/dotnet/standard/linq/chain-queries-example", |
| 1791 | + "redirect_document_id": true |
| 1792 | + }, |
| 1793 | + { |
| 1794 | + "source_path": "docs/csharp/programming-guide/concepts/linq/deferred-execution-and-lazy-evaluation-in-linq-to-xml.md", |
| 1795 | + "redirect_url": "/dotnet/standard/linq/deferred-execution-lazy-evaluation", |
| 1796 | + "redirect_document_id": true |
| 1797 | + }, |
| 1798 | + { |
| 1799 | + "source_path": "docs/csharp/programming-guide/concepts/linq/deferred-execution-example.md", |
| 1800 | + "redirect_url": "/dotnet/standard/linq/deferred-execution-example", |
| 1801 | + "redirect_document_id": true |
| 1802 | + }, |
| 1803 | + { |
| 1804 | + "source_path": "docs/csharp/programming-guide/concepts/linq/intermediate-materialization.md", |
| 1805 | + "redirect_url": "/dotnet/standard/linq/intermediate-materialization", |
| 1806 | + "redirect_document_id": true |
| 1807 | + }, |
1788 | 1808 | { |
1789 | 1809 | "source_path": "docs/csharp/programming-guide/concepts/threading/how-to-use-a-thread-pool.md", |
1790 | 1810 | "redirect_url": "/dotnet/api/system.threading.threadpool.queueuserworkitem" |
|
5327 | 5347 | "redirect_url": "/dotnet/standard/linq/refactor-pure-functions", |
5328 | 5348 | "redirect_document_id": false |
5329 | 5349 | }, |
| 5350 | + { |
| 5351 | + "source_path": "docs/visual-basic/programming-guide/concepts/linq/deferred-execution-and-lazy-evaluation-in-linq-to-xml.md", |
| 5352 | + "redirect_url": "/dotnet/standard/linq/deferred-execution-lazy-evaluation", |
| 5353 | + "redirect_document_id": false |
| 5354 | + }, |
| 5355 | + { |
| 5356 | + "source_path": "docs/visual-basic/programming-guide/concepts/linq/deferred-execution-example.md", |
| 5357 | + "redirect_url": "/dotnet/standard/linq/deferred-execution-example", |
| 5358 | + "redirect_document_id": false |
| 5359 | + }, |
5330 | 5360 | { |
5331 | 5361 | "source_path": "docs/visual-basic/programming-guide/concepts/threading/how-to-use-a-thread-pool.md", |
5332 | 5362 | "redirect_url": "/dotnet/api/system.threading.threadpool.queueuserworkitem" |
|
0 commit comments