#WPF Summit
Explore tagged Tumblr posts
Text
Compliments
I imagine that most people like to have nice things said about them. Especially the Words of Affirmation people. I never remember exactly what my love language is because I never finished reading that book. There wasn’t enough plot for me. However, I have always enjoyed complimenting people. Although my sister-in-law, sister, and even my wife sometimes tell me that I am not very good at it. They…
View On WordPress
#Alabama#Childhood#Education#Family#Family Friendly Entertainment#Humor#memories#Narrative#pigeon forge#Public School#relationship coach#southeast#Southern#tennessee#WPF Summit#Zane Wells
1 note
·
View note
Text
WPF Western Summit | April 24-25, 2020
WPF Western Summit | April 24-25, 2020
View On WordPress
0 notes
Photo
Highlights from the Pacific Financial Inclusion Summit, held this week in Port Moresby.
- Hearing from microcredit client, Cathy, onstage at the opening plenary in a session about measuring impact on customers.
-Ms. Watkins, moderating a session on “credit scoring for thin-file customers,” highlighted how the poor pay more for basic goods and services.
- Mr. Elrico Munoz, General Manager of WPF partner SPBD Fiji led a panel on the role of financial inclusion in responding to natural disasters.
2 notes
·
View notes
Text
ArcGIS Pro SDK at Developer Summit 2018
The Esri Developer Summit is just a month away, scheduled for March 6 – 9, 2018 in Palm Springs.
Many teams at Esri have been working to put together a comprehensive line-up of offerings to help you get started with the ArcGIS Pro SDK, and of course, caught up with the latest features and patterns at 2.1. Here are the different offerings / formats available:
Pre-summit Hands-On Training
Getting Started Hands-On Workshop (New)
One-hour Technical Sessions
30-minute Demo Theater Sessions
ArcGIS Pro Area in the Esri Showcase
Below is a list of all the Pro SDK offerings with descriptions. For more information, you can search the online agenda here using keywords “Pro SDK”. We look forward to seeing you at Dev Summit!
Pre-summit Hands-On Training
Once again, there will be a pre-summit hands-on SDK training course offered. The course is titled “Introduction to Programming with the ArcGIS Pro SDK for .NET” and will be offered March 4th – 5th, 8:30 am – 5:30 pm at the Hilton Palm Springs Hotel. If you’re looking for a comprehensive, in-depth introduction to the Pro SDK, this is it. Plan to bring your own machine pre-loaded with ArcGIS Pro and Visual Studio, as well as your Visual Studio .NET skills and get ready to learn:
Introduction to Programming with the ArcGIS Pro SDK for .NET
This two-day hands-on training course will introduce you to the fundamentals of using the ArcGIS Pro SDK for .NET to customize and extend ArcGIS Pro. Participants will work with Microsoft Visual Studio, the .NET Framework and the Pro SDK to create Pro add-ins to automate existing processes and to add new capabilities that you design and write. The ArcGIS Pro API exposes core aspects of Pro, including: 2D and 3D maps, sharing, integration with ArcGIS Online, Geodatabase, Geometry, Editing, Layouts, and more. The Pro API is also asynchronous and supports multi-threaded programming, and the Pro SDK patterns will be introduced in the workshop.
You can find out more on the Pre-Summit Training page.
Getting Started Hands-On Workshop
New at Dev Summit this year, there will be a hands-on training workshop offered during Dev Summit week. The new 5-hour workshop is called “Getting Started with the ArcGIS Pro SDK. for .NET” and will be offered on Thursday, March 8th, 9:00 am – 3:30 pm in the Mojave Learning Center. This is a great way to learn basic and intermediate-level skills with the Pro SDK. Here’s the description.
Getting Started with the ArcGIS Pro SDK. for .NET
This new hands-on training workshop will introduce you to ArcGIS Pro SDK concepts, helpful tips and practical steps to help you get started developing add-ins to extend ArcGIS Pro. Participants will walk through topics with the workshop instructor and then work through exercises using their own device with the Pro SDK and the Microsoft Visual Studio development environment. Topics will include:
Pro SDK overview, online resources and community samples
Starting with DAML and UI customization
Basic solution configuration development
Working with common SDK patterns
Prerequisites: This workshop assumes that participants have basic experience developing Windows applications using Microsoft Visual Studio 2015 or 2017 and .NET, as well as a few months of experience working with ArcGIS Pro. Workshop participants must bring their own device, pre-installed with ArcGIS Pro 2.1 and Microsoft Visual Studio 2015 or 2017.
Technical Sessions
In these one-hour technical sessions, Esri teams will be presenting in-depth concept information and more on the Pro SDK’s latest API enhancements, customization and programming patterns, and resources.
ArcGIS Pro SDK for .NET: Beginning Pro Customization and Extensibility
Learn how to customize and extend ArcGIS Pro with its .NET SDK. We’ll show you how you can get up and running quickly with the Add-in and Configuration customization patterns, declarative programming with DAML, and asynchronous programming with ArcGIS Pro’s QueuedTask.
ArcGIS Pro SDK for .NET: Advanced Pro Customization and Extensibility
In this session we cover advanced customization patterns including custom project and application properties, command filtering, UI customization across multiple add-in solutions, plug and play UI extensibility with embeddable controls and DAML categories.
ArcGIS Pro SDK for .NET: Beginning Editing and Editing UI Patterns
Learn how to create editing tools in Pro. We introduce construction tools and editing tools and how to integrate your custom editing functionality into the Pro UI. We introduce the Inspector class for creating and updating features as well as attribute editing. We show customizing the galleries, integration into modify dockpane, and how to modify the sketch.
ArcGIS Pro SDK for .NET: Advanced Editing and Edit Operations
This session focuses on use of Edit Operation and Edit events. We will cover key edit operation capabilities and edit operation usage to include: versioned edits; combine operations to span across multiple datasets; chaining edit operations. We will investigate edit events and row-level events as well as edit Undo/Redo.
ArcGIS Pro SDK for .NET: Pro Application Architecture Overview and API Patterns
This lecture covers the Pro application architecture framework and its primary patterns to include context in the UI, DAML, extensibility and the module sub-system, and threading – concurrency, best practices, and cancellation. This lecture is appropriate for Pro application developers who want to learn more about the Pro internals and how to leverage that knowledge in their add-in and configuration designs.
ArcGIS Pro SDK for .NET: Mapping and Layout
Learn how to create map tools for selection and identify, and custom pop-ups. We will examine the new Pro Layout API to create Layouts on-the-fly as well as integrate it with Layout Map Series. We will cover MVVM and integration of WPF to write compelling UIs in Pro including multi-threading considerations.
ArcGIS Pro SDK for .NET: An Overview of the Geodatabase API
This session will provide an overview of the geodatabase .NET API (ArcGIS.Core.Data) for working with data in ArcGIS Pro, including working with datasets, fields, queries, selections, joins and relates.
ArcGIS Pro SDK for .NET: An Overview of the Utility Network Management API
This session will provide an overview of the utility network .NET API in ArcGIS Pro to create custom tools and applications for electric, gas, water and waste water utilities.
ArcGIS Pro SDK for .NET: Working with Rasters and Imagery
Learn how to use the ArcGIS Pro SDK with Imagery and Raster data to create compelling add-ins. Developers can use the ArcGIS Pro SDK to control how their imagery and raster data is displayed, read/write pixels and properties and control how data is processed.
Demo Theater Sessions
These 30-minute sessions are concise and demonstration-focused in their content and presentation.
Demo Theater: ArcGIS Pro SDK for .NET: Custom States and Conditions
Learn how to take advantage of contextual behavior in ArcGIS Pro using states and conditions. This demo will focus on DAML elements in ArcGIS Pro add-ins, and how to manipulate the Pro UI and content based on what’s selected in the application.
Demo Theater: ArcGIS Pro SDK for .NET: New UI Controls for the SDK
We cover the new user controls available in the ArcGIS Pro SDK for .NET including Query Builder control, Locator control, and Coordinate Systems picker control. Learn how to integrate these controls into your custom Pro UIs.
Demo Theater: ArcGIS Pro SDK for .NET: Raster API and Manipulating Pixel Blocks
We cover use of the Raster API to select and iterate through raster data. The demo will include creating a raster cursor to iterate through raster data and reading and writing pixels from and to a raster dataset using pixel blocks.
Demo Theater: ArcGIS Pro SDK for .NET: Getting Started
Looking for a quick walk-through on how to get up and running with the ArcGIS Pro SDK? Join us for quick tips and demos on installing the Pro SDK and the SDK community samples and building your first Pro add-in. We’ll show you how you can get up and running quickly with the samples, and introduce you to the many online resources.
ArcGIS Pro Area in the Esri Showcase
The Desktop SDK Team and other ArcGIS Pro product teams will be available each day in the ArcGIS Pro Area in the Esri Showcase. Stop by with your questions and discuss how you would like to customize ArcGIS Pro to meet your organization’s needs and workflows.
from ArcGIS Blog http://ift.tt/2FCp7lP
0 notes
Text
Pro SDK Videos from Dev Summit 2017
The technical session videos from the 2017 Esri Developer Summit are now online on E360, and with them the ArcGIS Pro SDK sessions. The videos are a useful resource for the latest Pro SDK information and patterns. Below is a handy list with links.
Technical Sessions:
ArcGIS Pro SDK for .NET: UI Design and MVVM
Learn how to write Add-ins for Pro with advanced user interface components including custom control, gallery, and dockpane. We focus on MVVM and integration of WPF to write compelling UIs with Pro supporting Pro themes. We also cover multi-threading considerations when developing UIs in Pro.
ArcGIS Pro SDK for .NET: Map Authoring and Exploration
Learn how to create map tools for selection and identify, layer pop-ups, custom pop-ups, and how to use the MapControl. We also cover Map Authoring APIs for renderers for 2D (unique value, class break, scale dependent – i.e. for working with Vector Tiles) and rule packages for 3D.
ArcGIS Pro SDK for .NET: Integration with ArcGIS Online
Learn how to take advantage of Pro’s API for accessing Portal and ArcGIS Online. We show use of ArcGISPortalManager, ArcGISPortal, EsriHttpClient, and Json.Net to search, retrieve and upload Online items such as feature services, Vector Tile packages, and web maps. The session will also delve into integrating the portal API into an ArcGIS Pro Configuration.
ArcGIS Pro SDK for .NET: UI Design for Accessibility and High DPI
Learn how to write dpi-aware Add-ins designed with accessibility in mind. Additionally, supporting high contrast mode and keyboard-only navigation is an important part of making your Add-in accessible. We cover scaling, layouts, fonts, styling, and high dpi considerations for Add-ins. We will also cover keytips, tab order, accelerators, and shortcuts for Pro.
ArcGIS Pro SDK for .NET: Configurations
Learn how to take advantage of the new Pro SDK Configuration extensibility pattern. We cover handling pre-initialization callbacks (i.e. before the application window is shown) and custom branding with the Splash Screen and Start up Page. We look at streamlining the user interface for specific workflows and user roles.
ArcGIS Pro SDK for .NET: An Overview of the Geodatabase API
This session will provide an overview of the Geodatabase API (ArcGIS.Core.Data) for working with data in ArcGIS Pro.
ArcGIS Pro SDK for .NET: Editing and Geodatabase Integration
Learn how to create editing tools in Pro. We show customizing the galleries, modify dockpane, using the sketch, and integrating construction tools into the Pro Editor and layer Create Feature templates. We introduce edit operations for creating and modifying Geodatabase features and Geometry.
Demo Theater Sessions:
ArcGIS Pro SDK for .NET: Road-Ahead for Data Validation Using ArcGIS Data Reviewer
Learn about new data validation capabilities planned for the ArcGIS Pro SDK for .NET. These capabilities include implementation of data quality requirements using Data Reviewer checks, automated feature validation and workflows for sharing validation methods across the platform.
ArcGIS Pro SDK for .NET: Getting Started
Looking for a walk-through on how to get up and running with the ArcGIS Pro SDK? Swing by for tips and demos on installing the Pro SDK and the SDK community samples and building your first Pro add-in with DAML. We’ll show you how you can get up and running quickly with the samples as a foundation for great add-ins using the Pro SDK dev patterns and also show you all the online resources and how to get the most out of them.
ArcGIS Pro SDK for .NET: Building Configurations
Solution configurations are a new way to create a focused UI/UX experience in ArcGIS Pro for your users. We’ll give you a quick introduction and then walk-through a basic configuration to customize the Pro splash screen, start page, and UI.
from ArcGIS Blog http://ift.tt/2o6uaWa
0 notes
Text
ArcGIS Pro SDK at Dev Summit 2017 Update
The 2017 Esri Developer Summit is here! This post is an update on ArcGIS Pro SDK offerings this year at Dev Summit. The Desktop SDK Team has once again put together a comprehensive line-up of technical workshops to help you get up to speed with the Pro SDK and get caught up with the latest features and patterns. The SDK team will also be available to show you more throughout Dev Summit at the ArcGIS Pro Island in the Showcase.
Here’s a listing of the Pro SDK offerings at Dev Summit 2017. For even more information, you can also go to the detailed agenda and do a search on “Pro SDK” here.
Technical Sessions (listed by date/time):
ArcGIS Pro SDK for .NET: UI Design and MVVM
Tuesday, March 07, 2:30 pm – 3:30 pm / Primrose C-D
Learn how to write Add-ins for Pro with advanced user interface components including custom control, gallery, and dockpane. We focus on MVVM and integration of WPF to write compelling UIs with Pro supporting Pro themes. We also cover multi-threading considerations when developing UIs in Pro.
ArcGIS Pro SDK for .NET: Map Authoring and Exploration
Tuesday, March 07, 5:30 pm – 6:30 pm / Primrose A
Learn how to create map tools for selection and identify, layer pop-ups, custom pop-ups, and how to use the MapControl. We also cover Map Authoring APIs for renderers for 2D (unique value, class break, scale dependent – i.e. for working with Vector Tiles) and rule packages for 3D.
ArcGIS Pro SDK for .NET: Integration with ArcGIS Online
Wednesday, March 08, 5:30 pm – 6:30 pm / Mesquite C
Learn how to take advantage of Pro’s API for accessing Portal and ArcGIS Online. We show use of ArcGISPortalManager, ArcGISPortal, EsriHttpClient, and Json.Net to search, retrieve and upload Online items such as feature services, Vector Tile packages, and web maps. The session will also delve into integrating the portal API into an ArcGIS Pro Configuration.
ArcGIS Pro SDK for .NET: UI Design for Accessibility and High DPI
Thursday, March 09, 9:00 am – 10:00 am / Catalina-Madera
Learn how to write dpi-aware Add-ins designed with accessibility in mind. Additionally, supporting high contrast mode and keyboard-only navigation is an important part of making your Add-in accessible. We cover scaling, layouts, fonts, styling, and high dpi considerations for Add-ins. We will also cover keytips, tab order, accelerators, and shortcuts for Pro.
Creating Rule Packages (RPKS) for ArcGIS Pro and CityEngine with CGA
Thursday, March 09, 10:30 am – 11:30 am / San Jacinto
Learn how to use and author Computer Generated Architecture (CGA) rules. These rules can create 3D models representing buildings, zoning volumes, streetscapes, parks, natural landscape, and various other feature. We’ll do some hands on development of a Computer Generated Architecture (CGA) rules, and learn how to export them to RPKs for sharing on ArcGIS Online and in ArcGIS Pro.
ArcGIS Pro SDK for .NET: Configurations
Thursday, March 09, 5:30 pm – 6:30 pm / Smoketree A – E
Learn how to take advantage of the new Pro SDK Configuration extensibility pattern. We cover handling pre-initialization callbacks (i.e. before the application window is shown) and custom branding with the Splash Screen and Start up Page. We look at streamlining the user interface for specific workflows and user roles.
ArcGIS Pro SDK for .NET: An Overview of the Geodatabase API
Friday, March 10, 8:30 am – 9:30 am / San Jacinto
This session will provide an overview of the Geodatabase API (ArcGIS.Core.Data) for working with data in ArcGIS Pro.
ArcGIS Pro SDK for .NET: Editing and Geodatabase Integration
Friday, March 10, 10:00 am – 11:00 am / Mesquite C
Learn how to create editing tools in Pro. We show customizing the galleries, modify dockpane, using the sketch, and integrating construction tools into the Pro Editor and layer Create Feature templates. We introduce edit operations for creating and modifying Geodatabase features and Geometry.
Demo Theater Sessions (listed by date/time):
Getting Started with the ArcGIS Pro SDK for Raster and Imagery
Tuesday, March 07, 1:30 pm – 2:00 pm / Demo Theater 2- Oasis 1
Learn how to get started with the ArcGIS Pro SDK in working with raster and imagery.
ArcGIS Pro SDK for .NET: Road-Ahead for Data Validation Using ArcGIS Data Reviewer
Wednesday, March 08, 10:30 am – 11:00 am / Demo Theater 2 – Oasis 1
Learn about new data validation capabilities planned for the ArcGIS Pro SDK for .NET. These capabilities include implementation of data quality requirements using Data Reviewer checks, automated feature validation and workflows for sharing validation methods across the platform.
ArcGIS Pro SDK for .NET: Getting Started
Thursday, March 09, 10:30 am – 11:00 am / Demo Theater 2 – Oasis 1
Looking for a walk-through on how to get up and running with the ArcGIS Pro SDK? Swing by for tips and demos on installing the Pro SDK and the SDK community samples and building your first Pro add-in with DAML. We’ll show you how you can get up and running quickly with the samples as a foundation for great add-ins using the Pro SDK dev patterns and also show you all the online resources and how to get the most out of them.
ArcGIS Pro SDK for .NET: Building Configurations
Thursday, March 09, 11:00 am – 11:30 am / Demo Theater 2 – Oasis 1
Solution configurations are a new way to create a focused UI/UX experience in ArcGIS Pro for your users. We’ll give you a quick introduction and then walk-through a basic configuration to customize the Pro splash screen, start up page, and UI. We’ll cover how to design and develop your configuration in Visual Studio with the Pro SDK and Esri’s Desktop Application Markup Language (DAML), and then test your configuration in ArcGIS Pro.
Hands-On Training:
If you weren’t able to make this year’s Pre-Summit Pro SDK training class, don’t worry! There are great opportunities for learning the Pro SDK starting in April with the brand new Pro SDK training course – Extending ArcGIS Pro with Add-Ins. This great new 3-day course from Esri Educational Services provides a comprehensive introduction to the Pro SDK. As of Dev Summit week start, there are still available seats for the first online offering of the course scheduled April 3 – 5.
We hope you have a great Dev Summit!
from ArcGIS Blog http://ift.tt/2m8tZqo
0 notes
Text
ArcGIS Pro SDK at Dev Summit 2017
The Esri Developer Summit in Palm Springs is just a couple months away, and once again you’ll find a comprehensive line-up of technical workshops and sessions on the ArcGIS Pro SDK for .NET. Whether you’re looking to get started, or to get updates on the latest SDK features and patterns, there will be something for everyone.
Here’s a listing of the current Pro SDK offerings at Dev Summit 2017:
Pre-summit Hands-On Training:
Once again, there will be a pre-summit hands-on SDK training course available. The course is titled “Introduction to Programming with the ArcGIS Pro SDK for .NET” and will be offered March 5 – 6, 8:30 a.m. – 5:30 p.m. at the Palm Springs Hard Rock Hotel. If you’re looking for a great opportunity to get started with the Pro SDK, this is it. You’ll receive training from the Educational Services team that will be offering the upcoming official course. Plan to bring your own machine and Visual Studio .NET skills and get ready to learn. You can find out more information from the Pre-summit Training page.
Introduction to Programming with the ArcGIS Pro SDK for .NET
This two-day hands-on training course will introduce you to the fundamentals of using the ArcGIS Pro SDK for .NET to customize and extend ArcGIS Pro. Participants will work with Microsoft Visual Studio, the .NET Framework and the Pro SDK to create Pro add-ins to automate existing processes and to add new capabilities that you design and write. The ArcGIS Pro API exposes core aspects of Pro, including: 2D and 3D maps, sharing, integration with ArcGIS Online, Geodatabase, Geometry, Editing, Layouts, and more. The Pro API is also asynchronous and supports multi-threaded programming, and the Pro SDK patterns will be introduced in the workshop.
One-hour Technical Sessions:
ArcGIS Pro SDK for .NET: Editing and Geodatabase Integration
Learn how to create editing tools in Pro. We show customizing the galleries, modify dockpane, using the sketch, and integrating construction tools into the Pro Editor and layer Create Feature templates. We introduce edit operations for creating and modifying Geodatabase features and Geometry.
ArcGIS Pro SDK for .NET: Map Authoring and Exploration
Learn how to create map tools for selection and identify, layer pop-ups, custom pop-ups, and how to use the MapControl. We also cover Map Authoring APIs for renderers for 2D (unique value, class break, scale dependent – i.e. for working with Vector Tiles) and rule packages for 3D.
ArcGIS Pro SDK for .NET: Integration with ArcGIS Online
Learn how to take advantage of Pro’s API for accessing Portal and ArcGIS Online. We show use of ArcGISPortalManager, ArcGISPortal, EsriHttpClient, and Json.Net to search, retrieve and upload Online items such as feature services, Vector Tile packages, and web maps. The session will also delve into integrating the portal API into an ArcGIS Pro Configuration.
ArcGIS Pro SDK for .NET: Configurations
Learn how to take advantage of the new Pro SDK Configuration extensibility pattern. We cover handling pre-initialization callbacks (i.e. before the application window is shown) and custom branding with the Splash Screen and Start up Page. We look at streamlining the user interface for specific workflows and user roles.
ArcGIS Pro SDK for .NET: UI Design for Accessibility and High DPI
Learn how to write dpi-aware Add-ins designed with accessibility in mind. Additionally, supporting high contrast mode and keyboard-only navigation is an important part of making your Add-in accessible. We cover scaling, layouts, fonts, styling, and high dpi considerations for Add-ins. We will also cover keytips, tab order, accelerators, and shortcuts for Pro.
ArcGIS Pro SDK for .NET: UI Design and MVVM
Learn how to write Add-ins for Pro with advanced user interface components including custom control, gallery, and dockpane. We focus on MVVM and integration of WPF to write compelling UIs with Pro supporting Pro themes. We also cover multi-threading considerations when developing UIs in Pro.
Demo Theater Sessions:
ArcGIS Pro SDK for .NET: Getting Started
Looking for a walk-through on how to get up and running with the ArcGIS Pro SDK? Swing by for tips and demos on installing the Pro SDK and the SDK community samples and building your first Pro add-in with DAML. We’ll show you how you can get up and running quickly with the samples as a foundation for great add-ins using the Pro SDK dev patterns and also show you all the online resources and how to get the most out of them.
ArcGIS Pro SDK for .NET: Building Configurations
Solution configurations are a new way to create a focused UI/UX experience in ArcGIS Pro for your users. We’ll give you a quick introduction and then walk-through a basic configuration to customize the Pro splash screen, start up page, and UI. We’ll cover how to design and develop your configuration in Visual Studio with the Pro SDK and Esri’s Desktop Application Markup Language (DAML), and then test your configuration in ArcGIS Pro.
For information on the latest ArcGIS Pro SDK resources, visit the Pro SDK landing page.
from ArcGIS Blog http://ift.tt/2iXG0zg
0 notes