I’m working on Project for generating .NET C# code using Large Language Models (LLMs), primarily GPT-4. My goal is to create or modify existing Visual Studio project solutions automatically. My current approach involves:
- System Prompt: Providing definitions like database schemas. Ect
- User Prompt: Describing the app’s goals (e.g., API, frontend, business logic).
The model generates code, structures, updates files, or adds new functionalities.
Questions:
-
Communities: Are there forums or groups focused on AI-driven code generation, especially for .NET or Visual Studio?
-
Alternative models: Besides GPT-4, what other models or tools are suitable for .NET developers?
-
Best Practices: How can LLMs be used more effectively for code generation and adapting existing project
Thanks!