One of the best ways to improve the results you get back from GitHub Copilot is by carefully defining your custom instructions. This helps the LLM to better understand your application, preferred technologies, coding guidelines, etc.. This information is shared with the LLM for every request, so you don’t have to provide all these details every time in your prompts. But creating such a set of custom instructions can be a challenge. If you are looking for inspiration, here are some possible sources: Awesome Copilot Instructions Link: Code-and-Sorts/awesome-copilot-instructions: ✨ Curated list of awesome GitHub copilot-instructions.md files Description: Contains a list of copilot instructions for different programming languages Cursor Rules Link: Free AI .cursorrules & .mdc Config Generator | Open Source Developer Tools Description: Originally created for the Cursor IDE but also applicable when defining custom instructions for GitHub Copilot. No examples for .NET or CSh...