dotnetjunkie / blog

Files for my weblog
0 stars 1 forks source link

Comments for "Dependency Injection Principles, Practices, and Patterns" #3

Open dotnetjunkie opened 5 years ago

dotnetjunkie commented 5 years ago

In the section below, you can leave your comments for this blog post: https://blogs.cuttingedge.it/steven/posts/2019/dependency-injection-principles-practices-and-patterns/.

Please be aware that a comment posted here will be shown in the comment section of the blog post, using JavaScript. This means that you should consider this a comment directly on my weblog—not as a post on GitHub.

This means that I might

dotnetjunkie commented 5 years ago

The book forum on Manning's website contained a more detailed description of the changes we made in the second edition but, unfortunatelly, Manning pulled the plug on the forum. With it, all posts including that description turned to dust.

Below is a (slightly altered) copy of that description:

What the motivation is for the second edition, and, what's new?

Our main motivation for writing a the second edition is to share our new knowledge with a broad audience. Although blog posts, presentations, and Pluralsight videos allow us to get this message across, there is no medium as suited to get a complicated story across as a book.

Because writing a new book is a major undertaking, Mark has asked me to help him. It was simply too much to chew off for Mark alone.

What will not change:
What will change:

The second edition focusses even more on patterns & practices than the first edition already did. There are several areas you will notice this:

The book focusses on .NET Core and its frameworks. Although there is still a lot of code that works for any .NET version, especially the parts that show how to integrate (most notably chapter 7), are focused on .NET Core and ASP.NET Core.

We incorporated many of the lessons we learned and knowledge we gained since the first edition was published. This will sometimes manifest itself in small notes or warnings, up to sidebars or even complete sections or chapters.