Manning Publications, 2018. — 568 p. — ISBN13: 978-1-61729-299-6. Concurrency in .NET teaches you how to build concurrent and scalable programs in .NET using the functional paradigm. This intermediate-level guide is aimed at developers, architects, and passionate computer programmers who are interested in writing code with improved speed and effectiveness by adopting a...
Manning Publications, 2018. — 275 p. — ISBN: 978-1-61729-427-3. .NET Core in Action shows .NET developers how to build professional software applications with .NET Core. Learn how to convert existing .NET code to work on multiple platforms or how to start new projects with knowledge of the tools and capabilities of .NET Core. .NET Core is an open-source framework that lets you...
Manning, 2019. — 562 p. — ISBN13: 978-1-617294-73-0. Dependency Injection Principles, Practices, and Patterns teaches you to use DI to reduce hard-coded dependencies between application components. You'll start by learning what DI is and what types of applications will benefit from it. Then, you'll work through concrete scenarios using C# and the .NET framework to implement DI...
Apress, 2013. — 336 p. — ISBN13: 978-1-4302-5921-3 Pro Asynchronous Programming with .NET teaches the essential skill of asynchronous programming in .NET. It answers critical questions in .NET application development, such as: how do I keep my program responding at all times to keep my users happy? how do I make the most of the available hardware? how can I improve performance?...
Ben Watson, 2014. — 280 p. — ISBN13: 978-0-9905834-2-4. Version 1.4 Do you want your .NET code to have the absolute best performance it can? This book demystifies the CLR, teaching you how and why to write code with optimum performance. Learn critical lessons from a person who helped design and build one of the largest high-performance .NET systems in the world. This book does...
Packt Publishing, 2019. — 435 p. — ISBN: 978-1-78883-409-4. Solve complex business problems by understanding users better, finding the right problem to solve, and building lean event-driven systems to give your customers what they really want Developers across the world are rapidly adopting DDD principles to deliver powerful results when writing software that deals with complex...
2nd edition. — Apress, 2020. — 642 p. — ISBN13: 978-1-4842-5351-9. Roll up your sleeves and jump into building web applications using .NET Core 2.1 and the most popular JavaScript frameworks. You will start by building a data access layer using Entity Framework Core, a RESTful service using ASP.NET Core, and then you will build a web application following the MVC pattern, also...
Manning Publications Co., 2010. — 452 p. — ISBN: 978-1-933988-60-3. A general-purpose language like C# is designed to handle all programming tasks. By contrast, the structure and syntax of a Domain-Specific Language are designed to match a particular applications area. A DSL is designed for readability and easy programming of repeating problems. Using the innovative Boo...
Manning, 2019. — 559 p. — ISBN: 978-1-933988-55-9. This book debunks the myths around dependency injection (DI) and teaches you good practices and anti-patterns concerning DI while applying this to .NET Core. Our goal is to let this book be as influential as the first edition has been. Although many tools help us with DI, DI is foremost a set of principles and patterns. Tools...
Comments