As promised, below is the initial release of the ASP .NET Core A-Z ebook. This combines the 26 blog posts from the series of ASP .NET Core articles on this website.
A – Z of ASP .NET Core!
You can find the complete ebook on GitHub using one of the links below:
Don’t miss my guest appearance on the .NET Community Standup:
- [Aug 6, 2019]: https://youtu.be/t5sBSOydYxI?t=307
- With Jon Galloway, Damian Edwards and Scott Hanselman.
- 5:07 -> video starts
- 18:58 to 36:20 -> my segment
- 36:20 to end -> just chatting
Things to note (updated):
- The cover image was generated using the Canva mobile app
- The eBook is still a work in progress 🙂
- I’m using my Worker Service sample to auto-generate Word documents from each blog post by converting each article’s HTML into Word format using MariGold.OpenXHTML
- After some tweaking, images have been manually resized per chapter. Automatic resizing doesn’t seem to work between HTML to Word conversions, but feel free to submit a Pull Request if you have suggestions on how to fix it.
- Animated GIF images don’t work in the ebook, so a link to each original source has been included where they appear in a few chapters.
- The content currently covers a combination of ASP .NET Core 2.2 and 3.0 (Preview). In the weeks/months ahead, the content will be updated to include Core 3.0 across the entire series.
Pingback: The Morning Brew - Chris Alcock » The Morning Brew #2898
Pingback: Dew Drop – July 30, 2019 (#3000) | Morning Dew
Pingback: RELEASE: ASP .NET Core A-Z eBook - How to Code .NET
Got one for 2.x?
Hi Chris, I started the series with 2.2 and started mentioning 3.x stuff since the early previews. So the entire series can be used for 2.2 as well.
When 3.0 goes into RC/GA, I’ll update the 3.0 content, but will also leave the 2.x content in there as well.
Pingback: ASP .NET Core code sharing between Blazor, MVC and Razor Pages | Wake Up And Code!