All About Sharepoint
Pages
(Move to ...)
Home
SharePoint
Workflow
InfoPath
App
DotNet
AngularJS
JQuery
CSS
About
▼
Tuesday, October 1, 2024
APIM policy to get the token and send request in backend
›
< backend > < retry condition = "@(context.Response.StatusCode == 401)" count = "2" interval = ...
Tuesday, September 3, 2024
APIM Policy to send Data to servicebus managed identity
›
<!-- - Policies are applied in the order they appear. - Position <base/> inside a section to inherit policies from the ou...
Monday, May 14, 2018
Create New SharePoint Web coping sibling site content
›
Scenario There are situations when you need to create duplicate the already created web using same site template, language and site str...
Monday, November 27, 2017
Why and How to implement Dependency Injection Pattern?
›
Benefits By using dependency injection, you solve two main problems, 1- Unit Test 2- Instantiation Unit Test You can resolve this b...
Saturday, October 15, 2016
JavaScript Object References
›
Recently people asked me how JavaScript keep references while passing through function parameters including angular promise, underscore and...
Wednesday, July 6, 2016
How to add Web API to an existing ASP.NET MVC Web Application
›
The steps I needed to perform were: Add reference to System.Web.Http.WebHost . Add App_Start\WebApiConfig.cs (see code snippet below...
Use TypeScript in SharePoint Hosted App
›
There is trick involved in making Visual Studio realize to compile TypeScript and generate javascript files, Following procedure will give...
›
Home
View web version