App Development ebooks
Programming Windows Store Apps with HTML, CSS and JavaScript Kraig Brockschmidt Microsoft Press is pleased to offer the second edition of Kraig Brockschmidt’s in-depth ebook on writing Windows Store apps…
SharePoint 2013 Certifications.
MCSE: SharePoint Earning an MCSE: SharePoint certification will qualify you for a job as systems or network analyst. Certification earned 1 2 3 Core Solutions of Microsoft SharePoint Server 2013…
MOSS2007: The data source control failed to execute the insert command
When I was trying to initiate workflow from MOSS2007 to a list, an error page: The data source control failed to execute the insert command is appearing You will find…
Calculated Field Formulas for Default value
Have you ever tried to use a calculated field formula in “Default value:” section when setting up “Additional Column Settings” for a custom site column in SharePoint? Using column references in a…
Inside .NET Native
ET code is statically compiled to machine code (versus runtime compiled via JIT) by the VC++ back end compiler ET code ever has before ET has gone native ET Native ET native…
Backup and Restore SharePoint 2013 site collection using PowerShell
If you want to take backup/restore your site collection in SharePoint, we can do with PowerShell Commands. Backup site collection in SharePoint using PowerShell Restore site collection in SharePoint using…
Send email with attachment in powershell
$Body = "get the information here to show the data with attachement" | Set-Content C:\somename.html $att = new-object Net ail #Send mail with attachment $mailmessage $mailmessage $mailmessage $mailmessage ail $att
Make InfoPath Contact Selector Required in Browser-Enabled Forms
f you’ve used the InfoPath Contact Selector before, you might have seen that it does not support validation like other InfoPath controls do There is no option on the Properties…
Exam preparation 70-480 Programming in HTML5 with JavaScript and CSS3
The percentages indicate the relative weight of each major topic area on the exam The higher the percentage, the more questions you are likely to see on that content area…
Exam Preparation 70-331 Core Solutions of Microsoft SharePoint Server 2013
The percentages indicate the relative weight of each major topic area on the exam The higher the percentage, the more questions you are likely to see on that content area…
Contact Selector in InfoPath 2007 for SharePoint integration
There are heaps of articles and blogs out there that describe how to create the Contact Selector control in InfoPath 2007 In InfoPath select Insert -> More Controls 2 Select…
Programmatically Manage IIS
So, in order to create a Deploy and Environment Application, an IIS management know-how was required. For example, the version of IIS in a query could not easily be found,…
Everything In Active Directory via C#
If you're using Active Directory code from an ASP DirectoryEntry localMachine = new DirectoryEntry Active Directory Code Active Directory Management ldapPath = e Active Directory Objects if (DirectoryEntry
Step-by-Step: Build a FREE SharePoint 2013 Dev/Test Lab in the Cloud with Windows Azure Infrastructure Services
Get Started with your Lab in the Cloud for FREE! Configuring SharePoint Server 2013 on Windows Azure Infrastructure Services To deliver a functional and expandable lab environment, this article provides…
10 things you can do with SharePoint 2013, right now
SharePoint is powerful There’s so much you can do with it Open a document in a document library In a document library, click to open the document you want to…
Identifying SharePoint Build Numbers
There are various methods you can use to identify build numbers, including: It can be difficult to identify localized updates that have been applied, because the files that are updated…
Understanding SharePoint Farm Build Numbers
In SharePoint Products and Technologies, the farm build number varies in proportion to the number and variety of updates that have been installed in the farm Build Number Format The…
Types of SharePoint Updates
Updates can be grouped into three categories based on their purpose and intended audience: hotfixes, cumulative updates, and service packs. Hotfix There are three different types of hotfixes: Cumulative Update
Installing and removing fonts using C#
To install the font using a Windows Installer MSI: To Install the font directly from your application using code: using System; using System using System "Font was not found." :…
Top 10 Microsoft Developer Links for Tuesday, March 4, 2014
Cesar de la Torre: New Office Developer Tools for Visual Studio 2013 – March 2014 Update – News in SharePoint development Visual Studio Blog: Announcing Office Developer Tools for Visual Studio 2013…