There's never been a better time to get into web development with .NET!

I recently read Jimmy Engström's "Web Development with Blazor: A hands-on guide for .NET developers to build interactive UIs with C#" (linked below), finishing it in record time (2 days!) which is quite the compliment to the author as I normally consider myself a slow reader!

His book gives you step-by-step instructions on how to create a fully functional blogging app (with Markdown Support!) with Blazor, including its database configuration and setting up authentication with social logins, such as Google and Facebook.

While I, as an experienced .NET and web developer, got value out of the book (and will revisit parts as I get my hands dirty; I got some ideas ...), I believe it would offer even more value to the uninitiated: I’m convinced this would be a great first book on .NET web development, giving an aspiring engineer-in-training a kick start into their new career! I claim this as Jimmy not only teaches the reader about Blazor, but also touches on techniques such as Code Reuse, Debugging, Dependency Injection, Testing, Visual Studio Project Management and API management.

So if you've stumbled upon this post and you're considering a career in / a change in career or getting into a hobby as a web developer, this is the book for you!





Comments

Popular posts from this blog

Auto Mapper and Record Types - will they blend?

Unit testing your Azure functions - part 2: Queues and Blobs

Testing WCF services with user credentials and binary endpoints