> For the complete documentation index, see [llms.txt](https://wiki.owain.codes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.owain.codes/coding/c-sharp.md).

# C Sharp

- [Useful Links](https://wiki.owain.codes/coding/c-sharp/.net-framework-source-code.md): A list of links that are handy for quick reference
- [Regex](https://wiki.owain.codes/coding/c-sharp/regex.md): Some useful Regex examples
- [Null check .any()](https://wiki.owain.codes/coding/c-sharp/null-check-.any.md)
- [internal static and internal const](https://wiki.owain.codes/coding/c-sharp/internal-static-and-internal-const.md)
- [Dependency Injection](https://wiki.owain.codes/coding/c-sharp/dependency-injection.md)
- [Dictionary\<Tkey, TValue>](https://wiki.owain.codes/coding/c-sharp/dictionary-less-than-tkey-tvalue-greater-than.md): Represents a collection of keys and values.
- [Linq / Lambda](https://wiki.owain.codes/coding/c-sharp/linq-lambda.md)
