training | BitFrameWorks https://www.bitframeworks.com Frameworks, apps and development tools for enterprise software Sun, 20 Oct 2019 05:39:35 +0000 en-US hourly 1 https://wordpress.org/?v=5.4.19 Support https://www.bitframeworks.com/support/ Sun, 20 Oct 2019 05:25:51 +0000 https://www.bitframeworks.com/?page_id=25903 The post Support appeared first on BitFrameWorks.

]]>

Please open an issue on Github.

Follow this link.

BitFrameworks
BITFWKS OÜ Registry code: 14328661 Address: Pärnu mnt 148, Kesklinna linnaosa Tallinn, Harju maakond, 11317, Estonia

© 2021  BITFWKS OÜ.

The post Support appeared first on BitFrameWorks.

]]>
eXpressApp Framework (XAF) training https://www.bitframeworks.com/expressapp-framework-xaf-training/ Wed, 22 Mar 2017 04:42:46 +0000 http://localhost:8080/wordpress/?page_id=24917 The post eXpressApp Framework (XAF) training appeared first on BitFrameWorks.

]]>

eXpressApp Framework Training

Learn create business apps in the most powerful application framework

Basic principles for XAF and XPO

  1. Inheritance
  2. Polymorphism
  3. Interfaces
  4. Attributes
  5. Abstract classes
  6. Modifiers
  7. Casting: boxin and unboxing

XPO basics

  1. Design of persistent objects
  2. Design of ORM
    1. Normalized design
    2. Denormalized design
  3. Types of persistent objects
  4. Relations between objects
  5. Criteria for access to data and operators
  6. Linq queries with XPQuery
  7. Database providers
  8. Execution of queries in the database
  9. Unit of work

XAF basics

  1. Structure of an XAF solution
  2. Structure of an XAF module
  3. Structure of an XAF application
  4. Application and module model
  5. ObjectSpace types
  6. Types of data access
    1. Domain Components
    2. XPO
    3. Entity Framework

XAF security

  1. UI security
  2. Integrated security
  3. Authentication
  4. Security strategies

XAF Views

  1. ListView
  2. DetailView
  3. Lookup ListView

XAF Controllers

  1. ViewControllers
  2. WindowControllers

XAF Actions

  1. ActionBase
  2. SimpleAction
  3. ParametrizedAction
  4. PopAction

XAF Reports

  1. Reports based on the ORM
  2. Report parameters

Localize your XAF Application

  1. Predefined languages
  2. Localizing strings
  3. best practice

XAF application life cycle

  1. First time setup
  2. Update application

Format

This instructor led training class demonstrates the complex feature set of the XAF and XPO products in many samples.  Questions are encouraged.

z

Spoken Language

English or Spanish

Depth of Coverage

This class covers XAF and XPO to a great technical depth. The goal is to allow you to create your own applications using XAF framework. The time limit of the class is the only restriction on the depth of coverage.

 

Webinars Platform

Webinars are convenient and an efficient training option. Login anywhere and interact with the instructor and other participants. Our webinars cover practical, targeted topics taught by experts in their field

 

Contact us for xaf training

BitFrameworks
BITFWKS OÜ Registry code: 14328661 Address: Pärnu mnt 148, Kesklinna linnaosa Tallinn, Harju maakond, 11317, Estonia

© 2021  BITFWKS OÜ.

The post eXpressApp Framework (XAF) training appeared first on BitFrameWorks.

]]>
Xamarin Forms Training https://www.bitframeworks.com/xamarin-forms-training/ Wed, 22 Mar 2017 04:22:46 +0000 http://localhost:8080/wordpress/?page_id=24907 The post Xamarin Forms Training appeared first on BitFrameWorks.

]]>

Xamarin Forms Training

Learn how to create multi platform business apps with a single code base

Introduction

  1. About Xamarin
  2. What is the mono framework
  3. Xamarin versions
    1. Android
    2. iOS
    3. Forms
  4. Xamarin forms vs windows forms comparison
    1. Forms vs content page
    2. Controls vs views
    3. Startup class (program vs app)
    4. ContentPage in code
    5. ContenPage in XAML
  5. Project Typs
    1. Class library
    2. PCL
    3. Shared
  6. User interface
    1. ContentPage
    2. Layout
    3. Views
    4. Navigation
    5. Renders

Data Access

  1. POCO
  2. Webservice
  3. SQLite ORM
  4. OData

MVVM pattern

  1. POCO
  2. Webservice
  3. SQLite ORM
  4. OData

Format

This instructor led training class demonstrates the complex feature set of the Xamarin forms in many samples.  Questions are encouraged.

z

Spoken Language

English or Spanish

Depth of Coverage

This class covers Xamarin forms to a great technical depth. .The time limit of the class is the only restriction on the depth of coverage.

 

Webinars Platform

Webinars are convenient and an efficient training option. Login anywhere and interact with the instructor and other participants. Our webinars cover practical, targeted topics taught by experts in their field;

 

Contact us for xamarin training

BitFrameworks
BITFWKS OÜ Registry code: 14328661 Address: Pärnu mnt 148, Kesklinna linnaosa Tallinn, Harju maakond, 11317, Estonia

© 2021  BITFWKS OÜ.

The post Xamarin Forms Training appeared first on BitFrameWorks.

]]>
XAF XPO OData Service and Client Training https://www.bitframeworks.com/xaf-xpo-odata-service-and-client-training/ Sat, 18 Mar 2017 23:28:31 +0000 http://localhost:8080/wordpress/?page_id=24853 The post XAF XPO OData Service and Client Training appeared first on BitFrameWorks.

]]>

DevExpress XPO/XAF Odata Training

Learn how to publish your XPO based applications as a OData service

DevExpress ORM OData Service

  1. DevExpress ORM DataService template
  2. Mapping an existing database as ORM
  3. XPOContext
    1. Configuring database connection
    2. Configuring name spaces
  4. DataServiceConfiguration
    1. Entity rights
    2. Service operations rights
    3. Actions access rules
    4. DataService behaviour
    5. Authentication
    6. Entity interceptors
    7. General interceptors
    8. Service operations
  5. Implementing authentication
    1. Custom permissions
    2. XAF permissions
    3. Evaluating permissions client
    4. Evaluating permissions server
  6. Deployment

Simple.OData.Client

  1. OData (Concept)
  2. Installing the simple OData client reference
  3. Understanding the different APIS
    1. Basic
    2. Typed
    3. Fluent
  4. Configuring simple OData client
    1. Request authentication and interception
  5. Data Operations (C.R.U.D)
    1. Create
    2. Read
    3. Update
    4. Delete
  6. Other data operations
    1. Manage relationships
    2. Execute unbound functions
    3. Adding entries with links
    4. Updating entries with links
    5. Deleting entries
    6. Linking and unlinking entries
    7. Batch requests
    8. Expanding results with linked entries
    9. Linking and unlinking entries
    10. Including standard functions in search criteria

Format

This instructor led training class demonstrates the complex feature set of the XPO  and ODATA service in many samples.  Questions are encouraged.   

z

Spoken Language

English or Spanish

Depth of Coverage

This class covers XPO and OData to a great technical depth. The goal is to allow you to create your own applications using DevExpress XPO OData Service.The time limit of the class is the only restriction on the depth of coverage. 

Webinars Platform

Webinars are convenient and an efficient training option. Login anywhere and interact with the instructor and other participants. Our webinars cover practical, targeted topics taught by experts in their field

Contact us for odata training

BitFrameworks
BITFWKS OÜ Registry code: 14328661 Address: Pärnu mnt 148, Kesklinna linnaosa Tallinn, Harju maakond, 11317, Estonia

© 2021  BITFWKS OÜ.

The post XAF XPO OData Service and Client Training appeared first on BitFrameWorks.

]]>
DevExpress XPO Training https://www.bitframeworks.com/devexpress-xpo-training/ Sat, 18 Mar 2017 22:15:16 +0000 http://localhost:8080/wordpress/?page_id=24841 The post DevExpress XPO Training appeared first on BitFrameWorks.

]]>

DevExpress XPO Training

Learn how to design , query and maximize the performance of XPO the most advanced ORM for .NET

Introduction to XPO

  • Defining persistent types
  • Types of persitent object
  • Choosing the base class
  • Property implementation
  • Relationships
    1. One to one
    2. One to many
    3. Many to many
    4. Other data operations
  • Value converters
  • Delayedproperties
  • Persistent aliases
  • Deferred deletion
  • Object locking
  • Sessions and units of work

    Quering Objects

    1. Criterias and operators
    2. LINQ and the XPQuery
    3. Querying components: XPCursor, XPPageSelector, XPView, XPDataView
    4. Using Stored Procedures
    5. Direct SQL Querying

    Connection string and datastores

    1. Default session
    2. Connecting to the database using connection strings
    3. Connecting to the database using data access layer

Life cycle

  1. Creating or updating schema
  2. Platform specific patterns for Windows and Asp

Object Validation

  1. Learn how to develop a custom validation pattern

Format

This instructor led training class demonstrates the complex feature set of the XPO product in many samples.  Questions are encouraged.   

z

Spoken Language

English or Spanish

Depth of Coverage

This class covers XPO to a great technical depth. The goal is to allow you to create your own applications using DevExpress XPO.The time limit of the class is the only restriction on the depth of coverage. 

Webinars Platform

Webinars are convenient and an efficient training option. Login anywhere and interact with the instructor and other participants. Our webinars cover practical, targeted topics taught by experts in their field

Contact us for xpo training

BitFrameworks
BITFWKS OÜ Registry code: 14328661 Address: Pärnu mnt 148, Kesklinna linnaosa Tallinn, Harju maakond, 11317, Estonia

© 2021  BITFWKS OÜ.

The post DevExpress XPO Training appeared first on BitFrameWorks.

]]>