ASP.NET Blazor example
Find a file
2024-01-13 20:33:47 +01:00
src/Nyanbyte.Experiment Review 2024-01-13 20:33:47 +01:00
.gitignore Review 2024-01-13 20:33:47 +01:00
Quiz_example.sln Review 2024-01-13 20:33:47 +01:00
README.md Review 2024-01-13 20:33:47 +01:00

Issues

  • No SLN file.
  • Projects should be in src/ folder
  • Use consistent project naming such as [Name/Company].[Solution].[ProjectName] (eg Nyanbyte.Countries or Nyanbyte.Financing.Server or Nyanbyte.Financing.Shared)
  • Put classes into respective directories. Don't put components in pages directory.
  • Do not tightly couple various components.