Creating a Customized Silverlight Web GIS Application - CT.gov
Recommend Documents
A Customized GIS application for Dehradun. Tourist Information System. K. Ram Mohan Rao, Ismat Bakshihov and B.S. Sokhi. Abstract. The diversity in GIS ...
the free gingival margin to the height of contour facially and lingually and to the ... soft-tissue cuff surrounding dental implants is similar to that of natural teeth ...
We describe a web application called âANC2Goâ that enables the user to select data from the Open ... The Open American National Corpus (OANC)1 is a 15 mil-.
We describe a web application called âANC2Goâ that enables the user to select data from the Open ..... to monitor its success and use to see if this approach to.
A web-based application customized to food safety requirements of small-sized ... determining the compliance of a food product with EU safety criteria1.
Microsoft Office Access is a computerized database management system ... In
this project, you first examine the four main objects in a database: tables, forms,.
development of semantic web application has not yet been easy. In this paper ... The Web has influenced the way people ..... good result in simplifying the way of.
This paper focuses on development and implementation of a web-based GIS application for earthquake information. In this study, a dynamic map browser type ...
(1) Centre for Advanced Spatial Analysis, University College London, UK, ... The database is implemented in PostgreSQL/PostGIS ... Server) at the bottom, a logic application written in ... user interface layer implemented using ExtJS plus.
feedback mechanisms in the form of easy access to social media pages on ..... In creating the OHCA web mapping application, we sought to depart from an ...
KEY WORDS: GIS, Internet/Web, Visualization, Cultural Heritage, Photo-realism. ABSTRACT: ... Digital Camera was used in order to create Panorama. Beauty ...
PHP is a tool for creating dynamic data- driven web-pages. As a result, PHP programming system has been selected for managing the data system (Listing 1).
GIS convert diverse data into easy- ... web servers and retrieve HTML documents for the application. .... converted to JPG image file using BMP2JPG method of.
development, when all the software functionalities were completed. This final ... In web mapping application development, usability issues surfaced as important ...
Web-GIS application with ArcGIS® Server and Web Application Developer ..... 3) Replace the default version of the WebMapApp.js file with the new code in ...... 6) Build the modified GridResult assembly in Visual Studio to create the Grid ...
In this chapter, you'll create a simple Web service and Web application that ... in
this book, you'll look at SOAP messages in more detail and consider some of.
We are planning a series of tests and evaluations by scientists and engineers using real data and wel- .... 58. COMPUTER ..... Mukherjea obtained his bachelor's.
SAP List Viewer (ALV) in Web Dynpro Applications. Dec. 2005 ... additional
warranty. Using ALV with a Dynamic Context Node in Web Dynpro for ABAP. 2 ...
email: [email protected] ... build a customized backend tool for a Xilinx based design flow. ..... [4] Xilinx, âXilinx design language,â help/data/xdl/xdl.html in. ISE 6.3 ...
Figure 5: This form selects the path and format of the saved ASCII file for the model. The default output is a NetList type of file listing each element in the model ...
Jun 6, 2008 ... NET - Silverlight Ready Hosting. Now w/ Windows 2008 & ASP.NET 3.5!
Windows 2008 / IIS 7.0. ASP.NET 3.5 & 2.0. ASP.NET AJAX, LINQ, VB, ...
Using KEMET Spice to Create Customized EDA Models for Capacitors ..... http://kemetworld.kemet.com/kemet/web/homepage/kechome.nsf/weben/kemsoft. 2.
2011 Microsoft. All rights reserved. A Sample Application Tutorial Using Windows
. Embedded Silverlight Tools. Writer: Mark McLemore. Technical Reviewers: ...
ical examination decision-making test also ... post-graduate orthopedic training program. ... mended some key attributes that an orthopedic ... practical skills and ATLS principles tend to be ... particularly good or bad (Open space answer);.
Creating a Customized Silverlight Web GIS Application - CT.gov
The Trials and. Tribulations of. Developing an In-House. Customized Municipal.
GIS Web Site using the. ArcGIS Server API 2.0 for. Silverlight ...
The Trials and Tribulations of Developing an In-House Customized Municipal GIS Web Site using the ArcGIS Server API 2.0 for Silverlight
Live Audience Cam . . . .
Why Silverlight? Why Me?
Why, why me???
Site Specs • • • • •
Visual Studio 2010 Silverlight 4 .Net 4 ArcGIS Silverlight API 2.0 WCF RIA Service 1.0
Who am I?
Decision Time • • • • •
Who builds it? Which API? Which language? Which template? Which database connection?
DECISIONS
In-house vs. Vendor
vs.
DECISIONS
Silverlight vs. Flex
DECISIONS
VB vs. C#
vs.
C# has a lot more sample code (both ESRI and others)
DECISIONS
Business vs. Navigation template Log-in vs. no Log-in
DECISIONS
How to connect to the database
• ADO.NET
(no) • LINQtoSQL • WCF RIA Services
What does WCF RIA stand for and who really cares? • WCF = Windows Communication Framework • RIA = Rich Internet Application • N-tier solution – Presentation tier (Silverlight) – Middle tier (asp.net) – Database tier (SQL Server 2008)
• .Net RIA services sounded cooler
“Things you struggle with”
“THINGS YOU STRUGGLE WITH”
Where to put the ClientAccess.xml file
“THINGS YOU STRUGGLE WITH”
Making database changes
WCF RIA Services not great at this
“THINGS YOU STRUGGLE WITH”
Default ID button
“THINGS YOU STRUGGLE WITH”
Find Address Tool
“THINGS YOU STRUGGLE WITH”
“Moving at the speed of government. . . “
“Reduce XAP size by using application library caching”
“THINGS YOU STRUGGLE WITH”
Running Asp.net 2 and 4 on same server
Use application pools in IIS
“THINGS YOU STRUGGLE WITH”
Printing in Silverlight
“THINGS YOU STRUGGLE WITH”
What’s my server?
myHost = Application.Current.Host.Source.Host;
“THINGS YOU STRUGGLE WITH”
Layers going to sleep
Set the maximum time an idle instance can be kept running = 0
More things to struggle with •Selection tool – arrays •Disclaimer popup window •Publishing to server
“THINGS YOU STRUGGLE WITH”
More things to struggle with
•Clear Map Cache – who knew •http://giswebsrvr/ArcGIS/rest/admin/login •Stepping (too far) away from application •Internet solutions – quickly out-dated
“THINGS YOU STRUGGLE WITH”
Colors, buttons, and placement of tools drove me crazy
Punch list •Layers on/layers off code behind •Measure Tool •Sales Comparables •Street Name dropdown list •As of Friday, Intellisense stopped working (Darn that Bill Gates!)
In conclusion . . . . • • • • • • •
There’s no place like 127.0.0.1 Silverlight vs. Flex In-house vs. Vendor VB vs. C# Password protected? Database connectivity Printing in Silverlight Be prepared to troubleshoot