﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
  <channel>
    <title>Radi's SharePoint Blog - English</title>
    <description>SharePoint MCM and MVP</description>
    <link>http://www.sharepoint.bg/Radi/</link>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>BlogEngine.NET 2.8.0.1</generator>
    <language>en-US</language>
    <blogChannel:blogRoll>http://www.sharepoint.bg/Radi/opml.axd</blogChannel:blogRoll>
    <blogChannel:blink>http://feeds.feedburner.com/sharepointbg/radi</blogChannel:blink>
    <dc:creator>Radi Atanassov</dc:creator>
    <dc:title>Radi's SharePoint Blog</dc:title>
    <geo:lat>0.000000</geo:lat>
    <geo:long>0.000000</geo:long>
    <item>
      <title>Slides from the SUGBG/CORE IO presentation</title>
      <description>&lt;p&gt;Myself and Ognyan delivered a presentation on managing a development/QA environment for an entire team last night.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here are the slides :)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;iframe src="http://www.slideshare.net/slideshow/embed_code/33121039" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="476" height="400"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;Feel free to ask us any questions on the topic.&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;</description>
      <link>http://www.sharepoint.bg/Radi/post/Slides-from-the-SUGBGCORE-IO-presentation.aspx</link>
      <comments>http://www.sharepoint.bg/Radi/post/Slides-from-the-SUGBGCORE-IO-presentation.aspx#comment</comments>
      <guid>http://www.sharepoint.bg/Radi/post.aspx?id=f8007a3a-41bf-4931-82a9-242728a12ca6</guid>
      <pubDate>Fri, 04 Apr 2014 12:11:00 +0300</pubDate>
      <category>English</category>
      <dc:publisher>Radi Atanassov</dc:publisher>
      <pingback:server>http://www.sharepoint.bg/Radi/pingback.axd</pingback:server>
      <pingback:target>http://www.sharepoint.bg/Radi/post.aspx?id=f8007a3a-41bf-4931-82a9-242728a12ca6</pingback:target>
      <slash:comments>259</slash:comments>
      <trackback:ping>http://www.sharepoint.bg/Radi/trackback.axd?id=f8007a3a-41bf-4931-82a9-242728a12ca6</trackback:ping>
      <wfw:comment>http://www.sharepoint.bg/Radi/post/Slides-from-the-SUGBGCORE-IO-presentation.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.sharepoint.bg/Radi/syndication.axd?post=f8007a3a-41bf-4931-82a9-242728a12ca6</wfw:commentRss>
    </item>
    <item>
      <title>Recompiling your own version of the SharePoint code to suit your needs</title>
      <description>&lt;p&gt;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?&lt;/p&gt;
&lt;p&gt;You don't have the SharePoint source code, but you still want to fiddle with it and compile your own build? You might have never thought that is possible, but here in this post I will show you how!&lt;/p&gt;
&lt;p&gt;This is by far extremely awesome and some seriously fun shit, so enjoy!&lt;/p&gt;
&lt;p&gt;&lt;span style="color: red;"&gt;(Disclaimer: don't do this, seriously. Just learn from it. I am sure that reverse engineering is written to be forbidden somewhere. And don't do this anywhere near a production server.) &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sharepoint.bg/Radi/image.axd?picture=032314_1116_Recompiling1.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #00b050;"&gt;STEP 1&lt;/span&gt;) Get the &lt;a href="http://reflexil.net/"&gt;Reflexil&lt;/a&gt; plugin, either in &lt;a href="http://www.red-gate.com/products/dotnet-development/reflector/http:/ilspy.net/"&gt;Reflector&lt;/a&gt; or &lt;a href="http://www.telerik.com/products/decompiler.aspx"&gt;Telerik JustDecompile&lt;/a&gt;. It is called "Assembly Editor" and is available as a JustDecompile Plugin. Ever since Red Gate basterdised Reflector I prefer &lt;a href="http://www.telerik.com/products/decompiler.aspx"&gt;Telerik JustDecompile&lt;/a&gt;, it is free and built in Sofia, where I live and where &lt;a href="https://www.onebitsoftware.net"&gt;OneBit Software&lt;/a&gt; is located.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sharepoint.bg/Radi/image.axd?picture=032314_1116_Recompiling2.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Once you get all the components in there, load your tool and the assembly that you want to fiddle with.&lt;/p&gt;
&lt;p&gt;In my example I modify &lt;strong&gt;Microsoft.SharePoint.ApplicationPages.Administration.dll&lt;/strong&gt;, to make the CA UI show that I have a custom build, but you could easily do this with Microsoft.SharePoint.dll or any other assembly.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sharepoint.bg/Radi/image.axd?picture=032314_1116_Recompiling3.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #00b050;"&gt;STEP 2&lt;/span&gt;) Browse through the assembly and find the code you want to modify. If you are tweaking a property, you need to specifically select the getter or setter. The UI will look like below, with many tabs in the Reflexil UI:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sharepoint.bg/Radi/image.axd?picture=032314_1116_Recompiling4.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Right-click and either choose to edit the instruction, or "Replace all with code" for the fun stuff.&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #00b050;"&gt;STEP 3&lt;/span&gt;) You will end up in an interface looking like the one below. On the left you will see generated code, on the right you will see instruction information. In my example, I replaced return default(string); with return "Radi's Custom SP Build!";&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sharepoint.bg/Radi/image.axd?picture=032314_1116_Recompiling5.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Make sure the Compiler version is the one relevant for the assembly, in my case v3.5, and hit Compile. You will get standard compiler errors if you have screwed something up. Otherwise if successful, the Instructions on the right will change as per your modification. That stuff is IL, you might already be familiar.&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #00b050;"&gt;STEP 4&lt;/span&gt;) Go ahead and save your modified assembly. It will prompt you to save it with "Patched" in the filename:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sharepoint.bg/Radi/image.axd?picture=032314_1116_Recompiling6.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sharepoint.bg/Radi/image.axd?picture=032314_1116_Recompiling7.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #00b050;"&gt;STEP 5&lt;/span&gt;) After you save it, Reflexil/Telerik JustDecompiler will tell you some very important stuff about the Strong Name of the assembly. This step is key to get this to work and there's deep theory about assembly signing coming to play.&lt;/p&gt;
&lt;p&gt;Assemblies are usually signed with a key so that they don't get tampered with in the way I'm doing it. Unless you have the key you can't modify it and resign it. This is something that Visual Studio does when it builds an assembly.&lt;/p&gt;
&lt;p&gt;You can either remove the Strong Name, or register the assembly for verification skipping. This is something you could do with the &lt;a href="http://msdn.microsoft.com/en-us/library/k5b5tt23(v=vs.110).aspx"&gt;sn.exe&lt;/a&gt; tool, or just through the interface below:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sharepoint.bg/Radi/image.axd?picture=032314_1116_Recompiling8.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;"Register it for verification sipping" requires that "&lt;a href="http://msdn.microsoft.com/en-us/library/k5b5tt23(v=vs.110).aspx"&gt;sn.exe&lt;/a&gt;" is in the path variable so the tool can call it. It will basically execute:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;sn -Vr yourAssembly.dll &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I had to add "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\x64" to my Environment PATH variable and restart JustDecompiler. You might want to do this before you edit assemblies so you don't have to do it again. This is what you will see if sn.exe is not found:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sharepoint.bg/Radi/image.axd?picture=032314_1116_Recompiling9.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #00b050;"&gt;STEP 6&lt;/span&gt;) What you should see next is the patched assembly, but the most important part is the PublicKeyToken, it should not be null:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sharepoint.bg/Radi/image.axd?picture=032314_1116_Recompiling10.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #00b050;"&gt;STEP 7&lt;/span&gt;) The last step, rename the "Patched" DLL to its original name, then do an IISRESET.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sharepoint.bg/Radi/image.axd?picture=032314_1116_Recompiling11.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And here she is, the most beautiful SharePoint release ever:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://sharepoint.bg/Radi/image.axd?picture=032314_1116_Recompiling12.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Please comment if you like this post!&lt;/p&gt;</description>
      <link>http://www.sharepoint.bg/Radi/post/Recompiling-your-own-version-of-the-SharePoint-code-to-suit-your-needs.aspx</link>
      <comments>http://www.sharepoint.bg/Radi/post/Recompiling-your-own-version-of-the-SharePoint-code-to-suit-your-needs.aspx#comment</comments>
      <guid>http://www.sharepoint.bg/Radi/post.aspx?id=ce2c3780-ef29-4b87-9fcc-6ea62771d6e6</guid>
      <pubDate>Sun, 23 Mar 2014 13:16:00 +0300</pubDate>
      <category>English</category>
      <dc:publisher>Radi Atanassov</dc:publisher>
      <pingback:server>http://www.sharepoint.bg/Radi/pingback.axd</pingback:server>
      <pingback:target>http://www.sharepoint.bg/Radi/post.aspx?id=ce2c3780-ef29-4b87-9fcc-6ea62771d6e6</pingback:target>
      <slash:comments>53</slash:comments>
      <trackback:ping>http://www.sharepoint.bg/Radi/trackback.axd?id=ce2c3780-ef29-4b87-9fcc-6ea62771d6e6</trackback:ping>
      <wfw:comment>http://www.sharepoint.bg/Radi/post/Recompiling-your-own-version-of-the-SharePoint-code-to-suit-your-needs.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.sharepoint.bg/Radi/syndication.axd?post=ce2c3780-ef29-4b87-9fcc-6ea62771d6e6</wfw:commentRss>
    </item>
    <item>
      <title>Slides and Video from my #SPC14 sessions, what a ripper I'm on Channel 9!</title>
      <description>&lt;p&gt;So, as you could imagine, #SPC14 was INSANE!!! So much content, amazing sessions, awesome announcements lots of great fun, lots of lost money at the casinos. I am still recovering, trying to get my calendar in order and attending to the endless list of tasks and people to follow-up. I have collected over 100 business cards, many of which are potential business opportunities, and have given out at least 400.&lt;/p&gt;
&lt;p&gt;I got really good feedback from my sessions, I am happy, but there is always room for improvement. I was visibly (and audibly) tense in my #AccessServices session (the first one), but the amount of humor and jokes made up for it. A lot of people came up to me and told me they enjoyed it very much and that it was pure comedy. It was engaging, but definitely the amount of people in that session was mind gobbling. Definitely the first time for me speaking in front of 650 people (968 confirmed to attend, many more came, many got rejected because of no room). Overall it was a good session, but I also got some suggestions for improvements. The feedback is always the most important so I will definitely take action.&lt;/p&gt;
&lt;p&gt;My talk on Work Management Service was significantly straight forward. It received a really high score, but overall it was not as entertaining as Access. the content was quite flat but unique. No other session at #SPC12 or #SPC14 demonstrates Task Synchronization and the Work Management Service. Many people, including in the feedback, told me they didn't even know it existed. It is very honorable to show something at #SPC14 that people don't know about.&lt;/p&gt;
&lt;p&gt;Here are my slides and video:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;Access is back! High-value, 'no code', functional &amp;amp; flexible business apps with the new Access services&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Slides:&lt;/p&gt;
&lt;p&gt;&lt;iframe src="http://www.slideshare.net/slideshow/embed_code/32209674" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="476" height="400"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;Video:&lt;/p&gt;
&lt;p&gt;&lt;iframe style="height: 270px; width: 480px;" src="http://channel9.msdn.com/Events/SharePoint-Conference/2014/SPC301/player?h=270&amp;amp;w=480" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;My Rating so far:&lt;/p&gt;
&lt;p&gt;Evaluation Count 108&amp;nbsp;&lt;br /&gt;Question:&amp;nbsp;Average Score:&lt;br /&gt;The speaker&amp;rsquo;s presentation style helped me better understand the material. (5 excellent - 1 poor)&amp;nbsp;4.46&lt;br /&gt;The speaker was knowledgeable about the subject matter. (5 = high to 1 = low)&amp;nbsp;4.72&lt;br /&gt;The presentation was effective. (5 = high to 1 = low)&amp;nbsp;4.33&lt;br /&gt;The demo(s) were effective. (5 excellent - 1 poor)&amp;nbsp;4.28&lt;br /&gt;Overall satisfaction with this session. (5 = high to 1 = low)&amp;nbsp;4.39&lt;br /&gt;Overall:&amp;nbsp;4.436&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;SharePoint 2013 Work Management Service Deep Dive&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;slides:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;iframe src="http://www.slideshare.net/slideshow/embed_code/32209771" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="476" height="400"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Video:&lt;/p&gt;
&lt;p&gt;&lt;iframe style="height: 270px; width: 480px;" src="http://channel9.msdn.com/Events/SharePoint-Conference/2014/SPC342/player?h=270&amp;amp;w=480" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;My rating so far:&lt;/p&gt;
&lt;p&gt;Evaluation Count 27&amp;nbsp;&lt;br /&gt;Question:&amp;nbsp;Average Score:&lt;br /&gt;The speaker was knowledgeable about the session&amp;rsquo;s topic. (5 excellent - 1 poor)&amp;nbsp;4.87&lt;br /&gt;The speaker&amp;rsquo;s presentation style helped me better understand the material. (5 excellent - 1 poor)&amp;nbsp;4.39&lt;br /&gt;The presentation was effective source of learning. (5 excellent - 1 poor)&amp;nbsp;4.61&lt;br /&gt;The demo(s) were effective. (5 excellent - 1 poor)&amp;nbsp;4.35&lt;br /&gt;Overall satisfaction with this session. (5 excellent - 1 poor)&amp;nbsp;4.42&lt;br /&gt;Overall:&amp;nbsp;4.528&lt;/p&gt;
&lt;p&gt;(People are evaluating continuously, so numbers may change)&lt;/p&gt;
&lt;p&gt;Overall, it was a great pleasure and a great experience. I sincerely hope I have shown someone something new.&lt;/p&gt;
&lt;p&gt;Please feel free to contact me and ask me about these things, I would be glad to help. Oh, yes, and if I haven't offended anyone with my jokes, please feel free to come to my next session!&amp;nbsp;&lt;/p&gt;</description>
      <link>http://www.sharepoint.bg/Radi/post/Slides-and-Video-from-my-SPC14-sessions-what-a-ripper-Im-on-Channel-9.aspx</link>
      <comments>http://www.sharepoint.bg/Radi/post/Slides-and-Video-from-my-SPC14-sessions-what-a-ripper-Im-on-Channel-9.aspx#comment</comments>
      <guid>http://www.sharepoint.bg/Radi/post.aspx?id=7e0f176c-eb92-4577-abdf-a222d285fd0c</guid>
      <pubDate>Wed, 12 Mar 2014 08:32:00 +0300</pubDate>
      <category>English</category>
      <dc:publisher>Radi Atanassov</dc:publisher>
      <pingback:server>http://www.sharepoint.bg/Radi/pingback.axd</pingback:server>
      <pingback:target>http://www.sharepoint.bg/Radi/post.aspx?id=7e0f176c-eb92-4577-abdf-a222d285fd0c</pingback:target>
      <slash:comments>136</slash:comments>
      <trackback:ping>http://www.sharepoint.bg/Radi/trackback.axd?id=7e0f176c-eb92-4577-abdf-a222d285fd0c</trackback:ping>
      <wfw:comment>http://www.sharepoint.bg/Radi/post/Slides-and-Video-from-my-SPC14-sessions-what-a-ripper-Im-on-Channel-9.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.sharepoint.bg/Radi/syndication.axd?post=7e0f176c-eb92-4577-abdf-a222d285fd0c</wfw:commentRss>
    </item>
    <item>
      <title>I’m speaking at SPC14 and ESPC14!</title>
      <description>&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-family: Calibri;"&gt;It has been a quiet period on blogging, but I have been very active in presentations and conferences. Well&amp;hellip; not as active as Joel, Michael and Paul, but still active &lt;/span&gt;&lt;span style="mso-char-type: symbol; mso-symbol-font-family: Wingdings;"&gt;&lt;span style="font-family: Wingdings; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-char-type: symbol; mso-symbol-font-family: Wingdings;"&gt;J&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Catch me next at:&lt;/span&gt;&lt;/p&gt;
&lt;h1 style="margin: 12pt 0cm 0pt;"&gt;&lt;span style="color: #2e74b5; font-family: Calibri; font-size: x-large;"&gt;The SharePoint Conference 2014 in Las Vega, yeah baby!!!!&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;strong style="mso-bidi-font-weight: normal;"&gt;&lt;span style="color: #4472c4; mso-themecolor: accent5;"&gt;&lt;a href="http://myspc.sharepointconference.com/Sessions/Details/12841"&gt;&lt;span style="color: #0563c1; font-family: Calibri; font-size: medium;"&gt;Session 1: Access is back! High-value, 'no code', functional &amp;amp; flexible business apps with the new Access services&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Microsoft Access 2013 and Access Services 2013 have made a huge step forward... one of the greatest advancements on top of the new SharePoint platform. Anyone can build powerful business solutions in minutes. The new Access 2013 allows you to follow agile development from your business units and remain confident the data is secured, backed up, and managed appropriately. We will look at how you can leverage the SharePoint Apps model and use SQL Azure as a backend database. We, too, will talk about how your legacy Access applications could be brought forward and migrated. &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;This will be a technical session focused on functionality, capability, process and architecture. There will be 'no code' and we will discuss the rationale of why this should be in your development arsenal.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Date: Tuesday, March 4&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Time: 5:00 PM - 6:15 PM &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Room: Murano 3201-3303 &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Session Type: Best Practices &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Session Code: SPC301 &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Audience: IT Professional &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Level: 300 &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Product: Access, Office 365, SharePoint 2013 &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Tag: 2013, Access, Access Services, Apps, Cloud, On-Premises, Solutions, Tools &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Role: Administrator, Application Manager, Database Administrator, IT Architect, Software Architect, Systems Administrator&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;This session currently has &lt;strong&gt;474 attendees confirmed&amp;hellip; WOW, just wow!!!&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt;"&gt;&lt;strong style="mso-bidi-font-weight: normal;"&gt;&lt;span style="color: #4472c4; mso-themecolor: accent5;"&gt;&lt;a href="http://myspc.sharepointconference.com/Sessions/Details/12939"&gt;&lt;span style="color: #0563c1; font-family: Calibri; font-size: medium;"&gt;Session 2: SharePoint 2013 Work Management Service deep dive&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Where do you keep track of all your tasks? Outlook? SharePoint? Maybe Project Server? Storing them across multiple applications is a pure Information Worker challenge. SharePoint 2013 has the new Work Management Service Application to solve these issues. It aggregates tasks across SharePoint, Exchange, Project Server and there's even a story for TFS. There's not that much documentation out there on how to configure it, how to maintain and work with it. In this session I will walk through the architecture and setup, and go over how it operates and what you need to know to keep it alive. I will demonstrate the features and discuss all of the technical aspects.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Date: Wednesday, March 5 &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Time: 5:00 PM - 6:15 PM &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Room: Murano 3201-3303 &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Session Type: Deep Dive &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Session Code: SPC342 &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Audience: IT Professional &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Level: 300 &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Product: Exchange, Project, SharePoint 2013&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Tag: 2013, Architecture, Deployment, On-Premises&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 0pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;And&amp;hellip;&lt;/span&gt;&lt;/p&gt;
&lt;h1 style="margin: 12pt 0cm 0pt;"&gt;&lt;span style="color: #2e74b5;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: x-large;"&gt;The European SharePoint Conference 2014 in Barcelona, 5-8&lt;/span&gt;&lt;sup&gt;&lt;span style="font-size: large;"&gt;th&lt;/span&gt;&lt;/sup&gt;&lt;span style="font-size: x-large;"&gt; May:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;strong style="mso-bidi-font-weight: normal;"&gt;&lt;span style="color: #4472c4; mso-themecolor: accent5;"&gt;&lt;a href="http://www.sharepointeurope.com/conferences/session/371/sharepoint-2013-app-authentication"&gt;&lt;span style="color: #0563c1; font-family: Calibri; font-size: medium;"&gt;SharePoint 2013 App Authentication&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;SharePoint 2013 introduces a new App model that is drastically changing the way developers think about and deliver new functionality. This talk is a deep dive on SharePoint 15 App authentication and how it works, how tokens get exchanged and how the communication is secured. We will look at the framework API and architecture, all the various bells and whistles of OAuth and Server-2-Server authentication. This talk is developer oriented and we will spend a lot of time covering the specifics on OAuth authentication &amp;amp; tokens, communication back to SharePoint, the different deployment models, various limitations and how to overcome them and apply them to the real world.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Link: &lt;/span&gt;&lt;a href="http://www.sharepointeurope.com/conferences/session/371/sharepoint-2013-app-authentication"&gt;&lt;span style="color: #0563c1; font-family: Calibri; font-size: medium;"&gt;SharePoint 2013 App Authentication&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Soon I will also be posting the upcoming local user group sessions. Stay tuned :)&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;#spc14, #espc14&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <link>http://www.sharepoint.bg/Radi/post/Im-speaking-at-SPC14-and-ESPC14!.aspx</link>
      <comments>http://www.sharepoint.bg/Radi/post/Im-speaking-at-SPC14-and-ESPC14!.aspx#comment</comments>
      <guid>http://www.sharepoint.bg/Radi/post.aspx?id=6a1488d3-2781-44b4-9a45-25595ed05e44</guid>
      <pubDate>Fri, 28 Feb 2014 08:49:00 +0300</pubDate>
      <category>English</category>
      <dc:publisher>Radi Atanassov</dc:publisher>
      <pingback:server>http://www.sharepoint.bg/Radi/pingback.axd</pingback:server>
      <pingback:target>http://www.sharepoint.bg/Radi/post.aspx?id=6a1488d3-2781-44b4-9a45-25595ed05e44</pingback:target>
      <slash:comments>40</slash:comments>
      <trackback:ping>http://www.sharepoint.bg/Radi/trackback.axd?id=6a1488d3-2781-44b4-9a45-25595ed05e44</trackback:ping>
      <wfw:comment>http://www.sharepoint.bg/Radi/post/Im-speaking-at-SPC14-and-ESPC14!.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.sharepoint.bg/Radi/syndication.axd?post=6a1488d3-2781-44b4-9a45-25595ed05e44</wfw:commentRss>
    </item>
    <item>
      <title>Blog brought back up from the ashes….</title>
      <description>&lt;p&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;Hi readers! &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;You might have noticed my blog down for a few months. Quite sad, I was constantly getting spam comments and eventually the whole SharePoint.BG platform crashed, bringing down a few blogs.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 8pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;It took a while for me to find out, then eventually book time to revive it with the help of my colleagues.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 8pt;"&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;We ended up migrating from BlogEngine 1.8 to 2.8, which is really much better. It still has bugs, but it is an OK platform. The challenging parts we're migrating some lost posts, making sure URL's are the same, making images work properly.&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: medium;"&gt;The key feature we use is multiple bloggers, which is the idea of SharePoint.BG, a blog platform for interested people.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 8pt;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-family: Calibri;"&gt;So&amp;hellip; we&amp;rsquo;re back in business &lt;/span&gt;&lt;span style="mso-char-type: symbol; mso-symbol-font-family: Wingdings;"&gt;&lt;span style="font-family: Wingdings; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-char-type: symbol; mso-symbol-font-family: Wingdings;"&gt;J&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt; oh yes, screw you annoying spammers!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <link>http://www.sharepoint.bg/Radi/post/Blog-brought-back-up-from-the-ashes….aspx</link>
      <comments>http://www.sharepoint.bg/Radi/post/Blog-brought-back-up-from-the-ashes….aspx#comment</comments>
      <guid>http://www.sharepoint.bg/Radi/post.aspx?id=a4f929df-a8cb-4eef-824e-7c2c9160d1a6</guid>
      <pubDate>Fri, 28 Feb 2014 07:50:00 +0300</pubDate>
      <category>English</category>
      <dc:publisher>Radi Atanassov</dc:publisher>
      <pingback:server>http://www.sharepoint.bg/Radi/pingback.axd</pingback:server>
      <pingback:target>http://www.sharepoint.bg/Radi/post.aspx?id=a4f929df-a8cb-4eef-824e-7c2c9160d1a6</pingback:target>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.sharepoint.bg/Radi/trackback.axd?id=a4f929df-a8cb-4eef-824e-7c2c9160d1a6</trackback:ping>
      <wfw:comment>http://www.sharepoint.bg/Radi/post/Blog-brought-back-up-from-the-ashes….aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.sharepoint.bg/Radi/syndication.axd?post=a4f929df-a8cb-4eef-824e-7c2c9160d1a6</wfw:commentRss>
    </item>
  </channel>
</rss>