INFO 344 Web Tools And Development

Slides:



Advertisements
Similar presentations
FACULTY INTRODUCTION FCPS 24-7 Mobile. What is FCPS 24-7 Mobile? FCPS 24-7 Mobile app allows staff and students to access their enrolled courses on their.
Advertisements

Services Course Windows Live SkyDrive Participant Guide.
Microsoft Dynamics AX Technical Conference 2013
Get set.. Introduction to Windows Azure Development Brian McKeiver, Kentico MVP & Partner/Senior Developer, BizStream.
Microsoft Office 2013 ®® Appendix A Introduction to Cloud Computing.
Introduction to. What is Office 365 Office 365 is the same Office you already know and use every day. Office 365 is powered by “the cloud” which is a.
The audio will be turned on just before our start time at 7:00 pm ET.
Welcome to the Second Tutorial Welcome to the second part of this communication system website tutorial! This tutorial is for church planters. When you.

Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
Backstage with Microsoft®Office 2010 Wilma & Bob Andrews, Richmond, VA Virginia Commonwealth University
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
Windows Azure Tour Benjamin Day Benjamin Day Consulting, Inc.
Store, sync, and share your files
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
BIT 285: ( Web) Application Programming Lecture 15: Tuesday, February 24, 2015 Microsoft Azure Instructor: Craig Duckett.
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
Windows iOS Android … and WakeUpAndCode.com.
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
A Technical Overview Bill Branan DuraCloud Technical Lead.
Windows Azure Fundamentals Services Storage. Table of contents Overview Cloud service basics Managing cloud services Cloud storage basics Table storage.
Compare and Contrast : Blackboard & a Personal Web Page www3.ltu.edu/~s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :
Azure databases 1. Azure storage possibilities Azure offers several storage possibilities Microsoft SQL Server database MySQL database Azure Document.
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
Personal Identity Worksheet. 1. Make sure you are editing your assessment site. This is the ONLY site I will be grading.
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
What is ? ●It is a Halton District School Board term ●It is HDSB use of Google Apps for education. It includes: ■ Google Docs ■ Google Drive ■ Google Applications.
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
Bellevue College Workshop Azure Storage & SQL Mohamed El Hassouni Hans Olav Norheim.
Azure Data Catalog and Power BI. Agenda Azure Data Catalog Overview 1 Publish a data set 2 Metadata 3 Extract and view 4 Q&A 5.
Training Deck Microsoft Corporation Store, sync, and share your work files.
BIT 143:Programming & Data Structures in C# Instructor: Mike Panitz
Communication was never so easy!
GearUp Alabama Document Submission Portal; iPad Upload www. uab
Azure – winter 2016/17 Boris van Sosin, Marina Minkin, Nitsan Pri Hadash, Ariel Yehezkeli SI CALOREM NON TOLERAS E CVLINA EXI.
Logging In ASP.Net Core 1.1.
Portal User Group Meeting
INFO 344 Web Tools And Development
Instructor Name Instructor Title Library Name
Relational databases, and more …
Collaboration with Google Docs
What Is Google File Stream
Logging In ASP.Net Core 2.0.
Spring 2015 Italian L a b O r I e n t a t I o n.
12/5/ :36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
File Upload.
Lesson 12.
INFO 344 Web Tools And Development
Blackboard Evaluation Criteria
Migrating your applications to Azure
Sayed Ibrahim Hashimi Program Manager Microsoft Corporation
Course Preparation Check List
Creating Session By huda AlSuwailem.
Blackboard Beginner Level Training
INFO 344 Web Tools And Development
INFO 344 Web Tools And Development
INFO 344 Web Tools And Development
INFO 344 Web Tools And Development
INFO 344 Web Tools And Development
Revision PowerPoint By Nicole Davidson.
INFO 344 Web Tools And Development
NSC IT Services’ Handy onedrivemapper Tool
Welcome to Microsoft Azure for Research Training!
SOAP web services in Microsoft Azure
Why You Really Need Azure Functions
Building Your Moodle Course
Presentation transcript:

INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014

Announcements PA2 due 4/30 11pm PST If you haven’t started = I would be worried You should get it working locally by this weekend otherwise, next week will be a bad week… If I tell you => you’ll forget If I show you => you’ll understand If you find & learn it yourself => you’ll remember 4ever

Announcements re: ajax, etc Questions on grading PA1 = come see me during office hours or after class Monday (not today…) – going to a morris chang talk. IEEE medal of honor, Stanford PhD in 2 yrs, TSMC founder & ceo, came back as ceo @ 78… Have a hero 10 min survey on Canvas

Azure Blob Just like Amazon’s S3 Store large files that don’t change. Large (> 10kb)

Azure Blob Upload file to Blob Storage using a tool [WebMethod] Download file from Blob Storage via Code Show first line of file

Azure Blob Go to Azure portal, create storage container Download Azure explorer (free) http://www.cerebrata.com/products/overview Enter your name + key & upload random file Access blob storage Add microsoft.windowsazure.storage reference Open Server Explorer, add Blob under WinAzure Look at the blob, make sure your blob is there Copy the connection string (right click, modify connection, copy the string in preview, or just properties then on the right) Add app settings config to app.config Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData).ToString() -> folder to store files Part 2: time local run, cloud run, cloud + same affinity group run. Hint: makes a big difference!! See Networks

Questions?