buy

buy

  • ۰
  • ۰

آموزش طراحی و کدنویسی برنامه های چند کاربره سرویس گرا

آموزش طراحی و کدنویسی برنامه های چند کاربره سرویس گرا

عنوان اصلی : Building End-to-End Multi-Client Service Oriented Applications - Angular Edition

با مشاهده این مجموعه آموزش طراحی و کدنویسی برنامه های سرویس گرا را از ابتدا تا انتها خواهید آموخت. همچنین در طول این مجموعه آموزش چگونگی وصل کردن چندین نوع از کلاینت ها را خواهید آموخت.
این مجموعه آموزش ویدیویی محصول موسسه آموزشی PluralSight است که بر روی 1 حلقه DVD به همراه فایلهای تمرینی و به مدت زمان 12 ساعت 32 دقیقه در اختیار علاقه مندان قرار می گیرد.

در ادامه با برخی از سرفصل های درسی این مجموعه آموزش طراحی برنامه های سرویس گرا آشنا می شویم :

مقدمه ای بر این کورس آموزشی :

The Course
Course Agenda
Ready For Some Fun

آشنایی با نمونه ای تکمیل شده از یک برنامه سرویس گرا :

Description and Goals of the case-study app
Application demo
Software configuration management

آشنایی با تکنولوژی های ایجاد برنامه های سرویس گرا :

What is SOA?
Evolution of software development
Characteristics of a service
A typical service oriented architecture (visual)
SOA and course technologies

آموزش معماری و تنظیم دیتابیس ها :

The database
Core use cases
Service decomposition
Security
The architecture: Walkthrough
The architecture: Reasons and goals

آموزش تنظیم Entity ها و هسته :

Entity design and structure
Initial setup for business and client entities
Entities as data contracts
data contract equivalency
Business entity base class and identification interface
Business entity account ownership
Property change notification and dirty tracking: Intro
Setting up the client entity base class
Adding dirty-tracking functionality
Event declaration to avoid duplicate subscribers
Compile-time safe property change notification
Object-graph walking and dirty states
Refactoring object walk for reusability
Helpers for collecting properties
The rest of the client entities
Validation: Intro
Implementing validation
Unit testing: Intro
Unit testing core functionality
The rest of the tests and conclusion

آموزش ایجاد کردن کدهای دسترسی به داده ها ( آغاز کردن ساخت بخش Business برنامه ) :

Intro and EF code-first description
Creating the DB-Context
DB-Context properties
Setting up the ORM
Adding ORM rules
Overview of a data repository
Core base classes and interfaces
CRUD implementation in the Account Repository
Custom methods and repository interface with DI setup
The rest of the data repositories
Setting up a test client class to use DI
Repository usage and mocking
Intro to the data repository factory
The data repository factory abstraction
The data repository factory
The repository factory test client class
Repository factory usage and mocking
Custom DTOs
Recap and conclusion

آموزش ایجاد سرویس ها و موتور تجاری برنامه – بخش اول :

Intro and highlights
Service contracts and services overview
Inventory service contract
Setting up the inventory service
Fully implementing the first operation
Implementing a more complex operation
Setting service characteristics
The manager base class
Adding the fault contracts to the operation contracts
Adding CRUD operations and transactions
Adding a multi-data and behavior operation
Intro to business engines
Setting up a business engine
Setting up the business engine for DI
Using the business engine from a service
Recap and summary

آموزش ایجاد سرویس ها و موتور تجاری برنامه – بخش دوم :

Intro and highlights
Security intro
Adding security to a service
User-data authorization intro
Setting up the rental service
Implementing the GetRentalHistory operation
Retrieving call user from SOAP header
Setting up for retrieval of authorization account
Adding the authorization check
Finishing the rental service
Finishing the car rental engine
Wrapping up with the account manager
Testing the business engine
Testing the manager
Adding needed credentials for the manager test
Recap and summary

آموزش میزبانی سرویس ها :

Intro and highlights
Service hosting intro
Simple host setup of inventory service
Configuring the inventory service host
Reporting hosting to console
Configuring the other services
Binding configurations
Configuring the test client
Testing service connectivity
Unattended process intro
Writing the unattended process
Adding security credentials for the process
Bootstrapping MEF and test run
Other hosting options
Recap and summary

آموزش تنظیم دسترسی کاربران نهایی :

Intro and highlights
Client contracts intro
Setting up the client-side contracts
Writing the basic client proxies
Making the client proxies DI-aware
Soap header intro
Adding user name to the soap header in a proxy class
Refactoring to a proxy base class
Service factory intro
Writing the service factory
Setting up the client bootstrapper
Proxy obtainment unit tests
Service connection unit tests
Recap and summary

آموزش طراحی وب سایت اجاره خودرو – بخش اول :

Intro and highlights
Infrastructure description
MEF bootstrapping and the dependency resolver
Describing the layout view
The App.js file and angular module definitions
Top-Bar view description
Angular intro
The security adapter class
The account controller setup
The Login model and action
Setting up the Login view and JS model
The rest of the Login view
Setting up and checking validation rules
Reporting validation rules

آموزش طراحی وب سایت اجاره خودرو – بخش دوم :

Intro and highlights
Setting up an API controller
Finishing up the login viewmodel function
Completing the login REST API call
Testing the login section of the site
Setting up the registration models and initial view
Creating the Angular module and parent viewmodel
Setting up the parent registration view
Creating all the registration template views
Sub-viewmodels and Angular routing
Playing nice with MVC routing
Adding validation rules to the models
Processing registration step 1
Adding the server-side validation for registration step 1
Registration steps 2 and 3 validation and proceed
Finish the confirmation viewmodel
Final registration on the server
Run-through test

آموزش طراحی وب سایت اجاره خودرو – بخش سوم :

Intro and highlights
Reviewing the rest of this site
Setting up the controller and view
Setting up the model, Angular module, and viewmodel
Setting up Angular routing
Template view and viewmodel setup
Starting the Reserve-a-car template
Adding calendar buttons to textboxes
Finishing up the calendar pickers
Testing the date pickers
Finishing the Reserve-a-car viewmodel
Setting up the Car-list viewmodel
Setting up the reservation controller and action
Controller proxy disposability pattern
Starting the Car-list view
Adding viewmodel functions
Controller action for car reservation
Finishing the Car-list viewmodel
Fixing the view for multiple modes
Testing the site for car reservations
User data authorization
Unit testing MVC controllers
Unit testing API controllers
Recap and summary

آموزش طراحی برنامه تحت دسکتاپ اجاره خودرو – بخش اول :

Intro and highlights
Application infrastructure intro
Basic structure - main view with app config and MEF bootstrapping
View hierarchy description
Creating the first view and setting up its base
Creating the skeleton for the other three views
Creating the skeleton for the four viewmodels
Completing the main viewmodel
Setting up the tab panel
Setting up the data templates
Upcoming problems to be solved

آموزش طراحی برنامه تحت دسکتاپ اجاره خودرو – بخش دوم :

Intro and highlights
Demonstrating view and viewmodel initialization points
Solving deterministic viewmodel initialization
Setting up the cars observable
Obtaining service proxy and getting car list
Setting up more XAML and running the app so far
Writing the first viewmodel command
Writing and testing the edit command
Setting up the edit-car viewmodel
Calling upon the edit-car viewmodel from its parent
Validating and saving a car
Letting the parent viewmodel know about the update
Finishing up the edit-car viewmodel with cancelation
Updating the parent viewmodel with updated car
Updating the XAML to account for car editing
Test run showing the empty edit panel
The edit-car view
Testing car-editing
Delete, exception handling, raising events
Wiring and unwiring viewmodel events
Unit testing the viewmodel
Recap and summary

مشخصات این مجموعه :
زبان آموزش ها انگلیسی روان و ساده
دارای آموزشهای ویدیویی و دسته بندی شده
ارائه شده بر روی 1 حلقه DVD به همراه فایلهای تمرینی
مدت زمان آموزش 12 ساعت و 32 دقیقه !
محصول موسسه آموزشی PluralSight

قیمت : 10000 تومان



روش خرید: برای خرید "آموزش طراحی و کدنویسی برنامه های چند کاربره سرویس گرا" ، پس از کلیک روی دکمه زیر و تکمیل فرم سفارش، ابتدا محصول یا محصولات مورد نظرتان را درب منزل یا محل کار تحویل بگیرید، سپس وجه کالا و هزینه ارسال را به مامور پست بپردازید. جهت مشاهده فرم خرید، روی دکمه زیر کلیک کنید.


1-روی دکمه خرید پستی کلیک نمایید.
2-فرم مربوطه را به صورت کامل و صحیح پر نمایید.
3-سفارش خود را درب منزل از پستچی تحویل گرفته سپس هزینه را پرداخت نمایید.





سایر محصولات :
خرید پستی آموزش طراحی و کدنویسی برنامه های چند کاربره سرویس گرا
خرید پستی آموزش راه اندازی ویژوال استدیو در سیستم عامل Mac OS X
خرید پستی آموزش مهندسی ایجاد کردن UX
خرید پستی آموزش استفاده از دیتابیس PostgreSQL در برنامه نویسی با زبان های NET
خرید پستی آشنایی با روند کدنویسی C یکی از بزرگان برنامه نویسی جهان خانم Kate Gregory
خرید پستی آموزش پیاده سازی هوش تجاری به کمک SSAS 2012 Tabular
خرید پستی آموزش خودکار سازی کارها بوسیله Microsoft Azure
خرید پستی آموزش دستورات کار با پایگاه داده ها SQL
خرید پستی آموزش کتابخانه جاوااسکریپت Grunt
خرید پستی آموزش HTML ویژه برنامه نویسان XAML
خرید پستی آموزش برنامه نویسی برای Android بوسیله C#
خرید پستی آموزش طراحی مدارهای الکترونیک در نرم افزار SolidWorks
خرید پستی آموزش مدل سازی حرفه ای و سریع بوسیله امکانات TSplines در نرم افزار Autodesk Inventor
خرید پستی آموزش ترکیب قطعات ساخته شده در Autodesk Inventor به منظور ایجاد کردن مدل های بزرگ و پیچیده تر
خرید پستی آموزش تنظیم و مدیریت نرم افزار Autodesk Inventor منطبق بر نیازهایتان
خرید پستی آموزش زبان SQL ویژه نرم افزار Oracle
خرید پستی آموزش تمیز کردن و تنظیم داده ها در فایلهای Excel 2013
خرید پستی آموزش راه اندازی وب سرور و محیط تمرین و تست برنامه نویسی PHP بوسیله نرم افزار MAMP
خرید پستی آموزش برنامه نویسی به زبان Java 8
خرید پستی آموزش راه اندازی یک گاه الکترونیک بوسیله WordPress
خرید پستی آموزش برنامه نویسی ساده تر Java بوسیله فریم ورک Spring
خرید پستی آموزش ساده و کاربردی زبان برنامه نویسی Scala
خرید پستی آموزش استفاده از کتابخانه جاوااسکریپت Modernizerjs
خرید پستی آموزش برنامه نویسی ASPNET MVC
خرید پستی آموزش دریافت و استفاده از داده های حرکتی و مکان یابی iPad و iPhone در برنامه نویسی iOS
خرید پستی آموزش ساخت برنامه های موبایل برای iOS Android Windows Phone بوسیله Corona SDK
خرید پستی آموزش نرم افزار طراحی قطعات و مدل محصولات تجاری Autodesk Inventor
خرید پستی آموزش خودکار سازی طراحی در SolidWorks بوسیله امکان DriveWorksXpress
خرید پستی آموزش استفاده از ادیتور کد Eclipse برای برنامه نویسی Java
خرید پستی آموزش ایجاد محیط طراحی و کدنویسی وب سایت های PHP بوسیله نرم افزار WAMP
خرید پستی آموزش مدل سازی قطعات پیشرفته پیچیده و ترکیبی در نرم افزار Autodesk Inventor
خرید پستی آموزش طراحی مجتمع های مسکونی تجاری و اداری در Revit 2015
خرید پستی آموزش مبانی شبکه های رایانه ای و ایمن سازی آن ها
خرید پستی آموزش ساخت برنامه های موبایل با HTML5 و CSS3
خرید پستی آموزش برنامه نویسی موبایل برای گوشی و تبلت های اپل – iOS 8
خرید پستی آموزش آزمون 70413 مایکروسافت
خرید پستی آموزش آزمون 70414 مایکروسافت
خرید پستی آموزش RedHat Enterprise Linux 7
خرید پستی آموزش جذاب و مصور مبانی WiFi
خرید پستی آموزش ایمن سازی شبکه هایی که بصورت نرم افزاری راه اندازی شده اند

آموزش معتبرسازی داده در Excel 2013
آموزش ساخت اتومبیل های فانتزی در مایا
آموزش تصویری سطح مقدماتی ساز نیاورجینال
گرافیک یار Assistant اورجینال
آموزش جامع و کاربردی پیاده سازی یک IPTables Firewall و ایمن سازی به کمک آن در سیستم عامل های لینوکسی
دوره Windows Server 2012 R2 70411 Configure Active Directory
آموزش مدل سازی بوسیله امکانات Subdivision Surface در نرم افزار Blender
برنامه نویسی شی گرا در Laravel
آموزش طراحی و کدنویسی برنامه های چند کاربره سرویس گرا


کلمات کلیدی :چند کاربره سرویس این مجموعه موزش سایت اجاره خودرو and summaryموزش طراحی دسکتاپ اجاره خودرو the parent viewmodel the business engine تحت دسکتاپ اجاره data repository factorythe intro and برنامه های سرویس گرا موزش طراحی the client این مجموعه کدنویسی برنامه and summaryموزش the login برنامه viewmodel طراحی سرویس client intro service business
  • ۹۶/۰۷/۱۹
  • میلاد میلادی

نظرات (۰)

هیچ نظری هنوز ثبت نشده است

ارسال نظر

ارسال نظر آزاد است، اما اگر قبلا در بیان ثبت نام کرده اید می توانید ابتدا وارد شوید.
شما میتوانید از این تگهای html استفاده کنید:
<b> یا <strong>، <em> یا <i>، <u>، <strike> یا <s>، <sup>، <sub>، <blockquote>، <code>، <pre>، <hr>، <br>، <p>، <a href="" title="">، <span style="">، <div align="">
تجدید کد امنیتی