# Coding

- [Tips / How-to](/coding/tips-how-to.md)
- [Detailed Error messages on Azure](/coding/tips-how-to/detailed-error-messages-on-azure.md)
- [Where is the hosts file on Windows?](/coding/tips-how-to/where-is-the-hosts-file-on-windows.md)
- [Wrapped up a site](/coding/tips-how-to/wrapped-up-a-site.md)
- [Snippets](/coding/snippets.md): Some code snippets, some non-code snippets
- [Non-coding](/coding/snippets/non-coding.md): Test
- [TinyMCE config generator for Umbraco](/coding/snippets/non-coding/tinymce-config-generator-for-umbraco.md): A great tool for quickly creating TinyMCE config for TinyMCE. Setup your styles and then copy the code in to AppSettings.json (Umbraco 13)
- [Git Markdown](/coding/snippets/non-coding/git-markdown.md): Useful snippets for adding to Git Pull Requests
- [Command Prompt / Terminal](/coding/snippets/non-coding/command-prompt-terminal.md): Useful things to use in Command Prompt or Windows Terminal
- [Coding](/coding/snippets/untitled.md): The opposite of non-coding 😀
- [Compile FrontEnd via NVM and Gulp](/coding/snippets/untitled/compile-frontend-via-nvm-and-gulp.md)
- [Node-Sass](/coding/snippets/untitled/node-sass.md): Create a watch on a folder
- [SQL Statements](/coding/snippets/untitled/sql-statements.md): useful snippets
- [Build up SQL statements](/coding/snippets/untitled/build-up-sql-statements.md)
- [Get current logged in user from Controller](/coding/snippets/untitled/get-current-logged-in-user-from-controller.md)
- [Dynamic BlockList Label](/coding/snippets/untitled/dynamic-blocklist-label.md): If you want to add a bit more user friendliness to your Blocklist here is a handy bit of code :
- [Alt Tag](/coding/snippets/untitled/alt-tag.md)
- [SQL - Could not import package](/coding/snippets/untitled/sql-could-not-import-package.md)
- [Umbraco](/coding/umbraco.md): How to do things with Umbraco CMS
- [Luke - Version helper](/coding/umbraco/luke-version-helper.md): Ever wondered what version of Luke you need for the version of Umbraco you are using?
- [Umbraco 10+](/coding/umbraco/umbraco-10+.md)
- [Find out Model of Current page](/coding/umbraco/umbraco-10+/find-out-model-of-current-page.md): Need to find out the parent model type from a partial?
- [error NU1301: Unable to load the service index for source](/coding/umbraco/umbraco-10+/error-nu1301-unable-to-load-the-service-index-for-source.md): An error that appears when trying to setup a new site.
- [Umbraco 9](/coding/umbraco/umbraco-9.md): Topics that are Umbraco 9 specific
- [Get the current page content type alias](/coding/umbraco/umbraco-9/get-the-current-page-content-type-alias.md): How to get the current rendered page document (content) type.
- [Fluent SQL](/coding/umbraco/fluent-sql.md)
- [Unable to open ConfigSource file](/coding/umbraco/unable-to-open-configsource-file.md)
- [Delete items from backoffice by DocType ID](/coding/umbraco/delete-items-from-backoffice-by-doctype-id.md)
- [\[WIP\] Setting up Examine](/coding/umbraco/wip-setting-up-examine.md)
- [Umbraco.ModelsBuilder assembly error](/coding/umbraco/umbraco.modelsbuilder-assembly-error.md)
- [Working with IPublishedContent](/coding/umbraco/working-with-ipublishedcontent.md): Umbraco.TypedContent
- [How to Strongly Type to Models](/coding/umbraco/strongly-type.md)
- [Setting up a custom form](/coding/umbraco/setting-up-a-custom-form.md)
- [Getting bounced away from /umbraco](/coding/umbraco/getting-bounced-away-from-umbraco.md)
- [Examine](/coding/umbraco/examine.md): The search engine used within Umbraco
- [Explaining GroupedOr / GroupedAnd methods](/coding/umbraco/examine/explaining-groupor-groupand-methods.md)
- [Rosyln error](/coding/umbraco/rosyln-error.md): Every now and again you might see the error relating to csc.exe, this is how to fix it.
- [Models Builder Settings](/coding/umbraco/models-builder-settings.md)
- [Adding content to the backoffice](/coding/umbraco/adding-content-to-the-backoffice.md): Adding content programatically to the back office
- [Pagination](/coding/umbraco/pagination.md): How to do pagination for listing pages
- [Creating YYYY/MM folders](/coding/umbraco/creating-yyyy-mm-folders.md)
- [Configuration Error - CodeDom](/coding/umbraco/configuration-error-codedom.md): YSOD with reference to CodeDom
- [C Sharp](/coding/c-sharp.md): Things that have peaked my interest and I've investigated futher
- [Useful Links](/coding/c-sharp/.net-framework-source-code.md): A list of links that are handy for quick reference
- [Regex](/coding/c-sharp/regex.md): Some useful Regex examples
- [Null check .any()](/coding/c-sharp/null-check-.any.md)
- [internal static and internal const](/coding/c-sharp/internal-static-and-internal-const.md)
- [Dependency Injection](/coding/c-sharp/dependency-injection.md)
- [Dictionary\<Tkey, TValue>](/coding/c-sharp/dictionary-less-than-tkey-tvalue-greater-than.md): Represents a collection of keys and values.
- [Linq / Lambda](/coding/c-sharp/linq-lambda.md)
