10 hours ago
1.78 GB | 00:13:13 | mp4 | 1276X716 | 16:9
Genre:eLearning |Language:English
Files Included :
001 Part 1 Using C and NET.mp4 (1.72 MB)
002 Chapter 1 Introducing C and NET.mp4 (16.38 MB)
003 Chapter 1 Reason 2 C is maintainable.mp4 (21.33 MB)
004 Chapter 1 Why not work in C.mp4 (17.4 MB)
005 Chapter 1 Switching to C.mp4 (21.22 MB)
006 Chapter 1 What you will learn in this book.mp4 (24.63 MB)
007 Chapter 2 NET and how it compiles.mp4 (25.66 MB)
008 Chapter 2 How CLI-compliant languages are compiled.mp4 (27.16 MB)
009 Chapter 2 Step 2 Common Intermediate Language (assembly level), Part 1.mp4 (22.33 MB)
010 Chapter 2 Step 2 Common Intermediate Language (assembly level), Part 2.mp4 (19.97 MB)
011 Chapter 2 Step 3 Native code (processor level).mp4 (20.15 MB)
012 Part 2 The existing codebase.mp4 (1.24 MB)
013 Chapter 3 How bad is this code.mp4 (31.03 MB)
014 Chapter 3 Coming to terms with the existing codebase.mp4 (24.41 MB)
015 Chapter 3 The existing codebase Web service configuration files.mp4 (21.13 MB)
016 Chapter 3 Considering models and views in the existing codebase, Part 1.mp4 (21.83 MB)
017 Chapter 3 Considering models and views in the existing codebase, Part 2.mp4 (23.61 MB)
018 Chapter 4 Manage your unmanaged resources!.mp4 (24.83 MB)
019 Chapter 4 Collecting flight information with collections.mp4 (35.6 MB)
020 Chapter 4 Querying a database with SqlCommand.mp4 (18.46 MB)
021 Chapter 4 The FlightController Assessing GET flight{flightNumber.mp4 (29.21 MB)
022 Chapter 4 The FlightController DELETE flight{flightNumber.mp4 (23.67 MB)
023 Part 3 The database access layer.mp4 (1.28 MB)
024 Chapter 5 Setting up a project and database with Entity Framework Core.mp4 (21.1 MB)
025 Chapter 5 Setting up and configuring a web service.mp4 (17.38 MB)
026 Chapter 5 Implementing the Startup class.mp4 (17.41 MB)
027 Chapter 5 Implementing the database access layer.mp4 (27.69 MB)
028 Chapter 5 Configuration methods and environment variables.mp4 (34 MB)
029 Part 4 The repository layer.mp4 (1.08 MB)
030 Chapter 6 Test-driven development and dependency injection.mp4 (29.27 MB)
031 Chapter 6 The CreateCustomer method.mp4 (14.72 MB)
032 Chapter 6 Validating against invalid characters.mp4 (27.91 MB)
033 Chapter 6 Object initializers and autogenerated code.mp4 (21.41 MB)
034 Chapter 6 Locks, mutexes, and semaphores.mp4 (29.21 MB)
035 Chapter 6 Controlling dependencies with dependency injection, Part 1.mp4 (18.15 MB)
036 Chapter 6 Controlling dependencies with dependency injection, Part 2.mp4 (16.87 MB)
037 Chapter 7 Comparing objects.mp4 (29.53 MB)
038 Chapter 7 Custom exceptions, LINQ, and extension methods.mp4 (26.58 MB)
039 Chapter 7 Congruence From the Middle Ages to C.mp4 (27.13 MB)
040 Chapter 7 Creating a "comparer" class using EqualityComparerT.mp4 (16.86 MB)
041 Chapter 7 Testing equality by overriding the Equals method.mp4 (26.74 MB)
042 Chapter 7 Overloading the equality operator.mp4 (14.33 MB)
043 Chapter 8 Stubbing, generics, and coupling.mp4 (20.2 MB)
044 Chapter 8 Input validation, separation of concerns, and coupling.mp4 (32.25 MB)
045 Chapter 8 Using object initializers.mp4 (29.61 MB)
046 Chapter 8 Programming with generics.mp4 (22.4 MB)
047 Chapter 8 Conditionals, Func, switches, and switch expressions.mp4 (36.94 MB)
048 Chapter 8 Querying for pending changes in Entity Framework Core.mp4 (17.77 MB)
049 Chapter 9 Extension methods, streams, and abstract classes.mp4 (25.54 MB)
050 Chapter 9 Validating the AirportID input parameter.mp4 (35.36 MB)
051 Chapter 9 Querying the database for an Airport object, Part 1.mp4 (17.11 MB)
052 Chapter 9 Querying the database for an Airport object, Part 2.mp4 (21.41 MB)
053 Chapter 9 Implementing the Flight repository.mp4 (14.79 MB)
054 Chapter 9 The IsPositive extension method and "magic numbers".mp4 (22.31 MB)
055 Chapter 9 Getting a flight out of the database.mp4 (22.89 MB)
056 Part 5 The service layer.mp4 (1.26 MB)
057 Chapter 10 Reflection and mocks.mp4 (16.46 MB)
058 Chapter 10 Implementing the CustomerService.mp4 (27.83 MB)
059 Chapter 10 Implementing the BookingService.mp4 (25.31 MB)
060 Chapter 10 Unit testing across architectural layers.mp4 (15.75 MB)
061 Chapter 10 Mocking a class with the Moq library, Part 1.mp4 (25.95 MB)
062 Chapter 10 Mocking a class with the Moq library, Part 2.mp4 (26.22 MB)
063 Chapter 10 Calling a repository from a service.mp4 (16.47 MB)
064 Chapter 11 Runtime type checking revisited and error handling.mp4 (30.89 MB)
065 Chapter 11 Cleaning up the BookingServiceTests class.mp4 (29.8 MB)
066 Chapter 11 Calling the Flight repository from a service class, Part 1.mp4 (29.7 MB)
067 Chapter 11 Calling the Flight repository from a service class, Part 2.mp4 (11.67 MB)
068 Chapter 12 Using IAsyncEnumerableT and yield return.mp4 (33.36 MB)
069 Chapter 12 Combining two data streams into a view.mp4 (28.09 MB)
070 Chapter 12 Using the yield return keywords with try-catch code blocks.mp4 (36.82 MB)
071 Chapter 12 Implementing GetFlightByFlightNumber.mp4 (19.5 MB)
072 Part 6 The controller layer.mp4 (1.64 MB)
073 Chapter 13 Middleware, HTTP routing, and HTTP responses.mp4 (25.44 MB)
074 Chapter 13 Returning HTTP responses with the IActionResult interface (GetFlights).mp4 (17.01 MB)
075 Chapter 13 Injecting dependencies into a controller using middleware.mp4 (30.18 MB)
076 Chapter 13 Implementing the GET Flight{FlightNumber endpoint.mp4 (17.99 MB)
077 Chapter 13 Routing HTTP requests to controllers and methods.mp4 (25.34 MB)
078 Chapter 14 JSON serialization deserialization and custom model binding.mp4 (22.33 MB)
079 Chapter 14 Using the [FromBody] attribute to deserialize incoming HTTP data.mp4 (21.54 MB)
080 Chapter 14 Implementing the CreateBooking endpoint method logic.mp4 (24.6 MB)
081 Chapter 14 Acceptance testing and Swagger middleware.mp4 (26.2 MB)
082 Chapter 14 Generating an OpenAPI specification at runtime.mp4 (16.6 MB)
083 Appendix B Clean code checklist.mp4 (13.21 MB)]
Screenshot
001 Part 1 Using C and NET.mp4 (1.72 MB)
002 Chapter 1 Introducing C and NET.mp4 (16.38 MB)
003 Chapter 1 Reason 2 C is maintainable.mp4 (21.33 MB)
004 Chapter 1 Why not work in C.mp4 (17.4 MB)
005 Chapter 1 Switching to C.mp4 (21.22 MB)
006 Chapter 1 What you will learn in this book.mp4 (24.63 MB)
007 Chapter 2 NET and how it compiles.mp4 (25.66 MB)
008 Chapter 2 How CLI-compliant languages are compiled.mp4 (27.16 MB)
009 Chapter 2 Step 2 Common Intermediate Language (assembly level), Part 1.mp4 (22.33 MB)
010 Chapter 2 Step 2 Common Intermediate Language (assembly level), Part 2.mp4 (19.97 MB)
011 Chapter 2 Step 3 Native code (processor level).mp4 (20.15 MB)
012 Part 2 The existing codebase.mp4 (1.24 MB)
013 Chapter 3 How bad is this code.mp4 (31.03 MB)
014 Chapter 3 Coming to terms with the existing codebase.mp4 (24.41 MB)
015 Chapter 3 The existing codebase Web service configuration files.mp4 (21.13 MB)
016 Chapter 3 Considering models and views in the existing codebase, Part 1.mp4 (21.83 MB)
017 Chapter 3 Considering models and views in the existing codebase, Part 2.mp4 (23.61 MB)
018 Chapter 4 Manage your unmanaged resources!.mp4 (24.83 MB)
019 Chapter 4 Collecting flight information with collections.mp4 (35.6 MB)
020 Chapter 4 Querying a database with SqlCommand.mp4 (18.46 MB)
021 Chapter 4 The FlightController Assessing GET flight{flightNumber.mp4 (29.21 MB)
022 Chapter 4 The FlightController DELETE flight{flightNumber.mp4 (23.67 MB)
023 Part 3 The database access layer.mp4 (1.28 MB)
024 Chapter 5 Setting up a project and database with Entity Framework Core.mp4 (21.1 MB)
025 Chapter 5 Setting up and configuring a web service.mp4 (17.38 MB)
026 Chapter 5 Implementing the Startup class.mp4 (17.41 MB)
027 Chapter 5 Implementing the database access layer.mp4 (27.69 MB)
028 Chapter 5 Configuration methods and environment variables.mp4 (34 MB)
029 Part 4 The repository layer.mp4 (1.08 MB)
030 Chapter 6 Test-driven development and dependency injection.mp4 (29.27 MB)
031 Chapter 6 The CreateCustomer method.mp4 (14.72 MB)
032 Chapter 6 Validating against invalid characters.mp4 (27.91 MB)
033 Chapter 6 Object initializers and autogenerated code.mp4 (21.41 MB)
034 Chapter 6 Locks, mutexes, and semaphores.mp4 (29.21 MB)
035 Chapter 6 Controlling dependencies with dependency injection, Part 1.mp4 (18.15 MB)
036 Chapter 6 Controlling dependencies with dependency injection, Part 2.mp4 (16.87 MB)
037 Chapter 7 Comparing objects.mp4 (29.53 MB)
038 Chapter 7 Custom exceptions, LINQ, and extension methods.mp4 (26.58 MB)
039 Chapter 7 Congruence From the Middle Ages to C.mp4 (27.13 MB)
040 Chapter 7 Creating a "comparer" class using EqualityComparerT.mp4 (16.86 MB)
041 Chapter 7 Testing equality by overriding the Equals method.mp4 (26.74 MB)
042 Chapter 7 Overloading the equality operator.mp4 (14.33 MB)
043 Chapter 8 Stubbing, generics, and coupling.mp4 (20.2 MB)
044 Chapter 8 Input validation, separation of concerns, and coupling.mp4 (32.25 MB)
045 Chapter 8 Using object initializers.mp4 (29.61 MB)
046 Chapter 8 Programming with generics.mp4 (22.4 MB)
047 Chapter 8 Conditionals, Func, switches, and switch expressions.mp4 (36.94 MB)
048 Chapter 8 Querying for pending changes in Entity Framework Core.mp4 (17.77 MB)
049 Chapter 9 Extension methods, streams, and abstract classes.mp4 (25.54 MB)
050 Chapter 9 Validating the AirportID input parameter.mp4 (35.36 MB)
051 Chapter 9 Querying the database for an Airport object, Part 1.mp4 (17.11 MB)
052 Chapter 9 Querying the database for an Airport object, Part 2.mp4 (21.41 MB)
053 Chapter 9 Implementing the Flight repository.mp4 (14.79 MB)
054 Chapter 9 The IsPositive extension method and "magic numbers".mp4 (22.31 MB)
055 Chapter 9 Getting a flight out of the database.mp4 (22.89 MB)
056 Part 5 The service layer.mp4 (1.26 MB)
057 Chapter 10 Reflection and mocks.mp4 (16.46 MB)
058 Chapter 10 Implementing the CustomerService.mp4 (27.83 MB)
059 Chapter 10 Implementing the BookingService.mp4 (25.31 MB)
060 Chapter 10 Unit testing across architectural layers.mp4 (15.75 MB)
061 Chapter 10 Mocking a class with the Moq library, Part 1.mp4 (25.95 MB)
062 Chapter 10 Mocking a class with the Moq library, Part 2.mp4 (26.22 MB)
063 Chapter 10 Calling a repository from a service.mp4 (16.47 MB)
064 Chapter 11 Runtime type checking revisited and error handling.mp4 (30.89 MB)
065 Chapter 11 Cleaning up the BookingServiceTests class.mp4 (29.8 MB)
066 Chapter 11 Calling the Flight repository from a service class, Part 1.mp4 (29.7 MB)
067 Chapter 11 Calling the Flight repository from a service class, Part 2.mp4 (11.67 MB)
068 Chapter 12 Using IAsyncEnumerableT and yield return.mp4 (33.36 MB)
069 Chapter 12 Combining two data streams into a view.mp4 (28.09 MB)
070 Chapter 12 Using the yield return keywords with try-catch code blocks.mp4 (36.82 MB)
071 Chapter 12 Implementing GetFlightByFlightNumber.mp4 (19.5 MB)
072 Part 6 The controller layer.mp4 (1.64 MB)
073 Chapter 13 Middleware, HTTP routing, and HTTP responses.mp4 (25.44 MB)
074 Chapter 13 Returning HTTP responses with the IActionResult interface (GetFlights).mp4 (17.01 MB)
075 Chapter 13 Injecting dependencies into a controller using middleware.mp4 (30.18 MB)
076 Chapter 13 Implementing the GET Flight{FlightNumber endpoint.mp4 (17.99 MB)
077 Chapter 13 Routing HTTP requests to controllers and methods.mp4 (25.34 MB)
078 Chapter 14 JSON serialization deserialization and custom model binding.mp4 (22.33 MB)
079 Chapter 14 Using the [FromBody] attribute to deserialize incoming HTTP data.mp4 (21.54 MB)
080 Chapter 14 Implementing the CreateBooking endpoint method logic.mp4 (24.6 MB)
081 Chapter 14 Acceptance testing and Swagger middleware.mp4 (26.2 MB)
082 Chapter 14 Generating an OpenAPI specification at runtime.mp4 (16.6 MB)
083 Appendix B Clean code checklist.mp4 (13.21 MB)]
Screenshot