# DotNet-101-CSharpFundamentals

## DotNet-101-CSharpFundamentals

- [Introduction](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/master.md)
- [Part 0: Solution Setup](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-0-solution-setup.md)
- [1.0: Solution Setup](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-0-solution-setup/1.0-solution-setup.md)
- [Part 1: Data Types](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-1-data-types.md)
- [1.0: Variables](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-1-data-types/1.0-variables.md)
- [1.1: Data Types](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-1-data-types/1.1-data-types.md)
- [1.2: Data Types Table](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-1-data-types/1.2-data-types-table.md)
- [1.3: Challenge Answers](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-1-data-types/1.3-challenge-answers.md)
- [1.4: Strings](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-1-data-types/1.4-strings.md)
- [1.5: String Challenges](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-1-data-types/1.5-string-challenges.md)
- [1.6: Challenge Answers](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-1-data-types/1.6-challenge-answers.md)
- [1.7: Integers](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-1-data-types/1.7-integers.md)
- [1.8: Type Conversion](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-1-data-types/1.8-type-conversion.md)
- [Part 2: Boolean Logic And Conditionals](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-2-boolean-logic-and-conditionals.md)
- [2.0: Boolean Type](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-2-boolean-logic-and-conditionals/2.0-boolean-type.md)
- [2.1: Boolean Logic](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-2-boolean-logic-and-conditionals/2.1-boolean-logic.md)
- [2.2: Boolean Challenges](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-2-boolean-logic-and-conditionals/2.2-boolean-challenges.md)
- [2.3: Challenge Answers](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-2-boolean-logic-and-conditionals/2.3-challenge-answers.md)
- [2.4: if, else if, else](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-2-boolean-logic-and-conditionals/2.4-if-else-if-else.md)
- [2.5: Switch Statements](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-2-boolean-logic-and-conditionals/2.5-switch-statements.md)
- [2.6: Ternary Operators](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-2-boolean-logic-and-conditionals/2.6-ternary-operators.md)
- [Part 3: Objects, Methods, C# Fundamentals](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-3-objects-methods-c-fundamentals.md)
- [3.0 Objects](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-3-objects-methods-c-fundamentals/3.0-objects.md)
- [3.1 Properties](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-3-objects-methods-c-fundamentals/3.1-properties.md)
- [Challenge Answers](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-3-objects-methods-c-fundamentals/3.1-properties/challenge-answers.md)
- [3.2 Methods](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-3-objects-methods-c-fundamentals/3.2-methods.md)
- [Challenge Answers](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-3-objects-methods-c-fundamentals/3.2-methods/challenge-answers.md)
- [3.3 Method-Overloading](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-3-objects-methods-c-fundamentals/3.3-method-overloading.md)
- [3.4 Constructors](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-3-objects-methods-c-fundamentals/3.4-constructors.md)
- [Challenge Answers](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-3-objects-methods-c-fundamentals/3.4-constructors/challenge-answers.md)
- [3.5 Access Modifiers](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-3-objects-methods-c-fundamentals/3.5-access-modifiers.md)
- [Part 4: Collections Arrays Control Flow](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-4-collections-arrays-control-flow.md)
- [4.0 Arrays](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-4-collections-arrays-control-flow/4.0-arrays.md)
- [4.1 Loops](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-4-collections-arrays-control-flow/4.1-loops.md)
- [4.2 Dictionaries](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-4-collections-arrays-control-flow/4.2-dictionaries.md)
- [Challenge Answers](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-4-collections-arrays-control-flow/challenge-answers.md)
- [4.3 List](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-4-collections-arrays-control-flow/4.3-list.md)
- [4.3a: Challenge Answers](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-4-collections-arrays-control-flow/4.3a-challenge-answers.md)
- [Part 5: Inheritance/More On Object Oriented Programming](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-5-inheritance-more-on-object-oriented-programming.md)
- [5.0 Inheritance](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-5-inheritance-more-on-object-oriented-programming/5.0-inheritance.md)
- [5.1 Polymorphism](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-5-inheritance-more-on-object-oriented-programming/5.1-polymorphism.md)
- [5.2 Encapsulation](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-5-inheritance-more-on-object-oriented-programming/5.2-encapsulation.md)
- [5.3 Getters And Setters](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-5-inheritance-more-on-object-oriented-programming/5.3-getters-and-setters.md)
- [5.4 Exception Handling](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-5-inheritance-more-on-object-oriented-programming/5.4-exception-handling.md)
- [Part 6: Structs](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-6-structs.md)
- [6.0 Structs](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-6-structs/6.0-structs.md)
- [Part 7: Enums](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-7-enums.md)
- [7.0 Enums](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-7-enums/7.0-enums.md)
- [Part 8: Null Coalescing Operator](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-8-null-coalescing-operator.md)
- [8.0 Null Coalescing Operator](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-8-null-coalescing-operator/8.0-null-coalescing-operator.md)
- [Part 9: Interfaces](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-9-interfaces.md)
- [9.0 Interfaces](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-9-interfaces/9.0-interfaces.md)
- [9.1 Rules](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-9-interfaces/9.1-rules.md)
- [9.2 Code With Intent](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-9-interfaces/9.2-code-with-intent.md)
- [Part 10: More C#](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-10-more-c.md)
- [10.0 DateTime](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-10-more-c/10.0-datetime.md)
- [10.1-LINQ](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-10-more-c/10.1-linq.md)
- [Challenge Answers](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-10-more-c/challenge-answers-1.md)
- [Part 11: Reference and Value Types](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-11-reference-and-value-types.md)
- [11.0 Reference & Value Types](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/part-11-reference-and-value-types/11.0-reference-and-value-types.md)
- [Eleven Fifty Style Guide](https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/eleven-fifty-style-guide.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://eleven-fifty-academy.gitbook.io/dotnet-101-csharpfundamentals/master.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.
