product
773753Pragmatic Test-Driven Development in C# and .NEThttps://www.gandhi.com.mx/pragmatic-test-driven-development-in-c-net/phttps://gandhi.vtexassets.com/arquivos/ids/781027/7e786d98-3a1c-49df-b577-308e7bcec35e.jpg?v=638336189737270000627697MXNPackt PublishingInStock/Ebooks/771621Pragmatic Test-Driven Development in C# and .NET627697https://www.gandhi.com.mx/pragmatic-test-driven-development-in-c-net/phttps://gandhi.vtexassets.com/arquivos/ids/781027/7e786d98-3a1c-49df-b577-308e7bcec35e.jpg?v=638336189737270000InStockMXN99999DIEbook20229781803231303_W3siaWQiOiJjNDAzNzU5NC0zYWE5LTQyZmUtYjQ5ZS1kOTU5NDUxOWRjMzgiLCJsaXN0UHJpY2UiOjY5NywiZGlzY291bnQiOjcwLCJzZWxsaW5nUHJpY2UiOjYyNywiaW5jbHVkZXNUYXgiOnRydWUsInByaWNlVHlwZSI6Ildob2xlc2FsZSIsImN1cnJlbmN5IjoiTVhOIiwiZnJvbSI6IjIwMjUtMDUtMjRUMTI6MDA6MDBaIiwidG8iOiIyMDI1LTA2LTMwVDIzOjU5OjU5WiIsInJlZ2lvbiI6Ik1YIiwiaXNQcmVvcmRlciI6ZmFsc2V9LHsiaWQiOiJlMTVlNTdjOC1lYzY1LTRlMTQtOGZlMi04ZTQxZDhkM2RlZGYiLCJsaXN0UHJpY2UiOjY1OCwiZGlzY291bnQiOjY2LCJzZWxsaW5nUHJpY2UiOjU5MiwiaW5jbHVkZXNUYXgiOnRydWUsInByaWNlVHlwZSI6Ildob2xlc2FsZSIsImN1cnJlbmN5IjoiTVhOIiwiZnJvbSI6IjIwMjUtMDctMDFUMDA6MDA6MDBaIiwicmVnaW9uIjoiTVgiLCJpc1ByZW9yZGVyIjpmYWxzZX1d9781803231303_<p><strong>Learn how to apply TDD skills in your everyday .NET projects to produce robust software as well as utilize the power of TDD in C# to implement multiple useful features in your .NET projects</strong></p><h4>Key Features</h4><ul><li>Build a full TDD-based app to help you practice real-world scenarios</li><li>Get up and running with TDD quickly by using specific features of Visual Studio</li><li>Know the challenges of rolling TDD into your organization and build a plan</li></ul><h4>Book Description</h4><p>Test-driven development is a manifesto for incrementally adding features to a product but starting with the unit tests first. Todays project templates come with unit tests by default and implementing them has become an expectation. Its no surprise that TDD/unit tests are on most job specifications and are important ingredients of most interviews and coding challenges. Adopting TDD will enforce good design practices and expedite your journey toward becoming a better coding architect.</p><p>This book goes beyond the philosophical debates and focuses on familiarizing you with TDD in a real-world setting by using popular frameworks such as ASP.NET and Entity Framework. The book starts with the foundational elements, before showing you how to use Visual Studio 2022 to build a To-Do application. To mimic real-life, youll be using EF, SQL Server, and Cosmos, and utilize patterns including repository, service, and mediator. As a result of learning from this book, youll also become familiar with domain-driven design (DDD) and other software best practices including SOLID and FIRSTHAND.</p><p>By the end of this TDD book, youll have become confident in championing a TDD implementation. Youll also be equipped with a business and technical case for rolling out TDD or unit testing to present to your management and colleagues.</p><h4>What you will learn</h4><ul><li>Write unit tests with xUnit and get to grips with dependency injection</li><li>Implement test doubles and mocking with NSubstitute</li><li>Use the TDD style for unit testing in conjunction with DDD and best practices</li><li>Mix TDD with the ASP.NET API, Entity Framework, and databases</li><li>Add the mediator design pattern and understand its effect on unit testing</li><li>Explore continuous integration with GitHub and Azure DevOps</li><li>Get introduced to advanced mocking scenarios and gain familiarity with Moq</li></ul><h4>Who This Book Is For</h4><p>This book is for mid to senior-level .NET developers who are looking to utilize the potential of TDD to develop high-quality software. Basic knowledge of OOP and C# programming concepts is assumed but no knowledge of TDD or unit testing is expected. As the book provides in-depth coverage of all the concepts of TDD and unit testing, it acts as an excellent guide for developers who want to build a TDD-based application from scratch or developers planning to introduce unit testing into their organization.</p><h4>Table of Contents</h4><ol><li>Demonstrating TDD with a Hello World App</li><li>Understanding Dependency Injection by Example</li><li>Getting Started with Unit Testing</li><li>Real Unit Testing with Test Doubles</li><li>Test-Driven Development Explained</li><li>The FIRSTHAND Guidelines of TDD</li><li>A Pragmatic View of Domain-Driven Design</li><li>Business Requirements and Infrastructure</li><li>Option 1: Choosing Entity Framework and SQL Server</li><li>Option 2: Choosing Repositories and Cosmos DB</li><li>Cleaner Code with The Mediator Pattern</li><li>Implementing Continuous Integration</li><li>Dealing with Brownfield Projects</li><li>The Intricacies of Rolling TDD Into Your Team</li><li>Appendix: An Intro to Moq and MSTest</li><li>Appendix 2: Advanced Mocking Scenarios - 10 pages</li></ol>(*_*)9781803231303_<p>Build realistic applications with both relational and document databases and derive your code design using TDD. Unit test with xUnit and NSubstitute and learn concepts like DDD, SUT, Mocks, Fakes, Test Doubles, SOLID, and FIRSTHAND Key Features Build a full TDD-based app employing familiar tools and libraries to practice real-world scenarios Derive your architecture using TDD with domain-driven design and SOLID approach Know the challenges of rolling out TDD and unit testing into your organization and build a plan Book Description Test-driven development is a manifesto for incrementally adding features to a product but starting with the unit tests first. Todays project templates come with unit tests by default and implementing them has become an expectation. Its no surprise that TDD/unit tests feature in most job specifications and are important ingredients for most interviews and coding challenges. Adopting TDD will enforce good design practices and expedite your journey toward becoming a better coding architect. This book goes beyond the theoretical debates and focuses on familiarizing you with TDD in a real-world setting by using popular frameworks such as ASP.NET Core and Entity Framework. The book starts with the foundational elements before showing you how to use Visual Studio 2022 to build an appointment booking web application. To mimic real-life, youll be using EF, SQL Server, and Cosmos, and utilize patterns including repository, service, and builder. This book will also familiarize you with domain-driven design (DDD) and other software best practices, including SOLID and FIRSTHAND. By the end of this TDD book, youll have become confident enough to champion a TDD implementation. Youll also be equipped with a business and technical case for rolling out TDD or unit testing to present to your management and colleagues. What you will learn Writing unit tests with xUnit and getting to grips with dependency injection Implementing test doubles and mocking with NSubstitute Using the TDD style for unit testing in conjunction with DDD and best practices Mixing TDD with the ASP.NET API, Entity Framework, and databases Moving to the next level by exploring continuous integration with GitHub Getting introduced to advanced mocking scenarios Championing your team and company for introducing TDD and unit testing Who this book is for This book is for mid to senior-level .NET developers looking to use the potential of TDD to develop high-quality software. Basic knowledge of OOP and C# programming concepts is assumed but no knowledge of TDD or unit testing is expected. The book provides in-depth coverage of all the concepts of TDD and unit testing, making it an excellent guide for developers who want to build a TDD-based application from scratch or planning to introduce unit testing into their organization.</p>...9781803231303_Packt Publishinglibro_electonico_4ff7481a-d3c8-310e-9374-45a1b77b77cd_9781803231303;9781803231303_9781803231303Adam TibiInglésMéxicohttps://getbook.kobo.com/koboid-prod-public/packt-epub-154e658b-e95f-4666-8640-1d37940c6e99.epub2022-09-30T00:00:00+00:00Packt Publishing