SharePoint 2013: Implement Deferred And Promise Object In JavaScript Asynchronous Execute
Gowtham Rajamanickam
by Gowtham
5y ago
Introduction SharePoint 2013 Client Object Model is used to retrieve, update and manage the data in SharePoint 2013 library/List. SharePoint makes an Object model available in several forms but here, we are using Javascript Object Model. JavaScript library(JSOM)REST/OData endpoints In this Javascript Object Model, we will use executeQueryAsync() but it will execute/ will not wait for success/ fail to complete. We need to make executeQueryAsync() behave synchronously.It means the function will wait for async operations, which should be completed and should return some values. We know that Share ..read more
Visit website
How to Create a Document Set in SharePoint 2013 using REST API
Gowtham Rajamanickam
by Gowtham
5y ago
You can perform basic create, read, update, and delete (CRUD) operations by using the Representational State Transfer (REST) interface provided by SharePoint. The REST interface exposes all the SharePoint entities and operations that are available in the other SharePoint client APIs. One advantage of using REST is that you don't have to add references to any SharePoint libraries or client assemblies. Instead, you make HTTP requests to the appropriate endpoints to retrieve or update SharePoint entities, such as webs, lists, and list items Source:https://docs.microsoft.com/en-us/sharepoint/dev/s ..read more
Visit website
Top 50 AWS Interview Questions and Answers
Gowtham Rajamanickam
by Gowtham
5y ago
What is AWS? AWS (Amazon Web Services) is a platform to provide secure cloud services, database storage, offerings to compute power, content delivery, and other services to help business level and develop. What are the key components of AWS ?   The fundamental elements of AWS areRoute 53: A DNS web serviceEasy E-mail Service: It permits addressing e-mail utilizing RESTFUL API request or through normal SMTPIdentity and Access Management: It gives heightened protection and identity control for your AWS accountSimple Storage Device or (S3): It is a warehouse equipment and the well-known widely ut ..read more
Visit website
SharePoint 2013: Implement Deferred And Promise Object In JavaScript Asynchronous Execute
Gowtham Rajamanickam
by Gowtham
5y ago
Introduction SharePoint 2013 Client Object Model is used to retrieve, update and manage the data in SharePoint 2013 library/List. SharePoint makes an Object model available in several forms but here, we are using Javascript Object Model.JavaScript library(JSOM)REST/OData endpointsIn this Javascript Object Model, we will use executeQueryAsync() but it will execute/ will not wait for success/ fail to complete. We need to make executeQueryAsync() behave synchronously.It means the function will wait for async operations, which should be completed and should return some values.We know that SharePo ..read more
Visit website
How to Create a Document Set in SharePoint 2013 using REST API
Gowtham Rajamanickam
by Gowtham
5y ago
You can perform basic create, read, update, and delete (CRUD) operations by using the Representational State Transfer (REST) interface provided by SharePoint. The REST interface exposes all the SharePoint entities and operations that are available in the other SharePoint client APIs. One advantage of using REST is that you don't have to add references to any SharePoint libraries or client assemblies. Instead, you make HTTP requests to the appropriate endpoints to retrieve or update SharePoint entities, such as webs, lists, and list items Source:https://docs.microsoft.com/en-us/sharepoint/dev/s ..read more
Visit website
Top 50 Was Interview Questions and Answers
Gowtham Rajamanickam
by Gowtham
5y ago
What is AWS? AWS (Amazon Web Services) is a platform to provide secure cloud services, database storage, offerings to compute power, content delivery, and other services to help business level and develop. What are the key components of AWS ?   The fundamental elements of AWS areRoute 53: A DNS web serviceEasy E-mail Service: It permits addressing e-mail utilizing RESTFUL API request or through normal SMTPIdentity and Access Management: It gives heightened protection and identity control for your AWS accountSimple Storage Device or (S3): It is a warehouse equipment and the well-known widely ut ..read more
Visit website
...
Gowtham Rajamanickam
by Gowtham Rajamanickam
5y ago
..read more
Visit website
AWS Interview Questions Sample
Gowtham Rajamanickam
by Gowtham Rajamanickam
5y ago
*****************************************************************************QUESTION 1Amazon SWF is designed to help users____.A. Design graphical user interface interactions.B. Manage user identification and authorization.C. Store Web content.D. Coordinate synchronous and asynchronous tasks which are distributed and fault tolerant.Answer: D *****************************************************************************QUESTION 2Can I control if and when MySQL based RDS Instance is upgraded to new supported versions?A. NoB. Only in VPCC. YesAnswer: C ..read more
Visit website
Error occurred in deployment step 'install app for SharePoint': SharePoint APP Installation Error
Gowtham Rajamanickam
by Gowtham Rajamanickam
5y ago
This blog will help you to understand SharePoint APP installation error and many of them faced this error commonly. The full error message isError occurred in deployment step 'Install App for SharePoint': Failed to install App for SharePoint Solution to Fix this issue: Check if the App Management Service and Subscription Service are started. You can use the following PowerShell to start them in SharePoint CA Go to Central Administration -> Services on Server. Check this service are running by using Powershell Commands,Step 1: SPSubscriptionSettingsService Get-SPServiceInstance | where{$_ ..read more
Visit website
Python Collections Data Types
Gowtham Rajamanickam
by Gowtham Rajamanickam
5y ago
There are four collection data types in the Python programming language:source:Python+Data+Types.pngListsTupleSetDictionary List is a collection which is ordered and changeable. Allows duplicate members.Lists are very similar to arrays. They can contain any type of variable, and they can contain as many variables as you wish.  Lists can also be iterated over in a very simple manner. Here is an example of how to build a list.Python knows a number of compound data types, used to group together other values. The most versatile is the list, which can be written as a list of comma-separated values ..read more
Visit website

Follow Gowtham Rajamanickam on FeedSpot

Continue with Google
Continue with Apple
OR