by adis.jugo | Mar 12, 2012 | Development
There was it, again, the sandbox game… After creating a SilverLight webpart as a sandbox solution, and changing some names and namespaces there, the whole thing crashed, with the "WebPartPageUserException: The type is not registered as safe."...
by adis.jugo | Feb 12, 2012 | Development
How often do you need to retrieve a fully qualified assembly or type name? If you are using a lot dependency injection, you need it often. Too often, actually. There are multiple ways how to do it – using Reflector ILSpy to find out the fully qualified assembly name,...
by adis.jugo | Jan 30, 2012 | Development
I had a question today, being asked if one can modify the "Limited Access" permission level in SharePoint 2010. The goal was to remove the "Browse User Information" permission from the "Limited Access" level.Without taking responsibility...
by adis.jugo | Nov 7, 2011 | Architecture, Development
Does somebody of you guys from Europe remembers the obscure TV show called “Games without the borders”, aired at the end of 1970s – beginning of 1980s in most European countries. There were bunch of people, from different European nations, dressed in the...
by adis.jugo | Nov 2, 2011 | Architecture, Development
I had a lot of questions in the last few days about the final demo on my Microsoft Sinergija session – the demo where the SharePoint list data have been displayed in a Windows 8 Metro Style client. Most of those questions were about people asking me to post the code...
by adis.jugo | Oct 15, 2011 | Development
I love the idea that Visual Studio warns you about missing XML comments – it pushes you to keep your code clean and documented. But, it is really annoying in code generated by SPMetal – as soon as you include a class generated with the SPMetal, your Error List window...