دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Christopher Nance
سری:
ISBN (شابک) : 9781783985760
ناشر: Packt
سال نشر: 2014
تعداد صفحات: 169
زبان: english
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 2 مگابایت
در صورت تبدیل فایل کتاب TypeScript Essentials به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب TypeScript Essentials نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
این کتاب زبان TypeScript و ویژگی های آن را به هر کسی که به دنبال توسعه برنامه های کاربردی وب غنی است معرفی می کند. چه در توسعه وب تازه کار باشید یا یک مهندس با تجربه با مهارت های قوی جاوا اسکریپت باشید، این کتاب به شما کمک می کند تا به سرعت کد بنویسید. درک اولیه جاوا اسکریپت و ویژگی های زبان آن برای این کتاب ضروری است.
The book introduces the TypeScript language and its features to anyone looking to develop rich web applications. Whether you are new to web development or are an experienced engineer with strong JavaScript skills, this book will get you writing code quickly. A basic understanding of JavaScript and its language features are necessary for this book.
Cover
Copyright
Credits
About the Author
About the Reviewers
www.PacktPub.com
Table of Contents
Preface
Chapter 1: Getting Started with TypeScript
The advantages of TypeScript
Setting up the IDE
Hello World
Command-line compilation
Integrating Visual Studio
Creating a new project
Build options
Summary
Chapter 2: TypeScript Basics
Types
Functions
Interfaces
Classes
Definitions
Interfaces
Static and instance members
Properties
Enums
Modules
Internal modules
Generic objects
Summary
Chapter 3: The TypeScript Compiler
Generation of ECMAScript
ECMAScript version. Code manipulationControlling compiler output
JavaScript output
Source maps
Advanced options
Summary
Chapter 4: Object-oriented Programming with TypeScript
The basics
SOLID --
object-oriented design
Understanding inheritance
Encapsulation
Abstraction
Polymorphism
Method overloading
Operator overloading
Method overrides
References
Summary
Chapter 5: Creating a Simple Drawing Application
Setting up the project
The shapes
Basic shapes
Drawing shapes
Making the application interactive
The engine
Mouse events
User options
Summary. Chapter 6: Declaration Files and Library IntegrationsDeclaration files
Third-party library integration
Installing NuGet packages
Integrating with jQuery
Integrating with Knockout
Using RequireJS
Summary
Chapter 7: Enhancing the Drawing Application
Converting to AMD modules
Binding the user controls
Reusable controls
Creating a ViewModel
Generating a single output file
Styling the application
Summary
Chapter 8: Debugging TypeScript
Debugging
Source maps
Debuggers
Test-driven development
Unit testing
Adding tests
Summary
Index.