Kendo React (edit)
https://github.com/brillout/awesome-react-components
https://github.com/telerik/kendo-react-stackblitz-app
E-Books
https://github.com/trumpowen/All-Programming-E-Books-PDF/blob/master/allbooks.txt
.NET 5
https://www.microsoft.com/en-us/download/details.aspx?id=101064
https://marketplace.visualstudio.com/items?itemName=anasoft-code.RestApiN
Core features version RestApiN.vsix extension
- Three layers projects Api, Domain and Entity
- Automapper
- Dependency Injection
- UnitOfWork
- Generic Service
- Generic Repository with Entity Framework
- EF lazy loading and DB concurrency errors
- Sync and Async calls
- Generic exception handler
- Serilog logging with Console and File sinks
- Migrations and seed from json objects build your empty database
- JWT authorization/authentication for generated API
- T4 templates - simple code generation for domain and service classes
Extended features version RestApiNEx.vsix extension
- All core features included.
- Swagger and Swashbuckle API documentation for .NET and Swagger authentication
- Select between Identity Server 4 or JWT authorization/authentication for generated API
- T4 templates - smart code generation driven by existing entity classes (inherits from BaseEntity). T4 templates generate code for related domain, service, controller and test classes based on added entity classes in single click. Great time saver!
- XUnit integration tests project added to the solution for IS4 mode or JWT authentication mode.
- Postman API tests as json file for import (IS4 and JWT tests). Import json and run the tests.
- Run Postman tests with PowerShell script with Newman command line implementation
- DDoS API attacks protection service
- Stored procedure example added to repository
Awesome Blazor
https://github.com/AdrienTorris/awesome-blazor