WCF Testing – Web services early tracing
Web service development is not so difficult as you may imagine if you know some tips. One of this tips is WCF tracing! Creating your web service you may debug it and never get reaction because debug...
View ArticleSharepointCommon project. Any suggestions are appreciated.
Few weeks ago my collegue devi_ous published open source solution to codeplex.com. It’s SharepointCommon project that may simplify your life if you do a lot of Sharepoint coding. As written on project...
View ArticleSharepoint 2010. Client Object Model (SCOM). Introduction. Клиентская...
Введение: Работая с окружениями, где ограничен доступ к (продуктовой) ферме, часто для выполнения каких-либо операций требуется прибегать к некоторым хитростям: модификациям параметров, недоступных для...
View ArticleShot: PowerShell code examples. Arrays and String indexer
How to “work with array” example: $WebApps = @(); $WebApp=[Microsoft.SharePoint.Administration.SPWebApplication]::Lookup($tempUrl); if ($WebApp -eq $null) { Write-Host "No WebApplication" } else {...
View Article