Releases: nbarbettini/little-aspnetcore-book
Fixed typos
Fixed typos found by readers.
The latest version is always available from littleasp.net/book. ☕️
Book 1.1
Today marks a significant update to the Little ASP.NET Core Book! Version 1.1 includes:
- Significantly reworked the Add more features chapter to use MVC thorough the whole stack and remove the AJAX pattern (discussion in #20)
- More prominent mention of tag helpers and Razor syntax changes for ASP.NET 4.x developers (#50)
- Simplified and reused the TodoItem class (#18)
- Updated database seeding to use the best practice for ASP.NET Core 2.0+ (#45)
- Added a longer explanation of n-tier architecture and why this book uses two layers (#39)
- Removed Facebook login to simplify the security chapter and streamline testing and deployment
- Stated the goals and requirements for the to-do application up front (#47)
- Added a new conclusion to the security chapter, with alternatives to ASP.NET Core Identity
- Updated the Docker instructions to reflect the latest best practice
- Fixed many typos and rendering glitches
- Simplified a lot of prose to make it easier to read and translate
- Added a title page with copyright, license, and ISBN information
- Created a new, stylish cover and jacket design for the book! (#8)
The latest version is always available from littleasp.net/book. ☕️
More small improvements
Thanks to many sharp-eyed readers, a number of small improvements:
- Links to @windsting's Chinese translation, plus the correct author credit
- Better explanation of service container lifecycles (discussion in #26)
- Explain the
-o
flag as suggested in gitbook#10 - Remove semicolons after Razor directives to match the style of the official docs (#44)
- Explained that the port may not always be 5000 (#30)
- Added a few small Gitbook plugins for better web rendering
- Typos
The latest version is always available from littleasp.net/book. ☕️
Typo fixes and small improvements
The Larger Update is still coming, but this is a tiny release focused on typos and small improvements:
- Many typos and tiny improvements suggested by @shahedc
- Removed the duplicative term "function" as suggested in gitbook#12
- Added a callout to
Scaffold-DbContext
as suggested in #16
The latest version is always available from littleasp.net/book. ☕️
More bug fixes and minor changes
Nothing major in this release. I'm planning a larger update to address some gaps and suggestions (stay tuned). Feel free to chime in on the issues page.
- Bug and typo fixes
- Improved wording thanks to feedback
- Called out translations (thanks @sahinyanlik for translating to Turkish!)
How this book is versioned is explained in the versioning document. The latest version is always available from littleasp.net/book. ☕️
Bug fixes and minor changes
v1.0.1 Update changelog and thanks
Initial release (1.0.0)
The first release of the book! The official download links are always available here: littleasp.net/book
How this book is versioned is explained in the versioning document.