forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.yml
575 lines (575 loc) · 33.8 KB
/
toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
- name: Docs
tocHref: /
topicHref: /
items:
- name: .NET
tocHref: /dotnet/
topicHref: /dotnet/index
items:
- name: API reference
tocHref: /dotnet/api/
topicHref: /dotnet/api/index
- name: .NET Platform Guide
tocHref: /dotnet/articles/standard/
topicHref: /dotnet/articles/standard/index
items:
- name: Asynchronous Programming Patterns
tocHref: /dotnet/articles/standard/asynchronous-programming-patterns/
topicHref: /dotnet/articles/standard/asynchronous-programming-patterns/index
- name: Extending Metadata Using Attributes
tocHref: /dotnet/articles/standard/attributes/
topicHref: /dotnet/articles/standard/attributes/index
- name: Working with Base Types in the .NET Framework
tocHref: /dotnet/articles/standard/base-types/
topicHref: /dotnet/articles/standard/base-types/index
- name: Collections and Data Structures
tocHref: /dotnet/articles/standard/collections/
topicHref: /dotnet/articles/standard/collections/index
items:
- name: Thread-Safe Collections
tocHref: /dotnet/articles/standard/collections/thread-safe/
topicHref: /dotnet/articles/standard/collections/thread-safe/index
- name: Developing for Multiple Platforms with the .NET Framework
tocHref: /dotnet/articles/standard/cross-platform/
topicHref: /dotnet/articles/standard/cross-platform/index
- name: XML Documents and Data
tocHref: /dotnet/articles/standard/data/xml/
topicHref: /dotnet/articles/standard/data/xml/index
- name: Dates, Times, and Time Zones
tocHref: /dotnet/articles/standard/datetime/
topicHref: /dotnet/articles/standard/datetime/index
- name: Framework Design Guidelines
tocHref: /dotnet/articles/standard/design-guidelines/
topicHref: /dotnet/articles/standard/design-guidelines/index
- name: Handling and Raising Events
tocHref: /dotnet/articles/standard/events/
topicHref: /dotnet/articles/standard/events/index
- name: Handling and Throwing Exceptions
tocHref: /dotnet/articles/standard/exceptions/
topicHref: /dotnet/articles/standard/exceptions/index
- name: Garbage Collection
tocHref: /dotnet/articles/standard/garbage-collection/
topicHref: /dotnet/articles/standard/garbage-collection/index
- name: Generics in the .NET Framework
tocHref: /dotnet/articles/standard/generics/
topicHref: /dotnet/articles/standard/generics/index
- name: Globalization and LocalizationGlobalizing and Localizing .NET Framework Applications
tocHref: /dotnet/articles/standard/globalization-localization/
topicHref: /dotnet/articles/standard/globalization-localization/index
- name: File and Stream I/O
tocHref: /dotnet/articles/standard/io/
topicHref: /dotnet/articles/standard/io/index
- name: Parallel Programming in the .NET Framework
tocHref: /dotnet/articles/standard/parallel-programming/
topicHref: /dotnet/articles/standard/parallel-programming/index
- name: Security in the .NET Framework
tocHref: /dotnet/articles/standard/security/
topicHref: /dotnet/articles/standard/security/index
- name: Managed Threading
tocHref: /dotnet/articles/standard/threading/
topicHref: /dotnet/articles/standard/threading/index
- name: .NET Core Guide
tocHref: /dotnet/articles/core/
topicHref: /dotnet/articles/core/index
items:
- name: Tools
tocHref: /dotnet/articles/core/tools/
topicHref: /dotnet/articles/core/tools/index
- name: .NET Framework
tocHref: /dotnet/articles/framework/
topicHref: /dotnet/articles/framework/index
items:
- name: Add-ins and Extensibility
tocHref: /dotnet/articles/framework/add-ins/
topicHref: /dotnet/articles/framework/add-ins/index
- name: Additional Class Libraries and APIs
tocHref: /dotnet/articles/framework/additional-steps/
topicHref: /dotnet/articles/framework/additional-steps/index
- name: Programming with Application Domains and Assemblies
tocHref: /dotnet/articles/framework/app-domains/
topicHref: /dotnet/articles/framework/app-domains/index
- name: Common Client Technologies in the .NET Framework
tocHref: /dotnet/articles/framework/common-client-technologies/
topicHref: /dotnet/articles/framework/common-client-technologies/index
- name: Configuring Apps by using Configuration Files
tocHref: /dotnet/articles/framework/configure-apps/
topicHref: /dotnet/articles/framework/configure-apps/index
items:
- name: Configuration File Schema
tocHref: /dotnet/articles/framework/configure-apps/file-schema/
topicHref: /dotnet/articles/framework/configure-apps/file-schema/index
items:
- name: Compiler and Language Provider Settings Schema
tocHref: /dotnet/articles/framework/configure-apps/file-schema/compiler/
topicHref: /dotnet/articles/framework/configure-apps/file-schema/compiler/index
- name: Cryptography Settings Schema
tocHref: /dotnet/articles/framework/configure-apps/file-schema/cryptography/
topicHref: /dotnet/articles/framework/configure-apps/file-schema/cryptography/index
- name: Network Settings Schema
tocHref: /dotnet/articles/framework/configure-apps/file-schema/network/
topicHref: /dotnet/articles/framework/configure-apps/file-schema/network/index
- name: Runtime Settings Schema
tocHref: /dotnet/articles/framework/configure-apps/file-schema/runtime/
topicHref: /dotnet/articles/framework/configure-apps/file-schema/runtime/index
- name: Startup Settings Schema
tocHref: /dotnet/articles/framework/configure-apps/file-schema/startup/
topicHref: /dotnet/articles/framework/configure-apps/file-schema/startup/index
- name: Trace and Debug Settings Schema
tocHref: /dotnet/articles/framework/configure-apps/file-schema/trace-debug/
topicHref: /dotnet/articles/framework/configure-apps/file-schema/trace-debug/index
- name: WCF Configuration Schema
tocHref: /dotnet/articles/framework/configure-apps/file-schema/wcf/
topicHref: /dotnet/articles/framework/configure-apps/file-schema/wcf/index
- name: WCF Directive Syntax
tocHref: /dotnet/articles/framework/configure-apps/file-schema/wcf-directive/
topicHref: /dotnet/articles/framework/configure-apps/file-schema/wcf-directive/index
- name: Web Settings Schema
tocHref: /dotnet/articles/framework/configure-apps/file-schema/web/
topicHref: /dotnet/articles/framework/configure-apps/file-schema/web/index
- name: Windows Identity Foundation Configuration Schema
tocHref: /dotnet/articles/framework/configure-apps/file-schema/windows-identity-foundation/
topicHref: /dotnet/articles/framework/configure-apps/file-schema/windows-identity-foundation/index
- name: Windows Workflow Foundation Configuration Schema
tocHref: /dotnet/articles/framework/configure-apps/file-schema/windows-workflow-foundation
topicHref: /dotnet/articles/framework/configure-apps/file-schema/windows-workflow-foundation/index
- name: Windows Forms Configuration Section
tocHref: /dotnet/articles/framework/configure-apps/file-schema/winforms/
topicHref: /dotnet/articles/framework/configure-apps/file-schema/winforms/index
- name: Data and Modeling in the .NET Framework
tocHref: /dotnet/articles/framework/data/
topicHref: /dotnet/articles/framework/data/index
items:
- name: ADO.NET
tocHref: /dotnet/articles/framework/data/adonet/
topicHref: /dotnet/articles/framework/data/adonet/index
items:
- name: DataSets, DataTables, and DataViews
tocHref: /dotnet/articles/framework/data/adonet/dataset-datatable-dataview/
topicHref: /dotnet/articles/framework/data/adonet/dataset-datatable-dataview/index
- name: ADO.NET Entity Framework
tocHref: /dotnet/articles/framework/data/adonet/ef/
topicHref: /dotnet/articles/framework/data/adonet/ef/index
items:
- name: Entity SQL Language Reference
tocHref: /dotnet/articles/framework/data/adonet/ef/language-reference/
topicHref: /dotnet/articles/framework/data/adonet/ef/language-reference/index
- name: SQL Server and ADO.NET
tocHref: /dotnet/articles/framework/data/adonet/sql/
topicHref: /dotnet/articles/framework/data/adonet/sql/index
items:
- name: LINQ to SQL
tocHref: /dotnet/articles/framework/data/adonet/sql/linq/
topicHref: /dotnet/articles/framework/data/adonet/sql/linq/index
- name: Transaction Processing
tocHref: /dotnet/articles/framework/data/transactions/
topicHref: /dotnet/articles/framework/data/transactions/index
- name: WCF Data Services 4.5
tocHref: /dotnet/articles/framework/data/wcf/
topicHref: /dotnet/articles/framework/data/wcf/index
- name: Debugging, Tracing, and Profiling
tocHref: /dotnet/articles/framework/debug-trace-profile/
topicHref: /dotnet/articles/framework/debug-trace-profile/index
- name: Deploying the .NET Framework
tocHref: /dotnet/articles/framework/deployment/
topicHref: /dotnet/articles/framework/deployment/index
items:
- name: Installing the .NET Framework on Windows
tocHref: /dotnet/articles/framework/deployment/windows/
topicHref: /dotnet/articles/framework/deployment/windows/index
- name: Deploying .NET Framework applications with Docker
tocHref: /dotnet/articles/framework/docker/
topicHref: /dotnet/articles/framework/docker/index
- name: Get Started
tocHref: /dotnet/articles/framework/get-started/
topicHref: /dotnet/articles/framework/get-started/index
- name: Installing the .NET Framework on Windows
tocHref: /dotnet/articles/framework/install/
topicHref: /dotnet/articles/framework/install/index
- name: Interoperating with Unmanaged Code
tocHref: /dotnet/articles/framework/interop/
topicHref: /dotnet/articles/framework/interop/index
- name: Managed Extensibility Framework (MEF)
tocHref: /dotnet/articles/framework/mef/
topicHref: /dotnet/articles/framework/mef/index
- name: Migration Guide to the .NET Framework 4.6 and 4.5
tocHref: /dotnet/articles/framework/migration-guide/
topicHref: /dotnet/articles/framework/migration-guide/index
- name: Compiling Apps with .NET Native
tocHref: /dotnet/articles/framework/net-native/
topicHref: /dotnet/articles/framework/net-native/index
- name: Network Programming in the .NET Framework
tocHref: /dotnet/articles/framework/network-programming/
topicHref: /dotnet/articles/framework/network-programming/index
- name: .NET Framework Performance
tocHref: /dotnet/articles/framework/performance/
topicHref: /dotnet/articles/framework/performance/index
- name: Dynamic Programming in the .NET Framework
tocHref: /dotnet/articles/framework/reflection-and-codedom/
topicHref: /dotnet/articles/framework/framework/reflection-and-codedom/index
- name: Resources in Desktop Apps
tocHref: /dotnet/articles/framework/resources/
topicHref: /dotnet/articles/framework/resources/index
- name: Security in the .NET Framework
tocHref: /dotnet/articles/framework/security/
topicHref: /dotnet/articles/framework/security/index
- name: Serialization in the .NET Framework
tocHref: /dotnet/articles/framework/serialization/
topicHref: /dotnet/articles/framework/serialization/index
- name: .NET Framework Tools
tocHref: /dotnet/articles/framework/tools/
topicHref: /dotnet/articles/framework/tools/index
- name: UI Automation Fundamentals
tocHref: /dotnet/articles/framework/ui-automation/
topicHref: /dotnet/articles/framework/ui-automation/index
- name: Unmanaged API Reference
tocHref: /dotnet/articles/framework/unmanaged-api/
topicHref: /dotnet/articles/framework/unmanaged-api/index
items:
- name: ALink API (Unmanaged API Reference)
tocHref: /dotnet/articles/framework/unmanaged-api/alink/
topicHref: /dotnet/articles/framework/unmanaged-api/alink/index
- name: Authenticode (Unmanaged API Reference)
tocHref: /dotnet/articles/framework/unmanaged-api/authenticode/
topicHref: /dotnet/articles/framework/unmanaged-api/authenticode/index
- name: Debugging (Unmanaged API Reference)
tocHref: /dotnet/articles/framework/unmanaged-api/debugging/
topicHref: /dotnet/articles/framework/unmanaged-api/debuggin/index
- name: Diagnostics Symbol Store (Unmanaged API Reference)
tocHref: /dotnet/articles/framework/unmanaged-api/diagnostics/
topicHref: /dotnet/articles/framework/unmanaged-api/diagnostics/index
- name: Fusion (Unmanaged API Reference)
tocHref: /dotnet/articles/framework/unmanaged-api/fusion/
topicHref: /dotnet/articles/framework/unmanaged-api/fusion/index
- name: Hosting (Unmanaged API Reference)
tocHref: /dotnet/articles/framework/unmanaged-api/hosting/
topicHref: /dotnet/articles/framework/unmanaged-api/hosting/index
- name: Metadata (Unmanaged API Reference)
tocHref: /dotnet/articles/framework/unmanaged-api/metadata/
topicHref: /dotnet/articles/framework/unmanaged-api/metadata/index
- name: Profiling (Unmanaged API Reference)
tocHref: /dotnet/articles/framework/unmanaged-api/profiling/
topicHref: /dotnet/articles/framework/unmanaged-api/profiling/index
- name: Strong Naming (Unmanaged API Reference)
tocHref: /dotnet/articles/framework/unmanaged-api/strong-naming/
topicHref: /dotnet/articles/framework/unmanaged-api/strong-naming/index
- name: Tlbexp Helper Functions (Unmanaged API Reference)
tocHref: /dotnet/articles/framework/unmanaged-api/tlbexp/
topicHref: /dotnet/articles/framework/unmanaged-api/tlbexp/index
- name: Windows Communication Foundation
tocHref: /dotnet/articles/framework/wcf/
topicHref: /dotnet/articles/framework/wcf/index
items:
- name: Administration and Diagnostics
tocHref: /dotnet/articles/framework/wcf/diagnostics/
topicHref: /dotnet/articles/framework/wcf/diagnostics/index
items:
- name: Analytic Tracing with ETW
tocHref: /dotnet/articles/framework/wcf/diagnostics/etw/
topicHref: /dotnet/articles/framework/wcf/diagnostics/etw/index
- name: Event Logging in WCF
tocHref: /dotnet/articles/framework/wcf/diagnostics/event-logging/
topicHref: /dotnet/articles/framework/wcf/diagnostics/event-logging/index
- name: Exceptions Reference
tocHref: /dotnet/articles/framework/wcf/diagnostics/exceptions-reference/
topicHref: /dotnet/articles/framework/wcf/diagnostics/exceptions-reference/index
- name: WCF Performance Counters
tocHref: /dotnet/articles/framework/wcf/diagnostics/performance-counters/
topicHref: /dotnet/articles/framework/wcf/diagnostics/performance-counters/index
- name: Tracing
tocHref: /dotnet/articles/framework/wcf/diagnostics/tracing/
topicHref: /dotnet/articles/framework/wcf/diagnostics/tracing/index
- name: Using Windows Management Instrumentation for Diagnostics
tocHref: /dotnet/articles/framework/wcf/diagnostics/wmi/
topicHref: /dotnet/articles/framework/wcf/diagnostics/wmi/index
- name: Extending WCF
tocHref: /dotnet/articles/framework/wcf/extending/
topicHref: /dotnet/articles/framework/wcf/extending/index
- name: WCF Feature Details
tocHref: /dotnet/articles/framework/wcf/feature-details/
topicHref: /dotnet/articles/framework/wcf/feature-details/index
- name: Windows Communication Foundation (WCF) Samples
tocHref: /dotnet/articles/framework/wcf/samples/
topicHref: /dotnet/articles/framework/wcf/samples/index
- name: What's New in the .NET Framework
tocHref: /dotnet/articles/framework/whats-new/
topicHref: /dotnet/articles/framework/whats-new/index
- name: Developing Windows Service Applications
tocHref: /dotnet/articles/framework/windows-services/
topicHref: /dotnet/articles/framework/windows-services/index
- name: Windows Workflow Foundation
tocHref: /dotnet/articles/framework/windows-workflow-foundation/
topicHref: /dotnet/articles/framework/windows-workflow-foundation/index
items:
- name: Windows Workflow (WF) Samples
tocHref: /dotnet/articles/framework/windows-workflow-foundation/samples/
topicHref: /dotnet/articles/framework/windows-workflow-foundation/samples/index
- name: Windows Forms
tocHref: /dotnet/articles/framework/winforms/
topicHref: /dotnet/articles/framework/winforms/index
items:
- name: Enhancing Windows Forms Applications
tocHref: /dotnet/articles/framework/winforms/advanced/
topicHref: /dotnet/articles/framework/winforms/advanced/index
- name: Windows Forms Controls
tocHref: /dotnet/articles/framework/winforms/controls/
topicHref: /dotnet/articles/framework/winforms/controls/index
- name: Windows Presentation Foundation
tocHref: /dotnet/articles/framework/wpf/
topicHref: /dotnet/articles/framework/wpf/index
items:
- name: Advanced (Windows Presentation Foundation)
tocHref: /dotnet/articles/framework/wpf/advanced/
topicHref: /dotnet/articles/framework/wpf/advanced/index
- name: Application Development
tocHref: /dotnet/articles/framework/wpf/app-development/
topicHref: /dotnet/articles/framework/wpf/app-development/index
- name: Controls
tocHref: /dotnet/articles/framework/wpf/controls/
topicHref: /dotnet/articles/framework/wpf/controls/index
- name: Data
tocHref: /dotnet/articles/framework/wpf/data/
topicHref: /dotnet/articles/framework/wpf/data/index
- name: Getting Started (WPF)
tocHref: /dotnet/articles/framework/wpf/getting-started/
topicHref: /dotnet/articles/framework/wpf/getting-started/index
- name: Graphics and Multimedia
tocHref: /dotnet/articles/framework/wpf/graphics-multimedia/
topicHref: /dotnet/articles/framework/wpf/graphics-multimedia/index
- name: XAML Services
tocHref: /dotnet/articles/framework/xaml-services/
topicHref: /dotnet/articles/framework/xaml-services/index
- name: C# Guide
tocHref: /dotnet/articles/csharp/
topicHref: /dotnet/articles/csharp/index
items:
- name: Getting started
tocHref: /dotnet/articles/csharp/getting-started/
topicHref: /dotnet/articles/csharp/getting-started/index
- name: Tutorials
tocHref: /dotnet/articles/csharp/tutorials/
topicHref: /dotnet/articles/csharp/tutorials/index
- name: Tour
tocHref: /dotnet/articles/csharp/tour/
topicHref: /dotnet/articles/csharp/tour/index
- name: What's new
tocHref: /dotnet/articles/csharp/whats-new/
topicHref: /dotnet/articles/csharp/whats-new/index
- name: Interactive
tocHref: /dotnet/articles/csharp/interactive/
topicHref: /dotnet/articles/csharp/interactive/index
- name: Concepts
tocHref: /dotnet/articles/csharp/concepts/
topicHref: /dotnet/articles/csharp/concepts/index
- name: Programming guide
tocHref: /dotnet/articles/csharp/programming-guide/
topicHref: /dotnet/articles/csharp/programming-guide/index
items:
- name: Inside a C# program
tocHref: /dotnet/articles/csharp/programming-guide/inside-a-program/
topicHref: /dotnet/articles/csharp/programming-guide/inside-a-program/index
- name: Arrays
tocHref: /dotnet/articles/csharp/programming-guide/arrays/
topicHref: /dotnet/articles/csharp/programming-guide/arrays/index
- name: Classes and structs
tocHref: /dotnet/articles/csharp/programming-guide/classes-and-structs/
topicHref: /dotnet/articles/csharp/programming-guide/classes-and-structs/index
- name: Delegates
tocHref: /dotnet/articles/csharp/programming-guide/delegates/
topicHref: /dotnet/articles/csharp/programming-guide/delegates/index
- name: Events
tocHref: /dotnet/articles/csharp/programming-guide/events/
topicHref: /dotnet/articles/csharp/programming-guide/events/index
- name: Exceptions and exception handling
tocHref: /dotnet/articles/csharp/programming-guide/exceptions/
topicHref: /dotnet/articles/csharp/programming-guide/èxceptions/index
- name: File system and the registry
tocHref: /dotnet/articles/csharp/programming-guide/file-system/
topicHref: /dotnet/articles/csharp/programming-guide/file-system/index
- name: Generics
tocHref: /dotnet/articles/csharp/programming-guide/generics/
topicHref: /dotnet/articles/csharp/programming-guide/generics/index
- name: Indexers
tocHref: /dotnet/articles/csharp/programming-guide/indexers/
topicHref: /dotnet/articles/csharp/programming-guide/indexers/index
- name: Interfaces
tocHref: /dotnet/articles/csharp/programming-guide/interfaces/
topicHref: /dotnet/articles/csharp/programming-guide/interfaces/index
- name: Interoperability
tocHref: /dotnet/articles/csharp/programming-guide/interop/
topicHref: /dotnet/articles/csharp/programming-guide/ìnterop/index
- name: LINQ
tocHref: /dotnet/articles/csharp/programming-guide/linq/
topicHref: /dotnet/articles/csharp/programming-guide/linq/index
- name: Main() and command-line arguments
tocHref: /dotnet/articles/csharp/programming-guide/main-and-command-args/
topicHref: /dotnet/articles/csharp/programming-guide/main-and-command-args/index
- name: Namespaces
tocHref: /dotnet/articles/csharp/programming-guide/namespaces/
topicHref: /dotnet/articles/csharp/programming-guide/namespaces/index
- name: Nullable types
tocHref: /dotnet/articles/csharp/programming-guide/nullable-types/
topicHref: /dotnet/articles/csharp/programming-guide/nullable-types/index
- name: Programming concepts
tocHref: /dotnet/articles/csharp/programming-guide/concepts/
topicHref: /dotnet/articles/csharp/programming-guide/concepts/index
items:
- name: Assemblies and the GAC
tocHref: /dotnet/articles/csharp/programming-guide/concepts/assemblies-gac/
topicHref: /dotnet/articles/csharp/programming-guide/concepts/assemblies-gac/index
- name: Asynchronous programming
tocHref: /dotnet/articles/csharp/programming-guide/concepts/async/
topicHref: /dotnet/articles/csharp/programming-guide/concepts/async/index
- name: Attributes
tocHref: /dotnet/articles/csharp/programming-guide/concepts/attributes/
topicHref: /dotnet/articles/csharp/programming-guide/concepts/attributes/index
- name: Covariance and contravariance
tocHref: /dotnet/articles/csharp/programming-guide/concepts/covariance-contravariance/
topicHref: /dotnet/articles/csharp/programming-guide/concepts/covariance-contravariance/index
- name: Expression trees
tocHref: /dotnet/articles/csharp/programming-guide/concepts/expression-trees/
topicHref: /dotnet/articles/csharp/programming-guide/concepts/èxpression-trees/index
- name: LINQ
tocHref: /dotnet/articles/csharp/programming-guide/concepts/linq/
topicHref: /dotnet/articles/csharp/programming-guide/concepts/linq/index
- name: Serialization
tocHref: /dotnet/articles/csharp/programming-guide/concepts/serialization/
topicHref: /dotnet/articles/csharp/programming-guide/concepts/serialization/index
- name: Threading
tocHref: /dotnet/articles/csharp/programming-guide/concepts/threading/
topicHref: /dotnet/articles/csharp/programming-guide/concepts/threading/index
- name: Statements, expressions, and operators
tocHref: /dotnet/articles/csharp/programming-guide/statements-expressions-operators/
topicHref: /dotnet/articles/csharp/programming-guide/statements-expressions-operators/index
- name: Strings
tocHref: /dotnet/articles/csharp/programming-guide/strings/
topicHref: /dotnet/articles/csharp/programming-guide/strings/index
- name: Types
tocHref: /dotnet/articles/csharp/programming-guide/types/
topicHref: /dotnet/articles/csharp/programming-guide/types/index
- name: Unsafe code and pointers
tocHref: /dotnet/articles/csharp/programming-guide/unsafe-code-pointers/
topicHref: /dotnet/articles/csharp/programming-guide/unsafe-code-pointers/index
- name: XML documentation
tocHref: /dotnet/articles/csharp/programming-guide/xmldoc/
topicHref: /dotnet/articles/csharp/programming-guide/xmldoc/xml-documentation-comments
- name: Language reference
tocHref: /dotnet/articles/csharp/language-reference/
topicHref: /dotnet/articles/csharp/language-reference/index
items:
- name: Keywords
tocHref: /dotnet/articles/csharp/language-reference/keywords/
topicHref: /dotnet/articles/csharp/language-reference/keywords/index
- name: Operators
tocHref: /dotnet/articles/csharp/language-reference/operators/
topicHref: /dotnet/articles/csharp/language-reference/operators/index
- name: Preprocessor directives
tocHref: /dotnet/articles/csharp/language-reference/preprocessor-directives/
topicHref: /dotnet/articles/csharp/language-reference/preprocessor-directives/index
- name: Compiler options
tocHref: /dotnet/articles/csharp/language-reference/compiler-options/
topicHref: /dotnet/articles/csharp/language-reference/compiler-options/index
- name: Compiler errors
tocHref: /dotnet/articles/csharp/language-reference/compiler-messages/
topicHref: /dotnet/articles/csharp/language-reference/compiler-messages/index
- name: F# Guide
tocHref: /dotnet/articles/fsharp/
topicHref: /dotnet/articles/fsharp/index
- name: Visual Basic Guide
tocHref: /dotnet/articles/visual-basic/
topicHref: /dotnet/articles/visual-basic/index
items:
- name: Get started
tocHref: /dotnet/articles/visual-basic/getting-started/
topicHref: /dotnet/articles/visual-basic/getting-started/index
- name: Developing applications
tocHref: /dotnet/articles/visual-basic/developing-apps/
topicHref: /dotnet/articles/visual-basic/developing-apps/index
- name: Programming concepts
tocHref: /dotnet/articles/visual-basic/programming-guide/concepts/
topicHref: /dotnet/articles/visual-basic/programming-guide/concepts/index
items:
- name: Assemblies and the GAC
tocHref: /dotnet/articles/visual-basic/programming-guide/concepts/assemblies-gac/
topicHref: /dotnet/articles/visual-basic/programming-guide/concepts/assemblies-gac/index
- name: Asynchronous programming
tocHref: /dotnet/articles/visual-basic/programming-guide/concepts/async/
topicHref: /dotnet/articles/visual-basic/programming-guide/concepts/async/index
- name: Attributes
tocHref: /dotnet/articles/visual-basic/programming-guide/concepts/attributes/
topicHref: /dotnet/articles/visual-basic/programming-guide/concepts/attributes/index
- name: Expression trees
tocHref: /dotnet/articles/visual-basic/programming-guide/concepts/expression-trees/
topicHref: /dotnet/articles/visual-basic/programming-guide/concepts/èxpression-trees/index
- name: LINQ
tocHref: /dotnet/articles/visual-basic/programming-guide/concepts/linq/
topicHref: /dotnet/articles/visual-basic/programming-guide/concepts/linq/index
- name: Serialization
tocHref: /dotnet/articles/visual-basic/programming-guide/concepts/serialization/
topicHref: /dotnet/articles/visual-basic/programming-guide/concepts/serialization/index
- name: Threading
tocHref: /dotnet/articles/visual-basic/programming-guide/concepts/threading/
topicHref: /dotnet/articles/visual-basic/programming-guide/concepts/threading/index
- name: Program structure and code conventions
tocHref: /dotnet/articles/visual-basic/programming-guide/program-structure/
topicHref: /dotnet/articles/visual-basic/programming-guide/program-structure/program-structure-and-code-conventions
- name: Language features
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/index
items:
- name: Arrays
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/arrays/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/arrays/index
- name: Collection initializers
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/collection-initializers/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/collection-initializers/index
- name: Constants and Enumerations
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/constants-enums/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/constants-enums/index
- name: Control Flow
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/control-flow/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/control-flow/index
- name: Data Types
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/data-types/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/data-types/index
- name: Declared elements
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/declared-elements/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/declared-elements/index
- name: Delegates
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/delegates/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/delegates/index
- name: Early and late binding
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/early-late-binding/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/early-late-binding/index
- name: Events
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/events/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/events/index
- name: LINQ
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/linq/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/linq/index
- name: Objects and classes
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/objects-and-classes/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/objects-and-classes/index
- name: Operators and expressions
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/operators-and-expressions/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/operators-and-expressions/index
- name: Procedures
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/procedures/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/procedures/index
- name: Strings
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/`strings/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/strings/index
- name: Variables
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/variables/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/variables/index
- name: XML
tocHref: /dotnet/articles/visual-basic/programming-guide/language-features/xml/
topicHref: /dotnet/articles/visual-basic/programming-guide/language-features/xml/index
- name: COM Interop
tocHref: /dotnet/articles/visual-basic/programming-guide/com-interop/
topicHref: /dotnet/articles/visual-basic/programming-guide/com-interop/index
- name: Language reference
tocHref: /dotnet/articles/visual-basic/language-reference/
topicHref: /dotnet/articles/visual-basic/language-reference/index
- name: Reference
tocHref: /dotnet/articles/visual-basic/reference/
topicHref: /dotnet/articles/visual-basic/reference/index