توضیحاتی در مورد کتاب .NET MAUI for C# Developers: Build cross-platform mobile and desktop applications
نام کتاب : .NET MAUI for C# Developers: Build cross-platform mobile and desktop applications
عنوان ترجمه شده به فارسی : NET MAUI برای توسعه دهندگان سی شارپ: ساخت اپلیکیشن های چند پلتفرمی موبایل و دسکتاپ
سری :
نویسندگان : Jesse Liberty, Rodrigo Juarez
ناشر : Packt Publishing
سال نشر :
تعداد صفحات : 296
ISBN (شابک) : 9781837631698 , 1837631697
زبان کتاب : English
فرمت کتاب : pdf
حجم کتاب : 9 مگابایت
بعد از تکمیل فرایند پرداخت لینک دانلود کتاب ارائه خواهد شد. درصورت ثبت نام و ورود به حساب کاربری خود قادر خواهید بود لیست کتاب های خریداری شده را مشاهده فرمایید.
فهرست مطالب :
Cover\nCopyright\nForeword\nContributors\nTable of Contents\nPreface\nPart 1 – Getting Started\nChapter 1: Assembling Your Tools and Creating Your First App\n Technical requirements\n Getting and installing Visual Studio\n Installing Visual Studio\n Git\n Opening Visual Studio\n Quick tour of the app\n Summary\n Quiz\n You try it\nChapter 2: What We Will Build: Forget Me Not\n Technical requirements\n What is Forget Me Not?\n Buddies\n Inviting Buddies\n Other pages\n What you’ll learn\n Summary\nChapter 3: XAML and Fluent C#\n Technical requirements\n Understanding the structure of XAML\n The code-behind file\n Exploring the layout options\n VerticalStackLayout\n Image\n Label\n Code-behind and event handlers\n If you can do it in XAML, you can do it in C#\n C# versus Fluent C#\n Summary\n Quiz\n Try it out\nChapter 4: MVVM and Controls\n Technical requirements\n Setting up for MVVM\n Creating folders\n The MVVM Community Toolkit\n Exploring views\n Forget Me Not labels\n Data binding\n Creating a public property\n Setting up BindingContext\n Assigning values to the View Model class properties\n Implementing Binding\n ViewModel versus code-behind\n Views\n Images\n Button properties\n ImageButton\n TapGestureRecognizer\n Entering text\n Behaviors\n Popups and dialogs\n Presenting the user with a choice\n ActionSheet\n Displaying a prompt\n Toast\n Snackbar\n BoxView\n Frame\n Brushes\n The Solid brush\n LinearGradientBrush\n RadialGradientBrush\n Summary\n Quiz\n You try it\nChapter 5: Advanced Controls\n Technical requirements\n Keeping the user informed of activity\n ActivityIndicator\n ProgressBar\n Moving event handling to ViewModel\n Breaking it down\n Sending and receiving messages\n Getting started with WeakReferenceMessenger\n Creating the page in C#\n Displaying collections\n Overriding OnAppearing\n Understanding how the service works\n Displaying the collection of Preference objects\n The code-behind\n Styles\n Explicit versus implicit styles\n Style inheritance or BasedOn\n Summary\n Quiz\n You try it\nChapter 6: Layout\n Technical requirements\n Stack layouts\n Grid\n Sizing rows and columns\n Named rows and columns\n ScrollView\n FlexLayout\n Summary\n Quiz\n You try it\nPart 2 – Intermediate Topics\nChapter 7: Understanding Navigation\n Technical requirements\n Exploring the TabBar\n Creating the About and Buddies pages\n Assembling the About page\n Shell navigation\n Routing\n Passing values from page to page\n Passing values with the url (?) syntax\n Passing values with a dictionary\n Summary\n Quiz\n You try it\nChapter 8: Storing and Retrieving Data\n Technical requirements\n Storing user preferences\n UserPreferencesViewModel\n Navigating to UserPreferences\n Retrieving the preferences\n Storing to a database on your device\n Installing SQLite\n Getting started with SQLite\n The Database class\n CRUD\n Local or remote?\n Summary\n Quiz\n You try it\nChapter 9: Unit Testing\n Technical requirements\n Why create unit tests?\n Vote early and vote often\n Creating unit tests\n Setting the project reference\n Creating the first unit test\n Tweaking the project file\n Running the test\n ForgetMeNotDemo unit tests\n Implementing the triple-A pattern\n What’s wrong with this test?\n Mocks\n Dependency injection\n Creating an interface\n Modifying the class constructor\n The .NET MAUI IoC container\n Registering your interfaces, services, and ViewModels\n Using the NSubstitute package\n Adding NSubstitute to your test fixture\n Testing corner cases\n Summary\n Quiz\n You try it\nPart 3 – Advanced Topics\nChapter 10: Consuming REST Services\n Technical requirements\n Using REST Services\n The Forget Me Not API architecture\n Creating the projects\n Fleshing out the models\n Examining the API domain objects\n Reviewing DTOs\n Other DTO files\n Understanding ForgetMeNot.APIClient\n Authentication\n Profile\n The Buddy region\n Using the API\n Creating the account\n Modifying the Login page\n Updating LoginPage\n The AccountService class\n Updating LoginViewModel\n Using AccountService to log in\n Setting up the Create Account page\n Setting up CreateAccountViewModel\n Handling the SignUp command\n What to do if it won’t build\n Summary\n Quiz\n You try it\nChapter 11: Exploring Advanced Topics\n Technical requirements\n Selecting data templates at runtime\n Declaring ItemTemplates as resources\n The DataTemplate selection\n The DataTemplateSelector class\n Adding the template selector to the page’s resources\n Adding DataTemplateSelector to CollectionView\n Managing Visual State\n Defining the common visual states\n A button VisualState example\n Utilizing Community Toolkit behaviors\n Taking action with triggers\n Summary\n Quiz\n You try it\nAssessments\n Chapter 1, Assembling Your Tools and Creating Your First App\n Chapter 3, XAML and Fluent C#\n Chapter 4, MVVM and Controls\n Chapter 5, Advanced Controls\n Chapter 6, Layout\n Chapter 7, Understanding Navigation\n Chapter 8, Storing and Retrieving Data\n Chapter 9, Unit Testing\n Chapter 10, Consuming REST Services\n Chapter 11, Exploring Advanced Topics\nIndex\nOther Books You May Enjoy