Rodenburg J. - Code like a Pro in C# - 2021
大小
27.13 MB
文件数
260
Info Hash:
397B4343AE0C6972DFFE72F712ABCA05EF94E00F
收录时间
2026-01-22 20:07:56
更新时间
2026-01-22 20:07:56
文件列表 (260)
code/Appendix D/openapi.yaml
2.86 KB
code/Chapter 10/FlyingDutchmanAirlines/DatabaseLayer/FlyingDutchmanAirlinesContext.cs
3.45 KB
code/Chapter 10/FlyingDutchmanAirlines/DatabaseLayer/Models/Airport.cs
586 B
code/Chapter 10/FlyingDutchmanAirlines/DatabaseLayer/Models/Booking.cs
346 B
code/Chapter 10/FlyingDutchmanAirlines/DatabaseLayer/Models/Customer.cs
414 B
code/Chapter 10/FlyingDutchmanAirlines/DatabaseLayer/Models/Flight.cs
533 B
code/Chapter 10/FlyingDutchmanAirlines/Exceptions/AirportNotFoundException.cs
132 B
code/Chapter 10/FlyingDutchmanAirlines/Exceptions/CouldNotAddBookingToDatabase.cs
157 B
code/Chapter 10/FlyingDutchmanAirlines/Exceptions/CouldNotAddEntityToDatabase.cs
144 B
code/Chapter 10/FlyingDutchmanAirlines/Exceptions/CustomerNotFoundException.cs
133 B
code/Chapter 10/FlyingDutchmanAirlines/Exceptions/FlightNotFoundException.cs
131 B
code/Chapter 10/FlyingDutchmanAirlines/ExtensionMethods.cs
202 B
code/Chapter 10/FlyingDutchmanAirlines/FlyingDutchmanAirlines.csproj
606 B
code/Chapter 10/FlyingDutchmanAirlines/Program.cs
521 B
code/Chapter 10/FlyingDutchmanAirlines/RepositoryLayer/AirportRepository.cs
999 B
code/Chapter 10/FlyingDutchmanAirlines/RepositoryLayer/BookingRepository.cs
1.77 KB
code/Chapter 10/FlyingDutchmanAirlines/RepositoryLayer/CustomerRepository.cs
2.05 KB
code/Chapter 10/FlyingDutchmanAirlines/RepositoryLayer/FlightRepository.cs
1.38 KB
code/Chapter 10/FlyingDutchmanAirlines/ServiceLayer/BookingService.cs
1.4 KB
code/Chapter 10/FlyingDutchmanAirlines/Startup.cs
555 B
code/Chapter 10/FlyingDutchmanAirlines_Tests/FlyingDutchmanAirlines_Tests.csproj
854 B
code/Chapter 10/FlyingDutchmanAirlines_Tests/RepositoryLayer/AirportRepositoryTests.cs
3.81 KB
code/Chapter 10/FlyingDutchmanAirlines_Tests/RepositoryLayer/BookingRepositoryTests.cs
1.98 KB
code/Chapter 10/FlyingDutchmanAirlines_Tests/RepositoryLayer/CustomerRepositoryTests.cs
3.16 KB
code/Chapter 10/FlyingDutchmanAirlines_Tests/RepositoryLayer/FlightRepositoryTests.cs
2.83 KB
code/Chapter 10/FlyingDutchmanAirlines_Tests/ServiceLayer/BookingServiceTests.cs
1.21 KB
code/Chapter 10/FlyingDutchmanAirlines_Tests/Stubs/FlyingDutchmanAirlinesContext_Stub.cs
1.4 KB
code/Chapter 10/FlyingDutchmanAirlinesNextGen.sln
2.83 KB
code/Chapter 11/FlyingDutchmanAirlines/DatabaseLayer/FlyingDutchmanAirlinesContext.cs
3.45 KB
code/Chapter 11/FlyingDutchmanAirlines/DatabaseLayer/Models/Airport.cs
586 B
code/Chapter 11/FlyingDutchmanAirlines/DatabaseLayer/Models/Booking.cs
346 B
code/Chapter 11/FlyingDutchmanAirlines/DatabaseLayer/Models/Customer.cs
414 B
code/Chapter 11/FlyingDutchmanAirlines/DatabaseLayer/Models/Flight.cs
533 B
code/Chapter 11/FlyingDutchmanAirlines/Exceptions/AirportNotFoundException.cs
132 B
code/Chapter 11/FlyingDutchmanAirlines/Exceptions/CouldNotAddBookingToDatabase.cs
157 B
code/Chapter 11/FlyingDutchmanAirlines/Exceptions/CouldNotAddEntityToDatabase.cs
144 B
code/Chapter 11/FlyingDutchmanAirlines/Exceptions/CustomerNotFoundException.cs
133 B
code/Chapter 11/FlyingDutchmanAirlines/Exceptions/FlightNotFoundException.cs
131 B
code/Chapter 11/FlyingDutchmanAirlines/ExtensionMethods.cs
202 B
code/Chapter 11/FlyingDutchmanAirlines/FlyingDutchmanAirlines.csproj
606 B
code/Chapter 11/FlyingDutchmanAirlines/Program.cs
521 B
code/Chapter 11/FlyingDutchmanAirlines/RepositoryLayer/AirportRepository.cs
999 B
code/Chapter 11/FlyingDutchmanAirlines/RepositoryLayer/BookingRepository.cs
1.77 KB
code/Chapter 11/FlyingDutchmanAirlines/RepositoryLayer/CustomerRepository.cs
2.06 KB
code/Chapter 11/FlyingDutchmanAirlines/RepositoryLayer/FlightRepository.cs
1.38 KB
code/Chapter 11/FlyingDutchmanAirlines/ServiceLayer/BookingService.cs
2.69 KB
code/Chapter 11/FlyingDutchmanAirlines/Startup.cs
555 B
code/Chapter 11/FlyingDutchmanAirlines_Tests/FlyingDutchmanAirlines_Tests.csproj
854 B
code/Chapter 11/FlyingDutchmanAirlines_Tests/RepositoryLayer/AirportRepositoryTests.cs
3.81 KB
code/Chapter 11/FlyingDutchmanAirlines_Tests/RepositoryLayer/BookingRepositoryTests.cs
1.98 KB
code/Chapter 11/FlyingDutchmanAirlines_Tests/RepositoryLayer/CustomerRepositoryTests.cs
3.16 KB
code/Chapter 11/FlyingDutchmanAirlines_Tests/RepositoryLayer/FlightRepositoryTests.cs
2.33 KB
code/Chapter 11/FlyingDutchmanAirlines_Tests/ServiceLayer/BookingServiceTests.cs
6.38 KB
code/Chapter 11/FlyingDutchmanAirlines_Tests/Stubs/FlyingDutchmanAirlinesContext_Stub.cs
1.4 KB
code/Chapter 11/FlyingDutchmanAirlinesNextGen.sln
2.83 KB
code/Chapter 12/FlyingDutchmanAirlines/DatabaseLayer/FlyingDutchmanAirlinesContext.cs
3.45 KB
code/Chapter 12/FlyingDutchmanAirlines/DatabaseLayer/Models/Airport.cs
586 B
code/Chapter 12/FlyingDutchmanAirlines/DatabaseLayer/Models/Booking.cs
346 B
code/Chapter 12/FlyingDutchmanAirlines/DatabaseLayer/Models/Customer.cs
414 B
code/Chapter 12/FlyingDutchmanAirlines/DatabaseLayer/Models/Flight.cs
533 B
code/Chapter 12/FlyingDutchmanAirlines/Exceptions/AirportNotFoundException.cs
132 B
code/Chapter 12/FlyingDutchmanAirlines/Exceptions/CouldNotAddBookingToDatabase.cs
157 B
code/Chapter 12/FlyingDutchmanAirlines/Exceptions/CouldNotAddEntityToDatabase.cs
144 B
code/Chapter 12/FlyingDutchmanAirlines/Exceptions/CustomerNotFoundException.cs
133 B
code/Chapter 12/FlyingDutchmanAirlines/Exceptions/FlightNotFoundException.cs
131 B
code/Chapter 12/FlyingDutchmanAirlines/ExtensionMethods.cs
202 B
code/Chapter 12/FlyingDutchmanAirlines/FlyingDutchmanAirlines.csproj
606 B
code/Chapter 12/FlyingDutchmanAirlines/Program.cs
521 B
code/Chapter 12/FlyingDutchmanAirlines/RepositoryLayer/AirportRepository.cs
1.36 KB
code/Chapter 12/FlyingDutchmanAirlines/RepositoryLayer/BookingRepository.cs
1.77 KB
code/Chapter 12/FlyingDutchmanAirlines/RepositoryLayer/CustomerRepository.cs
2.06 KB
code/Chapter 12/FlyingDutchmanAirlines/RepositoryLayer/FlightRepository.cs
1.72 KB
code/Chapter 12/FlyingDutchmanAirlines/ServiceLayer/BookingService.cs
2.69 KB
code/Chapter 12/FlyingDutchmanAirlines/ServiceLayer/FlightService.cs
2.52 KB
code/Chapter 12/FlyingDutchmanAirlines/Startup.cs
555 B
code/Chapter 12/FlyingDutchmanAirlines/Views/FlightView.cs
1011 B
code/Chapter 12/FlyingDutchmanAirlines_Tests/FlyingDutchmanAirlines_Tests.csproj
854 B
code/Chapter 12/FlyingDutchmanAirlines_Tests/RepositoryLayer/AirportRepositoryTests.cs
3.81 KB
code/Chapter 12/FlyingDutchmanAirlines_Tests/RepositoryLayer/BookingRepositoryTests.cs
1.98 KB
code/Chapter 12/FlyingDutchmanAirlines_Tests/RepositoryLayer/CustomerRepositoryTests.cs
3.16 KB
code/Chapter 12/FlyingDutchmanAirlines_Tests/RepositoryLayer/FlightRepositoryTests.cs
3.08 KB
code/Chapter 12/FlyingDutchmanAirlines_Tests/ServiceLayer/BookingServiceTests.cs
6.38 KB
code/Chapter 12/FlyingDutchmanAirlines_Tests/ServiceLayer/FlightServiceTests.cs
5.22 KB
code/Chapter 12/FlyingDutchmanAirlines_Tests/Stubs/FlyingDutchmanAirlinesContext_Stub.cs
1.4 KB
code/Chapter 12/FlyingDutchmanAirlines_Tests/Views/FlightViewTests.cs
2.59 KB
code/Chapter 12/FlyingDutchmanAirlinesNextGen.sln
2.83 KB
code/Chapter 13/FlyingDutchmanAirlines/ControllerLayer/FlightController.cs
2.06 KB
code/Chapter 13/FlyingDutchmanAirlines/DatabaseLayer/FlyingDutchmanAirlinesContext.cs
3.45 KB
code/Chapter 13/FlyingDutchmanAirlines/DatabaseLayer/Models/Airport.cs
586 B
code/Chapter 13/FlyingDutchmanAirlines/DatabaseLayer/Models/Booking.cs
346 B
code/Chapter 13/FlyingDutchmanAirlines/DatabaseLayer/Models/Customer.cs
414 B
code/Chapter 13/FlyingDutchmanAirlines/DatabaseLayer/Models/Flight.cs
533 B
code/Chapter 13/FlyingDutchmanAirlines/Exceptions/AirportNotFoundException.cs
132 B
code/Chapter 13/FlyingDutchmanAirlines/Exceptions/CouldNotAddBookingToDatabase.cs
157 B
code/Chapter 13/FlyingDutchmanAirlines/Exceptions/CouldNotAddEntityToDatabase.cs
144 B
code/Chapter 13/FlyingDutchmanAirlines/Exceptions/CustomerNotFoundException.cs
133 B
code/Chapter 13/FlyingDutchmanAirlines/Exceptions/FlightNotFoundException.cs
131 B
code/Chapter 13/FlyingDutchmanAirlines/ExtensionMethods.cs
202 B
code/Chapter 13/FlyingDutchmanAirlines/FlyingDutchmanAirlines.csproj
606 B
code/Chapter 13/FlyingDutchmanAirlines/Program.cs
521 B
code/Chapter 13/FlyingDutchmanAirlines/RepositoryLayer/AirportRepository.cs
1.36 KB
code/Chapter 13/FlyingDutchmanAirlines/RepositoryLayer/BookingRepository.cs
1.77 KB
code/Chapter 13/FlyingDutchmanAirlines/RepositoryLayer/CustomerRepository.cs
2.06 KB
code/Chapter 13/FlyingDutchmanAirlines/RepositoryLayer/FlightRepository.cs
1.72 KB
code/Chapter 13/FlyingDutchmanAirlines/ServiceLayer/BookingService.cs
2.69 KB
code/Chapter 13/FlyingDutchmanAirlines/ServiceLayer/FlightService.cs
2.9 KB
code/Chapter 13/FlyingDutchmanAirlines/Startup.cs
1.09 KB
code/Chapter 13/FlyingDutchmanAirlines/Views/FlightView.cs
1011 B
code/Chapter 13/FlyingDutchmanAirlines_Tests/ControllerLayer/FlightControllerTests.cs
5.16 KB
code/Chapter 13/FlyingDutchmanAirlines_Tests/FlyingDutchmanAirlines_Tests.csproj
857 B
code/Chapter 13/FlyingDutchmanAirlines_Tests/RepositoryLayer/AirportRepositoryTests.cs
3.81 KB
code/Chapter 13/FlyingDutchmanAirlines_Tests/RepositoryLayer/BookingRepositoryTests.cs
1.98 KB
code/Chapter 13/FlyingDutchmanAirlines_Tests/RepositoryLayer/CustomerRepositoryTests.cs
3.16 KB
code/Chapter 13/FlyingDutchmanAirlines_Tests/RepositoryLayer/FlightRepositoryTests.cs
3.07 KB
code/Chapter 13/FlyingDutchmanAirlines_Tests/ServiceLayer/BookingServiceTests.cs
6.38 KB
code/Chapter 13/FlyingDutchmanAirlines_Tests/ServiceLayer/FlightServiceTests.cs
5.14 KB
code/Chapter 13/FlyingDutchmanAirlines_Tests/Stubs/FlyingDutchmanAirlinesContext_Stub.cs
1.4 KB
code/Chapter 13/FlyingDutchmanAirlines_Tests/Views/FlightViewTests.cs
2.59 KB
code/Chapter 13/FlyingDutchmanAirlinesNextGen.sln
2.83 KB
code/Chapter 14/FlyingDutchmanAirlines/ControllerLayer/BookingController.cs
1.64 KB
code/Chapter 14/FlyingDutchmanAirlines/ControllerLayer/FlightController.cs
2.45 KB
code/Chapter 14/FlyingDutchmanAirlines/ControllerLayer/JsonData/BookingData.cs
1.36 KB
code/Chapter 14/FlyingDutchmanAirlines/DatabaseLayer/FlyingDutchmanAirlinesContext.cs
3.45 KB
code/Chapter 14/FlyingDutchmanAirlines/DatabaseLayer/Models/Airport.cs
586 B
code/Chapter 14/FlyingDutchmanAirlines/DatabaseLayer/Models/Booking.cs
346 B
code/Chapter 14/FlyingDutchmanAirlines/DatabaseLayer/Models/Customer.cs
414 B
code/Chapter 14/FlyingDutchmanAirlines/DatabaseLayer/Models/Flight.cs
533 B
code/Chapter 14/FlyingDutchmanAirlines/Exceptions/AirportNotFoundException.cs
132 B
code/Chapter 14/FlyingDutchmanAirlines/Exceptions/CouldNotAddBookingToDatabase.cs
157 B
code/Chapter 14/FlyingDutchmanAirlines/Exceptions/CouldNotAddEntityToDatabase.cs
144 B
code/Chapter 14/FlyingDutchmanAirlines/Exceptions/CustomerNotFoundException.cs
133 B
code/Chapter 14/FlyingDutchmanAirlines/Exceptions/FlightNotFoundException.cs
131 B
code/Chapter 14/FlyingDutchmanAirlines/ExtensionMethods.cs
202 B
code/Chapter 14/FlyingDutchmanAirlines/FlyingDutchmanAirlines.csproj
678 B
code/Chapter 14/FlyingDutchmanAirlines/Program.cs
521 B
code/Chapter 14/FlyingDutchmanAirlines/RepositoryLayer/AirportRepository.cs
1.36 KB
code/Chapter 14/FlyingDutchmanAirlines/RepositoryLayer/BookingRepository.cs
1.77 KB
code/Chapter 14/FlyingDutchmanAirlines/RepositoryLayer/CustomerRepository.cs
2.06 KB
code/Chapter 14/FlyingDutchmanAirlines/RepositoryLayer/FlightRepository.cs
1.76 KB
code/Chapter 14/FlyingDutchmanAirlines/ServiceLayer/BookingService.cs
2.69 KB
code/Chapter 14/FlyingDutchmanAirlines/ServiceLayer/FlightService.cs
2.9 KB
code/Chapter 14/FlyingDutchmanAirlines/Startup.cs
1.55 KB
code/Chapter 14/FlyingDutchmanAirlines/Views/FlightView.cs
1011 B
code/Chapter 14/FlyingDutchmanAirlines_Tests/ControllerLayer/FlightControllerTests.cs
5.16 KB
code/Chapter 14/FlyingDutchmanAirlines_Tests/ControllerLayer/JsonData/BookingDataTests.cs
1.52 KB
code/Chapter 14/FlyingDutchmanAirlines_Tests/FlyingDutchmanAirlines_Tests.csproj
857 B
code/Chapter 14/FlyingDutchmanAirlines_Tests/RepositoryLayer/AirportRepositoryTests.cs
3.81 KB
code/Chapter 14/FlyingDutchmanAirlines_Tests/RepositoryLayer/BookingRepositoryTests.cs
1.98 KB
code/Chapter 14/FlyingDutchmanAirlines_Tests/RepositoryLayer/CustomerRepositoryTests.cs
3.16 KB
code/Chapter 14/FlyingDutchmanAirlines_Tests/RepositoryLayer/FlightRepositoryTests.cs
3.07 KB
code/Chapter 14/FlyingDutchmanAirlines_Tests/ServiceLayer/BookingServiceTests.cs
6.38 KB
code/Chapter 14/FlyingDutchmanAirlines_Tests/ServiceLayer/FlightServiceTests.cs
5.14 KB
code/Chapter 14/FlyingDutchmanAirlines_Tests/Stubs/FlyingDutchmanAirlinesContext_Stub.cs
1.4 KB
code/Chapter 14/FlyingDutchmanAirlines_Tests/Views/FlightViewTests.cs
2.59 KB
code/Chapter 14/FlyingDutchmanAirlinesNextGen.sln
2.83 KB
code/Chapter 2/HelloPythagoras.sln
1.1 KB
code/Chapter 2/HelloPythagoras/HelloPythagoras.cs
295 B
code/Chapter 2/HelloPythagoras/HelloPythagoras.csproj
214 B
code/Chapter 2/HelloPythagoras/Program.cs
340 B
code/Chapter 5/FlyingDutchmanAirlines/DatabaseLayer/FlyingDutchmanAirlinesContext.cs
3.5 KB
code/Chapter 5/FlyingDutchmanAirlines/DatabaseLayer/Models/Airport.cs
603 B
code/Chapter 5/FlyingDutchmanAirlines/DatabaseLayer/Models/Booking.cs
347 B
code/Chapter 5/FlyingDutchmanAirlines/DatabaseLayer/Models/Customer.cs
423 B
code/Chapter 5/FlyingDutchmanAirlines/DatabaseLayer/Models/Flight.cs
542 B
code/Chapter 5/FlyingDutchmanAirlines/FlyingDutchmanAirlines.csproj
627 B
code/Chapter 5/FlyingDutchmanAirlines/Program.cs
521 B
code/Chapter 5/FlyingDutchmanAirlines/Startup.cs
458 B
code/Chapter 5/FlyingDutchmanAirlinesNextGen.sln
1.83 KB
code/Chapter 6/FlyingDutchmanAirlines/DatabaseLayer/FlyingDutchmanAirlinesContext.cs
3.5 KB
code/Chapter 6/FlyingDutchmanAirlines/DatabaseLayer/Models/Airport.cs
586 B
code/Chapter 6/FlyingDutchmanAirlines/DatabaseLayer/Models/Booking.cs
346 B
code/Chapter 6/FlyingDutchmanAirlines/DatabaseLayer/Models/Customer.cs
414 B
code/Chapter 6/FlyingDutchmanAirlines/DatabaseLayer/Models/Flight.cs
533 B
code/Chapter 6/FlyingDutchmanAirlines/Exceptions/CustomerNotFoundException.cs
133 B
code/Chapter 6/FlyingDutchmanAirlines/FlyingDutchmanAirlines.csproj
634 B
code/Chapter 6/FlyingDutchmanAirlines/Program.cs
521 B
code/Chapter 6/FlyingDutchmanAirlines/RepositoryLayer/CustomerRepository.cs
1.1 KB
code/Chapter 6/FlyingDutchmanAirlines/Startup.cs
530 B
code/Chapter 6/FlyingDutchmanAirlines_Tests/FlyingDutchmanAirlines_Tests.csproj
694 B
code/Chapter 6/FlyingDutchmanAirlines_Tests/RepositoryLayer/CustomerRepositoryTests.cs
1.86 KB
code/Chapter 6/FlyingDutchmanAirlinesNextGen.sln
2.83 KB
code/Chapter 7/FlyingDutchmanAirlines/DatabaseLayer/FlyingDutchmanAirlinesContext.cs
3.45 KB
code/Chapter 7/FlyingDutchmanAirlines/DatabaseLayer/Models/Airport.cs
586 B
code/Chapter 7/FlyingDutchmanAirlines/DatabaseLayer/Models/Booking.cs
346 B
code/Chapter 7/FlyingDutchmanAirlines/DatabaseLayer/Models/Customer.cs
414 B
code/Chapter 7/FlyingDutchmanAirlines/DatabaseLayer/Models/Flight.cs
533 B
code/Chapter 7/FlyingDutchmanAirlines/Exceptions/CouldNotAddBookingToDatabase.cs
157 B
code/Chapter 7/FlyingDutchmanAirlines/Exceptions/CouldNotAddEntityToDatabase.cs
144 B
code/Chapter 7/FlyingDutchmanAirlines/Exceptions/CustomerNotFoundException.cs
133 B
code/Chapter 7/FlyingDutchmanAirlines/FlyingDutchmanAirlines.csproj
630 B
code/Chapter 7/FlyingDutchmanAirlines/Program.cs
521 B
code/Chapter 7/FlyingDutchmanAirlines/RepositoryLayer/CustomerRepository.cs
1.66 KB
code/Chapter 7/FlyingDutchmanAirlines/Startup.cs
530 B
code/Chapter 7/FlyingDutchmanAirlines_Tests/FlyingDutchmanAirlines_Tests.csproj
694 B
code/Chapter 7/FlyingDutchmanAirlines_Tests/RepositoryLayer/CustomerRepositoryTests.cs
3.16 KB
code/Chapter 7/FlyingDutchmanAirlinesNextGen.sln
2.83 KB
code/Chapter 8/FlyingDutchmanAirlines/DatabaseLayer/FlyingDutchmanAirlinesContext.cs
3.48 KB
code/Chapter 8/FlyingDutchmanAirlines/DatabaseLayer/Models/Airport.cs
586 B
code/Chapter 8/FlyingDutchmanAirlines/DatabaseLayer/Models/Booking.cs
346 B
code/Chapter 8/FlyingDutchmanAirlines/DatabaseLayer/Models/Customer.cs
414 B
code/Chapter 8/FlyingDutchmanAirlines/DatabaseLayer/Models/Flight.cs
533 B
code/Chapter 8/FlyingDutchmanAirlines/Exceptions/CouldNotAddBookingToDatabase.cs
157 B
code/Chapter 8/FlyingDutchmanAirlines/Exceptions/CouldNotAddEntityToDatabase.cs
144 B
code/Chapter 8/FlyingDutchmanAirlines/Exceptions/CustomerNotFoundException.cs
133 B
code/Chapter 8/FlyingDutchmanAirlines/ExtensionMethods.cs
209 B
code/Chapter 8/FlyingDutchmanAirlines/FlyingDutchmanAirlines.csproj
630 B
code/Chapter 8/FlyingDutchmanAirlines/Program.cs
521 B
code/Chapter 8/FlyingDutchmanAirlines/RepositoryLayer/BookingRepository.cs
1.4 KB
code/Chapter 8/FlyingDutchmanAirlines/RepositoryLayer/CustomerRepository.cs
1.66 KB
code/Chapter 8/FlyingDutchmanAirlines/Startup.cs
530 B
code/Chapter 8/FlyingDutchmanAirlines_Tests/FlyingDutchmanAirlines_Tests.csproj
798 B
code/Chapter 8/FlyingDutchmanAirlines_Tests/RepositoryLayer/BookingRepositoryTests.cs
2.02 KB
code/Chapter 8/FlyingDutchmanAirlines_Tests/RepositoryLayer/CustomerRepositoryTests.cs
3.16 KB
code/Chapter 8/FlyingDutchmanAirlines_Tests/Stubs/FlyingDutchmanAirlinesContext_Stub.cs
1.17 KB
code/Chapter 8/FlyingDutchmanAirlinesNextGen.sln
2.83 KB
code/Chapter 9/FlyingDutchmanAirlines/DatabaseLayer/FlyingDutchmanAirlinesContext.cs
3.45 KB
code/Chapter 9/FlyingDutchmanAirlines/DatabaseLayer/Models/Airport.cs
586 B
code/Chapter 9/FlyingDutchmanAirlines/DatabaseLayer/Models/Booking.cs
346 B
code/Chapter 9/FlyingDutchmanAirlines/DatabaseLayer/Models/Customer.cs
414 B
code/Chapter 9/FlyingDutchmanAirlines/DatabaseLayer/Models/Flight.cs
533 B
code/Chapter 9/FlyingDutchmanAirlines/Exceptions/AirportNotFoundException.cs
132 B
code/Chapter 9/FlyingDutchmanAirlines/Exceptions/CouldNotAddBookingToDatabase.cs
157 B
code/Chapter 9/FlyingDutchmanAirlines/Exceptions/CouldNotAddEntityToDatabase.cs
144 B
code/Chapter 9/FlyingDutchmanAirlines/Exceptions/CustomerNotFoundException.cs
133 B
code/Chapter 9/FlyingDutchmanAirlines/Exceptions/FlightNotFoundException.cs
131 B
code/Chapter 9/FlyingDutchmanAirlines/ExtensionMethods.cs
202 B
code/Chapter 9/FlyingDutchmanAirlines/FlyingDutchmanAirlines.csproj
630 B
code/Chapter 9/FlyingDutchmanAirlines/Program.cs
521 B
code/Chapter 9/FlyingDutchmanAirlines/RepositoryLayer/AirportRepository.cs
999 B
code/Chapter 9/FlyingDutchmanAirlines/RepositoryLayer/BookingRepository.cs
1.39 KB
code/Chapter 9/FlyingDutchmanAirlines/RepositoryLayer/CustomerRepository.cs
1.66 KB
code/Chapter 9/FlyingDutchmanAirlines/RepositoryLayer/FlightRepository.cs
1.38 KB
code/Chapter 9/FlyingDutchmanAirlines/Startup.cs
555 B
code/Chapter 9/FlyingDutchmanAirlines_Tests/FlyingDutchmanAirlines_Tests.csproj
798 B
code/Chapter 9/FlyingDutchmanAirlines_Tests/RepositoryLayer/AirportRepositoryTests.cs
3.81 KB
code/Chapter 9/FlyingDutchmanAirlines_Tests/RepositoryLayer/BookingRepositoryTests.cs
1.98 KB
code/Chapter 9/FlyingDutchmanAirlines_Tests/RepositoryLayer/CustomerRepositoryTests.cs
3.16 KB
code/Chapter 9/FlyingDutchmanAirlines_Tests/RepositoryLayer/FlightRepositoryTests.cs
2.83 KB
code/Chapter 9/FlyingDutchmanAirlines_Tests/Stubs/FlyingDutchmanAirlinesContext_Stub.cs
1.4 KB
code/Chapter 9/FlyingDutchmanAirlinesNextGen.sln
2.83 KB
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/App_Start/RouteConfig.cs
340 B
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/App_Start/WebApiConfig.cs
1002 B
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/Controller/FlightController.cs
9.39 KB
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/favicon.ico
31.29 KB
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/FlyingDutchmanAirlinesExisting.csproj
10.69 KB
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/FlyingDutchmanAirlinesExisting.sln
1.11 KB
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/Global.asax
124 B
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/Global.asax.cs
360 B
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/Objects/Booking.cs
208 B
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/Objects/Customer.cs
291 B
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/Objects/Flight.cs
401 B
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/packages.config
1.43 KB
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/Properties/AssemblyInfo.cs
1.32 KB
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/ReturnViews/FlightReturnView.cs
203 B
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/Web.config
3.38 KB
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/Web.Debug.config
1.21 KB
code/Chapters 3 and 4/FlyingDutchmanAirlinesExisting/Web.Release.config
1.27 KB
code/Database/FlyingDutchmanAirlines.bacpac
6.01 KB
Rodenburg J. - Code like a Pro in C# - 2021.epub
10.34 MB
Rodenburg J. - Code like a Pro in C# - 2021.pdf
16.39 MB