ASP.NET Blazor example
src/Nyanbyte.Experiment | ||
.gitignore | ||
Quiz_example.sln | ||
README.md |
Issues
- No SLN file.
- Projects should be in src/ folder
- Use consistent project naming such as [Name/Company].[Solution]
.[ProjectName]
(egNyanbyte.Countries
orNyanbyte.Financing.Server
orNyanbyte.Financing.Shared
) - Put classes into respective directories. Don't put components in pages directory.
- Do not tightly couple various components.