Office365 / SharePoint CSOM getting all list items content with Caml query 22 July 2015 Velin-Georgiev (0) There is Office365/Sharepoint CSOM Caml query way to get all available list items even thay are in folders in particular list and also get the custom fields data with no need to specify the field internal names in the <ViewFields> part of the Caml query. using (var clientContext = _context.Cr... [More]
Office365 / SharePoint CSOM getting all list items content with Caml query 22 July 2015 Velin-Georgiev (0) There is Office365/Sharepoint CSOM Caml query way to get all available list items even thay are in folders in particular list and also get the custom fields data with no need to specify the field internal names in the <ViewFields> part of the Caml query. using (var clientContext = _context.Cr... [More]
CSOM Search Keyword query with custom managed metadata properties in Office365 / SharePoint 22 July 2015 Velin-Georgiev (0) In order to access the custom managed properties we have to add them under SharePoint -> SharePoint admin center -> Manage Search Schema You simply add your new managed property and associate it with the crawled property. Then your CSOM C# code should look like th... [More]
Slides from the SUGBG/CORE IO presentation 04 April 2014 Radi-Atanassov (0) Myself and Ognyan delivered a presentation on managing a development/QA environment for an entire team last night. Here are the slides :) Feel free to ask us any questions on the topic. Enjoy!
Recompiling your own version of the SharePoint code to suit your needs 23 March 2014 Radi-Atanassov (0) Ever been pissed off at the SharePoint code? Banging your head against the wall, trying to figure out why something is not working for you, you're looking at it with a reflection tool and just want to see what would happen if you change a single line of code? You don't have the SharePoint source co... [More]
Your password has expired and must be changed! Nooooo 04 March 2014 Ognyan-Guglev (0) "Your password has expired and must be changed" Hey folks, I guess many of you see this message often on your dev/test/lab machines. Especially when you use them for a long term. So may be wondering how you can disable that annoying expiration of passwords?! Recently I was told I ... [More]
[SUGBG] SharePoint Apps, Part 1 21 March 2013 Ради-Атанасов (0) SUGBG SharePoint Apps Part 1 Radi Atanassov Stefan Ratchev [More]
Стартира Microsoft Office User Group България 28 May 2012 Боряна-Петрова (1) Официалният старт на Microsoft Office User Group България ще бъде даден със специално събитие на 29 май, вторник, от 18:30 ч. в офиса на Майкрософт в София. [More]
“Activate on Default” confusion and features scoped at Web Application level 23 July 2011 Radi-Atanassov (0) “Activate on Default” confusion and features scoped at Web Application level [More]
I’m a SharePoint Server MVP!!! 02 July 2011 Radi-Atanassov (3) It was near the end of my working day, I was just about to do code reviews and catch-ups with my team, when I got the email: “Congratulations! We are pleased to present you with the 2011 Microsoft® MVP Award!” My excitement is warranted – it is my first time. I feel honoure... [More]