Pass4Sure.MB2-701_90Q&A. MB2-701 Extending Microsoft Dynamics CRM 2013

Size: px
Start display at page:

Download "Pass4Sure.MB2-701_90Q&A. MB2-701 Extending Microsoft Dynamics CRM 2013"

Transcription

1 Pass4Sure.MB2-701_90Q&A Number: MB2-701 Passing Score: 800 Time Limit: 120 min File Version: MB2-701 Extending Microsoft Dynamics CRM 2013 I have corrected few questions and now score will be 95% above Guaranteed. Added s and Exhibits most of the questions. Many new questions are added, Good for review go ahead and pass the exam now. Still valid, Hurry up guys study and pass this one. 100% Valid in US, UK, Australia, India and Emirates. All my friends in group have these same questions.

2 Exam A QUESTION 1 Which type is NOT a valid type for a loan query string parameter? A. Boolean B. SafeString C. UnsignedInt D. Optionset /Reference: answer is verified. QUESTION 2 Which type of code will execute in a Microsoft Dynamics CRM OnLoad form event? A. C# and Visual Basic.NET B. CSS C. JavaScript D. HTML /Reference: QUESTION 3 Which two conditions must be met before the OnChange event for a field is executed? A. The field detects keystrokes. B. The field loses focus. C. The value of the field is changed by a JavaScript function. D. The value of the field is changed by the user. D /Reference: QUESTION 4 Which execution context object method returns a value that indicates the order in which the event handler is executed? A. getsharedvariable

3 B. geteventsour C. getdepth D. getcontext /Reference: QUESTION 5 You develop JavaScript code that adds a function to a form's OnSave event by using the addonsave method. Where is the function placed in the form event pipeline? A. A random position in the form event pipeline B. A position in the form event pipeline that is determined by a parameter value of the addonsave method C. The end of the form event pipeline D. The beginning of the form event pipeline /Reference: QUESTION 6 What is the result of setting event dependencies for a custom JavaScript event? A. The system prevents the custom event from executing if the defined fields are removed from the form. B. The values of the defined fields are sent to the custom event as parameters. C. The defined functions are executed after the custom event. D. The system prevents users from removing the defined fields from the form. /Reference: QUESTION 7 Which deployment type is supported for custom XAML workflows? A. both online and on-premises B. online only C. Custom XAML workflows are NOT supported for either online or on-premises deployments D. on-premises only /Reference: corrected. QUESTION 8 You develop custom activities that must be included in a Microsoft Dynamics CRM workflow process.

4 You need to ensure that the activities are available in the workflow steps. What should you do next? A. define the variable B. reference the Windows Workflow Foundation activity library C. use the Plug-in Registration tool D. define the input argument /Reference: QUESTION 9 You need to create a series of pages to allow users to enter their usernames and birthdates when prompted. Which process type should you use? A. Dialogs B. Actions C. Business process flow D. Workflows /Reference: QUESTION 10 You are creating an action in Microsoft Dynamics CRM. You need to call a dialog rule that will be executed as a new process from the parent process. Which action type should you use? A. Link Child Dialog B. Create Dialog C. Start Child Workflow D. Assign Record /Reference: QUESTION 11 In a Microsoft Dynamics CRM on-premises environment, you are creating a custom XAML workflow library in a XAML workflow project by using Microsoft Visual Studio. You add a new XAML workflow activity item to the project and specify a name for the process you are creating. Which reference item should you add to the XAML workflow library in order for it to compile successfully? A. System.Runtime.InteropServices B. System.Reflection

5 C. System.Runtime.Serialization D. System.Runtime.CompilerServices /Reference: QUESTION 12 To which unit of a dialog do you add prompts and responses? A. Variable B. Business process flow C. Page D. Action /Reference: QUESTION 13 You are developing code that uses an XMLHttpRequest object to update a Microsoft Dynamics CRM record by using the Representational Stat Transfer (REST) endpoint. You need to ensure that only the specified fields in the request get updated. Which HTTP verb should you include? A. GET B. MERGE C. DELETE D. PUT /Reference: QUESTION 14 You write the following code segment to create an Account record by using jquery and the Representational State Transfer (REST) endpoint. (Line numbers included for reference only.)

6 The variable ODataPath is set correctly. Which code segment should you include at line 03 to create the new Account record? A. var entity = DSON.stringify(account), B. var entity = JSON.parse(account), C. var entity = $.parsexml(account)t D. var entity = encodeuri(account), /Reference: QUESTION 15 Which three types are valid types of web resource files? A. Webpage (HTML) B. Script (JScript) C. Style Sheet (XSL) D. ASP.NET Web Form (ASPX) E. Active Server Page (ASP) BC /Reference: QUESTION 16 You are creating a Microsoft Dynamics CRM Solution that will be implemented in multiple organizations. You need to reference a JavaScript web resource from an HTML web resource in the same Solution. What should you use? A. the Xrm.Utility.openWebResource method B. a relative URL C. an absolute URL D. the Swebresource directive

7 /Reference: answer is valid and updated. QUESTION 17 You are creating and updating records by using Representational State Transfer (REST) in JavaScript. Which SDK script library should you use? A. JavaScriptRESTAssociateDisassociate.js B. SDK.DependentOptionSetjs C. JQueryjs D. SDK.REST.js /Reference: QUESTION 18 Which supported script library should you use for Web Resource UI development in cross- browser environments? A. Prototype.js B. JQuery.js C. SDK.REST.js D. json2.js /Reference: QUESTION 19 You are building a query to retrieve data from a Microsoft Dynamics CRM database. You need to query the data by using a SQL SELECT statement. Which querying option should you use? A. FetchXML B. Filtered views C. LINQ D. QueryExpression /Reference: QUESTION 20 Which type of Microsoft Dynamics CRM metadata can be retrieved by using the Organization Service? A. the attributes for an entity

8 B. the global audit settings for an organization C. the ConnectionString for an organization D. the Microsoft Outlook data filters for all users /Reference: QUESTION 21 Which FetchXML function is a valid aggregate function? A. round B. max C. mid D. first /Reference: QUESTION 22 Which dass can be used to create a custom entity in Microsoft Dynamics CRM? A. Create B. CreateEntity C. CreateRequest D. CreateEntityRequest /Reference: QUESTION 23 You are updating a Microsoft Dynamics CRM entity. Which property of an UpdateRequest message should you use to specify the entity to update? A. Id B. Item C. Parameters D. Target /Reference: QUESTION 24 Which method uses a message-based approach when generating a request?

9 A. Execute B. Delete C. Retrieve D. Create /Reference: QUESTION 25 You are working with Microsoft Dynamics CRM Online and trying to access the Discovery Service URL. Which component handles the authentication request? A. Active Directory B. NT LAN Manager (NTLM) version 2 authentication C. security token service (STS) D. Kerberos version 5 authentication /Reference: QUESTION 26 Which term describes a class that has data types that are NOT checked at compile time? A. late-bound B. static C. early-bound D. strongly typed /Reference: QUESTION 27 You are working on a Microsoft Dynamics CRM on-premises deployment Intemet-Fadng Deployment (IFD) is NOT configured. Which EndpointAccessType value should you use to access the organizations service endpoint? A. Passport B. Default C. Intranet D. Internet

10 /Reference: QUESTION 28 Which two authentication types does Microsoft Dynamics CRM On-Premises and Online use to authenticate users? Each correct answer premises part of the solution. A. Active Directory B. forms C. OAuth2 D. claims-based D /Reference: Ref: archive/2013/10/28/release-scalable-security-modeling-with- microsoft-dynamics-crm-2013.aspx QUESTION 29 You must create a new Account record. The Organization Service class has been instantiated, and the necessary properties are set. Which code segment should you use to create the new Account record? A. Option A B. Option B C. Option C

11 D. Option D /Reference: QUESTION 30 You have the following code segment to create a contact. (Line numbers included for reference only.) Which additional step should you add to commit the contact information to the database? A. orgcontext-savechanges(); B. _contactid = _serviceproxy.create(contact); C. orgcontext-saveobject(contact); D. contact.setattributevalue("name", value); /Reference: QUESTION 31 You make a RetrieveMultiple request against an Account entity. Which type is returned? A. OrganizationRequestCollection B. EntityCollection C. EntityReferenceCollection D. Entity /Reference: QUESTION 32 You are registering a Microsoft Dynamics CRM plug-in. You need to ensure that the plug-in can be executed outside the database transaction. In which execution

12 pipeline stage should you register the plug-in? A. Main Operation B. Pre-validation C. Post-operation D. Pre-operation /Reference: answer is modified. QUESTION 33 In a Microsoft Dynamics CRM environment you are developing a plug-in by using the following code segment: What does this code segment provide? A. contextual information that describes the run-time environment in which the plug-in is executing B. contextual information that describes the availability of Microsoft Office 365 integration endpoints C. contextual information that is sent to a remote service endpoint at run-time D. contextual information that describes pipeline execution context to the Windows Azure Service Bus /Reference: QUESTION 34 Which two assemblies are required when you develop a plug-in to use with custom code and custom entities? Each correct answer presents part of the solution. A. MicrosoftCrm.Sdk.Proxy.dll B. MicrosoftXrm.Portal.dll C. MicrosoftXrm.Sdk.dll D. MicrosoftXrm.Client.CodeGeneration.dll C /Reference: Ref: QUESTION 35 You use the Microsoft Dynamics CRM SDK to build plug-in code in Microsoft Visual Studio. Which assembly defines the non-core messages and enumerations needed for working with organization data? A. Microsoft.Xrm.Sdk.Deployment.dll B. MicrosoftCrm.SdkProxy.dll

13 C. MicrosoftXrm.Sdk.dll D. Microsoft.Xrm.Sdk.Workflow.dll /Reference: QUESTION 36 In which order are synchronous and asynchronous plug-ins executed? A. Asynchronous plug-ins are executed first in order by rant and then synchronous plug-ins are queued to be executed. B. Synchronous plug-ins are executed first in order by rant and then asynchronous plug-ins are queued to be executed. C. Synchronous and asynchronous plug-ins are both executed immediately in order by rank. D. Synchronous and asynchronous plug-ins are both queued to be executed as resources allow. /Reference: QUESTION 37 Where do you add web resources to a Microsoft Dynamics CRM implementation? A. the file <system drive>:\program Files\Microsoft CRM Client\res\Web\Web.config file B. the Settings area of the Microsoft Dynamics CRM instance C. the Microsoft Dynamics CRM Web service (CrmService.asmx) D. the Xrm.Page Script Library Template /Reference: QUESTION 38 You need to verify that an XmlHttpRequest has completed in JavaScript. What should you do? A. Create an event handler for the onreadystatechange event B. explicitytly set the Request header to a different HTIP action C. explicitly set Request header to accept JSON D. check textstatus for a timeout /Reference: QUESTION 39 Which supported script library uses the S.ajax method?

14 A. JSON2.js B. Prototype.js C. JQuery.js D. SDK.REST.js /Reference: QUESTION 40 You are including a different version of jquery as a web resource in a form script. You need to ensure that your code targets the correct version of jquery. What should you do? A. Option A B. Option B C. Option C D. Option D /Reference:

15 QUESTION 41 You write the following code segment to create a new account record by using the Representational State Transfer (REST) endpoint. Line numbers are included for reference only. Which code segment should you include at line 04 to create the URL to the Open Data Protocol (OData) endpoint? A. var ODataPath = Xrm.Page.context,getClientUrl() + H/XRMServices/2eil/Discovery.svc"; B. var ODataPath * Xrm.Page.context.getClientUrl() + M/XRMServices/2007/Organization.5vcM; C. var ODataPath = Xrm.Page.context.getClientUrl() + "/XRMServices/2011/OrganizationData.svc"; D. var ODataPath = Xrm.Page.context,getClientUrl() + M/XRMServices/2011/Organization.svc"; /Reference: QUESTION 42 You use the following code segment to pass parameters to a Microsoft Silverlight web resource at runtime: string passtypename = App.Current.Host.InitParams["abc"]; Which information is passed by using the parameter abc? A. the unique name of the organization B. the name of the entity C. an optional value D. the GUID that represents a record /Reference: QUESTION 43 Which three features are unique to dialogs? A. Query CRM Data B. Prompt and Response C. Page D. Stage E. Check Condition

16 BC /Reference: QUESTION 44 Which security privilege is required to enable the availability of a real-time workflow? A. CreateWorkflowFromTemplate Message B. Execute Workflow Job C. Activate Real-time Processes D. ExecuteAsync Message /Reference: QUESTION 45 From which base class does a custom workflow activity assembly inherit? A. System.Activities.Dyna micactivity B. System.Workflow.Runtime.Workflowlnstance C. System.Workflow.ComponentModel.Activity D. System.Activities.CodeActivity /Reference: QUESTION 46 You specify a response type of Option Set (Picklist) in the prompt and response step for a dialog box. What is the maximum number of items that a user can select as part of the response? A. All items B. Three C. The number defined in the dialog s prompt and response step D. One /Reference: QUESTION 47 Which element can be created or modified from the Microsoft Dynamics CRM user interface? A. custom XAML workflows B. custom buttons on the user navigation bar C. Site Map

17 D. business process flows /Reference: QUESTION 48 Which state is a valid state for an activated workflow? A. Stopped B. Open C. Running D. Ready /Reference: QUESTION 49 You need to ensure that a script is executed as soon as the content of an IFrame has completed loading. Which form event should you use? A. TabStateChange B. OnLoad C. OnReadyStateComplete D. OnChange /Reference: answer is corrected. QUESTION 50 Which JavaScript code segment shows the correct way to set the value of a field that is formatted as a single line of text? A. Xrm.Page.getAttribute("new_string").setValue("1234"); B. Xrm.Page.getAttribute("new_string").DataValue = "1234"; C. Xrm.Page.gctAttribute("new_string").setValue(1234); D. Xrm.Page.getAttribute(Mnew_string").setValue() =,,1234"; /Reference: QUESTION 51 Which method does the Xrm.Page object provide for developers to retrieve values passed to a form? A. getprimaryattributevalue

18 B. getobject C. getdataxml D. getquerystringparameters /Reference: QUESTION 52 You are debugging client-side code for the Microsoft Dynamics CRM mobile client application. You find that the client-side code is not interacting with web resources and IFrames. Which explanation is a valid reason why the client-side code is NOT working as anticipated? A. You did not include the Xrm.Utility.alertDialog function in the code. B. The mobile device must be capable of running Microsoft.NET Framework 4.5. C. The mobile device does not have a network connection. D. The Microsoft Dynamics CRM mobile client application does not support IFrames and web resources. /Reference: QUESTION 53 To which event can you add a function at run-time by using JavaScript? A. TabStatcChange B. OnReadyStateComplete C. OnSave D. OnLoad /Reference: QUESTION 54 The Xrm.Page object provides a namespace container for which three objects in Microsoft Dynamics CRM? Each correct answer presents part of the solution. A. data B. context C. crmform D. ui BC /Reference: Ref: dynamicscrm-2013/

19 QUESTION 55 Which three items can be extended in a manner supported by Microsoft Dynamics CRM? A. ribbons B. Service Calendar C. Site Map D. reports E. notes CD /Reference: QUESTION 56 Which method should you use to return an object in the form representing an IFrame or web resource? A. getserverurl B. getclienturl C. prependorgname D. getobject /Reference: QUESTION 57 Which type of element in the Microsoft Dynamics CRM Site Map XML containssubareait? A. Service Area B. Group C. Settings Area D. Site Map /Reference: QUESTION 58 Which two features are included in the business application services of a Microsoft Dynamics CRM application framework? A. web services B. multi-tenancy C. presentation D. models C

20 /Reference: QUESTION 59 Which method does Microsoft Dynamics CRM use to communicate with the underlying XRM framework layer? A. Microsoft Open Database Connectivity (ODBC) B. web services C. database stored procedures D. ADO.NET Entity Framework /Reference: QUESTION 60 Which two types of reports can be created for Microsoft Dynamics CRM? A. comma separated value (CSV) files B. Microsoft Office Excel C. Microsoft Office Access D. SQL Server Reporting Services (SSRS) D /Reference: Ref: reports.aspx QUESTION 61 You have a custom SQL Server Reporting Services (SSRS) report for Microsoft Dynamics CRM Online. You need to query the SQL tables for the report. Which type of querying option should you use? A. LINQ B. QueryExpression C. Filtered views D. FetchXML /Reference: QUESTION 62 You are querying data in Microsoft Dynamics CRM. Which element can be used to return an aggregate sum of the values directly in the query result? A. QueryExpression B. FetchXML

21 C. Open Data Protocol (OData) D. LINQ /Reference: QUESTION 63 Which parameter is the only parameter that the Execute method takes? A. non-entity-specific request B. request class C. target property D. response class /Reference: QUESTION 64 Which operation method takes an OrganizationRequest object as a parameter? A. Execute B. Retrieve C. Create D. RetrieveMultiple /Reference: QUESTION 65 Which query type allows the use of group by operations? A. QueryExpression B. LINQ C. Open Data Protocol (OData) D. FetchXML /Reference: super valid. QUESTION 66 Which method is used to retrieve the values from a non-global OptionSet attribute? A. RetrieveOptionSetRequest

22 B. RetrieveRequest C. RetrieveEntityRequest D. RetrieveAttributeRequest /Reference: QUESTION 67 You are running Fetch-based reports in Microsoft Dynamics CRM. Which component should you add to the computer that has Microsoft SQL Server Reporting Services (SSRS) installed? A. Microsoft Dynamics CRM Administrative Reports B. Microsoft Dynamics CRM Reporting Extensions C. SQL Server Configuration Manager D. Microsoft Dynamics CRM Report Authoring Extension /Reference: QUESTION 68 Which Microsoft Dynamics CRM web resource is used to validate data that is entered in a te box? A. XML B. HTML C. CSS D. JavaScript /Reference: QUESTION 69 Which component defines the navigation areas for Microsoft Dynamics CRM for Outlook and Microsoft Dynamics CRM for tablets? A. SiteMap B. Application ribbon C. Style Sheet (CSS) D. Service endpoint /Reference:

23 QUESTION 70 Which object is used to retrieve the root URL for an organization? A. GetClientUrl B. PrependOrgName C. GetObject D. GetQueryStringParameters /Reference: QUESTION 71 What is the correct term for a set of components that can be transported between different Microsoft Dynamics CRM organizations? A. Solution B. User settings C. Extensions D. Data maps /Reference: QUESTION 72 In Microsoft Dynamics CRM, which feature is included as part of the application framework model? A. presentation B. asynchronous business logic C. multi-tenancy D. web services /Reference: QUESTION 73 You are making a manual edit to the Account entity command bar. Which section of the file customizations.xml for the Account entity should you update? A. FormXml B. SiteMap C. RibbonDiffXml D. EntityInfo

24 /Reference: QUESTION 74 You are trying to obtain an Account record from Microsoft Dynamics CRM. You do NOT know the name of the Account record. Which method should you use to discover the Account record? A. RetrieveMultiple B. Create C. Retrieve D. Update /Reference: answer is per perfected. QUESTION 75 Which three actions can be performed on entity records when you use the Open Data Protocol (OData)? A. Count B. Execute C. Create D. Delete E. Update DE /Reference: Ref: QUESTION 76 You need to programmatically retrieve the current display name of several custom entities by using a Simple Object Access Protocol (SOAP) endpoint. Which endpoint should you use? A. Organization Service B. Organization Data Service C. Discovery Service D. Metadata Browser Managed Solution /Reference: QUESTION 77 You are updating an Account record.

25 Which code segment should you use to set the primary contact value? A. Option A B. Option B C. Option C D. Option D /Reference: QUESTION 78 You are working on a Microsoft Dynamics CRM on-premises deployment. Internet-Facing Deployment (IFD) is NOT configured. Which EndpointAccessType value should you use to access the organization s service endpoint? A. Default B. Intranet C. Passport D. Internet /Reference: QUESTION 79 You need to return system errors by leveraging the Windows Communication Framework (WCF). Which code segment should you include in your catch statement? A. ReturnResponses = true B. ContinueOnError = true

26 C. FaultException<Microsoft.Xrm.Sdk.OrganizationServiceFault> D. ContinueOnError = false /Reference: QUESTION 80 Which statement describes the Organization Service? A. an Open Data Protocol (OData) web service that provides access to the business data for your organization by using a Representational State Transfer (REST) API B. a web service that provides information about the organizations that are available on the Microsoft Dynamics CRM server by using the Simple Object Access Protocol (SOAP) C. the public certificate that is required to configure the Windows Azure AppFabric Access Control Service for Microsoft Dynamics CRM integration D. a web service that provides access to the business data and metadata for your organization by using the Simple Object Access Protocol (SOAP) /Reference: QUESTION 81 You are working on a Microsoft Dynamics CRM deployment in a single organization. Which service provides the information required to access the organization endpoint? A. Asynchronous Service B. Organization Service C. Organization Data Service D. Discovery Service /Reference: QUESTION 82 In a Microsoft Dynamics CRM environment, you have the following code segment. Line numbers included for reference only.

27 What is the purpose of line 09 in this code segment? A. Verifies the identity of the user based on their Active Directory telephone number. B. It is used for Lync integrated authentication. C. locates the user record based on the incoming Caller ID from the organizations Private Branch exchange (PBX). D. It is used to impersonate the identity of another user who is using the telephone number to locate the User ID. /Reference: QUESTION 83 You are developing a plug-in that will be used in both Microsoft Dynamics CRM online and on- premises environments. Which trust level is required? A. partial trust B. Web services trust model (WS-Trust) C. full trust D. root authority /Reference: QUESTION 84 You are deploying a Microsoft Dynamics CRM Online plug-in on a production environment. Which storage system should you use? A. on-disk B. Global Assembly Cache (GAC) C. Microsoft Dynamics CRM database D..NET assembly /Reference: super valid. QUESTION 85 Which two plug-in stages that are available to developers are always executed during the database transaction? A. Pre-operation B. MainOperation C. Pre-validation D. Post-operation D

28 /Reference: Ref: QUESTION 86 You are working with entity classes in a Microsoft Dynamics CRM plug-in. You use late binding. Which entity attribute name should you use? A. DisplayName B. DisplayCollectionName C. LogicalName D. SchemaName /Reference: QUESTION 87 What is a full trust plug-in? A. a plug-in that is registered with a third-party code-signing authority B. a plug-in that is registered inside the sandbox C. a plug-in that is registered for use with Microsoft Dynamics CRM Online only D. a plug-in that is registered outside the sandbox /Reference: QUESTION 88 How should you register a plug-in for use in multiple organizations and in multiple stages? A. Register the plug-in once for all organizations on the server and create a single configuration that will be inherited by all plug-in stages. B. Register the plug-in for each organization individually on the server and create a single configuration that will be inherited by all plug-in stages. C. Register the plug-in for each organization individually on the server and configure each stage that the plug-in will operate in separately. D. Register the plug-in once for all organizations on the server and configure each stage that the plug-in will operate in separately. /Reference: QUESTION 89 You are creating a form and workflows for the Credit Status custom entity. The Salesperson role will use a form to review active Credit Status information that the business requires. This information cannot be changed by the Sales users. All users currently have write and append privileges to the Credit Status

29 custom entity. You need to ensure that users in the Salesperson role cannot edit the Credit Status entity fields. Which form type and permissions should you use? A. Use the Undefined form and modify the Salesperson role to remove the append privilege on credit status. B. Use the Role-based form and modify the Salesperson role to remove the write privilege on credit status. C. Use the Disabled form and modify the Salesperson role to remove the write privilege on credit status. D. Use the Read-only form and modify the Salesperson role to remove the append privilege on credit status. /Reference: QUESTION 90 You are creating client-side event-triggered handlers. What is the maximum number of event handlers that you can specify for each event? A. 1 B. 5 C. 10 D. 50 /Reference:

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

Microsoft 80295 - Extending Microsoft Dynamics CRM 2011

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

More information

Microsoft 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

This three-day instructor-led course provides students with the tools to extend Microsoft Dynamics CRM 4.0.

This three-day instructor-led course provides students with the tools to extend Microsoft Dynamics CRM 4.0. Table of Contents Introduction Audience Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction This three-day instructor-led course provides students with the

More information

Extending Microsoft Dynamics CRM 4.0

Extending Microsoft Dynamics CRM 4.0 Extending Microsoft Dynamics CRM 4.0 8969: Extending Microsoft Dynamics CRM 4.0 (3 Days) About this Course This three-day instructor-led course provides students with the knowledge and skills to develop

More information

Extending Microsoft Dynamics CRM 2013 Online Training

Extending Microsoft Dynamics CRM 2013 Online Training Extending Micrsft Dynamics CRM 2013 Online Training Curse Outline Plan the deplyment f Micrsft Dynamics CRM Describe the Micrsft Dynamics CRM applicatin framewrk Describe the Micrsft Dynamics CRM extensibility

More information

This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud.

This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud. Module 1: Overview of service and cloud technologies This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud. Key Components of

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

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

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

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

MOC 20487 DEVELOPING WINDOWS AZURE AND WEB SERVICES

MOC 20487 DEVELOPING WINDOWS AZURE AND WEB SERVICES ONE STEP AHEAD. MOC 20487 DEVELOPING WINDOWS AZURE AND WEB SERVICES Length: 5 Days Level: 300 Technology: Microsoft Visual Studio 2012 Delivery Method: Instructor-led (classroom) COURSE OUTLINE Module

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

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

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

Table of Contents. Introduction. Audience. At Course Completion. Prerequisites

Table of Contents. Introduction. Audience. At Course Completion. Prerequisites Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction This three-day instructor-led course provides

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Details Course Outline Module 1: SharePoint as a Developer Platform This module examines different approaches that can be

More information

MS 20487A Developing Windows Azure and Web Services

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

More information

Course 10978A Introduction to Azure for Developers

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

More information

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

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

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

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

MB2-707 MB2-707. Microsoft Dynamics CRM Customization and Configuration. Version 5.0

MB2-707 MB2-707. Microsoft Dynamics CRM Customization and Configuration. Version 5.0 MB2-707 Number: MB2-707 Passing Score: 800 Time Limit: 120 min File Version: 5.0 http://www.gratisexam.com/ MB2-707 Microsoft Dynamics CRM Customization and Configuration Version 5.0 Exam A QUESTION 1

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

Microsoft Dynamics CRM Event Pipeline

Microsoft Dynamics CRM Event Pipeline Microsoft Dynamics CRM Event Pipeline White Paper Published on: January 2014 2012 Rödl Consulting AG. All rights reserved Pipeline MS CRM 2011/ 2013 Event Table of Contents Introduction... 3 Event Pipeline

More information

CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1

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

More information

s@lm@n Microsoft Exam MB2-702 Microsoft Dynamics CRM 2013 Deployment Version: 6.1 [ Total Questions: 90 ]

s@lm@n Microsoft Exam MB2-702 Microsoft Dynamics CRM 2013 Deployment Version: 6.1 [ Total Questions: 90 ] s@lm@n Microsoft Exam MB2-702 Microsoft Dynamics CRM 2013 Deployment Version: 6.1 [ Total Questions: 90 ] Question No : 1 You install Microsoft Dynamics CRM on-premises. The Microsoft Dynamics CRM environment

More information

Working with Microsoft Dynamics CRM 2011. Mike Snyder Jim Steger Kristie Reid

Working with Microsoft Dynamics CRM 2011. Mike Snyder Jim Steger Kristie Reid Working with Microsoft Dynamics CRM 2011 Mike Snyder Jim Steger Kristie Reid PUBLISHED BY Microsoft Press A Division of Microsoft Corporation One Microsoft Way Redmond, Washington 98052-6399 Copyright

More information

New Features of SharePoint 2013

New Features of SharePoint 2013 With the recent release of the 2013 Preview, Microsoft has yet again improved its offering in enterprise content management, collaboration, social computing, enterprise search and the business intelligence

More information

Monitoring MSDynamix CRM 2011

Monitoring MSDynamix CRM 2011 Monitoring MSDynamix CRM 2011 eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be

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

Developing Microsoft Azure Solutions

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

More information

ADS2013: App Development with SharePoint 2013

ADS2013: App Development with SharePoint 2013 SHAREPOINT 2013 FOR IT PROFESSIONALS 4 DAYS ADS2013: App Development with SharePoint 2013 AUDIENCE FORMAT COURSE DESCRIPTION.NET Developers Instructor-led webcast with hands-on labs This 4-day course explores

More information

Developing Microsoft Azure Solutions 20532A; 5 days

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

More information

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

Developing Windows Azure and Web Services

Developing Windows Azure and Web Services CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20487: Developing Windows Azure and Web Services Length: 5 Days Audience: Developers Level: 300

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

70-489. Developing Microsoft SharePoint Server 2013 Advanced Solutions. Version: Demo. Page <<1/8>>

70-489. Developing Microsoft SharePoint Server 2013 Advanced Solutions. Version: Demo. Page <<1/8>> 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Version: Demo Page 1. You need to configure the external content type to search for research papers. Which indexing connector

More information

Microsoft Dynamics CRM 2015 Update 1

Microsoft Dynamics CRM 2015 Update 1 Microsoft Dynamics CRM 2015 Update 1 Get ready for the next release Mandar Joshi @Joshi4Mandar Warning: Whatever demoed here is under PREVIEW MODE. This topic is prerelease documentation and is subject

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

10978A: Introduction to Azure for Developers

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

More information

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

Microsoft. CRM 2015 & CRM Online 2015 Slides. MCRM15 & MCRMOL15 Certification. Version 1.1

Microsoft. CRM 2015 & CRM Online 2015 Slides. MCRM15 & MCRMOL15 Certification. Version 1.1 Microsoft MCRM15 & MCRMOL15 Certification CRM 2015 & CRM Online 2015 Slides Version 1.1 Microsoft Dynamics CRM 2015 MCRM 2015 Copyright Property of Firebrand Training Ltd Introduction Name Company Job

More information

CRM University. Course Catalog. BC010 Boot Camp With a focus on the business use of Microsoft Dynamics CRM, the boot

CRM University. Course Catalog. BC010 Boot Camp With a focus on the business use of Microsoft Dynamics CRM, the boot Course Description Duration BC010 Boot Camp With a focus on the business use of Microsoft Dynamics CRM, the boot camp covers the entire application in detail. Using hands-on labs in a a training environment

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

SharePoint 2010 Developer Track

SharePoint 2010 Developer Track SharePoint 2010 Developer Track Duration: 5 days Thorough education is key to working with SharePoint 2010 productively. This course guides you through essential 2010 elements, from pre-requisites to system

More information

SAV2013: The Great SharePoint 2013 App Venture

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

More information

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

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

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

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 Dynamics CRM 2011 Performance Counters

Microsoft Dynamics CRM 2011 Performance Counters Microsoft Dynamics CRM 2011 Performance Counters Microsoft Corporation Published August 2011 Abstract Windows Server 2008 R2 includes a tool named Windows Performance Monitor. You can configure Windows

More information

SharePoint Integration

SharePoint Integration Microsoft Dynamics CRM 2011 supports SharePoint 2007/2010 integration to improve document management in CRM. The previous versions of CRM didn't have a solid out-of-the-box solution for document management

More information

Microsoft Dynamics CRM 2013/2015 Event Pipeline

Microsoft Dynamics CRM 2013/2015 Event Pipeline Microsoft Dynamics CRM 2013/2015 Event Pipeline User manual Published on: March 2015 *The document is based on Microsoft Dynamics CRM 2013 Version 2014 Rödl Consulting AG. All rights reserved Table of

More information

Dynamics CRM 2011. with Azure and SharePoint a perfect match. Central and Eastern Europe

Dynamics CRM 2011. with Azure and SharePoint a perfect match. Central and Eastern Europe Central and Eastern Europe Dynamics CRM 2011 with Azure and SharePoint a perfect match Almut Tadsen Dynamics ISV Developer Evangelist atadsen@microsoft.com Agenda for today Azure Execute your out of CRM

More information

SnapShot! for Dynamics CRM V1.3. Copyright 2012 CRM Accelerators

SnapShot! for Dynamics CRM V1.3. Copyright 2012 CRM Accelerators SnapShot! for Dynamics CRM V1.3 Copyright 2012 CRM Accelerators Table of Contents SnapShot! for Dynamics CRM... 1 Installing the license key... 4 Running SnapShot!... 5 Connection Information (On Premise):...

More information

Introduction to Azure for Developers

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

More information

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

Microsoft Dynamics CRM Server 2011 software requirements

Microsoft Dynamics CRM Server 2011 software requirements Microsoft Dynamics CRM Server 2011 software requirements This section lists the software and application requirements for Microsoft Dynamics CRM Server 2011. Windows Server operating system: Microsoft

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

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

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

ITDUMPS QUESTION & ANSWER. Accurate study guides, High passing rate! IT dumps provides update free of charge in one year!

ITDUMPS QUESTION & ANSWER. Accurate study guides, High passing rate! IT dumps provides update free of charge in one year! ITDUMPS QUESTION & ANSWER Accurate study guides, High passing rate! IT dumps provides update free of charge in one year! HTTP://WWW.ITDUMPS.COM Exam : 70-549(C++) Title : PRO:Design & Develop Enterprise

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

MICROSOFT 70-488 EXAM QUESTIONS & ANSWERS

MICROSOFT 70-488 EXAM QUESTIONS & ANSWERS MICROSOFT 70-488 EXAM QUESTIONS & ANSWERS Number: 70-488 Passing Score: 700 Time Limit: 120 min File Version: 48.8 http://www.gratisexam.com/ MICROSOFT 70-488 EXAM QUESTIONS & ANSWERS Exam Name: Developing

More information

multiple placeholders bound to one definition, 158 page approval not match author/editor rights, 157 problems with, 156 troubleshooting, 156 158

multiple placeholders bound to one definition, 158 page approval not match author/editor rights, 157 problems with, 156 troubleshooting, 156 158 Index A Active Directory Active Directory nested groups, 96 creating user accounts, 67 custom authentication, 66 group members cannot log on, 153 mapping certificates, 65 mapping user to Active Directory

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

Microsoft 10978 - Introduction to Azure for Developers

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

More information

Microsoft.Realtests.98-363.v2014-08-23.by.ERICA.50q

Microsoft.Realtests.98-363.v2014-08-23.by.ERICA.50q Microsoft.Realtests.98-363.v2014-08-23.by.ERICA.50q Number: 98-363 Passing Score: 800 Time Limit: 120 min File Version: 26.5 MICROSOFT 98-363 EXAM QUESTIONS & ANSWERS Exam Name: Web Development Fundamentals

More information

TH3 Office 365 REST APIs. Peter Carson

TH3 Office 365 REST APIs. Peter Carson TH3 Office 365 REST APIs Peter Carson Peter Carson President, Envision IT SharePoint MVP peter@envisionit.com http://blog.petercarson.ca www.envisionit.com Twitter @carsonpeter VP Toronto SharePoint User

More information

Broadlook CRM Suite Requirements Guide

Broadlook CRM Suite Requirements Guide Broadlook CRM Suite Requirements Guide Version 1.7 Broadlook Technologies broadlook.com Revision History 1.7 9/26/2012 Alex Kazansky Logo updated 1.6 8/20/2012 Alex Kazansky CRM Profiler requirements updated

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

Enterprise Data Integration for Microsoft Dynamics CRM

Enterprise Data Integration for Microsoft Dynamics CRM Enterprise Data Integration for Microsoft Dynamics CRM Daniel Cai http://danielcai.blogspot.com About me Daniel Cai Developer @KingswaySoft a software company offering integration software and solutions

More information

How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises)

How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) COMPANY: Microsoft Corporation RELEASED: September 2013 VERSION: 1.0 Copyright This document is provided "as-is". Information

More information

Microsoft MB6-872 Exam Questions & Answers

Microsoft MB6-872 Exam Questions & Answers Microsoft MB6-872 Exam Questions & Answers Number: MB6-872 Passing Score: 800 Time Limit: 120 min File Version: 40.4 http://www.gratisexam.com/ Microsoft MB6-872 Exam Questions & Answers Exam Name: Microsoft

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

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

SharePoint 2013 DEV. David Čamdžić Kompas Xnet d.o.o.

SharePoint 2013 DEV. David Čamdžić Kompas Xnet d.o.o. SharePoint 2013 DEV David Čamdžić Kompas Xnet d.o.o. David Čamdžić Sharepoint Solutions developer since 2007 on and off Developing mostly intranet SharePoint solutions Currently working on about 10 Sharepoint

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

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

Table of Contents. Introduction. Audience

Table of Contents. Introduction. Audience Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction This three-day instructor-led course provides

More information

Course 20532B: Developing Microsoft Azure Solutions

Course 20532B: Developing Microsoft Azure Solutions Course 20532B: Developing Microsoft Solutions Five Days, Instructor-Led About this Course This course is intended for students who have experience building vertically scaled applications. Students should

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

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

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

Application Development

Application Development Microsoft SQL Azure: Enterprise Application Development Build enterprise-ready applications and projects with SQL Azure Jayaram Krishnaswamy PUBLISHING BIRMINGHAM - MUMBAI Preface 1 Chapter 1: Cloud Computing

More information

Developing and Implementing Web Applications with Microsoft Visual C#.NET and Microsoft Visual Studio.NET

Developing and Implementing Web Applications with Microsoft Visual C#.NET and Microsoft Visual Studio.NET Unit 39: Developing and Implementing Web Applications with Microsoft Visual C#.NET and Microsoft Visual Studio.NET Learning Outcomes A candidate following a programme of learning leading to this unit will

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

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

AGILEXRM REFERENCE ARCHITECTURE

AGILEXRM REFERENCE ARCHITECTURE AGILEXRM REFERENCE ARCHITECTURE 2012 AgilePoint, Inc. Table of Contents 1. Introduction 4 1.1 Disclaimer of warranty 4 1.2 AgileXRM components 5 1.3 Access from PES to AgileXRM Process Engine Database

More information

Getting Started Guide

Getting Started Guide BlackBerry Web Services For Microsoft.NET developers Version: 10.2 Getting Started Guide Published: 2013-12-02 SWD-20131202165812789 Contents 1 Overview: BlackBerry Enterprise Service 10... 5 2 Overview:

More information

Intro to Developing for SharePoint Online: What Tools Can I Use?

Intro to Developing for SharePoint Online: What Tools Can I Use? Intro to Developing for SharePoint Online: What Tools Can I Use? Paul Papanek Stork Chief Architect for ShareSquared, Inc http://www.sharesquared.com Contributing Author Developer s Guide to WSS 3.0 MOSS

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

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

SHAREPOINT 2010 DEVELOPMENT : IN THE CLOUD. Faraz Khan Senior Consultant RBA Consulting

SHAREPOINT 2010 DEVELOPMENT : IN THE CLOUD. Faraz Khan Senior Consultant RBA Consulting SHAREPOINT 2010 DEVELOPMENT : IN THE CLOUD Faraz Khan Senior Consultant RBA Consulting AGENDA Intro to SharePoint Online SharePoint Hosting Options Feature Comparison with Public/Private/On-Premise Customization

More information

Performance Testing for Ajax Applications

Performance Testing for Ajax Applications Radview Software How to Performance Testing for Ajax Applications Rich internet applications are growing rapidly and AJAX technologies serve as the building blocks for such applications. These new technologies

More information

Platform. Developing ISV Applications using Microsoft Dynamics CRM. Microsoft Dynamics CRM 4.0 DAVID YACK. May 2008

Platform. Developing ISV Applications using Microsoft Dynamics CRM. Microsoft Dynamics CRM 4.0 DAVID YACK. May 2008 Platform Microsoft Dynamics CRM 4.0 Developing ISV Applications using Microsoft Dynamics CRM DAVID YACK May 2008 Summary: Microsoft Dynamics CRM 4.0 is built on a sophisticated line-of-business application

More information

ResPAK Internet Module

ResPAK Internet Module ResPAK Internet Module This document provides an overview of the ResPAK Internet Module which consists of the RNI Web Services application and the optional ASP.NET Reservations web site. The RNI Application

More information