Visual Studio 2005 Tools For Office: Creating A Multi-tier Application

Slides:



Advertisements
Similar presentations
Saurabh Bhatia Program Manager Microsoft Corporation Andrew Whitechapel Senior PM Microsoft Corporation TL01.
Advertisements

Building Enterprise Applications Using Visual Studio ®.NET Enterprise Architect.
Office Business Applications Matt Deacon Chief Architectural Advisor Developer & Platform Group Microsoft Ltd.
What’s New for Smart Client Developers in Visual Studio 2005? Mike Pelton Systems Engineer Microsoft Ltd
Project Server “12”: Developing Project Management Solutions Phil Smail OFF311 Program Manager Microsoft Project Business Unit.
What’s New for Smart Client Developers in Visual Studio 2005? Mike Pelton Systems Engineer Microsoft Ltd
Business Intelligence in the 2007 Microsoft Office System Rob Gray Product Marketing Manager SharePoint Technologies.
Design & Development Tools: Visual Studio 2005 SQL Server 2005 Biztalk Server 2006 David Gristwood, Mike Taulty Developer & Platform Group Microsoft Ltd.
It’s always better live. MSDN Events Developer Productivity Improvements with Visual Studio 2008 and Office Business Applications.
What are Access Web App What are “Apps for Office” Microsoft Access Access “Apps for Office” Value of “Apps for Office” Apps for Office How it all works.
Windows Forms in Visual Studio 2005: An Overview Saurabh Pant Program Manager Microsoft Corporation.
Today’s Agenda 14:30 Communication & Collaboration Platform 14:50 Portals & Document Management 15:10 Enterprise Project Management 15:30 Break 15:50 Business.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Microsoft ®.NET and Microsoft ® Office 2003 Suthep Sangvirotjanaphat [MVP]
Using the Actions Pane, Host Controls, and Smart Tags
Microsoft Dynamics Snap Michael McClary ISV Developer Evangelist Microsoft Corporation.
Microsoft Dynamics AX 2009 Integration and Development with the.NET Framework Introduction to the Course.
PO101: Case Studies: Successes with the Microsoft Office Enterprise Project Management Solution Melinda Curtis Product Manager, Microsoft Office Project.
Windows Forms in Visual Studio 2005: An Overview Name: Joe Stegman Title: Lead Program Manager Session code.
Microsoft Dynamics NAV 2009 and Architecture Overview Name Title Microsoft Corporation.
Name Microsoft Student Partner Overview of the Visual Studio 2005 Express Products.
Application Summary  Web Application that allows its users to keep track of their exercises.  User has full control over what exercises are visible.
Wellington SharePoint Users Group 2007 Microsoft Office System Overview Ryan Duguid.
Microsoft Office Excel 2007: Programming Business Intelligence Features John Hooper Service Line Architect Microsoft Corporation Jed Farr Senior Consultant.
D301 Building solutions with the Project Data Service David Solomon InfoPath ADC Microsoft Corporation.
ADD-IN EXPRESS World-class Office extensions with little coding.
Connect with life Vedant Kulshreshtha Technology Solutions Professional – SharePoint | Microsoft India
MSG331 Exchange Server 2000/2003 Software Development Kit Susan Hill Lead Programmer Writer Microsoft Corporation.
Microsoft Office Project 2003: A tour of the EPM Solution.
Microsoft Visual Studio 2005 Tools for the Office System: Building Office Solutions Using Visual Studio 2005 Tools for Office Andrew Coates Developer Evangelist.
Making The Most Of RFID In Your Applications Anush Kumar DATL01 Program Manager Microsoft Corporation
Arun Prakash Ganesan Development Lead Microsoft Corporation Office 2007 for Developers.
The Office Development Platform & Visual Studio Tools for Office Mike Hernandez Product Manager Microsoft Corporation Steven Goulet Group Program Manager.
DEV221 Windows Forms in Visual Studio 2005: An Overview Saurabh Pant Program Manager Microsoft Corporation.
Using Data in Microsoft Visual Studio 2005 Tools for the Microsoft Office System Mike Hernandez Product Manager Visual Studio Tools for Office.
GrapeCity Build Experiences with Enterprise-level Tools and Solutions
Building Enterprise Applications Using Visual Studio®
1/10/2018 9:33 PM Cloud Roadshow © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO.
Integrating SharePoint 2010 with Office 2010
Microsoft Ignite /10/2018 3:38 AM
5/20/2018 2:53 AM © 2006 Microsoft Corporation. All rights reserved.
OFC214 Microsoft Office Project Server 2007: Overview
Chris Menegay Sr. Consultant TECHSYS Business Solutions
Practical Office Business Application
Business Connectivity Services in SharePoint 2010 and Office 2010
How to Build a Complete Office Add-in Solution
Visual Studio Tools for Office 2005
Accessing and Surfacing LOB Data in SharePoint 2010
2007 Office System Integration
SQL Server Data Tools for Visual Studio Part I: Core SQL Server Tools
Managed Code, Data and Microsoft Office
Microsoft Dynamics.
11/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Overview of Visual Studio 2005 Tools for the Microsoft Office System
Microsoft Connect /26/2018 6:09 PM
Application Insights Diagnostics Preview
Jim Nakashima Program Manager Cloud Tools
TechEd /11/ :54 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
DAT381 Team Development with SQL Server 2005
Microsoft Connect /17/2019 9:55 PM
Microsoft Office System UK Developers Conference
The Social Life of Information
Developing Windows Azure Applications with Visual Studio
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Windows Forms in Visual Studio 2005: An in-depth look at key features
SharePoint 2007 Developer Overview Collaboration BI Features
Windows Forms in Visual Studio 2005: An Overview
Mark Quirk Head of Technology Developer & Platform Group
Developer & Platform Group, Microsoft Ltd
Contexualized Data In Document Authoring
Presentation transcript:

Visual Studio 2005 Tools For Office: Creating A Multi-tier Application 1/17/2019 8:59 PM Visual Studio 2005 Tools For Office: Creating A Multi-tier Application Steven Goulet Group Program Manager Microsoft Corporation © 2006 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

Agenda Enterprise Solutions Quick overview about Visual Studio 2005 Tools for Office capabilities Demo - Using the solution Demo - Exploring the architecture Demo - Exploring the code Summary

Enterprise Solutions Enterprise solutions require distributed architectures Multi-tier applications often include: Web services, business objects, data objects, SQL server VSTO allows you to combine the power and rich UI of an Office application to the talents of enterprise-level DBMS

Contoso Auto Scenario overview Customers express interest in cars Choose options Sales personnel create quotes Produce financing estimates Sales personnel create to-do tasks and schedule appointments Sales Manager Sales Associate Customer

The Solution VSTO Multi-tiered Architecture User Interface in Word, Excel, Outlook Business Logic in client code and SQL Stored Procedures DataSet / Table Adapter abstraction layer SQL Server Storage layer

Solution Components 4 VSTO Projects 1 SQL Database 2 Word Document Customizations 1 Excel Document Customization 1 Outlook Add-in 1 SQL Database 9 Tables 2 Stored Procedures

Exploring The Solution 1/17/2019 8:59 PM Exploring The Solution © 2006 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

Visual Studio Tools For Office Tools employed in Demo Word Managed code access to Word OM Custom task pane: Actions Pane Custom control Excel Managed code access to Excel OM Custom ListObject control Custom NamedRange control Outlook Managed code access to Outlook OM Outlook add-in framework

Exploring The Architecture

Exploring The Code Word Excel Outlook add-in with Windows forms Document with .NET assembly Actions pane Excel Spreadsheet with .NET assembly Outlook add-in with Windows forms SQL Server database

Exploring The Code 1/17/2019 8:59 PM © 2006 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

For More Information MSDN® Developer Centers VSTO Forum VSTO section of the Office Developer Center http://msdn.microsoft.com/office/understanding/vsto/ VSTO section of the Smart Client Developer Center http://msdn.microsoft.com/smartclient/understanding/vsto/ VSTO Forum http://forums.microsoft.com/msdn/ShowForum.aspx?ForumID=16 VSTO Help documentation on MSDN http://msdn2.microsoft.com/library/d2tx7z6d.aspx VSTO Resources – This is a list of valuable VSTO-related resources that we’ve posted on our Forum http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=196504&SiteID=1

© 2006 Microsoft Corporation. All rights reserved. 1/17/2019 8:59 PM © 2006 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. © 2006 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

1/17/2019 8:59 PM © 2006 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.