Interactive Wiki
GitHub Copilot Chat Interactive Learning
After creating your project from bit Boilerplate, we highly recommend using the built-in Run getting started to interactively learn about your project architecture directly in your IDE.
This interactive guide is available in GitHub Copilot Chat within Visual Studio or Visual Studio Code. Simply type
The guide walks you through the project in multiple stages, using real examples from your actual codebase: This is the recommended next step for developers after creating their project, providing a hands-on, context-aware learning experience tailored to your specific codebase.
This interactive guide is available in GitHub Copilot Chat within Visual Studio or Visual Studio Code. Simply type
Run getting started in the chat and choose the getting started prompt to begin your onboarding journey.
The guide walks you through the project in multiple stages, using real examples from your actual codebase: This is the recommended next step for developers after creating their project, providing a hands-on, context-aware learning experience tailored to your specific codebase.
AI-Powered Wiki
You can also visit wiki.bitplatform.dev anytime to ask questions about bit Boilerplate and the entire bitplatform ecosystem.
To enhance the understanding of our Open Source Project Repository, all documentation is maintained within a single mono repo. This approach ensures that the AI Wiki can cohesively analyze the entire set of documents, README files, in-code comments, and source code to provide comprehensive insights when queried.
Here are some example questions that can be answered by wiki.bitplatform.dev:
To enhance the understanding of our Open Source Project Repository, all documentation is maintained within a single mono repo. This approach ensures that the AI Wiki can cohesively analyze the entire set of documents, README files, in-code comments, and source code to provide comprehensive insights when queried.
Here are some example questions that can be answered by wiki.bitplatform.dev:
- What is the optimal way to load page data using StateHasChanged in conjunction with a Skeleton UI or Shimmer? Link
- How can I remove google reCAPTCHA from a project I created from bit Boilerplate? Link
- What is the difference between Patch and Map, and what is their relationship with Entity Framework Core and Blazor change tracking? Link
- How can I implement a Grid System and layout using BitGrid and BitStack components, especially if I'm familiar with the Bootstrap grid system? Link
- How does a refresh token function in a Boilerplate project template? Link
- How does passwordless authentication work in Boilerplate, particularly in Blazor Hybrid versions of the app, given that this feature is browser-only? Link
- How does using embeddings with the PostgreSQL vector extension enable product search functionality via LINQ and Entity Framework Core? Link