> For the complete documentation index, see [llms.txt](https://founders-and-coders.gitbook.io/coursebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://founders-and-coders.gitbook.io/coursebook/src/course/syllabus/developer/week10-project05-dotnet-intro/resources.md).

# Resources

These resources are helpful extra reading that may clarify or enhance concepts you're learning in the main curriculum.

## .NET

* #### [C# | W3Schools](https://duckduckgo.com/?q=c%23+w3schools\&ia=web) A decent dive into language basics
* #### [Intro to C# for Typescript developers](https://www.youtube.com/watch?v=j0857MhIohk) for people who like videos, this is geared towards devs with your backgrounds
* #### [A roundup of links that will be useful for people coming to .NET with typescript backgrounds](https://gist.github.com/w3cj/8f5d597c7aad19ceb1a59fbb070405f7) Link roundup version of the above resource, with more detail
* #### [Microsoft Documentation](https://learn.microsoft.com/en-us/aspnet/core/?view=aspnetcore-6.0) Official documentation for ASP .NET
