دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: [2 ed.]
نویسندگان: Taurius Litvinavicius
سری:
ISBN (شابک) : 1484287673, 9781484287675
ناشر: Apress
سال نشر: 2022
تعداد صفحات: 158
[151]
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 4 Mb
در صورت تبدیل فایل کتاب Exploring Blazor: Creating Server-side and Client-side Applications in .NET 7 به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب Exploring Blazor: ایجاد برنامه های سمت سرور و سمت کلاینت در NET 7 نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
با Blazor در سی شارپ برنامه های وب بسازید و توسعه دهید. این کتاب Blazor سمت سرور و سمت کلاینت را به همراه آخرین ویژگیهای آن و ساختار فناوری پوشش میدهد. خواهید دید که Blazor یک فریم ورک واسط وب مبتنی بر C#، Razor و HTML است و چگونه با استفاده از C#، روی سرور یا مرورگر، با استفاده از WebAssembly، منطق front-end را اجرا می کند.
این نسخه جدید نه تنها ساختار جدید محیط Blazor را پوشش میدهد، بلکه آخرین ویژگیها را نیز نشان میدهد، مانند افزودن ویژگیهای API به پروژه سرور Blazor. ایجاد فایل های کد پشت برای C# و CSS. روش های جدید برای انتخاب، ذخیره و مدیریت فایل ها در Blazor. و خیلی بیشتر. کد و طرح پروژه در NET 7 برای این نسخه جدید به روز شده است.
کتاب با مقدمه ای بر Blazor به همراه دسته بندی های مختلف و اصول و نحو آن از جمله اجرای نحو Razor شروع می شود. ناوبری و اجزای Blazor را مرور خواهید کرد و رویدادهای چرخه زندگی و سایر اجزای آن را یاد خواهید گرفت. ویژگی های خاص هر نوع Blazor را یاد خواهید گرفت. خواهید دید که Blazor چگونه با ذخیره سازی، فایل ها و جاوا اسکریپت کار می کند و یک کتابخانه کد Blazor ایجاد خواهید کرد. شما همچنین برنامه های وب را در Blazor با استفاده از پیاده سازی های عملی و سناریوهای واقعی هم برای سمت سرور و هم برای سمت سرویس گیرنده ایجاد خواهید کرد.پس از خواندن این کتاب، می توانید قادر به ساخت برنامه های وب با Blazor در C#11 و NET Core 7.0 باشید.
چه خواهید آموخت
این کتاب برای چه کسانی است
Build and develop web applications with Blazor in C#. This book covers both server-side and client-side Blazor, along with its latest features and the structure of the technology. You’ll see that Blazor is a web UI framework based on C#, Razor, and HTML, and how it runs front-end logic using C#, either on the server or on the browser, using WebAssembly.
This new edition not only covers the new structure for the Blazor environment, it also demonstrates the latest features, such as adding API features to a Blazor server project; creating code-behind files for C# and CSS; new ways to pick, save, and handle files in Blazor; and much more. The code and project layout have been updated in .NET 7 for this new edition.
The book starts with an introduction to Blazor, along with its various categories and its basics and syntax, including Razor syntax implementation. You will go through Blazor navigation and components, and learn its life cycle events and other components. You will learn features specific to each Blazor type. You will see how Blazor works with storage, files, and JavaScript, and you will create a Blazor code library. You will also create web applications in Blazor using practical implementations and real-life scenarios for both the server side and the client side.After reading this book, you will be able to build web applications with Blazor in C#11 and .NET Core 7.0.
What You Will Learn
Who This Book Is For
About the Author About the Technical Reviewer Introduction Source Code Chapter 1: Introduction to Blazor What Is Blazor? What Is WebAssembly? Blazor Types Summary Chapter 2: Razor Syntax and the Basics of Blazor Differences Between Razor and Blazor Syntax Comments Sections Blazor Binds Binding to an Element Events Event Arguments Page and Component Lifecycle Events Summary Chapter 3: Blazor Components and Navigation Pages and Navigation Components Parameters Custom Events in Components Custom Binds in Components Layouts Summary Chapter 4: Specifics of Different Types of Blazor Default Template Overview Blazor Server-Side Template Blazor Client-Side (WebAssembly) Template Injection Static Values Calling APIs Adding the API Controller Blazor Hosted Basic Form Example for Two Types of Blazor Multiple Select Example Summary Untitled Chapter 5: General Blazor Interact with JavaScript Code-Behind Files Local Storage Pick and Save Files Creating a Blazor Code Library Background Tasks Countdown Timer Example Error Boundaries Summary Chapter 6: Practice Tasks for Server-Side Blazor Task 1 Description Resources Solution Task 2 Description Solution Summary Chapter 7: Practice Tasks for Client-Side Blazor Task 1 Description Solution Age Calculator Solution Cylinder Surface Area Calculator Trapezoid Area Calculator Triangle Area Calculator Rectangle Area Calculator Task 2 Description Solution Summary Chapter 8: Practice Tasks for the Blazor Hosted Version Task 1 Description Resources Solution Summary Untitled Index