jtomkinser.wordpress.com
Microsoft Announces New Developer Certification | Shared Points and Azured Measures
https://jtomkinser.wordpress.com/2012/06/12/microsoft-announces-new-developer-certification-2
Shared Points and Azured Measures. Thoughts and experience with SharePoint, Azure and .NET…. Microsoft Announces New Developer Certification. Posted by J Tom Kinser. On June 12, 2012. Microsoft Certified Solution Developer (MCSD) is a rebuilt certification for the modern application marketplace. As part of the reinvented Microsoft Certification Program, Microsoft today announces the new Microsoft Certified Solution Developer. Built for Visual Studio 2012. Visual Studio 2012 provides the best tools and ex...
jtomkinser.wordpress.com
Change the URL of a SharePoint 2010 List or Library | Shared Points and Azured Measures
https://jtomkinser.wordpress.com/2013/02/06/change-the-url-of-a-sharepoint-2010-list-or-library
Shared Points and Azured Measures. Thoughts and experience with SharePoint, Azure and .NET…. Change the URL of a SharePoint 2010 List or Library. Posted by J Tom Kinser. On February 6, 2013. Share on Facebook (Opens in new window). Click to share on Twitter (Opens in new window). Click to share on LinkedIn (Opens in new window). Click to share on Google (Opens in new window). Click to share on Reddit (Opens in new window). Click to email (Opens in new window). Click to print (Opens in new window).
jtomkinser.wordpress.com
Create Content Type Workflow in Visual Studio 2010 | Shared Points and Azured Measures
https://jtomkinser.wordpress.com/2013/04/10/create-content-type-workflow-in-visual-studio-2010
Shared Points and Azured Measures. Thoughts and experience with SharePoint, Azure and .NET…. Create Content Type Workflow in Visual Studio 2010. Posted by J Tom Kinser. On April 10, 2013. When you create a workflow in Visual Studio 2010, you can choose Site or List workflow, but not Content Type. To create a workflow for a Content Type, go ahead and create a workflow for a list, but once the workflow is added to your project you will need to update its Elements.xml. File Change the AssociationCategories.
jtomkinser.wordpress.com
Jitters about Pre-JITting | Shared Points and Azured Measures
https://jtomkinser.wordpress.com/2013/08/21/jitters-about-pre-jitting?share=email
Shared Points and Azured Measures. Thoughts and experience with SharePoint, Azure and .NET…. Posted by J Tom Kinser. On August 21, 2013. Posted in: .NET. Are you sure you want to pre-JIT your code? Static Program() { foreach (var type in Assembly.GetExecutingAssembly().GetTypes() { foreach (var method in type.GetMethods(BindingFlags.DeclaredOnly BindingFlags.NonPublic BindingFlags.Public BindingFlags.Instance BindingFlags.Static) { if ( method.Attributes and MethodAttr...Leave a Reply Cancel reply. Post ...
jtomkinser.wordpress.com
How to Group By Content Type in a SharePoint List or Library | Shared Points and Azured Measures
https://jtomkinser.wordpress.com/2012/06/22/group-by-content-type
Shared Points and Azured Measures. Thoughts and experience with SharePoint, Azure and .NET…. How to Group By Content Type in a SharePoint List or Library. Posted by J Tom Kinser. On June 22, 2012. To start, create a view that groups your list or library by any column. Open your SharePoint site with SharePoint Designer. Navigate to the list or library where you created the group view. Click the name of the view under views. Change your view mode to ‘Split’ and locate the list view. Enter your comment here.
jtomkinser.wordpress.com
J Tom Kinser | Shared Points and Azured Measures
https://jtomkinser.wordpress.com/author/jtomkinser
Shared Points and Azured Measures. Thoughts and experience with SharePoint, Azure and .NET…. All posts by J Tom Kinser. Posted by J Tom Kinser. On August 21, 2013. Posted in: .NET. Are you sure you want to pre-JIT your code? Static Program() { foreach (var type in Assembly.GetExecutingAssembly().GetTypes() { foreach (var method in type.GetMethods(BindingFlags.DeclaredOnly BindingFlags.NonPublic BindingFlags.Public BindingFlags.Instance BindingFlags.Static) { if ( method...Posted by J Tom Kinser. Click...