Server 2008 and PowerShell published via OData
Repost from here... There is a new feature of Windows Server 8 that will allow for access to PowerShell cmdlets and objects via OData served through ASP.NET. Doug Finke…
Repost from here... There is a new feature of Windows Server 8 that will allow for access to PowerShell cmdlets and objects via OData served through ASP.NET. Doug Finke…
Information pulled from here... The product documentation for SharePoint 2010 includes extensive details about each of these approaches, together with examples and walkthroughs describing approaches to common client-side data…
Repost from here... So, you've finally succumbed to the hype and decided to use jQuery in SharePoint? Good for you. I'm sure you are fully prepared with the knowledge…
This is a report from here... A while ago I posted an article about LINQ to SQL and WPF treeviews. I demonstrated how to use multiple levels in treeviews…
Re-post from here... So about a year ago I changed my phone to a Windows mobile 7. Overall I’m really happy with it. Without setting the world alight with…
http://weblogs.asp.net/dwahlin/archive/2011/11/23/reducing-javascript-code-by-using-jsrender-templates-in-html5-applications.aspx
This is a report from here... First Let’s discuss about the issue of loading all the javascript files together at a stroke. 1. Javascript will not allow parallel download. So…
If you see this post it means that BlogEngine.NET 2.6 is running and the hard part of creating your own blog is done. There is only a few things left…
Great article: http://stackoverflow.com/questions/2959964/vs2010-web-deploy-how-to-remove-absolute-paths-and-automate-setacl The displayed path is determined by the property _MSDeployDirPath_FullPath. This property is setted by this chain of properties: <_MSDeployDirPath_FullPath>@(_MSDeployDirPath->'%(FullPath)')</_MSDeployDirPath_FullPath> <_MSDeployDirPath Include="$(_PackageTempDir)" /> <_PackageTempDir>$(PackageTempRootDir)PackageTmp</_PackageTempDir> <PackageTempRootDir>$(IntermediateOutputPath)Package</PackageTempRootDir> _MSDeployDirPath_FullPath <-- @(_MSDeployDirPath->'%(FullPath)')…
Reprint from: http://blogs.msdn.com/b/jjameson/archive/2009/11/08/autoeventwireup-issue-in-moss-2007.aspx Have you ever encountered the following error in Microsoft Office SharePoint Server (MOSS) 2007? An error occurred during the processing of . The attribute 'autoeventwireup' is not…