How to Enable Multi Language Settings in a SharePoint Office 365 Site Programmatically Using C# Client Site Object Model (CSOM)
In this article let us see how to enable Multi Language settings in a SharePoint Office 365 Site Programmatically using C# Client Side Object Model (CSOM)
How to Configure Search Centre URL in a SharePoint Office 365 Site Programmatically Using C# Client Site Object Model (CSOM)
Today we are going to have a look on a small tip which will be useful during the deployment package. Usually when we are provisioning a site we need to configure the corresponding search centre URL for that site. But when we try to automate the deployment process we need C# code for each and every small piece of work. In that aspect let us see how to configure the search centre URL here.
Host your ASP.NET Application on the Azure VM and Make it publicly accessible
In this article let us see how to Host your ASP.NET Application on the Azure VM and Make it publicly accessible
An Error Occurred While Processing your request – SharePoint Office 365 with Provider Hosted Application
An Error Occured While Processing your request – A Common Exception in SharePoint Provider Hosted Application and a debugging mechanism.
Warning – You are being redirected to the following URL that was not registered as the app launch url
Warning – You are being redirected to the following URL that was not registered as the app launch url
Exception – HTTP Error 405.0 – Method Not Allowed: The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used
Exception – HTTP Error 405.0 – Method Not Allowed: The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used.
Working with Large List Item (List Threshold) CAML Query does not work – GetFolderByServerRelativeURL
Again let us discuss a strange issue. I have a document library which is going to have almost 1 million documents in it.
Module Optimization by using RequireJS in ASP.NET MVC
In my previous article I have explained about some basic idea and implementation on RequireJS. In this article let me explain on Module Optimization using RequireJS and there are ways to use this approach with ASP.NET.
Build a simple client-side MVC app with RequireJS
RequireJS is an implementation of AMD (Asynchronous Module Definition) an API for declaring modules and loading them asynchronously on the fly when they’re needed.
How to update a SharePoint list item using Express JS
In this article we can see how to update a SharePoint list item using Express JS by passing the request digest header. For adding item and configuration steps refer the previous…