-
Book Overview & Buying
-
Table Of Contents
Practical C# Projects with .NET
By :
If part 1 of this book was all fun and games and setting the stage with console applications, part 2 moves on into the world of more traditional business applications by exploring the world of ASP .NET web APIs, Entity Framework for database access management, and Blazor for productive web user interface creation using your established C# development skills.
In the first two chapters you'll see how to create and test an application database and back-end APIs, provide a front-end to consume those APIs. We'll be doing this within the context of building an application to track traditional Create, Retrieve, Update, and Delete (CRUD) operations that track decks and cards in a fictitious collectible card game similar to popular games out there on the market.
0We'll wrap up this part of the book by looking at cross-platform application development using the cutting-edge Uno Platform that allows you to write applications...