ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Microsoft Azure: Enterprise Application Development

دانلود کتاب Microsoft Azure: توسعه برنامه سازمانی

Microsoft Azure: Enterprise Application Development

مشخصات کتاب

Microsoft Azure: Enterprise Application Development

دسته بندی: ریاضیات کاربردی
ویرایش:  
نویسندگان: ,   
سری:  
ISBN (شابک) : 1849680981, 9781849680981 
ناشر: Packt Publishing 
سال نشر: 2010 
تعداد صفحات: 245 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 4 مگابایت 

قیمت کتاب (تومان) : 31,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 18


در صورت تبدیل فایل کتاب Microsoft Azure: Enterprise Application Development به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Microsoft Azure: توسعه برنامه سازمانی نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب Microsoft Azure: توسعه برنامه سازمانی

این راهنمای سریع، توسعه دهندگان را قادر می سازد تا برنامه های Enterprise را برای فضای ابری طراحی و بسازند. برای شما آسان است که این کتاب را دنبال کنید، زیرا نویسندگان از یک برنامه پورتال آنلاین واقعی برای مطالعه موردی استفاده می کنند. در طول توسعه برنامه نمونه در مورد ملاحظات مهم برای انتقال یک برنامه به فضای ابری بحث می شود. اگر رهبری فناوری را برای شرکت آنها - توسعه دهندگان ارشد، معماران، CIO/CTO ارائه می کنید و می خواهید یا نیاز دارید که طراحی برنامه شرکت خود را به Azure هدایت کنید، این کتاب عالی برای شما است! از آنجایی که نمونه ها در دات نت هستند، کتاب به توسعه دهندگان MS-گرا منحرف می شود. اما بسیاری از موارد مورد بحث برای هر کسی که بخواهد با Azure کار کند قابل استفاده است. مهم نیست که از چه زبانی استفاده می‌کنید، پارچه برنامه را به همان شیوه ارائه می‌کنید و همه مفاهیم اساسی یکسان خواهند بود. شما به تجربه با ویژوال استودیو و دانش اولیه SQL Server نیاز دارید.


توضیحاتی درمورد کتاب به خارجی

This fast-paced guide enables developers to design and build Enterprise applications for the cloud. You will find it easy to follow this book, as the authors use an actual online portal application for the case study. Throughout the development of the sample application there is discussion of important considerations for moving an application into the cloud. If you provide technological leadership to their enterprise - senior developers, architects, CIO/CTO and you want or need to guide your enterprise's application design to Azure, this is the perfect book for you! Since the examples are in .NET, the book will skew to MS-oriented developers. But a lot of what is discussed will be applicable to anyone wanting to work with Azure. No matter what language you use, you provision the application fabric the same way, and all the underlying concepts will be the same. You will need experience with Visual Studio, and some basic SQL Server knowledge.



فهرست مطالب

Content: Cover
Copyright
Credits
About the Author
About the Reviewers
www.PacktPub.com
Table of Contents
Preface
Chapter 1: Preparing the Windows Azure Mobile Services Portal
Choosing a subscription
Pay-as-you-go subscription
Basic and Standard subscriptions
Free trial
Creating a Windows Azure account
Creating a mobile service
Mobile Services features
Managing keys
Mobile service dashboard
Configure
Scale
Logs
Summary
Chapter 2: Start Developing with Windows Azure Mobile Services
Preparing our development environment
Hardware requirements
Setting up the software. Requirement for store accountsCreating apps from the portal
Connecting existing apps to Windows Azure Mobile Services
Adding a Connected Service in Visual Studio 2013
Manually installing the SDK in Visual Studio 2012 Express for Windows Phone
Creating a table
Writing a model of the table
Interacting with the table
Summary
Chapter 3: Securing Data and Protecting the User
Configuring permissions
Rules for choosing permissions
Authentication providers
Authentication
Registering for Windows Live Connect Single Sign-on
Authentication in the app
Logging in
Storing credentials. Logging outThe DataServiceBase class
REST API and the master key
Summary
Chapter 4: Service Customization with Scripts
Understanding table scripts
Level-insert table script example
Score-insert script example
Score-read script example
API scripts
Creating an API script
High-score API script
Script debugging and logs
Scheduling
Working locally with Git
Pulling the repository
Updating our repository
Adding scripts manually
Pushing back changes
Implementing NPM modules
Summary
Chapter 5: Implementing Push Notifications
Understanding Push Notification Service flow. Setting up Windows Store appsSetting up tiles
Setting up badges
Setting up Windows Phone 8 apps
Service scripts
WNS scripts for Store apps
Sending toast notifications
Sending tile notifications
Sending multiple tiles
Sending badge notifications
MPNS scripts for Windows Phone apps
Sending toast notifications
Sending tile notifications
Summary
Chapter 6: Scaling Up with the Notifications Hub
Configuring the Hub
Setting up Windows Store and Windows Phone 8 apps
Calling the hub from scripts
Creating WNS scripts (for Store apps)
Sending toast notifications. Sending tile notificationsSending badge notifications
Creating MPNS scripts (for Windows Phone 8 apps)
Sending toast notifications
Sending tile notifications
Backend services
Targeting audience using tags
Summary
Chapter 7: Best Practices for Web-connected Apps
App certification requirements for the Windows Store
UX guidelines
Implementing a privacy policy
Checking the network connection
Managing notifications settings
Implementing settings pages
Summary
Index.




نظرات کاربران