# C# Fundamentals

- [1. Fundamentals & Data Types](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide1-fundamentals-datatypes.md)
- [2. Control Flow](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide2-control-flow.md)
- [3. Object-Oriented Programming](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide3-object-oriented-programming.md)
- [4. Delegates, Events & Lambdas](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide4-delegates-events-lambdas.md)
- [5. Advanced Features Timeline](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide5-advanced-features-timeline.md)
- [6. Exception Handling](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide6-exception-handling.md)
- [7. LINQ](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide7-linq.md)
- [8. DateTime, Regex & Utilities](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide8-datetime-regex-utilities.md)
- [9. Namespaces & Assemblies](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide9-namespaces-assemblies-organization.md)
- [10. .NET Runtime & Core Concepts](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide10-dotnet-runtime-core-concepts.md)
- [11. File I/O Quick Reference](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide11-csharp-file-io-quick-reference.md)
- [12. Collections](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide12-collections.md)
- [13. Attributes & Reflection](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide13-attributes-reflection.md)
- [14. Async, Threading & Concurrency](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide14-async-threading-concurrency.md)
- [15. Cryptography & Secure Coding](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide15-cryptography-secure-coding.md)
- [16. Data Conversion & Parsing Cookbook](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide16-data-conversion-parsing-cookbook.md)
- [17. Serialization & Data Interchange](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide17-serialization-data-interchange.md)
- [18. Data Processing Patterns](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide18-data-processing-patterns.md)
- [19. Advanced Strings & Text Processing](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide19-advanced-strings-text-processing.md)
- [20. DSA & Coding Interview Cheatsheet](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide20-dsa-coding-interview-cheatsheet.md)
- [21. Algorithm Templates in C#](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide21-algorithm-templates-csharp.md)
- [22. Networking & Resilient I/O](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide22-networking-resilient-io.md)
- [23. Unit Testing for Core C#](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide23-unit-testing-core-csharp.md)
- [24. Performance & Diagnostics Playbook](https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals/guide24-performance-diagnostics-playbook.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://recurpixel.gitbook.io/books/book-1-c-fundamentals/c-fundamentals.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
