<script type="text/javascript">
var Key = {
a : "hello",
b: "world"
}
alert(Key.a);
alert(Key.b);
</script>
Friday, February 28, 2014
JavaScript Key Array
Today I discovered that javascript now supports Key Value Arrays....sweeeet.
Wednesday, February 26, 2014
My Microsoft Certified Professional(MCP) Card
This is how my Microsoft Certified Professional(MCP) Card looks like:
Monday, February 24, 2014
SharePoint 2013 - User Profile Cleanup Timer Job
Diagrams below explain how the user profiles are getting imported by User Profile Application in SharePoint 2013 and then how they are deleted from the SharePoint.
MySites is created when user accesses the MySite Host Site.
MySites is created when user accesses the MySite Host Site.
After the profiles are marked deleted in the UserProfile_Full table, Cleanup job takes care of the dirty work.
Subscribe to:
Posts (Atom)
-
Scenario: Updating the Master Page for SharePoint Online is not recommended by Microsoft now.....fine. So how do we change the UI then? And...
-
Microsoft introduced Office Graph a couple of months back which uses machine learning techniques to connect people to the relevant content,...
-
I have recently contributed to the official SharePoint documentation for developement. Check it out here: https://docs.microsoft.com/en-us...
Official SharePoint Documentation
I have recently contributed to the official SharePoint documentation for developement. Check it out here: https://docs.microsoft.com/en-us...