-
Recent Posts
- How to retrieve Response header values from the Custom Connector in PowerApps Canvas App? May 25, 2023
- Microsoft Build 2023 (May 23-25) May 25, 2023
- How to create a JSON String array in PowerApps? May 24, 2023
- How to resolve “FHIRBase.GETPatient failed: Failed to execute ‘atob’ on ‘Window’: The string to be decoded is not correctly encoded.” error? May 20, 2023
- How to clean up the FHIR objects in the Postman received as a bundle? May 17, 2023
Recent Comments
Julie Bird on How to hide welcome message fo… Erik on How to Export Intune reports u… Jonnie on How to add a Checkbox to a Pow… Jeff Flogerzi on How to send approval requests… Chris on How to fix an infinite trigger… Archives
- May 2023
- February 2023
- January 2023
- December 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- September 2021
- August 2021
- July 2021
- June 2021
- April 2021
- February 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- October 2018
- April 2015
- February 2015
- January 2015
- December 2014
- November 2014
- June 2014
- March 2014
- January 2013
- October 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- February 2011
- December 2010
Categories
Meta
Monthly Archives: December 2014
Why SPAppWebUrl is empty string for the SharePoint 2013 provided hosted App?
I created a new SharePoint Provided Hosted App. In the app added a single App part using the add item template. I used the {StandardTokens} in the query string of the start page. I got all other values but the … Continue reading
Posted in Uncategorized
Leave a comment
How to change default browser for debugging SharePoint 2013 Apps?
Answer: Basically create a dummy new ASP.NET Web application. Change the debug browser menu and run the app. Close the dummy app. Open your SharePoint 2013 App and you should have your browser changed. I don’t know why there is … Continue reading
Posted in SharePoint 2013
Leave a comment
How to list the all web parts on a page?
The webparts are on the page. There is a simple way to list all web parts on the page. Simply add “?contents=1” after the page. This will list all the webparts present on the page. You can select and delete … Continue reading
Posted in Uncategorized
Leave a comment
Securing REST Web API in ASP.NET
The REST Web Api endpoint the customer has developed & deployed to Azure website has anonymous access. The REST end point must be secured. I was investigating the best and easier way to secure the REST endpoint in ASP.NET. There … Continue reading
Posted in Azure
Leave a comment
SideWaffle template for AngularJS on Visual Studio
The Side Waffle is very useful for the Angular JS development. http://sidewaffle.com/ VsCommands for Visual Studio 2013 is useful add ins.
Posted in Uncategorized
Leave a comment
Breeze & SharePoint 2013
Breeze is a cool framework to make REST calls from the client side. To better explain Andrew Connal’s blog explains in details http://www.andrewconnell.com/blog/getting-breezejs-to-work-with-the-sharepoint-2013-rest-api. The only problem is that it can not do the cross domain calls so the lists on … Continue reading
Posted in Uncategorized
Leave a comment
Hot Towel for Angular
John has done very good work to explain the Angular JS template App “Hot Towel” It provide all bits and pieces of the App template for the Angular JS http://www.johnpapa.net/hot-towel-angular/
Posted in Uncategorized
Leave a comment
Zurb Foundation
I just learnt the Zurb Foundation is great for the responsive UI design. http://foundation.zurb.com/ I have not used before but I will blog about the tips or tricks on Zurb
Posted in Uncategorized
Leave a comment
Using UserPhoto.ASPX to get picture from User Profile Store
Problem ======= As you may know the User Profile Picture is stored in My Site Host site collection. The User Profile property PictureURL store the location of the picture. But the problem I ran in to is cross domain issue … Continue reading
Creating & Consuming OData Services in Microsoft technology
The following are two good urls which can give you all guidelines http://msdn.microsoft.com/en-us/data/odata.aspx This is very simple blog on code project. http://www.codeproject.com/Articles/393623/OData-Services
Posted in Uncategorized
Leave a comment