Visual Studio 2010 and.net 4

Size: px
Start display at page:

Download "Visual Studio 2010 and.net 4"

Transcription

1 Visual Studio 2010 and.net 4 SIX-IN-ONE Istvan Novak Andras Velvart Adam Granicz Gyorgy Balassy Attila Hajdrik Mitchel Sellers Gaston C. Hillar Agnes Molnar Joydip Kanjilal WILEY Wiley Publishing, Inc.

2 CONTENTS INTRODUCTION xxxiii CHAPTER 1: HISTORY OF VISUAL STUDIO 3 Roots 4 The First Breakthrough: Visual Basic 4 Other Languages and Tools 4 Visual Studio 97 and Visual Studio.NET 2002 and Visual Studio Visual Studio Visual Studio Changes in Editions 10 What's New in Visual Studio Shift to WPF 12 Summary 13 CHAPTER 2: VISUAL STUDIO Ul ENHANCEMENTS 15 Basic IDE Overview 15 Exploring the Start Page 15 Understanding Window Management 16 New Project Dialog Window 17 Creating New Projects in a New Way 19 Using the Add Reference Dialog Window 19 Using the Extension Manager 20 Exploring New Daily Development Features 20 Exploring the Code Editor Window 20 Code Navigation 22 Generate From Usage 24 Exploring the Visual Designers 25 WPF Designer 26 XML Schema Designer 27 New Tools for Architects 27 Summary 29

3 CHAPTER 3: VISUAL STUDIO CODE SNIPPETS 31 Understanding Code Snippets 32 Using Code Snippets 34 HTML, SQL, and JScript Code Snippets 37 Creating Code Snippets 38 Creating a Simple Code Snippet 38 The Code Snippet Fife Structure 41 Managing Code Snippets 51 The Code Snippet Manager 52 Code Snippet Storage 53 Adding and Removing Snippets 54 Importing Snippets 54 Advanced Code Snippet Features 56 Multiple Snippets in a File 56 Code Snippets in Other Languages 58 Building Online Code Snippet Providers 59 Snippet Editors 59 Export as Code Snippet Add-In 60 Snippet Designer 61 Snippet Editor 62 Summary 63 CHAPTER 4: VISUAL STUDIO TEMPLATES 65 The Role of Templates 66 Project Templates 67 Item Templates 69 Creating Templates 70 Creating a Simple Project Template 71 Creating a Simple Item Template 76 Template Storage Structure 81 Template Folders 82 The Template Manifest File 84 Customizing Templates 98 Template Parameters 98 Custom Template Parameters 99 Wizards 101 Deploying Templates 110 Exporting and Importing Templates 111 Creating a Template Installation Kit 114 Summary 125

4 CHAPTER 5: GETTING THE MOST OUT OF THE IDE 127 Window Management 128 Visual Studio Window Architecture 128 Tool Windows 131 Document Windows 132 Arranging Windows 134 Customizing Menus and Toolbars 138 The Customize Dialog 139 Adding Menus and Commands 140 Creating and Rearranging Toolbars 144 Context Sensitivity 145 IDE Configuration 145 The Options Dialog 145 Changes in Option Pages 147 Visual Studio Settings 150 Reducing Efforts with Keyboard Shortcuts 155 Command Routing and Command Contexts 155 Working with Keyboard Shortcuts 157 Working with Keyboard Mapping Schemes 160 Custom Start Pages 162 Creating Your First Custom Start Page 163 Changing the StartPage.xaml File 173 Accessing the Visual Studio Context 176 Accessing the Visual Studio Object Model 182 A Few More Points About Start Pages 186 Customizing the Toolbox 186 A Lap Around the Toolbox 186 Customizing Toolbox Tabs 189 Adding Items to the Toolbox 190 A Few More Points About Toolbox Customization 193 Visual Studio Gallery 193 Browsing the Visual Studio Gallery 194 Downloading and Installing Components 196 Adding Your Own Contributions to the Gallery 197 Working Together with the Community 198 Summary 198

5 CHAPTER 6: VISUAL STUDIO EXTENSIBILITY 201 The Visual Studio Shell and Packages 202 Package Integration 203 Extensibility Out of the Box 204 Extending Visual Studio by Customization 204 Using Macros to Automate Common Tasks 208 Visual Studio Add-lns 209 Extensions with Visual Studio SDK 210 The Full Power of Extensibility 210 Visual Studio Package Development 211 Editor Extensibility 212 Creating Visual Studio Macros 213 Understanding the Structure of Macros 213 Using the Macros IDE 218 Recording and Developing Macros 221 Macro Samples 225 Creating Visual Studio Add-lns 229 Add-In Architecture 229 Creating a Simple Add-in 230 Using the Automation Model 239 Going on with Add-In Development 241 Visual Studio Packages in a Nutshell 242 Creating a Package with a Simple Menu Command 242 Debugging the Package 254 Extending the New Editor 255 Extending the Editor with the Managed Extensibility Framework 256 Editor Extensibility Points 258 Creating a Simple Classifier 250 Summary 275 CHAPTER 7:.NET FRAMEWORK VERSION HISTORY 279 Before the.net Framework 279 Win/Win32 Programming in C 279 C++ Programming 280 Programming in Visual Basic 280 Programming in Delphi 281 COM Programming 281

6 Developer The Origin and Goals of the.net Framework 282 Evolution of the.net Framework 283.NET Framework NET Framework NET Framework NET Framework NET Framework NET Framework NET Compact Framework 289.NET Micro Framework 289.NET Framework Architecture 289 Common Language Run-time (CLR) 290 Base Class Library 291 Services of the.net Architecture 292 Main Benefits of the.net Framework 293 Summary 294 CHAPTER 8: MODERN Ul FRAMEWORKS (WPF AND SILVERLIGHT) 297 The Importance of User Experience 297 Developers Are from Vulcan, Designers Are from Venus 299 A New Generation of Presentation Frameworks 301 The Ten Pillars of Silverlight 303 XAML 304 Tools for Working with Silverlight (and WPF) 313 Layout 315 Data Binding 322 Styles 330 Templates 332 Animations 341 Media 345 Networking 352 Other Features 355 Windows Presentation Foundation 359 WPF Features not Available in Silverlight 361 Choosing Between WPF and Silverlight 366 Designer - Cooperation in Silverlight and WPF 367 A Common Solution Format 367 Blendability 368 Design Time Sample Data in Blend 369

7 The SketchFlow 370 Triggers, Actions, and Behaviors 371 Model-View-ViewMode! Pattern 372 Summary 373 CHAPTER 9: WINDOWS COMMUNICATION FOUNDATION (WCF) 375 WCF Versus ASMX Web Services 375 A Quick Look at SOA 376 Service 377 Service Provider 377 Service Consumer(s) 377 Service Registry 377 Service Contract 377 Service Proxy 378 Service Lease 378 Message 378 Service Description 378 Advertising and Discovery 378 Building Blocks of the WCF Architecture 378 Getting Started With WCF 381 Creating the WCF Service 382 Defining Data Contracts 386 Specifying the Binding Information 387 Hosting the WCF Service 388 Creating the Service Proxy 389 Creating the Service Client Service Consumer 391 Working with an Ajax-Enabled WCF Service 392 REST and WCF 394 Implementing a WCF Service Declaratively 394 Defining the Service Contract 395 Hosting the Service 396 Implementing the Service Logic Declaratively 396 Summary 398 CHAPTER 10: ENHANCEMENTS TO THE.NET CORE FRAMEWORK 399 Changes in Common Language Run-time 400 In-Process Side-By-Side Execution 400 DLR Integration 402 Type Equivalence 411

8 Parallel Computing 415 The Challenge of Many-core Shift 416 The Microsoft Approach 418 Parallel LINQ 421 Task Parallel Library 428 Code Contracts 455 Managed Extensibility Framework 463 The Challenge 463 A Simple MEF Example 465 Basic MEF Concepts 471 Composition 477 A Few More Points on MEF 486 Summary 487 CHAPTER 11: ENHANCEMENTS TO THE.NET WORKFLOW FRAMEWORK 489 An Introduction to WF The Workflow Design Surface 491 The Hello Workflow Application 492 Creating Flowcharts and Coded Workflows 499 Flowcharts in WF Code-Only Workflows 505 Workflow Architecture 509 WorkflowApplication and Hosts 510 Activities 511 Extensions 512 Workflow Activity Model Changes 513 Workflow Activity Library 517 Primitive Activities 518 Flow Control Activities 518 Workflow Run-Time Activities 520 Flowchart-Specific Activities 521 Error-Handling Activities 522 Transaction-Handling Activities 523 Collection-Handling Activities 524 Messaging Activities 525 Using the Compensating Transaction Model 527 The ConferenceWorkflow Example 527 Implementing Cancellation, Confirmation, and Compensation 528 Cancellation 530 Compensation 530

9 Persistence and Human Interactions 532 The DomainNameWorkflow Project 533 Workflow Tracking 544 Workflow Services 551 Creating a Workflow Service 551 Using WorkflowServiceHost 553 Summary 562 CHAPTER 12: ENHANCEMENTS TO THE.NET DATA FRAMEWORK 563 Language Integrated Query (LINQ) 563 LINQ Operators 564 LINQ Implementations 566 Parallel LINQ (PLINQ) 572 Entity Framework 573 Entity Framework Architecture 573 The Entity Data Source Control 579 Choosing Between LINQ to Entities and LINQ to SQL 579 Summary 579 CHAPTER 13: ENHANCEMENTS TO THE.NET COMMUNICATION FRAMEWORK 581 Enhancements in WCF Framework Enhancements in WCF Framework Simplified Configuration 583 Standard Endpoints 585 Discovery 586 REST Improvements 588 Routing Service 589 Summary 592 CHAPTER 14:.NET CHARTING COMPONENTS 593 Creating Charts 594 Creating a Simple Chart 594 Adding Data to the Chart Programmatically 598 Adding Charts to WPF Applications 603 Using Chart Controls 605 Elements of a Chart 606 The Chart Class 607 Chart Types 609 Chart Coordinate System 617

10 Three-Dimensional Charts Appearance of Chart Elements Axes and Related Chart Elements Data Points Advanced Chart Manipulation Annotations Binding Data to Series The DataManipulator class More Chart Manipulations Summary CHAPTER 15: ASP.NET VERSION HISTORY 653 Development of the Web and Web Development 653 Enter ASP 654 EnterASP.NET 655 ASP.NET Version History 657 ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET 3.5 SP1 667 ASP.NET Summary 668 CHAPTER 16: ASP.NET CHARTING CONTROLS 669 Creating Charts 670 Adding a Chart Control to a Page 670 Setting up Charts in an Event Handler Method 674 Binding Data to the Chart 676 Rendering ASP.NET Charts 679 Image URL Rendering 680 Using Charts with Legacy Web Sites 683 Binary Stream Rendering 684 Chart State Management 688 Saving Chart State 688 Advanced Chart State Management 690

11 User Interactivity 694 Using Tooltips 694 Handling Clicks on Data Points 696 Interactivity With Ajax 697 A Few More Points on User Interactivity 709 Summary 709 CHAPTER 17: ASP.NET DYNAMIC DATA 711 Creating a New Dynamic Data Web Site 711 Working Against a Data Model 711 Displaying Data from Existing Tables 716 Creating Simple CRUD Applications 718 Creating a Dynamic Data Application for Master-Detail Relationships 725 Working to Modify Implementation to Fit Business Needs 730 Understanding Dynamic Data's Structure 730 Customizing the Look and Feel 732 Working with Page Templates 735 Working with Field Templates 738 Working with Entity Templates 741 Working with Filter Templates 744 Creating Custom Pages 746 Customizing Validations 747 Summary 750 CHAPTER 18: ASP.NET MODEL VIEW CONTROLLER (MVC) 751 Introduction to MVC 752 Similar Design Patterns 753 Microsoft and the Web Platform 753 What Is Microsoft ASP.NET MVC 2? 754 Extensibility in MVC 760 Creating an MVC 2 Application 761 The Project Structure 763 How Does it Work? 764 Adding New MVC 2 Pages 771 Create a Database 771 Create a Model 772 Listing Books 773 Adding Book Actions 779

12 Customization in MVC Model Binding 790 Validation 795 Ul Customization 804 Routing Details 816 Controller Factory 816 Influencing the Execution Flow 817 Authorization 819 Action and Result Filtering 821 Exception Filtering 822 ActionResult 822 Testing with MVC Refactoring AcmeLibrary 824 Creating and Running Unit Tests 831 A Few More Points on MVC Areas 834 Metadata Providers 834 Value Providers 834 Model Binders 835 Child Actions 835 Asynchronous Controllers 835 Summary 835 CHAPTER 19: ASP.NET AJAX IMPROVEMENTS 837 Understanding Ajax 838 The XMLHttpRequest Object 839 ASP.NET and Ajax 840 Using the ASP.NET Ajax Server Controls 841 Refactoring the Framework Libraries 844 Using the Microsoft CDN 846 Using the Microsoft Ajax Library 848 Working with DOM Elements 852 The Script Loader 855 Client-Side Data Binding with Templates 859 Advanced Data-Binding Scenarios 872 Working with Server-Side Data 878 Summary 892

13 CHAPTER 20: ASP.NET AJAX CONTROL TOOLKIT AND JQUERY 893 First Look at the Ajax Control Toolkit 894 Installing the Ajax Control Toolkit 894 Creating a Simple Web Application with the Toolkit 896 Using the Controls of the Toolkit 908 New Server Controls 915 Control Extenders 938 Animations 957 The jquery Library 962 "Hello, World" with jquery 963 Selectors and Filters 965 Chaining and Utility Functions 970 Eventing Model and Event Handlers 971 Visual Effects and Animations 975 jquery Ajax Features 976 Summary 977 isip»"j^^s^ipsisfii f Ifllllllfiflil' CHAPTER 21: HISTORY OF VISUAL BASIC 981 The Roots of Visual Basic 982 Structured and Unstructured BASIC 982 Moving to "Visual" 984 Visual Basic in the 1990s 985 Visual Basic in the.net Framework 986 Design Goals and Debates 986 Visual Basic.NET (7.0) and.net 2003 (7.1) 987 Visual Basic 2005 (8.0) 989 Visual Basic 2008 (9.0) 997 Summary 1005 CHAPTER 22: VISUAL BASIC 10.0 LANGUAGE IMPROVEMENTS 1007 New Productivity-Improving Syntax 1008 Implicit Line Continuation 1008 Auto-Implemented Properties 1010 Collection Initializers 1012 Multiline Lambda Expressions 1018 Working with Dynamic Objects 1020 Late Binding in Visual Basic Accessing an IronPython Library 1023

14 Variance 1026 Type Substitution 1026 Variance in Visual Basic A Few More Points on Variance 1033 Summary 1038 CHAPTER 23: HISTORY OF C# 1041 The Evolution of C# 1041 Design Goals 1042 Short History 1042 Implementations 1043 C# Type System 1044 Memory Management 1045 Syntactic Sugar 1046 C# C# Generic Types 1048 Partial Types 1050 Static Classes 1051 Iterators 1052 Anonymous Methods 1052 Delegate Inference 1053 Delegate Covariance and Contravariance 1053 Nullable Types 1054 Property Accessors 1055 Null-Coalesce Operator 1056 Namespace Aliases 1056 C# Local Variable Type Inference 1057 Extension Methods 1057 Anonymous Types 1058 Lambda Expressions 1059 Query Expressions 1060 Expression Trees 1061 Automatic Properties 1062 Object Initializers 1062 Collection Intializers 1063 Partial Methods 1 63 Summary 1064

15 CHAPTER 24: C# 4.0 LANGUAGE IMPROVEMENTS 1065 Pains with Interoperability 1066 Creating the PainWithOffice Application 1066 Frustrating Issues 1069 Remove the Pain 1070 Dynamic Lookup 1072 Dynamic Binding The dynamic Type Dynamic Operations 1074 The Dynamic Language Run-time 1077 Named and Optional Parameters 1078 Using Optional Parameters 1079 Using Named Parameters 1081 Overload Resolution 1082 COM-Specific Interoperability Features 1084 Dynamic Import 1084 Omitting ref from Parameters 1084 Indexed Properties 1085 Compiling Without PIAs 1086 Variance 1087 Type Substitution 1087 Bird's-Eye View of Variance 1089 Variance in C# A Few More Points on Variance 1094 Summary 1099 CHAPTER 25: VISUAL F# AND THE OTHER.NET LANGUAGES 1103 A Brief History of F# 1104 F# at First Glance 1105 Trying Things Out with F# 1106 Understanding Syntax 1107 Your First F# Project 1112 Programming with F# 1113 Namespaces and Modules 1113 Attributes 1115 Literals and Bindings 1115 Expressions 1120 Values and F# Types 1124

16 Type Augmentations 1137 Computation Expressions 1138 Sequences 1141 Range Expressions 1143 Sequence Expressions 1143 Asynchronous Workflows 1144 Pattern Matching 1146 Active Patterns 1149 Exceptions 1154 Units of Measure 1157 Lazy Computations 1159 Quotations 116 Working with Database Queries 1161 A Larger Application in F# 1163 The Ast Module 1164 The Language Module 1164 The Evaluator Module 1166 The FunctionPlotter Module Running the Function Plotter 1170 Other.NET Languages 1170 IronRuby 1170 IronPython 1170 Summary H67 INDEX 1173

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

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

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

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

maximizing IT productivity

maximizing IT productivity HTML5 jquery.net SharePoint Silverlight ASP.NET Consulting & Training Time is money and productive software developers save time. The Wahlin Group specializes in helping software developers learn development

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

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

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

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

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

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

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

Programming in C# with Microsoft Visual Studio 2010

Programming in C# with Microsoft Visual Studio 2010 Course 10266A: Programming in C# with Microsoft Visual Studio 2010 Course Details Course Outline Module 1: Introducing C# and the.net Framework This module explains the.net Framework, and using C# and

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 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

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

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

Programming in C# with Microsoft Visual Studio 2010

Programming in C# with Microsoft Visual Studio 2010 Introducción a la Programación Web con C# en Visual Studio 2010 Curso: Introduction to Web development Programming in C# with Microsoft Visual Studio 2010 Introduction to Web Development with Microsoft

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

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

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

J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX

J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX Oracle Application Express 3 The Essentials and More Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX Arie Geller Matthew Lyon J j enterpririse PUBLISHING BIRMINGHAM

More information

C#5.0 IN A NUTSHELL. Joseph O'REILLY. Albahari and Ben Albahari. Fifth Edition. Tokyo. Sebastopol. Beijing. Cambridge. Koln.

C#5.0 IN A NUTSHELL. Joseph O'REILLY. Albahari and Ben Albahari. Fifth Edition. Tokyo. Sebastopol. Beijing. Cambridge. Koln. Koln C#5.0 IN A NUTSHELL Fifth Edition Joseph Albahari and Ben Albahari O'REILLY Beijing Cambridge Farnham Sebastopol Tokyo Table of Contents Preface xi 1. Introducing C# and the.net Framework 1 Object

More information

Programming Fundamentals of Web Applications Course 10958A; 5 Days

Programming Fundamentals of Web Applications Course 10958A; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Programming Fundamentals of Web Applications Course 10958A; 5 Days Course

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

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

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

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

Application Development,.NET

Application Development,.NET Application Development,.NET Orsys, with 30 years of experience, is providing high quality, independant State of the Art seminars and hands-on courses corresponding to the needs of IT professionals. Orsys

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

Design and Functional Specification

Design and Functional Specification 2010 Design and Functional Specification Corpus eready Solutions pvt. Ltd. 3/17/2010 1. Introduction 1.1 Purpose This document records functional specifications for Science Technology English Math (STEM)

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

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

DotNet Web Developer Training Program

DotNet Web Developer Training Program DotNet Web Developer Training Program Introduction/Summary: This 5-day course focuses on understanding and developing various skills required by Microsoft technologies based.net Web Developer. Theoretical

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

Programming in HTML5 with JavaScript and CSS3

Programming in HTML5 with JavaScript and CSS3 Course 20480B: Programming in HTML5 with JavaScript and CSS3 Course Details Course Outline Module 1: Overview of HTML and CSS This module provides an overview of HTML and CSS, and describes how to use

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

Terms and Definitions for CMS Administrators, Architects, and Developers

Terms and Definitions for CMS Administrators, Architects, and Developers Sitecore CMS 6 Glossary Rev. 081028 Sitecore CMS 6 Glossary Terms and Definitions for CMS Administrators, Architects, and Developers Table of Contents Chapter 1 Introduction... 3 1.1 Glossary... 4 Page

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

Course 5431: Getting Started with Microsoft Office PowerPoint 2007. Course 5420: Editing and Proofreading Documents in Microsoft Office Word 2007

Course 5431: Getting Started with Microsoft Office PowerPoint 2007. Course 5420: Editing and Proofreading Documents in Microsoft Office Word 2007 This level of training is designed to help you make the most of your first steps into computing. They cover a basic introduction to a range of Microsoft products such as Word, Power Point and Excel. Course

More information

HTML5. Turn this page to see Quick Guide of CTTC

HTML5. Turn this page to see Quick Guide of CTTC Programming SharePoint 2013 Development Courses ASP.NET SQL TECHNOLGY TRAINING GUIDE Visual Studio PHP Programming Android App Programming HTML5 Jquery Your Training Partner in Cutting Edge Technologies

More information

70-487: Developing Windows Azure and Web Services

70-487: Developing Windows Azure and Web Services 70-487: Developing Windows Azure and Web Services The following tables show where changes to exam 70-487 have been made to include updates that relate to Windows Azure and Visual Studio 2013 tasks. These

More information

Beginning Oracle. Application Express 4. Doug Gault. Timothy St. Hilaire. Karen Cannell. Martin D'Souza. Patrick Cimolini

Beginning Oracle. Application Express 4. Doug Gault. Timothy St. Hilaire. Karen Cannell. Martin D'Souza. Patrick Cimolini Beginning Oracle Application Express 4 Doug Gault Karen Cannell Patrick Cimolini Martin D'Souza Timothy St. Hilaire Contents at a Glance About the Authors Acknowledgments iv xv xvil 0 Chapter 1: An Introduction

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

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

How To Train Aspnet

How To Train Aspnet Technology Services...Ahead of Times.net Training Plan Level 3 Company Class Pre-requisites Attendees should have basic knowledge of: HTML/ JavaScript Object Oriented Programming Relational DBMS / SQL

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

Introducing the.net Framework 4.0

Introducing the.net Framework 4.0 01_0672331004_ch01.qxp 5/3/10 5:40 PM Page 1 CHAPTER 1 Introducing the.net Framework 4.0 As a Visual Basic 2010 developer, you need to understand the concepts and technology that empower your applications:

More information

Developer Tutorial Version 1. 0 February 2015

Developer Tutorial Version 1. 0 February 2015 Developer Tutorial Version 1. 0 Contents Introduction... 3 What is the Mapzania SDK?... 3 Features of Mapzania SDK... 4 Mapzania Applications... 5 Architecture... 6 Front-end application components...

More information

Advanced Web Application Development using Microsoft ASP.NET

Advanced Web Application Development using Microsoft ASP.NET Course Outline Other Information MS2311 Days 3 Starting Time 9:00 Finish Time 4:30 Lunch & refreshments are included with this course. Advanced Web Application Development using Microsoft ASP.NET Course

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

Welcome. Gáspár Nagy. gn@techtalk.at

Welcome. Gáspár Nagy. gn@techtalk.at Welcome Gáspár Nagy gn@techtalk.at Die Top 3 von Visual Studio 2010 und.net 4.0 DEVELOPER UPDATE Projektmanagement Anforderungsanalyse Entwicklung Qualitätsmanagement Usability About the presenter TechTalk

More information

2667A - Introduction to Programming

2667A - Introduction to Programming 2667A - Introduction to Programming Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction Elements

More information

ASP.NET Using C# (VS2012)

ASP.NET Using C# (VS2012) ASP.NET Using C# (VS2012) This five-day course provides a comprehensive and practical hands-on introduction to developing applications using ASP.NET 4.5 and C#. It includes an introduction to ASP.NET MVC,

More information

VB.NET - WEB PROGRAMMING

VB.NET - WEB PROGRAMMING VB.NET - WEB PROGRAMMING http://www.tutorialspoint.com/vb.net/vb.net_web_programming.htm Copyright tutorialspoint.com A dynamic web application consists of either or both of the following two types of

More information

Framework as a master tool in modern web development

Framework as a master tool in modern web development Framework as a master tool in modern web development PETR DO, VOJTECH ONDRYHAL Communication and Information Systems Department University of Defence Kounicova 65, Brno, 662 10 CZECH REPUBLIC petr.do@unob.cz,

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Overview This course provides students with the knowledge and skills to work with the server-side and client-side object models,

More information

NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD 20850

NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD 20850 NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD 20850 WEB: www.nutechtraining.com TEL: 301-610-9300 MCSD Web Applications Course Outlines 70-487 Developing Microsoft Azure and

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

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

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

IBM WebSphere ILOG Rules for.net

IBM WebSphere ILOG Rules for.net Automate business decisions and accelerate time-to-market IBM WebSphere ILOG Rules for.net Business rule management for Microsoft.NET and SOA environments Highlights Complete BRMS for.net Integration with

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

The knowledge of ASP.NET 2.0 is a must. Knowledge of Sharepoint Portal Server (SPS 2003) would be an added advantage.

The knowledge of ASP.NET 2.0 is a must. Knowledge of Sharepoint Portal Server (SPS 2003) would be an added advantage. Course Title : SharePoint Portal Server Development(MOSS 2010) Duration : 5 days Microsoft Office SharePoint Server 2010 is a set of integrated server platform technologies used for connecting people,

More information

Advanced Web Application Development using Microsoft ASP.NET

Advanced Web Application Development using Microsoft ASP.NET Key Data Course #: 2311A Number of Days: 3 Format: Instructor-Led Certification Exams: Exam 70-305: Developing and Implementing Web Applications with Microsoft Visual Basic.NET and Microsoft Visual Studio.NET

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

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

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

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

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

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 1 Table of Contents Chapter 1: Installation Overview... 3 Introduction... 3 Minimum Requirements...

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

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

Ajax Development with ASP.NET 2.0

Ajax Development with ASP.NET 2.0 Ajax Development with ASP.NET 2.0 Course No. ISI-1071 3 Days Instructor-led, Hands-on Introduction This three-day intensive course introduces a fast-track path to understanding the ASP.NET implementation

More information

Sample Chapters. To learn more about this book visit Microsoft Learning at: http://go.microsoft.com/fwlink/?linkid=206094

Sample Chapters. To learn more about this book visit Microsoft Learning at: http://go.microsoft.com/fwlink/?linkid=206094 Sample Chapters Copyright 2010 by Tony Northrup and Mike Snell. All rights reserved. To learn more about this book visit Microsoft Learning at: http://go.microsoft.com/fwlink/?linkid=206094 Contents Acknowledgments

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

Advantage of Jquery: T his file is downloaded from

Advantage of Jquery: T his file is downloaded from What is JQuery JQuery is lightweight, client side JavaScript library file that supports all browsers. JQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling,

More information

Skillsoft Course Directory

Skillsoft Course Directory Skillsoft Course Directory We improve the performance of organizations by improving the performance of their people. June 2016 Skillsoft is a pioneer in the field of learning with a long history of innovation.

More information

Objectif. Participant. Prérequis. Remarque. Programme. C# 3.0 Programming in the.net Framework. 1. Introduction to the.

Objectif. Participant. Prérequis. Remarque. Programme. C# 3.0 Programming in the.net Framework. 1. Introduction to the. Objectif This six-day instructor-led course provides students with the knowledge and skills to develop applications in the.net 3.5 using the C# 3.0 programming language. C# is one of the most popular programming

More information

Course MS55077A Project Server 2013 Development. Length: 5 Days

Course MS55077A Project Server 2013 Development. Length: 5 Days 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Course MS55077A Project Server 2013 Development Length: 5

More information

WEB APPLICATION DEVELOPMENT. UNIT I J2EE Platform 9

WEB APPLICATION DEVELOPMENT. UNIT I J2EE Platform 9 UNIT I J2EE Platform 9 Introduction - Enterprise Architecture Styles - J2EE Architecture - Containers - J2EE Technologies - Developing J2EE Applications - Naming and directory services - Using JNDI - JNDI

More information

metaengine DataConnect For SharePoint 2007 Configuration Guide

metaengine DataConnect For SharePoint 2007 Configuration Guide metaengine DataConnect For SharePoint 2007 Configuration Guide metaengine DataConnect for SharePoint 2007 Configuration Guide (2.4) Page 1 Contents Introduction... 5 Installation and deployment... 6 Installation...

More information

This class is intended for experienced software developers who understand object-oriented programming (OOP) and C# or VB.NET.

This class is intended for experienced software developers who understand object-oriented programming (OOP) and C# or VB.NET. Objectif is a five-day instructor-led course which begins by introducing the different architectures of ASP.NET Web applications. It then covers the Page class, Web controls, master pages, CSS/Themes,

More information

2208 Course 2208: Updating Support Skills from Microsoft Windows NT 4.0 to Windows Server 2003 2263 Clinic 2263: Exam Preparation for the MCDST

2208 Course 2208: Updating Support Skills from Microsoft Windows NT 4.0 to Windows Server 2003 2263 Clinic 2263: Exam Preparation for the MCDST Course ID Course 2208 Course 2208: Updating Support Skills from Microsoft Windows NT 4.0 to Windows Server 2003 2263 Clinic 2263: Exam Preparation for the MCDST Certification 2275 Course 2275: Maintaining

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

Skillsoft Course Directory

Skillsoft Course Directory Skillsoft Course Directory We improve the performance of organizations by improving the performance of their people. October 2015 Skillsoft is a pioneer in the field of learning with a long history of

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Software + Services Using WCF and WF

Software + Services Using WCF and WF Software + Services Using WCF and WF Michael Stiefel Reliable Software, Inc. www.reliablesoftware.com Pre-requisites for this presentation: 1) Understand WCF 2) Understand WFC Level: Intermediate Goals

More information

SharePoint 2013 Syllabus

SharePoint 2013 Syllabus General Introduction What is IIS IIS Website & Web Application Steps to Create Multiple Website on Port 80 What is Application Pool What is AppDomain What is ISAPI Filter / Extension Web Garden & Web Farm

More information

Crystal Reports. For Visual Studio.NET. Reporting Off ADO.NET Datasets

Crystal Reports. For Visual Studio.NET. Reporting Off ADO.NET Datasets Crystal Reports For Visual Studio.NET Reporting Off ADO.NET Datasets 2001 Crystal Decisions, Inc. Crystal Decisions, Crystal Reports, and the Crystal Decisions logo are registered trademarks or trademarks

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

Content Management Implementation Guide 5.3 SP1

Content Management Implementation Guide 5.3 SP1 SDL Tridion R5 Content Management Implementation Guide 5.3 SP1 Read this document to implement and learn about the following Content Manager features: Publications Blueprint Publication structure Users

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

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

2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led

2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led 2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led Introduction This three-day, instructor-led course provides students with the knowledge and skills

More information

2933A: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006

2933A: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006 www.peaksolutions.com 2933A: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006 Course 2933A: Five days; Instructor-Led Introduction This five-day instructor-led

More information

MicrosoftDynam ics GP 2015. TenantServices Installation and Adm inistration Guide

MicrosoftDynam ics GP 2015. TenantServices Installation and Adm inistration Guide MicrosoftDynam ics GP 2015 TenantServices Installation and Adm inistration Guide Copyright Copyright 2014 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is.

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