Mike Snell. Lars Powers. Microsoft" Visual Studio" UNLEASHED. 800 East 96th Street, Indianapolis, Indiana USA

Size: px
Start display at page:

Download "Mike Snell. Lars Powers. Microsoft" Visual Studio" UNLEASHED. 800 East 96th Street, Indianapolis, Indiana USA"

Transcription

1 Mike Snell Lars Powers Microsoft" Visual Studio" 2012 UNLEASHED 800 East 96th Street, Indianapolis, Indiana USA

2 Table of Contents Introduction 1 Who Should Read This Book? 2 How Is This Book Organized? 3 Part I: An Introduction to Visual Studio Part II: An In-Depth Look at the IDE 3 Part III: Writing and Working with Code 3 Part IV: Extending Visual Studio 3 Part V: Creating Enterprise Applications 3 Conventions Used in This Book 4 Part I An Introduction to Visual Studio A Quick Tour of Visual Studio The Visual Studio Product Line 6 Express Editions 7 Professional Edition 8 Premium 9 Ultimate 9 MSDN 9 Related Tools 10 Languages, Frameworks, and Application Templates 14 Programming Language Choices 14 The.NET Framework(s) 16 The Many Faces of a.net Application 16 Developing Rich(er) Clients 19 Windows (WinForms) 19 Creating Windows Presentation Foundation 20 Office-Based Solutions 22 Web Clients 26 BuildingWebsiteswithASP.NET 26 Adding Richer Features with AJAX 30 Developing for Silverlight 31 Making the Client Choice 34 Coding for the Cloud 35 Creating a Cloud Application 36 Running a Cloud Application 36 Publishing to the Cloud 38

3 Microsoft Visual Studio 2012 Unleashed Working with Data 38 Design Your Data 39 Separate Data Design from Storage Schema 40 Build Occasionally Connected Applications 41 Write Connected, Service-Oriented Solutions 42 Develop an Application/Business Process 43 Create and Consume Services 45 Summary 47 2 The Visual Studio IDE 49 Installing Visual Studio 49 Choosing a Language 50 Configuring Your Development Environment Settings 51 Getting Started 54 Startup Options 55 Creating Your First Project 56 Targeting Your Environment 56 Navigating the IDE 58 The Menus 59 The Many Toolbars 65 Customizing Toolbars 66 The Solution Explorer 67 The Text Editors 68 The Visual Designers 72 The Toolbox 73 The Properties Window 75 Managing the Many Windows of the IDE 75 Pinning 76 Docking 76 Navigating IDE Windows 78 Customize Your Font 80 Summary 81 3 The.NET Languages 83 Language Primer 83 Programming Objects 84 Types, Variables, and Constants 99 Understanding Operators 103 Making Decisions and Branching Code 106 Looping 109

4 Contents vii Working with Groups of Items Ill Programming with Attributes 115 Creating and Raising Events 117 Language Features 121 Infer a Variable's Data Type Based on Assignment 121 Create an Object and Set Its Properties with a Single Line of Code 124 Define a Collection and Initialize Its Values 125 Creating an Instance of a Nonexistent Class 126 Add Methods to Existing Classes 127 Add Business Logic to Generated Code 129 Access and Query Data Using the.net Languages 131 Write Simple Unnamed Functions Within Your Code 132 Splitting an Assembly Across Multiple Files 134 Working with XML Directly Within Your Code (VB Only) 135 Removing Unused Arguments from Event Handlers (VB Only) 136 Creating an Automatically Implemented Property 136 Dropping the Underscore in VB for Line Continuation (New) 137 Working with Dynamic Languages/Objects (New) 137 Covariance and Contravariance (New) 143 Asynchronous Programming 144 The.NET Framework 147 A Map to the.net Framework 147 Summary 149 Part II An In-Depth Look at the IDE 4 Solutions and Projects 151 Understanding Solutions 151 a Creating Solution 152 Working with Solutions 157 Getting Comfortable with Projects 164 Creating a Project 164 Working with Project Definition Files 167 Working with Projects 174 Summary Browsers and Explorers 181 Leveraging the Solution Explorer 181 Visual Cues and Item Types 182 Interacting with Items 185 Inspecting Objects 189

5 Microsoft Visual Studio 2012 Unleashed 1 Q1 Class View 1 y 1 Toolbar 191 Search Bar 193 Objects Pane 193 Members Pane Server Explorer Object Data Connections 197 Server Components 1" Browser 202 Changing the Scope 203 Browsing Objects 203 Document Outline 205 Editing Elements 207 Summary 208 l9^ l9^ 6 Introducing the Editors and Designers 209 Getting Started with the Basics 209 The Text Editor 210 Visual Studio Designers 212 Coding with the Code Editor 213 Opening an Editor 213 Writing Code in the Code Editor 214 Anatomy of the Code Editor Window 215 Code Navigation Tools 218 Searching Documents 221 Debugging in the Text Editor 227 Printing Code 231 Using the Code Definition Window 231 Creating and Editing XML Documents and Schema 233 Inferring Schema 234 Designing XML Schemas 234 Editing XSLT Style Sheets 237 Working with Cascading Style Sheets 238 Adding Style Rules 238 Defining Style Sheet Attributes 239 Developing Windows Client Applications 239 Creating a Windows Forms Project 239 Creating a Windows Presentation Foundation Project 248 Developing Web Forms 251 Designing a Web Form Application 251

6 Contents ix Authoring WinForms Components and Controls 257 Creating a New Component or Control 257 Further Notes on Writing Component Code 259 Creating Classes with the Class Designer 260 Creating a Class Diagram 260 Adding Items to the Diagram 262 Defining Relationships Between Classes 263 Defining Methods, Properties, Fields, and Events 266 Summary The.NET Community: Interacting Online 269 The Community Features of Visual Studio 269 The Visual Studio Start Page 270 Accessing Help 277 Manage Your Help Settings 278 Using the Visual Studio Documentation 279 MSDN Forums 280 Reporting a Bug and Other Customer Feedback Options 287 Samples 289 Discovering and Consuming Shared Content 291 Examining Shared Content Types 291 Finding the Right Content 292 Installing and Storing Shared Content 293 Participating in the Community 294 Starter Kits Versus Templates 294 Creating a Project Template 295 Creating Item Templates 301 Packaging Your Creation for Wider Distribution 302 Summary 314 Part III Writing and Working with Code 8 Working with Visual Studio's Productivity Aids 315 Basic Aids in the Text Editor 317 Change Tracking 317 Coding Problem Indicators 318 Active Hyperlinking 319 Syntax Coloring 319 Outlining and Navigation 320 Code Outlining 320 Tag Navigation 323

7 Microsoft Visual Studio 2012 Unleashed Smart Tags and Smart Tasks 325 II I MI. Designer 325 Windows Forms Designer 325 Code Editor 326 IntelliSense 327 Complete Word 328 Quick Info 330 List Members 331 Parameter Info 331 Organize Usings 332 Code Snippets and Template Code 332 Brace Matching 342 Customizing IntelliSense 343 The Task List 345 User Tasks 345 Shortcut Tasks 345 Comment Tasks 346 Summary Testing Code 349 Unit Testing Basics 350 Creating a Test Project 350 Writing a Unit Test 353 Running Your Tests 356 Viewing Test Results 356 The Unit Testing Framework 359 The Testcontext Class 359 The Test Attribute Classes 360 Unit Test Setup and Teardown 365 The Assert Classes 366 Testing Your Exceptions 368 Creating Data-Driven Unit Tests 368 Writing ASP.NET Hosted Unit Tests 374 Defining ASP.NET Attributes 374 Configuring Your Test Project Host 375 Creating Ordered Tests 376 Summary 377

8 Contents xi 10 Refactoring Code 379 Visual Studio Refactoring Basics 380 Invoking the Refactoring Tools 381 Previewing Changes 384 Renaming Code 385 Accessing the Rename Operation 386 Working with the Rename Dialog Box 387 Extract Method 389 Accessing the Extract Method Refactor 389 Extracting Methods 390 Generate Method Stub 396 Extract Interface 396 Accessing the Extract Interface Refactor 397 Extracting Interfaces 398 Refactor Parameters 400 Remove Parameters 400 Reorder Parameters 402 Encapsulate Field 403 Accessing Encapsulate Field 403 The Encapsulate Field Dialog Box 403 Summary Debugging Code 407 Debugging Basics 408 The Scenario 408 The Many Phases of Debugging 408 Debugging the Application (Self-Checking) 409 Debugging Basics Summary 418 The Visual Studio Debugger 419 The Debug Menu and Toolbar 419 Debug Options 426 Stepping In, Out, and Over Code 427 Indicating When to Break into Code 432 Working with Tracepoints (When Hit Option) 441 Viewing Data in the Debugger 442 Using the Edit and Continue Feature 448 Advanced Debugging Scenarios 449 Remote Debugging 449 Debugging WCF Services 450 Debugging Multithreaded Applications 451

9 Microsoft Visual Studio 2012 Unleashed Debugging Parallel Applications Debugging a Client-Side Script Debugging Crash Information (Dump Files) 463 Summary 4(>6 12 Deploying Code 467 An Overview of Client Deployment Options 467 Introducing ClickOnce Deployments 468 Introducing Windows Installer and InstallShield Deployments 468 Publishing a Project with ClickOnce 469 Publishing a Project with InstallShield Limited Edition 472 Application Information 474 Installation 475 Requirements Application Files 476 Application Shortcuts 478 Application Registry Installation Interview 480 Publishing an ASP.NET Web Application 481 Creating a Profile 482 Configuring a Connection 483 Configuring Deployment Settings 484 Previewing 479 the Publication 486 Summary 487 Part IV Extending Visual Studio 13 Introducing the Automation Object Model 489 An Overview of the Automation Object Model 490 Object Model Versions 490 Automation Categories 492 The DTE/DTE2 Root Object 493 Solution and Project Objects 494 Controlling Projects in a Solution 497 Accessing Code Within a Project 498 Working with Windows 501 Referencing Windows 501 Interacting with Windows 502 Text Windows and Window Panes 506 The Tool Window Types 508 Linked Windows 517

10 Contents xiii Command Bars 519 Documents 523 Text Documents 525 Command Objects 538 Executing a Command 540 Mapping Key Bindings 541 Debugger Objects 542 Automation Events Writing Add-lns and Wizards 545 Creating Your First Add-In Project 546 Setting Add-In Parameters 547 The Structure of an Add-In 554 The Lifecycle of an Add-In 554 Reacting to Commands 560 Managing Add-lns 562 A Sample Add-In: Color Palette 563 Getting Started 564 Creating the User Control 564 Finishing the Connect Class 569 Exposing Add-In Settings Creating a Visual Studio Wizard 588 Examining the Wizard Structure 589 Creating an Add New Item Wizard 592 Summary Extending the Code Editor Using Managed Extensibility Framework 599 The Extensibility Problem 599 Creating Dynamic Applications 600 MEF Architecture 600 MEF Principles 601 Working with MEF 601 The Visual Studio Editor and MEF 603 Editor Extension Points 603 Using the Visual Studio SDK 604 Managing Extensions and Updates 611 Creating Your Own MEF-Based Editor Extension 612 Summary 622

11 xiv Microsoft Visual Studio 2012 Unleashed Part V Creating Enterprise Applications 16 Creating ASP.NET Form-Based Applications 623 The Basics of an ASP.NET Website 624 Creating a New Website or Web Application 624 Controlling Project Properties and Options 634 Creating Web Pages 641 Designing Your User Interface 650 Determining Page Layout and Control Positioning 652 Creating a Common Look and Feel 656 Creating a User-Configurable UI 675 Working with the ASP.NET Controls 687 An Overview of the ASP.NET Controls 688 The ASP.NET Standard Controls 689 Validation Controls 692 The Login Controls 694 Site Navigation Controls 697 Data Controls 698 User Controls 700 Building a Richer UI with ASP.NET AJAX 703 The ASP.NET AJAX Extensions 704 Creating a Page That Supports Partial Update 706 The ASP.NET AJAX Library/Control Toolkit 713 Summary Building Websites with Razor and ASP.NET MVC 725 Building ASP.NET Web Pages with Razor 725 Creating a Razor Website 726 A Look at the Razor Syntax 729 Building a Razor Page 730 Creating ASP.NET MVC Websites 739 Understanding the MVC Pattern 739 Creating an MVC Project 742 Adding Features to an ASP.NET MVC Application 748 Creating the Model 748 Creating a Controller 750 Returning a List of Customers 751 Returning a Single Customer 751

12 Contents xv Editing and Creating Customers 752 The ActionResuit Objects 753 Creating Views 754 Summary Building Windows Forms Applications 757 The Basics of Form Design 757 Considering the End User 758 Understanding the Role of UI Standards 759 Planning the User Interface 760 Creating a Form 761 The Windows Forms Application Project Type 761 Form Properties and Events 762 Adding Controls and Components 764 Control Layout and Positioning 766 Using Containers 770 Control Appearance and Behavior 774 Working with ToolStrip Controls 775 Displaying Data 783 Creating Your Own Controls 786 Subclassing an Existing Control 787 Designing a User Control 788 Creating a Custom Control 789 Summary Creating Richer, Smarter User Interfaces 793 The Windows Presentation Foundation Platform 793 Programming Model 795 Introducing the WPF Designer 799 XAML and Design Panes 799 Programming with WPF 804 Layout 804 Styles and Templates 812 Data Binding 815 Routed Events 817 Building a Simple Image Viewer Application 818 Starting the Layout 819 Storing the Images 825 Binding to the Images 827 Button Event Handlers and Image Effects 828 Path Selection with a Common Dialog Box 830 Summary 837

13 Microsoft Visual Studio 2012 Unleashed 20 Working with Databases 8,i3 Creating Tables and Relationships 840 Creating a New SQL Server Database 841 Defining Tables 843 Using the Database Diagram Designer 846 Working with SQL Statements 851 Writing a Query 851 Creating Views 855 Developing Stored Procedures 855 Creating Triggers 859 Creating User-Defined Functions 859 Using Database Projects 861 Creating a Database Project 862 Changing the Database 865 Building and Deploying 867 A Note on Data Tier Applications 867 Creating Database Objects in Managed Code 868 Creating a Stored Procedure in C# 868 Binding Controls to Data 872 An Introduction to Data Binding 872 Autogenerating Bound Windows Forms Controls 874 Editing Typed Data Sets 879 Manually Binding Windows Forms Controls 881 Data Binding in WPF Applications 885 Object Relational Mapping 893 An Overview of LINQ 894 Mapping Using the O/R Designer 895 LINQ Code 898 Working with the Entity Framework 901 Querying Against the Entity Data Model 906 Summary Service-Oriented Applications 911 Service Fundamentals 912 Why ASP.NET Web API and WCF 913 Key Web Service Terms 915 Building HTTP Services Using the ASP.NET Web API 916 Creating an ASP.NET Web API Project 916 Understanding Service URIs and Routing 923 Consuming an ASP.NET Web API Service 924

14 Contents xvii WCF Service Applications 929 The WCF Project Template 930 a Creating WCF Service 933 Consuming a WCF Service 938 Hosting and Deploying a WCF Service 941 Summary Embedding Workflow in Your Applications 945 Windows Workflow Fundamentals 946 The Components of a Workflow 946 The Workflow Project Templates 948 The Workflow Designer 949 The Workflow Item Templates 951 The Basics of Creating a Workflow 952 Working with the Built-in Workflow Activities 966 Controlling Flow 966 Runtime and Primitives 968 Error Handling 969 Collection Activities 970 Supporting Transactions 971 Managing Messages 973 Creating Flowchart Workflows 979 Creating a Workflow Application 980 The Scenario: Travel Request 980 The Application Project Templates 981 Creating the Database and Data Access Library 983 Creating the Vendor Reservation Service 989 Creating the Custom Activity Library 990 Designing the Workflow (Travel Request) 992 Creating the Client Application (Request and Approval Forms) 1003 Running the Travel Request Workflow Application 1009 Summary Developing Office Business Applications 1013 An Overview of Office Extension Features 1014 Office Features 1014 Visual Studio Office Project Types 1017 Creating an Office Add-In 1019 Customizing the Ribbon 1020 Customizing the Task Pane 1024 Creating Outlook Form Regions 1026

15 xviii Microsoft Visual Studio 2012 Unleashed Creating an Office Document Extension 1031 Hosting Controls 1031 Creating an Actions Pane 1033 Storing Data in the Data Cache 1035 Summary Developing Applications in the Cloud with Windows Azure 1039 The Azure Management Portal 1040 Creating a New Azure Service 1040 Deploying Managing Your Azure Services 1044 a Website to the Cloud 1053 Creating a Cloud Service in Visual Studio 1058 Installing the Azure SDK for.net 1059 Creating a Cloud Service Project 1060 Deploying the Cloud Service Project 1064 Summary Writing Windows Store Applications Using the Windows Runtime Library 1071 Introducing Windows 8 and the Modern UI 1072 Modern UI Attributes 1074 The Windows Runtime Library 1076 Language Choices 1078 The Application Model 1081 Building a Windows Store Application 1082 Selecting the Project Type 1083 Designing the Layout 1085 Reacting to Lifecycle Events 1101 Publishing to the Windows Store 1105 Summary 1114 Index 1115

Visual Basic. murach's TRAINING & REFERENCE

Visual Basic. murach's TRAINING & REFERENCE TRAINING & REFERENCE murach's Visual Basic 2008 Anne Boehm lbm Mike Murach & Associates, Inc. H 1-800-221-5528 (559) 440-9071 Fax: (559) 440-0963 murachbooks@murach.com www.murach.com Contents Introduction

More information

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. 20486B: Developing ASP.NET MVC 4 Web Applications Course Overview This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. Course Introduction Course Introduction

More information

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

More information

Key Benefits of Microsoft Visual Studio 2008

Key Benefits of Microsoft Visual Studio 2008 Key Benefits of Microsoft Visual Studio 2008 White Paper December 2007 For the latest information, please see www.microsoft.com/vstudio The information contained in this document represents the current

More information

Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper

Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper Programmabilty Microsoft Dynamics AX 2009 Programmability in Microsoft Dynamics AX 2009 White Paper December 2008 Contents Introduction... 4 Scenarios... 4 The Presentation Layer... 4 Business Intelligence

More information

Microsoft Dynamics CRM2015 Fast Track for developers

Microsoft Dynamics CRM2015 Fast Track for developers Microsoft Dynamics CRM2015 Fast Track for developers Eğitim Tipi ve Süresi: 5 Days ILT 5 Days VILT This course offers detailed and interactive information on how to develop extensions for Microsoft Dynamics

More information

Developing ASP.NET MVC 4 Web Applications MOC 20486

Developing ASP.NET MVC 4 Web Applications MOC 20486 Developing ASP.NET MVC 4 Web Applications MOC 20486 Course Outline Module 1: Exploring ASP.NET MVC 4 The goal of this module is to outline to the students the components of the Microsoft Web Technologies

More information

Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc.

Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc. SharePoint Specialists and Trainers SharePoint Specialists and Trainers SPT2O1O - Course Description Developing Solutions with SharePoint Server 2010 Tél 1 - DEVELOPING SOLUTIONS SHAREPOINT SERVER 2010

More information

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Course M20486 5 Day(s) 30:00 Hours Developing ASP.NET MVC 4 Web Applications Introduction In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools

More information

Visual studio 2008 overview

Visual studio 2008 overview OVERVIEW MICROSOFT VISUAL STUDIO 2008 is the development system for designing, developing, and testing next-generation Microsoft Windows -based solutions, Web applications, and services. By improving the

More information

Expanded contents. Section 1. Chapter 2. The essence off ASP.NET web programming. An introduction to ASP.NET web programming

Expanded contents. Section 1. Chapter 2. The essence off ASP.NET web programming. An introduction to ASP.NET web programming TRAINING & REFERENCE murach's web programming with C# 2010 Anne Boehm Joel Murach Va. Mike Murach & Associates, Inc. I J) 1-800-221-5528 (559) 440-9071 Fax: (559) 44(M)963 murachbooks@murach.com www.murach.com

More information

CATALOG OF CLASSES IT and Technical Courses

CATALOG OF CLASSES IT and Technical Courses CATALOG OF CLASSES IT and Technical Courses Table of Contents CATALOG OF CLASSES... 1 Microsoft... 1 10135BC... 1 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2...

More information

What's New in BarTender 2016

What's New in BarTender 2016 What's New in BarTender 2016 WHITE PAPER Contents Introduction 3 64-bit BarTender Installation 3 Data Entry Forms 3 BarTender Integration Builder 3 BarTender Print Portal 3 Other Upgrades 3 64-bit BarTender

More information

SQL Server 2005 Reporting Services (SSRS)

SQL Server 2005 Reporting Services (SSRS) SQL Server 2005 Reporting Services (SSRS) Author: Alex Payne and Brian Welcker Published: May 2005 Summary: SQL Server 2005 Reporting Services is a key component of SQL Server 2005. Reporting Services

More information

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT AGENDA 1. Introduction to Web Applications and ASP.net 1.1 History of Web Development 1.2 Basic ASP.net processing (ASP

More information

What s New: Crystal Reports for Visual Studio 2005

What s New: Crystal Reports for Visual Studio 2005 PRODUCTS What s New: Crystal Reports for Visual Studio 2005. Crystal Reports for Visual Studio 2005 continues to answer the needs of Visual Studio developers, offering an enhanced integrated reporting

More information

CLOUD COMPUTING & WINDOWS AZURE

CLOUD COMPUTING & WINDOWS AZURE CLOUD COMPUTING & WINDOWS AZURE WORKSHOP Overview This workshop is an introduction to cloud computing and specifically Microsoft s public cloud offering in Windows Azure. Windows Azure has been described

More information

http://msdn.microsoft.com/en-us/library/4w3ex9c2.aspx

http://msdn.microsoft.com/en-us/library/4w3ex9c2.aspx ASP.NET Overview.NET Framework 4 ASP.NET is a unified Web development model that includes the services necessary for you to build enterprise-class Web applications with a minimum of coding. ASP.NET is

More information

Building Business Applications with SharePoint 2010 and Office 2010. October 22, 2010

Building Business Applications with SharePoint 2010 and Office 2010. October 22, 2010 Building Business Applications with SharePoint 2010 and Office 2010 October 22, 2010 Session Promise (per the Abstract) Office Business Applications (OBAs) are applications that integrate the Microsoft

More information

MS 10978A Introduction to Azure for Developers

MS 10978A Introduction to Azure for Developers MS 10978A Introduction to Azure for Developers Description: Days: 5 Prerequisites: This course offers students the opportunity to learn about Microsoft Azure development by taking an existing ASP.NET MVC

More information

CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1

CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 INTRODUCTION xxv CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 What s New in the SharePoint Platform and Tools 1 Language Integrated Query 2 List Enhancements 2 Business Connectivity Services 2 Silverlight

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

The Great Office 365 Adventure

The Great Office 365 Adventure COURSE OVERVIEW The Great Office 365 Adventure Duration: 5 days It's no secret that Microsoft has been shifting its development strategy away from the SharePoint on-premises environment to focus on the

More information

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Course Description This course is intended for students who have experience building vertically scaled applications. Students should

More information

GOA365: The Great Office 365 Adventure

GOA365: The Great Office 365 Adventure BEST PRACTICES IN OFFICE 365 DEVELOPMENT 5 DAYS GOA365: The Great Office 365 Adventure AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES Professional Developers Instructor-led training with hands-on

More information

Course 10978A Introduction to Azure for Developers

Course 10978A Introduction to Azure for Developers Course 10978A Introduction to Azure for Developers Duration: 40 hrs. Overview: About this Course This course offers students the opportunity to take an existing ASP.NET MVC application and expand its functionality

More information

SelectSurvey.NET Developers Manual

SelectSurvey.NET Developers Manual Developers Manual (Last updated: 6/24/2012) SelectSurvey.NET Developers Manual Table of Contents: SelectSurvey.NET Developers Manual... 1 Overview... 2 General Design... 2 Debugging Source Code with Visual

More information

Software Development Interactief Centrum voor gerichte Training en Studie Edisonweg 14c, 1821 BN Alkmaar T: 072 511 12 23

Software Development Interactief Centrum voor gerichte Training en Studie Edisonweg 14c, 1821 BN Alkmaar T: 072 511 12 23 Microsoft SharePoint year SharePoint 2013: Search, Design and 2031 Publishing New SharePoint 2013: Solutions, Applications 2013 and Security New SharePoint 2013: Features, Delivery and 2010 Development

More information

Visual C# 2012 Programming

Visual C# 2012 Programming Visual C# 2012 Programming Karli Watson Jacob Vibe Hammer John D. Reid Morgan Skinner Daniel Kemper Christian Nagel WILEY John Wiley & Sons, Inc. INTRODUCTION xxxi CHAPTER 1: INTRODUCING C# 3 What Is the.net

More information

ASP.NET 2.0, AJAX And Expression Web. Name Title Microsoft Corporation

ASP.NET 2.0, AJAX And Expression Web. Name Title Microsoft Corporation ASP.NET 2.0, AJAX And Expression Web Name Title Microsoft Corporation Developer Momentum.NET usage in top corporations Source: Microsoft internal Customers Choose.NET Which one platform will be used for

More information

Windows Presentation Foundation (WPF)

Windows Presentation Foundation (WPF) 50151 - Version: 4 05 July 2016 Windows Presentation Foundation (WPF) Windows Presentation Foundation (WPF) 50151 - Version: 4 5 days Course Description: This five-day instructor-led course provides students

More information

Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2005 (VB)

Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2005 (VB) Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2005 (VB) Course Number: 4995 Length: 5 Day(s) Certification Exam There are no exams associated with this course. Course Overview

More information

Hands-On Lab. Building a Data-Driven Master/Detail Business Form using Visual Studio 2010. Lab version: 1.0.0. Last updated: 12/10/2010.

Hands-On Lab. Building a Data-Driven Master/Detail Business Form using Visual Studio 2010. Lab version: 1.0.0. Last updated: 12/10/2010. Hands-On Lab Building a Data-Driven Master/Detail Business Form using Visual Studio 2010 Lab version: 1.0.0 Last updated: 12/10/2010 Page 1 CONTENTS OVERVIEW... 3 EXERCISE 1: CREATING THE APPLICATION S

More information

Creating XML Report Web Services

Creating XML Report Web Services 5 Creating XML Report Web Services In the previous chapters, we had a look at how to integrate reports into Windows and Web-based applications, but now we need to learn how to leverage those skills and

More information

Pro ASP.NET 4 CMS. Using the JET 4 Framework. Advanced Techniques for C# Developers. Apress. Alan Harris

Pro ASP.NET 4 CMS. Using the JET 4 Framework. Advanced Techniques for C# Developers. Apress. Alan Harris Pro ASP.NET 4 CMS Advanced Techniques for C# Developers Using the JET 4 Framework Alan Harris Apress Contents at a Glance. Contents About the Author About the Technical Reviewer Acknowledgments. Introduction

More information

Part I. Understanding Visual Studio 2010 Essentials

Part I. Understanding Visual Studio 2010 Essentials Blind Folio: 1 Part I Understanding Visual Studio 2010 Essentials ch01.indd 1 3/15/10 12:03:18 PM Blind Folio: 2 ch01.indd 2 3/15/10 12:03:18 PM Blind Folio: 3 Chapter 1 Introducing Visual Studio 2010

More information

Getting Started with Telerik Data Access. Contents

Getting Started with Telerik Data Access. Contents Contents Overview... 3 Product Installation... 3 Building a Domain Model... 5 Database-First (Reverse) Mapping... 5 Creating the Project... 6 Creating Entities From the Database Schema... 7 Model-First

More information

Choosing a Development Tool

Choosing a Development Tool Microsoft Dynamics GP 2013 R2 Choosing a Development Tool White Paper This paper provides guidance when choosing which development tool to use to create an integration for Microsoft Dynamics GP. Date:

More information

ASP.NET MVC. in Action JEFFREY PALERMO JIMMY BOGARD BEN SCHEIRMAN MANNING. (74 w. long.) WITH MVCCONTRIB, N HIBERNATE, AND MORE.

ASP.NET MVC. in Action JEFFREY PALERMO JIMMY BOGARD BEN SCHEIRMAN MANNING. (74 w. long.) WITH MVCCONTRIB, N HIBERNATE, AND MORE. ASP.NET MVC in Action WITH MVCCONTRIB, N HIBERNATE, AND MORE JEFFREY PALERMO BEN SCHEIRMAN JIMMY BOGARD 11 MANNING Greenwich (74 w. long.) contents foreword, preface xiii xv acknowledgments about this

More information

Enterprise Application Development in SharePoint 2010

Enterprise Application Development in SharePoint 2010 Artifacts, Components and Resources that Comprise the Employee Absence Tracking Application 11 Enterprise Application Development in SharePoint 2010 Development Note below, a version of this Employee Absence

More information

Authoring for System Center 2012 Operations Manager

Authoring for System Center 2012 Operations Manager Authoring for System Center 2012 Operations Manager Microsoft Corporation Published: November 1, 2013 Authors Byron Ricks Applies To System Center 2012 Operations Manager System Center 2012 Service Pack

More information

ASP.NET Overview. Ken Casada Developer Evangelist Developer & Platform Evangelism Microsoft Switzerland

ASP.NET Overview. Ken Casada Developer Evangelist Developer & Platform Evangelism Microsoft Switzerland ASP.NET Overview Ken Casada Developer Evangelist Developer & Platform Evangelism Microsoft Switzerland Agenda Introduction Master Pages Data access Caching Site navigation Security: users and roles Themes/Skin

More information

Effective Team Development Using Microsoft Visual Studio Team System

Effective Team Development Using Microsoft Visual Studio Team System Effective Team Development Using Microsoft Visual Studio Team System Course 6214A: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with the knowledge and

More information

Last edited on 7/30/07. Copyright Syncfusion., Inc 2001 2007.

Last edited on 7/30/07. Copyright Syncfusion., Inc 2001 2007. Enabling ClickOnce deployment for applications that use the Syncfusion libraries... 2 Requirements... 2 Introduction... 2 Configuration... 2 Verify Dependencies... 4 Publish... 6 Test deployment... 8 Trust

More information

GSA2013: The Great SharePoint Adventure 2013

GSA2013: The Great SharePoint Adventure 2013 SHAREPOINT 2013 FOR.NET DEVELOPERS 5 DAYS GSA2013: The Great SharePoint Adventure 2013 AUDIENCE FORMAT COURSE DESCRIPTION.NET Developers Instructor-led training with hands-on labs This 5-day course explores

More information

SAV2013: The Great SharePoint 2013 App Venture

SAV2013: The Great SharePoint 2013 App Venture SHAREPOINT 2013 FOR DEVELOPERS 5 DAYS SAV2013: The Great SharePoint 2013 App Venture AUDIENCE FORMAT COURSE DESCRIPTION Professional Developers Instructor-led training with hands-on labs This 5-day course

More information

Microsoft Visual Basic Scripting Edition and Microsoft Windows Script Host Essentials

Microsoft Visual Basic Scripting Edition and Microsoft Windows Script Host Essentials Microsoft Visual Basic Scripting Edition and Microsoft Windows Script Host Essentials 2433: Microsoft Visual Basic Scripting Edition and Microsoft Windows Script Host Essentials (3 Days) About this Course

More information

Extending Microsoft Dynamics CRM 2011

Extending Microsoft Dynamics CRM 2011 Extending Microsoft Dynamics CRM 2011 Course 80295; 3 Days, Instructor-led Course Description: This course offers detailed and interactive information on how to develop extensions for Microsoft Dynamics

More information

The best way to get Microsoft Visual Studio 2005 is by purchasing or renewing an MSDN Subscription today.

The best way to get Microsoft Visual Studio 2005 is by purchasing or renewing an MSDN Subscription today. The best way to get Microsoft Visual Studio 2005 is by purchasing or renewing an MSDN Subscription today. Why Visual Studio 2005 represents one of the most significant developer tools releases since the

More information

10978A: Introduction to Azure for Developers

10978A: Introduction to Azure for Developers 10978A: Introduction to Azure for Developers Course Details Course Code: Duration: Notes: 10978A 5 days This course syllabus should be used to determine whether the course is appropriate for the students,

More information

Platform. Building Business Applications with Microsoft Dynamics CRM 2011. Microsoft Dynamics CRM 2011

Platform. Building Business Applications with Microsoft Dynamics CRM 2011. Microsoft Dynamics CRM 2011 Platform Microsoft Dynamics CRM 2011 Building Business Applications with Microsoft Dynamics CRM 2011 A guide to Independent Software Vendors and Developers November 2010 Contents Introduction... 3 Building

More information

Microsoft Dynamics GP 2013. Architecture. White Paper. This document describes the architecture for Microsoft Dynamics GP.

Microsoft Dynamics GP 2013. Architecture. White Paper. This document describes the architecture for Microsoft Dynamics GP. Microsoft Dynamics GP 2013 Architecture White Paper This document describes the architecture for Microsoft Dynamics GP. Date: February 2013 Table of Contents Introduction... 4 Client Types... 4 Desktop

More information

Visual COBOL ASP.NET Shopping Cart Demonstration

Visual COBOL ASP.NET Shopping Cart Demonstration Visual COBOL ASP.NET Shopping Cart Demonstration Overview: The original application that was used as the model for this demonstration was the ASP.NET Commerce Starter Kit (CSVS) demo from Microsoft. The

More information

Silect Software s MP Author

Silect Software s MP Author Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,

More information

Day 1 - Technology Introduction & Digital Asset Management

Day 1 - Technology Introduction & Digital Asset Management SharePoint Developers Academy 2010 Course Syllabus Introduction Day 1 - Technology Introduction & Digital Asset Management 1. Kick Start a. Participant Introductions b. Course Overview c. Training Goals

More information

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

More information

SPT2013: Developing Solutions with. SharePoint 2013. 4 DAYS AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES

SPT2013: Developing Solutions with. SharePoint 2013. 4 DAYS AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES SHAREPOINT 2013 FOR.NET DEVELOPERS 4 DAYS SPT2013: Developing Solutions with SharePoint 2013 AUDIENCE FORMAT COURSE DESCRIPTION.NET Developers Instructor-led training with hands-on labs This 5-day course

More information

MS 20487A Developing Windows Azure and Web Services

MS 20487A Developing Windows Azure and Web Services MS 20487A Developing Windows Azure and Web Services Description: Days: 5 Prerequisites: In this course, students will learn how to design and develop services that access local and remote data from various

More information

Microsoft Dynamics 80640 Training

Microsoft Dynamics 80640 Training Table of Contents Microsoft Dynamics 80640 Training Dynamics AX 2012 R3 Retail in Ecommerce Stores: Development and Customization 1 Microsoft Dynamics AX for Retail in ECommerce Stores: Development and

More information

SAP HANA SPS 09 - What s New? Development Tools

SAP HANA SPS 09 - What s New? Development Tools SAP HANA SPS 09 - What s New? Development Tools (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP SE or an SAP affiliate company. All rights reserved. 1 Overview What s

More information

Hands-On Lab. Client Workflow. Lab version: 1.0.0 Last updated: 2/23/2011

Hands-On Lab. Client Workflow. Lab version: 1.0.0 Last updated: 2/23/2011 Hands-On Lab Client Workflow Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: DEFINING A PROCESS IN VISIO 2010... 4 Task 1 Define the Timesheet Approval process... 4 Task 2

More information

Microsoft' Excel & Access Integration

Microsoft' Excel & Access Integration Microsoft' Excel & Access Integration with Office 2007 Michael Alexander and Geoffrey Clark J1807 ; pwiueyb Wiley Publishing, Inc. Contents About the Authors Acknowledgments Introduction Part I: Basic

More information

Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best

Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best White Paper April 2007 For the latest information, go to http://www.microsoft.com/office for Office

More information

Introduction to Azure for Developers

Introduction to Azure for Developers CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10978: Introduction to Azure for Developers Length: 5 Days Audience: Developers Level: 300 Technology:

More information

ArcGIS Viewer for Silverlight An Introduction

ArcGIS Viewer for Silverlight An Introduction Esri International User Conference San Diego, California Technical Workshops July 26, 2012 ArcGIS Viewer for Silverlight An Introduction Rich Zwaap Agenda Background Product overview Getting started and

More information

SMARTEAM - Editor Administrator Guide

SMARTEAM - Editor Administrator Guide SMARTEAM - Editor Administrator Guide SmarTeam Corporation Ltd. Web: www.smarteam.com Tel: +972-9-7644000 5 Hagavish St., P.O.B 7020 Email: info@smarteam.com Fax: +972-9-7644001 Kfar Saba, Israel 44641

More information

Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3.5 (VB)

Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3.5 (VB) Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3.5 (VB) Course Number: 70-567 UPGRADE Certification Exam 70-567 - UPGRADE: Transition your MCPD Web Developer Skills to MCPD ASP.NET

More information

Beginning ASP.NET 4.5

Beginning ASP.NET 4.5 Beginning ASP.NET 4.5 Databases i nwo t'loroon Sandeep Chanda Damien Foggon Apress- Contents About the Author About the Technical Reviewer Acknowledgments Introduction xv xvii xix xxi Chapter 1: ASP.NET

More information

Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio

Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio Academic Visual Studio Library Curso Nombre del curso Idioma 2263 Clinic 2263: Exam Preparation for

More information

OFFICE 2007 WINDOWS VISTA. x Outlook 2007 with Business Contact Manager x x x. x Groove 2007. Office Standard. Office Ultimate. Office Small Business

OFFICE 2007 WINDOWS VISTA. x Outlook 2007 with Business Contact Manager x x x. x Groove 2007. Office Standard. Office Ultimate. Office Small Business OFFICE 2007 Pick your new office Office Home and Student Office Standard Office Small Business Office Professional Office Ultimate Word 2007 Ecel 2007 PowerPoint 2007 OneNote 2007 Outlook Outlook 2007

More information

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency 1. 420-PA3-AB Introduction to Computers, the Internet, and the Web This course is an introduction to the computer,

More information

SQL Server 2012. Integration Services. Design Patterns. Andy Leonard. Matt Masson Tim Mitchell. Jessica M. Moss. Michelle Ufford

SQL Server 2012. Integration Services. Design Patterns. Andy Leonard. Matt Masson Tim Mitchell. Jessica M. Moss. Michelle Ufford SQL Server 2012 Integration Services Design Patterns Andy Leonard Matt Masson Tim Mitchell Jessica M. Moss Michelle Ufford Contents J Foreword About the Authors About the Technical Reviewers Acknowledgments

More information

InnerWorkings Catalog

InnerWorkings Catalog InnerWorkings Catalog A complete guide to the InnerWorkings.NET training catalog, with prerequisites, learning goals & technical levels for each Drill. Contents InnerWorkings Catalog... 1 Introduction...

More information

Integrating SharePoint Sites within WebSphere Portal

Integrating SharePoint Sites within WebSphere Portal Integrating SharePoint Sites within WebSphere Portal November 2007 Contents Executive Summary 2 Proliferation of SharePoint Sites 2 Silos of Information 2 Security and Compliance 3 Overview: Mainsoft SharePoint

More information

AppDev OnDemand Microsoft Development Learning Library

AppDev OnDemand Microsoft Development Learning Library AppDev OnDemand Microsoft Development Learning Library A full year of access to our Microsoft Develoment courses, plus future course releases included free! Whether you want to learn Visual Studio, SharePoint,

More information

Introduction to Visual Studio 2010

Introduction to Visual Studio 2010 Introduction If you haven t used Microsoft Visual Studio before, then this tutorial is for you. It will walk you through the major features of Visual Studio 2010 and get you started with creating various

More information

ASP.NET. Web Programming. Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics

ASP.NET. Web Programming. Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Hans- Petter Halvorsen, 2014.03.01 ASP.NET Web Programming Faculty of Technology, Postboks 203,

More information

Microsoft 80295 - Extending Microsoft Dynamics CRM 2011

Microsoft 80295 - Extending Microsoft Dynamics CRM 2011 1800 ULEARN (853 276) www.ddls.com.au Microsoft 80295 - Extending Microsoft Dynamics CRM 2011 Length 3 days Price $2629.00 (inc GST) Overview This course offers detailed and interactive information on

More information

Microsoft 10978 - Introduction to Azure for Developers

Microsoft 10978 - Introduction to Azure for Developers 1800 ULEARN (853 276) www.ddls.com.au Microsoft 10978 - Introduction to Azure for Developers Length 5 days Price $4389.00 (inc GST) Version A Overview This course offers students the opportunity to take

More information

Building an ASP.NET MVC Application Using Azure DocumentDB

Building an ASP.NET MVC Application Using Azure DocumentDB Building an ASP.NET MVC Application Using Azure DocumentDB Contents Overview and Azure account requrements... 3 Create a DocumentDB database account... 4 Running the DocumentDB web application... 10 Walk-thru

More information

Testhouse Training Portfolio

Testhouse Training Portfolio Testhouse Training Portfolio TABLE OF CONTENTS Table of Contents... 1 HP LoadRunner 4 Days... 2 ALM Quality Center 11-2 Days... 7 HP QTP Training Course 2 Days... 10 QTP/ALM Intensive Training Course 4

More information

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled

More information

Seattle Course Schedule July 2013 December 2013

Seattle Course Schedule July 2013 December 2013 Seattle Course Schedule July 2013 December 2013 CONTENTS TECHNICAL TRAINING DESKTOP APPLICATIONS TRAINING A+ and Networking... 3 Access... 11 Exchange Server 2010... 3 Excel... 11 Exchange Server 2007...

More information

Using Microsoft Visual Studio 2010. API Reference

Using Microsoft Visual Studio 2010. API Reference 2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

Office 2010 Workflow;

Office 2010 Workflow; Office 2010 Workflow; Developing Collaborative Solutions MARK J. COLLINS Apress* Contents Preface About the Author About the Technical Reviewers Acknowledgements Introduction xix xxi xxii xxiii xxiv PART

More information

IBM BPM V8.5 Standard Consistent Document Managment

IBM BPM V8.5 Standard Consistent Document Managment IBM Software An IBM Proof of Technology IBM BPM V8.5 Standard Consistent Document Managment Lab Exercises Version 1.0 Author: Sebastian Carbajales An IBM Proof of Technology Catalog Number Copyright IBM

More information

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide

Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72 User Guide Contents 1 Introduction... 4 2 Requirements... 5 3 Important Note for Customers Upgrading... 5 4 Installing the Web Reports

More information

InRule. The Premier BRMS for the Microsoft Platform. Benefits THE POWER OF INRULE. Key Capabilities

InRule. The Premier BRMS for the Microsoft Platform. Benefits THE POWER OF INRULE. Key Capabilities InRule The Premier BRMS for the Microsoft Platform THE POWER OF INRULE InRule empowers technical and business users to change rules and calculations in applications with less effort, cost, and risk than

More information

Developing Windows Azure and Web Services

Developing Windows Azure and Web Services Course M20487 5 Day(s) 30:00 Hours Developing Windows Azure and Web Services Introduction In this course, students will learn how to design and develop services that access local and remote data from various

More information

1. Digital Literacy - Computer Security and Privacy 2. Partners in Learning: Organize and Manage the Use of ICT in Your Classroom 3.

1. Digital Literacy - Computer Security and Privacy 2. Partners in Learning: Organize and Manage the Use of ICT in Your Classroom 3. 1. Digital Literacy - Computer Security and Privacy 2. Partners in Learning: Organize and Manage the Use of ICT in Your Classroom 3. Course 10391: Intermediate Skills in Microsoft Word 2010 4. Partners

More information

JetBrains ReSharper 2.0 Overview Introduction ReSharper is undoubtedly the most intelligent add-in to Visual Studio.NET 2003 and 2005. It greatly increases the productivity of C# and ASP.NET developers,

More information

Visual Studio 2008: Windows Presentation Foundation

Visual Studio 2008: Windows Presentation Foundation Visual Studio 2008: Windows Presentation Foundation Course 6460A: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with the knowledge and skills to build and

More information

SharePoint 2010/2013 Course

SharePoint 2010/2013 Course *Must Have Knowledge SharePoint 2010/2013 Course SQL and DBMS Concepts ASP.net web application development using c# and Visual studio 2008 or above Client Server and three tier Architecture Basic knowledge

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

Developing, Deploying, and Debugging Applications on Windows Embedded Standard 7

Developing, Deploying, and Debugging Applications on Windows Embedded Standard 7 Developing, Deploying, and Debugging Applications on Windows Embedded Standard 7 Contents Overview... 1 The application... 2 Motivation... 2 Code and Environment... 2 Preparing the Windows Embedded Standard

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Course 20532A: Developing Microsoft Azure Solutions Page 1 of 7 Developing Microsoft Azure Solutions Course 20532A: 4 days; Instructor-Led Introduction This course is intended for students who have experience

More information

Building A Very Simple Web Site

Building A Very Simple Web Site Sitecore CMS 6.2 Building A Very Simple Web Site Rev 100601 Sitecore CMS 6. 2 Building A Very Simple Web Site A Self-Study Guide for Developers Table of Contents Chapter 1 Introduction... 3 Chapter 2 Building

More information

Local Touch Global Reach. SharePoint. www.wright.edu/idse. www.us.sogeti.com

Local Touch Global Reach. SharePoint. www.wright.edu/idse. www.us.sogeti.com SharePoint Why no lab? Requirements Server 2008 R2 x64 6GB RAM (8 recommended) IIS, SQL, Active Directory, Development can run on Windows 7 or Vista Entire presentation devoted to setting up SharePoint

More information

Developing Microsoft Azure Solutions 20532A; 5 days

Developing Microsoft Azure Solutions 20532A; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Developing Microsoft Azure Solutions 20532A; 5 days Course Description This

More information

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code.

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code. Content Introduction... 2 Data Access Server Control Panel... 2 Running the Sample Client Applications... 4 Sample Applications Code... 7 Server Side Objects... 8 Sample Usage of Server Side Objects...

More information