MVA Certifcate of Learining
Monday, May 27, 2013
Posted by Usama Wahab Khan at 8:24 AM 0 comments
Labels: Share Point, Usama wahab khana
Autohosted app Uploading a large file to an SharePoint 2013
Sunday, May 26, 2013
if you trying to upload Large file to you AutoHosted App some thing like 1.5 Gb which more time to execute then you will receive and error especially if you're using MVC.
Add in app web.config :)
Posted by Usama Wahab Khan at 11:56 PM 0 comments
Labels: SharePoint 2013, SharePoint Apps
SharePoint 2013 WebPart vs AppPart and Cloud App Module Advantages
Tuesday, May 21, 2013
WebPart Vs App Part
Web Part
|
App Part
|
Run on SharePoint
Server
|
Run on external servers or Browser
|
Run with User Permissions or will full
Permissions (elevated Privilege)
|
Run with App Identity that is
granted specific Permission.
|
Runs in the Same
Domain and environment of the page and its content.
|
Runs on Different domain
providing complete client -side isolation
|
Could take up a
significant amount of CPU cycles for complex operations
|
Executed outside SharePoint
hence SharePoint performance is not
impacted
|
Not easy to publish
globally / locally. It requires installations and activations.
|
Can be published internally
and or to the Microsoft public SharePoint Store
|
- Cloud App Module which runs Outside the SharePoint server
- Better life cycle installs > update > install.
- App Store to Manage Apps.
Posted by Usama Wahab Khan at 6:20 AM 0 comments
Labels: App Part, SharePoint 2013, SharePoint Apps
Dubai Sharepointer meetup
Friday, May 17, 2013
Posted by Usama Wahab Khan at 3:34 AM 0 comments
Labels: Usama wahab khana
X-Frame-Options’ to ‘SAMEORIGIN’ SharePoint2013 X-Frame without x-frame-options error
Monday, May 6, 2013
I was try to Add Item in Custom list which in hosted Site from SharePoint hosted App. then try to open same Add Form in Dialogbox and Get this Error. then I Find one very helpful Post By Humberto Lezama.
Hope So it will help others
Posted by Usama Wahab Khan at 3:51 AM 0 comments
Labels: SharePoint 2013
Open Module Popup Dialog SharePoint 2010
Fastest Way :)
function OpenPopUpPage(url, callback, width, height)
function OpenPopUpPageWithTitle(url, callback, width, height, title)
function OpenPopUpPageWithDialogOptions(dialogOptions)
Or you can use this Custom Function
//Add Dialog for Update,New Forms
function dialogfunction(pageUrl) {
var options = { url: pageUrl, width: 400, height: 300 };
SP.SOD.execute('sp.ui.dialog.js', 'SP.UI.ModalDialog.showModalDialog', options);
}
To Use above Function need Following SharePoint
JavaScript libraries
SP.UI.Dialog.js
SP.Core.js
SP.js,
Posted by Usama Wahab Khan at 2:44 AM 0 comments
Labels: SharePoint 2013, SharePoint Apps
Create an external content type from an OData source in SharePoint 2013
Sunday, May 5, 2013
Posted by Usama Wahab Khan at 8:53 PM 1 comments
Labels: BCS, external content type, odata, REST Service, SharePoint 2013, SharePoint Apps
Microsoft Gulf Community Day X Factor
Saturday, May 4, 2013
Microsoft held a Community Day X Factor on May 4th 2013 at Microsoft Gulf, Dubai. In the first session
Eduardo Ortega, Technical Evangelist for Windows 8 and Windows Phone 8 from Microsoft Gulf talked about the MVP Program and shared his own experiences as an MVP for 4 years before joining Microsoft. In second session Natasha from Microsoft talked about the local developer communities that Microsoft is supporting.
Posted by Usama Wahab Khan at 9:46 PM 0 comments
Labels: Microsft, Microsft Gulf, Usama wahab khana
Microsoft certified Trainer 2013 SharePoint
Posted by Usama Wahab Khan at 12:26 AM 2 comments
Labels: MCT, SharePoint 2013, Usama wahab khana