Deprecated: YoastSEO_Vendor\Symfony\Component\DependencyInjection\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead in /home/nubelus/sharedove/adisjugo/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php on line 60
Development Archives - Page 11 of 16 - Adis Jugo blog
Select Page

Combine List View and CAML Query string in SPQuery

There is a need sometimes to combine a physical list view (on a SharePoint list) with a custom CAML query when retrieving the data in the SharePoint object model. Most of you probably know that there is an overload of the SPList.GetItems() method which takes a SPQuery...

Nested CAML queries with multiple ORs or ANDs

Sometimes is Linq2SharePoint just not an option. Unfortunately. I don’t know how many times I have written methods which build nested CAML queries for multiple ORs or ANDs (when you have to OR more than two values). And of course I always forget where it was....

Second 1SUG Meeting–session materials

It was fun and pleasure to talk to you guys about SharePoint development cycle – and I have especially liked the questions and the discussion after the meeting. And especially some of your promises Speaking about promises, I have promised the presentation, solution...

SPWeb and SPSite are not thread safe

It is a well know thing, yet I run into this problem every now and then: SPWeb and SPSite objects are crashing when accessed from another thread. Recently, I’ve had a problem at customer’s place that their application, “after minor changes”,...

Utilizing the People Search in SharePoint 2010

A short and effective way to utilize SharePoint People Search in your own applications is using SharePoint Server Object Model and Microsoft.Office.Server.Search namespace. People search works the same way any other SharePoint search does – we search in the scope, in...