recognize features of Visual Studio describe the templates available and the languages supported in Visual Studio

Size: px
Start display at page:

Download "recognize features of Visual Studio describe the templates available and the languages supported in Visual Studio"

Transcription

1 1 of 6 10/9/2013 1:41 AM Visual Studio Learning Objectives After completing this topic, you should be able to recognize features of Visual Studio describe the templates available and the languages supported in Visual Studio 1. Visual Studio features Visual Studio is a versatile integrated development environment or IDE for.net Framework applications that has various editions that cater to the needs of a range of users. These editions range from Visual Studio Express, which provides free tools for individual developers to the Visual Studio Application Lifestyle Management suite of tools, which help development teams to develop custom applications. Visual Studio includes these editions: Visual Studio Ultimate The Visual Studio Ultimate edition is a comprehensive solution for teams who want to control all aspects of application creation. This edition helps you to design, build, enhance, and deploy applications, and also enables you to use technologies such as parallel and cloud computing. Visual Studio Premium Both individual developers and development teams can use the Visual Studio Premium edition to create applications. This edition provides tools to simplify database development and discover and rectify common coding errors. It also helps you to test your application by populating it with test data. Visual Studio Professional Developed specifically for individual users, the Visual Studio Professional edition enables you to create, debug, and deploy your applications on a variety of platforms. These platforms include the cloud, SharePoint, and Windows 7. Visual Studio Express Products Visual Studio Express Products are a free set of tools that you, as an individual developer, can use to develop applications. These applications can be developed for the web, phone, desktop, or cloud as the tools support Visual Basic, Visual C++, and Visual C#. Visual Studio Express Products also include a web development editor that enables you to develop using JavaScript and ASP.NET. Visual Studio Team Foundation Server The Visual Studio Team Foundation Server edition provides a comprehensive solution to work as a team to develop applications. This edition provides teams with an easy way to share knowledge by using a data warehouse, reporting tools, and dashboards. Visual Studio Test Professional Visual Studio Test Professional makes the collaboration between the development and testing teams easier. This edition contains an integrated testing toolset that helps both teams to plan, test, and track the development of an application. To utilize the.net Framework, Visual Studio provides certain features, which include a project system

2 2 of 6 10/9/2013 1:41 AM The project system enables you to create a project for each application you want to develop. This project helps you to store all the code, data, and other resource files in a single location. The system also enables you to create a solution that contains multiple projects. An advantage of this feature is that opening the project or solution will enable you to access all its resource files through Visual Studio. an IDE Visual Studio provides a user-friendly IDE to create and manage your applications. This IDE provides you with a customizable graphic user interface, commonly referred to as GUI, which contains various windows, toolbars, menus, and tool windows. designers and editors An important feature of Visual Studio is the various designers and editors it provides. These designers and editors change according to the type of project resource you're working on. For example, the editor for a C# code file will be different from an HTML code editor. Most designers and editors have two views Code and Designer. The Code view displays the source code, while the Designer view displays the interface as the application user would view it. build and debugging tools, and Visual Studio enables you to build your applications and debug them if they contain any errors. You can choose to build and debug your application in parts or as a whole. deployment tools In addition to working with your application, Visual Studio also provides tools to help you deploy your application. These tools enable you to deploy your application in two ways Windows Installer and ClickOnce. The Windows Installer deployment enables you to create an EXE file that can be installed on users' computers to run the application. However, using the ClickOnce deployment method, you can deploy your application to a central location that users can then access. Question Match each feature of Visual Studio with its description. Options: A. B. C. D. E. A project system An IDE Designers and editors Build and debugging tools Deployment tools Targets: Stores the data and resource files of an application in a single location Uses a customizable graphic user interface to create applications Use customized views to access to the code files of a particular project file Determine whether your application is running as you intended Create a single file to install an application Answer A feature of Visual Studio is the project system. In this system, you can create a project for each application you want to develop. This project helps you to store all the code, data, and other resource files at a single location. Visual Studio provides a user-friendly IDE to create and manage your applications. This IDE provides you with a customizable graphic user interface, commonly referred to as GUI, containing various windows, toolbars, menus, and tool windows.

3 3 of 6 10/9/2013 1:41 AM An important feature of Visual Studio is the various designers and editors it provides. These designers and editors change according to the type of project resource you're working on. Most designers and editors have two views Code and Designer. The Code view displays the source code, while the Designer view displays the interface as the application user would view it. An important feature of Visual Studio is that it enables you to build your applications and debug them if they contain any errors. This feature enables you to build and debug your application in parts or as a whole. Visual Studio also provides tools to help you deploy your application. These tools enable you to deploy your application using Windows Installer. The Windows Installer deployment enables you to create an EXE file that can be installed on users' computers to run the application. Correct answer(s): Target 1 = Option A Target 2 = Option B Target 3 = Option C Target 4 = Option D Target 5 = Option E 2. Visual Studio templates and languages The availability of templates that can be used to create different types of projects and items is one the benefits of using Visual Studio. These templates simplify the development process because you don't need to create them from scratch. The templates available in Visual Studio contain the resource files required to create the selected project type along with a.vstemplate file. This file contains metadata that enables Visual Studio to make the template option available to you. Using a template, you can generate the files required to create the project. These files include the standard assembly references, files defining default project properties, and standard compiler settings. Depending on the type of template, the project created from the template can contain either an empty file or multiple files containing default and or sample source code, embedded resources, and designer information files. You can customize and add code to these files to develop your project according to your requirements. Visual Studio templates depend on the language and type of project. The templates that use Visual Basic and C# include Windows templates Using Windows templates, you can create class libraries, console applications, and empty projects in Visual Basic or C#. You can also use these templates to create Windows services, Windows Forms and WPF applications, control libraries, and WPF browser applications. web templates Web templates allow you to create different web application projects by using ASP.NET, which uses the code-behind model. In this model, the static text is present in an.aspx file while dynamic code is in the language being used to develop the application typically.aspx.cs or.aspx.vb files. These projects include IIS, empty, dynamic data, and model-view-controller web applications. You can also choose to use a web site template to create a web site instead of a web application. Web sites don't use project files and deployment tasks are less automated than for web applications. Office templates

4 4 of 6 10/9/2013 1:41 AM You can use Office templates to create application-level add-ins and customizations for various Microsoft Office products. These can be created for Excel, Word, PowerPoint, Visio, InfoPath, Outlook, and Project 2007 and These add-ins and customizations use the features of various Microsoft Office products to develop the functionality that you require. SharePoint templates SharePoint templates can help to create projects based on the SharePoint web-based collaboration platform. These templates help you to create empty projects, sequential and state machine workflows, business data connectivity model, and visual web parts. They also help you to create list and site definitions, modules, event receivers, and content types, and to import SharePoint solution packages and reusable workflows. workflow templates, and You can create Windows Workflow Foundation projects that enable model-driven workflow development using workflow templates. These templates allow you to create activity libraries, workflow console applications, and WCF workflow service applications. other templates You can also use templates to create Windows Azure Cloud Service, Crystal Reports, Silverlight, reporting, WCF service library and WCF service application projects. Among these, Silverlight projects enable you to use Silverlight, which is a free web browser plug-in. These templates help you to create web, mobile and desktop client applications based on Silverlight. Visual Studio also provides templates for creating projects that use C++. In addition to empty projects, these templates allow you to create console, Win32 control, Windows Forms, and MFC applications. You can also use these templates to create Active Template and class libraries along with Win32, Makefile, and test projects. Additionally, you can create MFC dlls, ActiveX controls, and custom application wizards using these templates. Templates for creating setup and deployment projects, Visual Studio add-ins, shared add-ins, and blank solutions are also available. Certain templates also enable you to create database projects that interact with various SQL Server versions and create test documents and modeling projects. Question Which statements about the templates available in Visual Studio are correct? Options: Projects created from a template contains a.vstemplate file Windows templates can be used to create WPF applications and control libraries Office templates help you to create projects using the code-behind model SharePoint templates can be used to create state machine workflows and site definitions Answer Option 1: This option is incorrect. The templates available in Visual Studio contain a.vstemplate file. This file contains metadata that enables Visual Studio to make the template option available to you. Option 2: This option is correct. Using Windows templates, you can create class libraries, console applications, and empty projects in Visual Basic or C#. You can also use these templates to create Windows service, Windows Forms and WPF applications and control libraries, and WPF browser applications. Option 3: This option is incorrect. Web templates allow you to create different web application projects using ASP.NET, which uses the code-behind model. In this model, the static text is present in an.aspx file while dynamic code is in.aspx.cs or.aspx.fs files.

5 5 of 6 10/9/2013 1:41 AM Option 4: This option is correct. SharePoint templates can help create projects based on the SharePoint web-based collaboration platform. These templates help you to create empty projects, sequential and state machine workflows, business data connectivity models, and visual web parts. They also help you to create list and site definitions, modules, event receivers, and content types, and to import SharePoint solution packages and reusable workflows. Correct answer(s): 2. Windows templates can be used to create WPF applications and control libraries 4. SharePoint templates can be used to create state machine workflows and site definitions Another major feature of Visual Studio is that it supports a range of programming languages, including Visual Basic One of the object-oriented languages supported by Visual Studio is Visual Basic, which has evolved from its event-driven form. This language enables you to develop applications that are based on the.net Framework, and contains the enhanced ability to dynamically interact with CLR and COM objects. It is also supported by the.net Compact Framework, which is a version derived from the.net Framework. This language contains features such as collection initializers, multiline lambda expressions, implicit line continuation, and auto-implemented properties. Visual C# Visual C# is an object-oriented language that is an implementation of the C# programming language. This language is type-safe and enables you to develop secure applications that can be hosted on the.net Framework. This language is also supported by the.net Compact Framework. As with other languages it supports, Visual Studio provides an advanced code editor, integrated debugger, and user interface designers to help you develop applications. It also enables you to develop software components by using a variety of innovative language constructs. Visual C++, and As an object-oriented language, Visual C++ enables you to create applications based on the Windows and.net platforms. Visual C++ provides programming flexibility through its compiler tools, development environment, and libraries. Visual F# Specifically developed for the.net platform, Visual F# is an object-oriented language that combines functional and explorative programming. This language enables you to develop a variety of scripts, components, tools, and applications based on the.net platform. Question Which programming language supported by Visual Studio is developed specifically for the.net platform? Options: Visual Basic Visual C# Visual C++ Visual F# Answer

6 6 of 6 10/9/2013 1:41 AM Option 1: This option is incorrect. This language helps you to develop Windows applications that are based on the.net Framework and contains the enhanced ability to dynamically interact with CLR and COM objects. This language has evolved from its event-driven form and isn't developed specifically for the.net platform. Option 2: This option is incorrect. Visual C# is an object-oriented language that is an implementation of the C# programming language. This language is type-safe and enables you to develop secure applications that can be hosted on the.net Framework. It isn't developed specifically for the.net platform. Option 3: This option is incorrect. As an object-oriented language, Visual C++ enables you to create applications based on the Windows and.net platforms. This language is the integrated development environment version of the C, C++, and C++ or CLI programming languages. It isn't developed specifically for the.net platform. Option 4: This option is correct. Visual F# is an object-oriented language that combines functional and explorative programming. This language is specifically developed for the.net platform and enables you to develop a variety of scripts, components, tools, and applications. Correct answer(s): 4. Visual F# Summary Visual Studio is a versatile integrated development environment, commonly referred to as an IDE that enables you to develop different types of applications. Various editions of Visual Studio are available. They range from an Express edition that is freely available to the Test Professional edition for testing teams. Each of these editions has features that make application development easier. Examples of such features are a project system, an IDE, designers and editors, build and debugging tools, and deployment tools that make application development easier. An important feature of Visual Studio is the availability of templates that help you to develop applications of your choice. These templates include Windows, web, Office, SharePoint, and workflow templates. In addition to templates, Visual Studio allows you to use several object-oriented languages to develop applications. These languages include Visual Basic, Visual C#, Visual C++, and Visual F# SkillSoft Ireland Limited.

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

*Not include in promotion. Update 12 November 2014

*Not include in promotion. Update 12 November 2014 ID. MICROSOFT WINDOWS 8 DAYS FEE PRE REQ JAN FEB MAR APR MAY JUN 20687D New! Configuring Windows 8.1 5 20,000 02-06 09-13 11-15 20688D New! Supporting Window 8.1 5 20,000 05-09 16-20 20-24 08-12 20689D

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

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

Best of SharePoint 2010. Composites

Best of SharePoint 2010. Composites Best of SharePoint 2010 Composites Agenda Overview Composite Applications Developer Investments Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web Microsoft SharePoint

More information

Please contact Cyber and Technology Training at (410)777-1333/technologytraining@aacc.edu for registration and pricing information.

Please contact Cyber and Technology Training at (410)777-1333/technologytraining@aacc.edu for registration and pricing information. Course Name Start Date End Date Start Time End Time Active Directory Services with Windows Server 8/31/2015 9/4/2015 9:00 AM 5:00 PM Active Directory Services with Windows Server 9/28/2015 10/2/2015 9:00

More information

Qualifying Microsoft Training for Software Assurance Training Vouchers (SATVs)

Qualifying Microsoft Training for Software Assurance Training Vouchers (SATVs) Qualifying Microsoft Training for Software Assurance Training Vouchers (SATVs) Product Technology Product Number Title License Management, License Management 55071 Course 55071 : Microsoft Software Asset

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

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

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

Upgrading Your Development Skills to SharePoint 2013 Course 55014A; 5 Days, Instructor-led

Upgrading Your Development Skills to SharePoint 2013 Course 55014A; 5 Days, Instructor-led Upgrading Your Development Skills to SharePoint 2013 Course 55014A; 5 Days, Instructor-led Course Description This 5-day course will teach you all the new development changes that were made to SharePoint

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

Microsoft InfoPath MUI (English) 2013 15.0.4420.1017 Microsoft LightSwitch for Visual Studio 2012 CoreRes ENU 11.0.50727

Microsoft InfoPath MUI (English) 2013 15.0.4420.1017 Microsoft LightSwitch for Visual Studio 2012 CoreRes ENU 11.0.50727 Applications: Tools for.net 3.5 3.11.50727 2+2 v.2.1a ACL Desktop Education Edition 9.0.0.243 Accelrys Draw 4.1 4.1.0 Action Handler Resources 11.2.4.31085 Adobe Acrobat XI Pro 11.0.00 Adobe Flash Player

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

Microsoft SharePoint 2010, Application Development Course Outline

Microsoft SharePoint 2010, Application Development Course Outline Course 10175A: Microsoft SharePoint 2010, Application Development Course Outline Module 1: Introduction to the SharePoint 2010 Development Platform This module describes the SharePoint 2010 development

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

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

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

Nintex Workflow 2013 & InfoPath Form Design workshop

Nintex Workflow 2013 & InfoPath Form Design workshop Nintex Workflow 2013 & InfoPath Form Design workshop Duration: 30 Hrs. Course Outline: Module 1: Creating a SharePoint Form with InfoPath Designer Design a SharePoint Form Using the Blank Form Template

More information

SharePoint 2010 Advanced Foundation Development

SharePoint 2010 Advanced Foundation Development Course 50478B: SharePoint 2010 Advanced Foundation Development Course Length: 5 Days Overview This 5-day Instructor led, group-paced, classroom-delivery learning model with structured hands-on activities.

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

Course 50561A: Visualizing SharePoint Business Intelligence with No Code

Course 50561A: Visualizing SharePoint Business Intelligence with No Code 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 50561A: Visualizing SharePoint Business Intelligence

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

Microsoft SQL Server 2012 - Review

Microsoft SQL Server 2012 - Review Microsoft Cert Kit Catalogue 1 Microsoft Cert Kit Page 3 Windows Page 4 Server 2012 and 2008 Page 5 SQL Server 2012 Page 6 Page 7 Page 8 Page 9 Page 10 Page 11 Page 12 Cloud Messaging Communication SharePoint

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

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

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

SharePoint 2013 - Comparison of Features

SharePoint 2013 - Comparison of Features 2013 - Comparison of Features 2013 Features User Authentication and Authorization Foundation 2013 Server 2013 Standard Server 2013 Enterprise User authentication in 2013 is the process that verifies the

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

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

55014-Upgrading Your Development Skills to SharePoint 2013

55014-Upgrading Your Development Skills to SharePoint 2013 Course Outline 55014-Upgrading Your Development Skills to SharePoint 2013 Duration: 5 days (30 hours) Target Audience: This course is intended for anyone interested in getting an introductory look at the

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

Microsoft SharePoint Server 2010: What s New and What s Changed?

Microsoft SharePoint Server 2010: What s New and What s Changed? ASPE RESOURCE SERIES Microsoft SharePoint Server 2010: What s New and What s Changed? Prepared for ASPE by Global Knowledge's Marcellus Duffy, MCT, MCSD, MCTS, MCAD Real Skills. Real Results. Real IT.

More information

Understanding SharePoint Development Choices

Understanding SharePoint Development Choices Understanding SharePoint Development Choices SharePoint is an incredibly powerful platform that can support a wide variety of business scenarios. While many solutions can be configured using out of the

More information

Installed software with license balance - Microsoft

Installed software with license balance - Microsoft (KB974318) (KB972270) Aktualizacja zabezpieczeń dla programu Windows Media Player (KB973540) Aktualizacja zabezpieczeń dla programu Windows Media Player (KB978695) (KB980218) (KB2479943) Microsoft SQL

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

Realistic? Content management initiatives can be a huge investment of time, money, and resources.

Realistic? Content management initiatives can be a huge investment of time, money, and resources. Realistic? Content management initiatives can be a huge investment of time, money, and resources. Huge investment = Huge risk This session will describe a way to implement a practical content management

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 is a workflow? Workflows are a series of actions that correspond to a work process

What is a workflow? Workflows are a series of actions that correspond to a work process SharePoint 2010 What is a workflow? Workflows are a series of actions that correspond to a work process For example a document approval process Workflows can control most aspects of a SharePoint 2010 site,

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

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 Page 1 of 7 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft Dynamics

More information

Implementing and Administering an Enterprise SharePoint Environment

Implementing and Administering an Enterprise SharePoint Environment Implementing and Administering an Enterprise SharePoint Environment There are numerous planning and management issues that your team needs to address when deploying SharePoint. This process can be simplified

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

MOC 10964C: Cloud and Datacenter Monitoring with System Center Operations Manager

MOC 10964C: Cloud and Datacenter Monitoring with System Center Operations Manager MOC 10964C: Cloud and Datacenter Monitoring with System Center Operations Manager Course Overview This course provides students with the knowledge and skills to deploy and configure System Center 2012

More information

SharePoint 2013 Business Intelligence

SharePoint 2013 Business Intelligence Course 55042A: SharePoint 2013 Business Intelligence Course Details Course Outline Module 1: Course Overview This module explains how the class will be structured and introduces course materials and additional

More information

Course 10175A - Microsoft SharePoint 2010, Application Development

Course 10175A - Microsoft SharePoint 2010, Application Development Course 10175A - Microsoft SharePoint 2010, Application Development ABOUT THIS COURSE This course provides existing.net developers with practical information and labs that enables them to build solutions

More information

Course: SharePoint 2013 Business Intelligence

Course: SharePoint 2013 Business Intelligence Course: SharePoint 2013 Business Intelligence Course Length: 3 days Course Code: M55042 Description This three-day instructor-led course provides students with the necessary knowledge to work with all

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

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

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft Dynamics NAV 2016.

More information

Developing Database Business Applications using VB.NET

Developing Database Business Applications using VB.NET Developing Database Business Applications using VB.NET Curriculum class designed and written by Ernest Bonat, Ph.D., President Visual WWW, Inc. Visual WWW is a Microsoft Visual Studio Industry Partner

More information

Microsoft Training and Certification Guide. Current as of December 31, 2013

Microsoft Training and Certification Guide. Current as of December 31, 2013 Microsoft Training and Certification Guide Current as of December 31, 2013 Welcome to the Microsoft Training and Certification Guide. This device is intended to provide a quick, comprehensive view of our

More information

6717 Course 6717: Implementing an AD DS Monitoring and Maintenance Plan in Windows Server 2008 70103 Course 70103: Planning Network Access and Data

6717 Course 6717: Implementing an AD DS Monitoring and Maintenance Plan in Windows Server 2008 70103 Course 70103: Planning Network Access and Data Course ID No. Name of Course 6717 Course 6717: Implementing an AD DS Monitoring and Maintenance Plan in Windows Server 2008 70103 Course 70103: Planning Network Access and Data Storage 10211 Course 10211:

More information

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 Page 1 System Requirements NAV 2016 Microsoft Dynamics NAV Windows Client Requirements

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 1 of 13 19.01.2016 17:52 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft

More information

NLUI Server User s Guide

NLUI Server User s Guide By Vadim Berman Monday, 19 March 2012 Overview NLUI (Natural Language User Interface) Server is designed to run scripted applications driven by natural language interaction. Just like a web server application

More information

Regulated Documents. A concept solution for SharePoint that enables FDA 21CFR part 11 compliance when working with digital documents

Regulated Documents. A concept solution for SharePoint that enables FDA 21CFR part 11 compliance when working with digital documents Regulated Documents A concept solution for SharePoint that enables FDA 21CFR part 11 compliance when working with digital documents Contents Life science industry challenges Regulated Documents our service

More information

Course MS55003A Microsoft SharePoint 2010 Business Intelligence Services

Course MS55003A Microsoft SharePoint 2010 Business Intelligence Services 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 MS55003A Microsoft SharePoint 2010 Business Intelligence

More information

Introduction to Business Process

Introduction to Business Process Introduction to Business Process Microsoft Office SharePoint Server 2007 provides many features that can help you integrate and streamline your business processes: Browser-based forms created by using

More information

SharePoint 2013 Business Intelligence Course 55042; 3 Days

SharePoint 2013 Business Intelligence Course 55042; 3 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc SharePoint 2013 Business Intelligence Course 55042; 3 Days Course Description

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

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

Braindumps.C2150-810.50 questions

Braindumps.C2150-810.50 questions Braindumps.C2150-810.50 questions Number: C2150-810 Passing Score: 800 Time Limit: 120 min File Version: 5.3 http://www.gratisexam.com/ -810 IBM Security AppScan Source Edition Implementation This is the

More information

Agile Business Suite (AB Suite)

Agile Business Suite (AB Suite) Agile Business Suite (AB Suite) Course Catalog Unisys Agile Business Suite A Fast and Easy Way to Develop Mission Critical Applications! Agile Business Suite (AB Suite) is a Unisys development environment

More information

ventas@sicompsa.com.mx (55) 5850 2267

ventas@sicompsa.com.mx (55) 5850 2267 Usuario Final Clave Nombre Días 044 Microsoft Excel 2010, Nivel 1 1 04 Microsoft Excel 2010, Nivel 2 1 046 Microsoft Excel 2010, Nivel 3 1 0476 Macros (Microsoft Excel 2007 & 2010) 1 0448 Maximizando PivotTable

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

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

Workflow and Forms Services for People-Driven Process Management

Workflow and Forms Services for People-Driven Process Management Workflow and Forms Services for People-Driven Process Management AuraTech Pte Ltd 30 Robinson Road, #04-01B Robinson Towers, Singapore 048546 http://www.consultaura.com PH: 6224 9238 Call AuraTech for

More information

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide Page 1 of 243 Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide (This is an alpha version of Benjamin Day Consulting, Inc. s installation

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

Academic All Technology Library ( 1576 Courses)

Academic All Technology Library ( 1576 Courses) Academic All Technology Library ( 1576 Courses) Product Type Product Number Product Title Course Duration ecliniccollection 10051 Exploring New Features in Microsoft Office Communications Server 2007 R2

More information

Introduction to Visual Basic

Introduction to Visual Basic Introduction to Visual Basic Microsoft Visual Basic development system version 6.0 is the most productive tool for creating high-performance components and applications. Visual Basic 6.0 offers developers

More information

The focus of this course is on the SharePoint 2013 business intelligence platform and not on the SQL business intelligence services.

The focus of this course is on the SharePoint 2013 business intelligence platform and not on the SQL business intelligence services. Course Page - Page 1 of 11 SharePoint 2013 Business Intelligence M-55042 Length: 3 days Price: $1,795.00 Course Description This three-day instructor-led course provides students with the necessary knowledge

More information

Patch Management Overview Report Date generated: 24 Jul 2014 09:41AM G Lighting Site: Stl Office Device: VAULT Missing Security Update for Windows Server 2003 (KB2982792) Windows Malicious Software Removal

More information

E-learning modules. Office 2013. Office 2010. Office 2007. March 2015

E-learning modules. Office 2013. Office 2010. Office 2007. March 2015 E-learning modules March 2015 This document lists the available Microsoft IT Academy e-learning modules. If you want to use any of these courses, book online through www.leeds.ac.uk/staffdevelopment or

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

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

MOC 55072 Visualizing Data with SharePoint 2013, Report Builder, PowerPivot & PowerView with NO CODE

MOC 55072 Visualizing Data with SharePoint 2013, Report Builder, PowerPivot & PowerView with NO CODE To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com MOC 55072 Visualizing Data with SharePoint 2013, Report Builder, PowerPivot & PowerView with NO

More information

CENTRIQ TRAINING 2002-2012 Credit Recommendation Guide

CENTRIQ TRAINING 2002-2012 Credit Recommendation Guide CENTRIQ TRAINING 2002-2012 Credit Recommendation Guide The following courses have been evaluated by Corporate Articulation to potentially fulfill General Education or Elective credits for an Undergraduate

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

SharePoint Checklist and Resources

SharePoint Checklist and Resources SharePoint Checklist and Resources Activity Labs for Developer Labs for Administrator Resources Create a re-buildable SharePoint environment Lab : Install SharePoint 2010 Exercise 1: Create Active Directory

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

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW About this Course This course provides SharePoint developers the information needed to implement SharePoint solutions

More information

CA Plex and Microsoft Windows Presentation

CA Plex and Microsoft Windows Presentation CA Plex and Microsoft Windows Presentation Foundation (WPF) A Technology Preview 8C Rob Layzell CA Aligned LEFT ON COVER ONLY Terms of This Presentation This presentation was based on current information

More information

Microsoft 55042 - SharePoint 2013 Business Intelligence

Microsoft 55042 - SharePoint 2013 Business Intelligence 1800 ULEARN (853 276) www.ddls.com.au Microsoft 55042 - SharePoint 2013 Business Intelligence Length 3 days Price $2629.00 (inc GST) Version A Overview This three-day instructor-led course provides students

More information

DEPLOYING A VISUAL BASIC.NET APPLICATION

DEPLOYING A VISUAL BASIC.NET APPLICATION C6109_AppendixD_CTP.qxd 18/7/06 02:34 PM Page 1 A P P E N D I X D D DEPLOYING A VISUAL BASIC.NET APPLICATION After completing this appendix, you will be able to: Understand how Visual Studio performs deployment

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

Deploying MATLAB -based Applications David Willingham Senior Application Engineer

Deploying MATLAB -based Applications David Willingham Senior Application Engineer Deploying MATLAB -based Applications David Willingham Senior Application Engineer 2014 The MathWorks, Inc. 1 Data Analytics Workflow Access Files Explore & Discover Data Analysis & Modeling Share Reporting

More information

Exchange Server 2013 Exchange Server 2013 with Service Pack 1 Expression 3 Studio (MSDN AA) Expression 4 Ultimate FAST Search Server 2010 FAST Search

Exchange Server 2013 Exchange Server 2013 with Service Pack 1 Expression 3 Studio (MSDN AA) Expression 4 Ultimate FAST Search Server 2010 FAST Search Product Updated (August 6, 2014).NET Framework 4.NET Framework 4.5.NET Framework 4.5.1.NET Micro Framework Porting Kit.NET Micro Framework SDK and DDKs Academic Alliance Tools Access 2007 Access 2010 Access

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

ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT

ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT Dr. Mike Morrison, University of Wisconsin-Eau Claire, morriscm@uwec.edu Dr. Joline Morrison, University of Wisconsin-Eau Claire, morrisjp@uwec.edu

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

70-243: Administering and Deploying System Center 2012 Configuration Manager. 70-246: Monitoring and Operating a Private Cloud with System Center 2012

70-243: Administering and Deploying System Center 2012 Configuration Manager. 70-246: Monitoring and Operating a Private Cloud with System Center 2012 62-193: Technology Literacy for Educators 70-243: Administering and Deploying System Center 2012 Configuration Manager 70-246: Monitoring and Operating a Private Cloud with System Center 2012 70-247: Configuring

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

Project Server 2010 - hardware and software requirements

Project Server 2010 - hardware and software requirements Project Server 2010 - hardware and software requirements At a high-level, the key requirements for Project Server 2010 are as follows: The 64-bit version of Windows Server 2008 Service Pack 2 or Windows

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

Developing Visual Studio Workflows and Activities for SharePoint Sites

Developing Visual Studio Workflows and Activities for SharePoint Sites Developing Visual Studio Workflows and Activities for SharePoint Sites Steve Heaney Product Development Manager Nintex steve.heaney@nintex.com Agenda Workflow authoring scenarios Windows Workflow Foundation

More information

SharePoint Training Program. Topics Covered. SharePoint 2010 Developer Training

SharePoint Training Program. Topics Covered. SharePoint 2010 Developer Training SharePoint Training Program Duration: 80 Hrs Training Mode: Class Room/On-line Training Methodology: Real-time Project oriented Training Features: 1. Trainers from Corporate 2. Unlimited Lab facility 3.

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