Scott Howlett & Jim Schwartz Imason inc

Slides:



Advertisements
Similar presentations
Unit 1: Overview of the Microsoft.NET Platform
Advertisements

SharePoint Forms All you ever wanted to know about forms but were afraid to ask.
Building Better Websites Jean-Luc David Developer Advisor Microsoft Canada
Web Forms and ASP.NET Programming Right from the Start with Visual Basic.NET 1/e 12.
Randy Williams, MOSS MVP Senior Consultant Synergy Corporate Technologies.
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview Introduce Visual Studio 2013 Create a first ASP.NET application.
Would like to present to you:. Demo Overview Developed an online calendar Meant for small organizations –Efficiency –Communication As well as personal.
Would like to present to you:. Demo Overview Developed an online calendar Meant for small organizations –Efficiency –Communication As well as personal.
Building a Complete Web Application Using ASP.NET 3.5 & Visual Studio 2008 (Part 1 of 2) Jeff King Program Manager Microsoft Corporation
This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation. All.
Electrical and Computer Engineering PeopleFinder Vitaly Gordievsky Alex Trefonas Scott Richard Matt Beckford Comprehensive Design Review.
What’s new in ASP.NET 3.5? Mike Ormond Developer & Platform Group Microsoft Ltd
Meet Jeremy Thake Jeremy recently joined Microsoft as Technical Product Manager for the Visual Studio Developer story for Office 365 development.
Web 2.0: Concepts and Applications 3 Syndicating Content.
1 of 7 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
Microsoft ® Official Course Monitoring and Troubleshooting Custom SharePoint Solutions SharePoint Practice Microsoft SharePoint 2013.
11 Games and Content Session 4.1. Session Overview  Show how games are made up of program code and content  Find out about the content management system.
Introduction to VB.NET Tonga Institute of Higher Education.
Microsoft Confidential Gregg Brown| Lead Program Manager Windows Digital Documents Team | Microsoft Corporation XPS Overview and Demonstration.
Developing Workflows with SharePoint Designer David Coe Application Development Consultant Microsoft Corporation.
1 TM Allstream Corp. Allstream Proprietary. Use pursuant to company instructions. Tips & Tricks for /70-315: Developing Web Applications James Kovacs.
2 Visual Studio 2008 IDE Tips and Tricks Sara Ford Program Manager
PRESENTED BY: K2 blackpoint Fundamentals Module 1: Understand J SCOTT PITMAN –
Basic Developer Knowledge That Every SharePoint Admin Must Have Randy Williams, MVP MOSS Synergy Corporate Technologies
Lecture Set 2 Part B – Configuring Visual Studio; Configuration Options and The Help System (scan quickly for future reference)
HDNUG 27-March-2007 SQL Server 2005 Suite as a Business Intelligence Solution.
2013 Dynamics SL Event May 15, As of 5/1/2013 the most recent version of MR is 2012 Rollup 5 Proceed with caution if you choose to update your MR.
Extending the Reach of your Applications Jeremy Boyd & John-Daniel Trask Mindscape.
Expression Web 3... now with TFS!. What is Expression Web 3? Professional web design and development tool Create standards-based Web sites faster & easier.
Windows 7 Release Candidate 1 Overview Some slides are screenshots made while the test computer was connected to a network with other computers and Internet.
What’s New for Web Developers in ASP.NET and Visual Studio 2008 Kate Gregory Microsoft Regional Director
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview How to create a first ASP.NET application.
Rich Platform Services Manageability User Experience.
2013 Dynamics GP Event May 22, As of 5/1/2013 the most recent version of MR is 2012 Rollup 5 Proceed with caution if you choose to update your MR.
Web Development in Microsoft Visual Studio 2013 / 2015.
Vista Sidebar Gadgets Steve Marx Technical Evangelist Microsoft Corporation.
Microsoft Visual Basic 2012 CHAPTER FOUR Variables and Arithmetic Operations.
Welcome Auckland Brent Colbert Director | Marketing Microsoft NZ.
Text INTRODUCTION TO ASP.NET. InterComm Campaign Guidelines CONFIDENTIAL Simply Server side language Simplified page development model Modular, well-factored,
Dynamic Languages Initiative Silverlight ASP.NET Web Services Summary.
Eliminate Team Build Headaches with Unit Tests, WiX and Virtualization Benjamin Day
1 Lesson 9 Windows Management Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Agafonov Viacheslav. Objectives: ◦ Understand the new features and improvements in Visual Studio 2010 ◦ Understand useful tips.
How to be a SharePoint Developer
.NET Framework 2.0 .NET Framework 3.0 .NET Framework 3.5
Jim Nakashima Program Manager – Cloud Tools Microsoft Corporation
MICROSOFT OUTLOOK and Outlook service Provider
Introduction to .NET Framework Ch2 – Deitel’s Book
Module 0: Introduction Chapter 2: Getting Started
Module 1: Getting Started
Web Development in Microsoft Visual Studio 2013
12/1/2018 9:33 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Visual Studio Principal Program Manager.
Team Foundation Server 2010 for Everyone
Introduction to the new WPA user interface
Visual Studio 2010 SharePoint Development Tools Overview
SSDT and Database Project Basics
Office 365 Development.
Programming in Visual Basic
virtual techdays INDIA │ November 2010
5/25/2019 2:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Inside the Windows 8 driver developer workflow
Windows Server “Longhorn”
Pranav Rastogi | Program Manager, Microsoft
Introduction to ASP.NET Parts 1 & 2
.Net for Test and Measurement
Developer & Platform Group, Microsoft Ltd
Presentation transcript:

Scott Howlett & Jim Schwartz Imason inc Jean-Luc David & Christian Beauclair Microsoft Canada blogs.msdn.com/cdndevs

Introduction Gadgets we’ve built Inside the code Challenges Gadget Tips and tricks Summary

 Scott Howlett is a Principal with imason inc. in Toronto, Canada. Scott is also a Microsoft Regional Director.  Jim Schwartz is an Internet imason inc and has been involved in multiple Vista Gadget development projects. Jim is also a SharePoint specialist.

Workopolis gadget displays number of jobs and resumes for a particular industry in a particular city. Savings and event calendar mini-app gadget built for a large Canadian financial institution.

Demo: Watch the Gadgets in Action!

Flyouts Docked / undocked views Gadget timeouts Exception and Trace Logging Storing local gadget XML data Signed gadgets Debugging gadgets in Visual Studio 2005 Integrating 3 rd party controls

Lack of IntelliSense Debugging is tricky Gadgets aren’t meant to be full-blown applications Writing data access code can be tedious Gadgets don’t integrate easily with ASP.NET AJAX currently

10 Gadget Tips

10. Catch exceptions properly 9. Use caution with flyout timeouts 8. Flyout objects can be referenced from the gadget 7. Use Docked/undocked views 6. For overflow, use Div tags with scrollbars

5. Use caution when displaying dates 4. Do not store persistent data in gadget folder 3. Use a clean folder structure and naming convention 2. Sign your gadget with a digital id 1. Do not try to build too much functionality into a gadget

Gadgets should be mini-applications Gadgets can be tricky to debug Gadgets are still evolving

Gadget Links: Sidebar Gadget Development Overview: 10 Vista Sidebar Gadget Development Tips: Gadget Corner: Sidebar Security: Gadget Development Overview: Gadget Object Reference: Windows RSS Platform: FeedsManager Object:

Scott Howlett – Principal – imason inc. Jim Schwartz – Internet Architect – imason inc Vista Sidebar Gadget Development Tips: