<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" 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:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>STEFANO DEMILIANI</title>
        <link>http://demiliani.com/blog/Default.aspx</link>
        <description>SELECT * FROM [stefano].[thoughts]</description>
        <language>en-US</language>
        <copyright>Stefano Demiliani</copyright>
        <generator>Subtext Version 2.1.2.2</generator>
        <image>
            <title>STEFANO DEMILIANI</title>
            <url>http://demiliani.com/blog/images/RSS2Image.gif</url>
            <link>http://demiliani.com/blog/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Update your calendar&amp;hellip;</title>
            <link>http://demiliani.com/blog/archive/2010/01/15/6573.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/robcaron/archive/2010/01/13/9948172.aspx"&gt;Rob Caron&lt;/a&gt; has shared the news: Visual Studio 2010 and .NET Framework 4 will launch on Monday, 12 April 2010.&lt;/p&gt;  &lt;p&gt;Wonderful &lt;a title="" href="#"&gt;&lt;img src="http://messenger.msn.it/Resource/emoticons/regular_smile.gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://demiliani.com/blog/aggbug/6573.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2010/01/15/6573.aspx</guid>
            <pubDate>Fri, 15 Jan 2010 11:30:48 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6573.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2010/01/15/6573.aspx#feedback</comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6573.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Happy New Year!!</title>
            <link>http://demiliani.com/blog/archive/2009/12/31/6572.aspx</link>
            <description>Only few words to all my reader... I wish you a wonderful and successful new year 2010!!
Happy new year!!&lt;img src="http://demiliani.com/blog/aggbug/6572.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/12/31/6572.aspx</guid>
            <pubDate>Thu, 31 Dec 2009 13:43:43 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6572.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/12/31/6572.aspx#feedback</comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6572.aspx</wfw:commentRss>
        </item>
        <item>
            <title>How to rename a Sharepoint Content Database</title>
            <link>http://demiliani.com/blog/archive/2009/12/20/6571.aspx</link>
            <description>&lt;p&gt;During the Sharepoint setup process (all versions), a &lt;strong&gt;Content Database&lt;/strong&gt; is created on SQL Server and the possibility to rename it during the creation process is often hide.&lt;/p&gt;  &lt;p&gt;By default Sharepoint creates a Content Database by adding a GUID to the end of the database name. The result is that you have a SQL Server DB like this:&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="WSSContentDBRename" border="0" alt="WSSContentDBRename" src="http://demiliani.com/blog/images/demiliani_com/blog/WindowsLiveWriter/HowtorenameaSharepointContentDatabase_D4ED/WSSContentDBRename_3.jpg" width="332" height="37" /&gt; &lt;/p&gt;  &lt;p&gt;This is not easy to read and you don’t have immediate undertanding of what is the site related to this Content Database. If I create a site called “&lt;em&gt;MySite&lt;/em&gt;”, I’d like to have a Content Database called for example “&lt;em&gt;WSS_Content_MySite&lt;/em&gt;”.&lt;/p&gt;  &lt;p&gt;How to rename a Content Database? This is not an immediate task and when I’ve to perform this task, I always refer to the wonderful &lt;a href="http://blogs.technet.com/seanearp/archive/2009/03/14/renaming-crazy-sharepoint-database-names.aspx"&gt;Sean’s post&lt;/a&gt;:&lt;/p&gt;  &lt;p&gt;To rename it, we are going to:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Take the database Offline (so nobody adds anything to it while we are renaming) &lt;/li&gt;    &lt;li&gt;Detach the database from SharePoint &lt;/li&gt;    &lt;li&gt;Back up the database using SQL Management Studio &lt;/li&gt;    &lt;li&gt;Restore the database using our desired name using SQL Management Studio &lt;/li&gt;    &lt;li&gt;Re-attach the database to SharePoint &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Start by going to Central Administration –&amp;gt; Application Management and click on Content Databases&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_8.png"&gt;&lt;img title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_thumb_3.png" width="324" height="318" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Select the Web Application associated with the database you want to rename, and click on the Database name itself.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_10.png"&gt;&lt;img title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_thumb_4.png" width="544" height="173" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Change the Database Status to Offline (which just makes it so that no new sites can be added to the database), click OK.  Click on the database again, select “Remove content database” and click OK.  This does not delete the database, just removes it from SharePoint.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_12.png"&gt;&lt;img title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_thumb_5.png" width="544" height="247" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_14.png"&gt;&lt;img title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_thumb_6.png" width="544" height="123" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Switch over to SQL Management Studio, and back up the database, then take it offline.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_16.png"&gt;&lt;img title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_thumb_7.png" width="544" height="146" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_18.png"&gt;&lt;img title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_thumb_8.png" width="544" height="155" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Next… restore the database&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_20.png"&gt;&lt;img title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_thumb_9.png" width="244" height="112" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;And choose a &lt;em&gt;friendly&lt;/em&gt; name to restore the database to.  In this case, it will be the ContentDB for my My Sites.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_22.png"&gt;&lt;img title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_thumb_10.png" width="544" height="294" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Switch back over to Central Admin (you probably still have open) and click on “Add a content database”&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_28.png"&gt;&lt;img title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_thumb_13.png" width="538" height="179" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Change the database to your new friendly name, and hit OK.  Voila!  You now have a database name that makes sense.  Once you have verified that everything still works, you can go back into the SQL Management Studio and delete the database that you previously took offline.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_32.png"&gt;&lt;img title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/seanearp/WindowsLiveWriter/RenamingcrazySharePointDatabaseNames_A4BA/image_thumb_15.png" width="544" height="164" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I hope this could be helpful for everyone and thanks to Sean for the tips.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5ff7be50-fecc-4c17-bcd2-7dc983387b62" class="wlWriterEditableSmartContent"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/Sharepoint" rel="tag"&gt;Sharepoint&lt;/a&gt;&lt;/div&gt;&lt;img src="http://demiliani.com/blog/aggbug/6571.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/12/20/6571.aspx</guid>
            <pubDate>Sun, 20 Dec 2009 14:08:34 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6571.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/12/20/6571.aspx#feedback</comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6571.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Microsoft xRM: a winning idea?</title>
            <link>http://demiliani.com/blog/archive/2009/11/30/6570.aspx</link>
            <description>&lt;p&gt;One of the new terms that is emerging always more on the Microsoft Dynamics universe is &lt;strong&gt;xRM&lt;/strong&gt;. &lt;/p&gt;  &lt;p&gt;Do you know CRM (&lt;em&gt;Customer Relationship Management&lt;/em&gt;)? Now take the letter “C” out of the CRM term and place a variable called “X” inside the word “&lt;em&gt;Relationship Management&lt;/em&gt;”. The translation of this into a more technical language is simply that now you’ve to start seeing Microsoft Dynamics CRM not only like a standard CRM platform, but always more like a platform where to start building line of business applications. &lt;/p&gt;  &lt;p&gt;The xRM concept in my opinion opens a wide range of opportunities for customers and for partners. You can work with a consolidated web platform, always updated with the latest technologies, for building your applications in an easy manner.&lt;/p&gt;  &lt;p&gt;Working with the xRM Framework permits you to have “out of the box” features like:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Possibility to model your entities and your form directly via a web interface&lt;/li&gt;    &lt;li&gt;Enhanced security (record-level security, record ownership and sharing, roles, scopes, business units etc.).&lt;/li&gt;    &lt;li&gt;Multi-tenant applications (more companies with data separation)&lt;/li&gt;    &lt;li&gt;Workflow engine based on Windows Workflow, with the possibility for the end user to self made custom workflow directly from the web platform.&lt;/li&gt;    &lt;li&gt;Enhanced Reporting features&lt;/li&gt;    &lt;li&gt;Web Services layer for interaction with the platform in a SOA environment (with all the related security features like filtered views)&lt;/li&gt;    &lt;li&gt;Office integration (Excel, Outlook, Word).&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Building new web applications starting from this Framework is a big advantage…&lt;/p&gt;  &lt;p&gt;But how to make xRM a winner? &lt;/p&gt;  &lt;p&gt;I think that Microsoft should start thinking to a new licensing for having Microsoft CRM not like a standard CRM application but only like a platform where to build LOB applications. If you pay X for the standard CRM platform, you could pay X/n for having the CRM Framework itself. &lt;/p&gt;  &lt;p&gt;If this will happen soon, prepare yourself to see always more xRM applications growing… &lt;a title="" href="#"&gt;&lt;img src="http://messenger.msn.it/Resource/emoticons/regular_smile.gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d6ed1233-e784-4b24-a961-bfc994ea4ebc" class="wlWriterEditableSmartContent"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/Dynamics+CRM" rel="tag"&gt;Dynamics CRM&lt;/a&gt;,&lt;a href="http://technorati.com/tags/xRM" rel="tag"&gt;xRM&lt;/a&gt;&lt;/div&gt;&lt;img src="http://demiliani.com/blog/aggbug/6570.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/11/30/6570.aspx</guid>
            <pubDate>Mon, 30 Nov 2009 16:49:40 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6570.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/11/30/6570.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6570.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Sharepoint 2010 and Workflows: what about .NET 4.0?</title>
            <link>http://demiliani.com/blog/archive/2009/11/19/6569.aspx</link>
            <description>&lt;p&gt;As you already know, Microsoft has finally released a public beta of &lt;strong&gt;Sharepoint 2010&lt;/strong&gt; and &lt;strong&gt;Office 2010&lt;/strong&gt; (available from &lt;a href="http://www.microsoft.com/2010/en/"&gt;here&lt;/a&gt;).&lt;/p&gt;  &lt;p&gt;Starting from this Beta 1, we’re working hard on Sharepoint 2010 and I want to write this post not for celebrate the big amount of interesting new features of the platform but to signal an important lack (or at least I think so).&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Sharepoint 2010 actually doesn’t support .NET 4.0&lt;/u&gt;, it runs in .NET 3.5 SP1. I think that the main reason for this choice was due to the fact that actually .NET 4.0 is still not RTM'd (so not ready to be the core of the new Sharepoint engine), but I really hope that Microsoft is thinking to release as soon as possible a product update (maybe a SP1?) in order to give the .NET 4.0 support.&lt;/p&gt;  &lt;p&gt;This is extremely important mainly for the workflow engine. Sharepoint workflows are based on WF 3.5, so we don’t have all the advantages of the new WF 4.0 engine (Windows Workflow was totally rewritten on .NET 4.0). &lt;/p&gt;  &lt;p&gt;My question to the Sharepoint Team is mainly this: Can we have a chance to see WF 4.0 in Sharepoint 2010 or we’ve to wait until Sharepoint 2010 SPx? Please don’t answer me to wait until SharePoint vNextNext… &lt;a title="" href="#"&gt;&lt;img src="http://messenger.msn.it/Resource/emoticons/tongue_smile.gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9d459bf5-17c1-4aa1-8ca8-6606d7775439" class="wlWriterEditableSmartContent"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/Sharepoint" rel="tag"&gt;Sharepoint&lt;/a&gt;&lt;/div&gt;&lt;img src="http://demiliani.com/blog/aggbug/6569.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/11/19/6569.aspx</guid>
            <pubDate>Thu, 19 Nov 2009 08:29:42 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6569.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/11/19/6569.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6569.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Visual Studio 2010 Beta 2 and WPF designer</title>
            <link>http://demiliani.com/blog/archive/2009/10/28/6568.aspx</link>
            <description>&lt;p&gt;After a week of testing &lt;strong&gt;Visual Studio 2010&lt;/strong&gt;, I think that the integrated WPF Designer is not so stable…&lt;/p&gt;  &lt;p&gt;I’ve successfully converted all my projects to the new version and all works good. However, when I work directly on the XAML editor on a WPF form, sometimes if a designer error occours, Visual Studio crashes. This problem occours expecially on two projects where I’ve used the WPF Toolkit.&lt;/p&gt;  &lt;p&gt;Someone has experienced problems like this?&lt;/p&gt;  &lt;p&gt;I think that the integrated WPF Designer lacks again… if you’re not a good designer like me and you love to work directly with XAML (I’ve always edit a WPF form via XAML), sometimes you’ve to rebuild the solution in order to see the form refreshed. Not so good…&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cdddf454-59bf-48d0-b671-f1462d70d3fe" class="wlWriterEditableSmartContent"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/Visual+Studio" rel="tag"&gt;Visual Studio&lt;/a&gt;&lt;/div&gt;&lt;img src="http://demiliani.com/blog/aggbug/6568.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/10/28/6568.aspx</guid>
            <pubDate>Wed, 28 Oct 2009 08:12:37 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6568.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/10/28/6568.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6568.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Sharepoint 2010 and BLOB storage</title>
            <link>http://demiliani.com/blog/archive/2009/10/22/6567.aspx</link>
            <description>&lt;p&gt;In these days I’m collecting lots of informations regarding &lt;strong&gt;Sharepoint 2010&lt;/strong&gt; (I think I’ve to work a lot with it during the next year) and today by checking my RSS Reader I’ve discovered an interesting new feature for the upcoming version:&lt;strong&gt;Remote BLOB Storage (RBS)&lt;/strong&gt;. &lt;/p&gt;  &lt;p&gt;Seems that now you can store BLOB also outside the database in a supported and managed fashion.&lt;/p&gt;  &lt;p&gt;Seems really interesting. Check &lt;a href="http://sharepointsolutions.com/sharepoint-help/blog/index.php/2009/10/externalizing-blob-storage-in-sharepoint-2010/"&gt;this post&lt;/a&gt; for more informations.&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:03acff07-1adc-419c-bf76-243de6a91aff" class="wlWriterEditableSmartContent"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/Sharepoint" rel="tag"&gt;Sharepoint&lt;/a&gt;&lt;/div&gt;&lt;img src="http://demiliani.com/blog/aggbug/6567.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/10/22/6567.aspx</guid>
            <pubDate>Thu, 22 Oct 2009 16:03:43 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6567.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/10/22/6567.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6567.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Moving to Visual Studio 2010 Beta 2</title>
            <link>http://demiliani.com/blog/archive/2009/10/22/6566.aspx</link>
            <description>&lt;p&gt;I’ve always used the Beta versions of Visual Studio on a virtual environment mainly in order to preserve my production box. However, after trying the Beta 1 version of Visual Studio 2010 many months ago, I promised to myself that the Beta 2 will become my official development environment. And so today I’m aboard… &lt;a title="" href="#"&gt;&lt;img src="http://messenger.msn.it/Resource/emoticons/regular_smile.gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I’ve converted lots of my projects and the conversion process works like a charm… now all is ready on the new environment:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://demiliani.com/blog/images/demiliani_com/blog/WindowsLiveWriter/MovingtoVisualStudio2010Beta2_D9CF/VS2010B2_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="VS2010B2" border="0" alt="VS2010B2" src="http://demiliani.com/blog/images/demiliani_com/blog/WindowsLiveWriter/MovingtoVisualStudio2010Beta2_D9CF/VS2010B2_thumb.jpg" width="498" height="313" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Wonderful… &lt;a title="" href="#"&gt;&lt;img src="http://messenger.msn.it/Resource/emoticons/regular_smile.gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://demiliani.com/blog/aggbug/6566.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/10/22/6566.aspx</guid>
            <pubDate>Thu, 22 Oct 2009 13:29:25 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6566.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/10/22/6566.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6566.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Sharepoint 2010 unveiled</title>
            <link>http://demiliani.com/blog/archive/2009/10/20/6565.aspx</link>
            <description>&lt;p&gt;Yesterday at the Sharepoint Conference keynote Microsoft has shared lots of interesting news about the future &lt;strong&gt;Sharepoint 2010&lt;/strong&gt; release (Beta version in November, official release for the first half of 2010). Lots of cool things are ready and I recommend to &lt;a href="http://blogs.msdn.com/sharepoint/archive/2009/10/19/sharepoint-2010.aspx"&gt;read this post&lt;/a&gt; that comes directly from the Team.&lt;/p&gt;  &lt;p&gt;As a developer perspective, with Visual Studio 2010 you’ll have lots of new “facilities” for developing with Sharepoint 2010 (Project Templates etc) and Sharepoint Designer will be improved (and free again). A new Business Data Catalog engine (now renamed as &lt;em&gt;Business Connectivity Service&lt;/em&gt;) will also be available (with CRUD operations and integration with Visual Studio 2010 now…).&lt;/p&gt;  &lt;p&gt;Seems that we’ll have also LINQ for Sharepoint and possibility to design Sharepoint workflows also with Visio… wow :)&lt;/p&gt;  &lt;p&gt;For the end user feature, I want to mention here also my “hottest” topic:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Office Web Apps integration&lt;/li&gt;    &lt;li&gt;Sharepoint Mobile Access improved (I hope not only on Windows Mobile…)&lt;/li&gt;    &lt;li&gt;Document Management improved&lt;/li&gt;    &lt;li&gt;Business Intelligence improvements: you’ll have Performanpoint Services integration and also the integration of the “&lt;em&gt;Gemini&lt;/em&gt;” project (now officially called &lt;em&gt;&lt;strong&gt;SQL Server PowerPivot for Excel and SharePoint&lt;/strong&gt;&lt;/em&gt;). This is a powerful new in memory database technology that lets Excel and Excel Services users navigate massive amounts of information without having to create or edit an OLAP cube. I think it will be really really a powerful feature…&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Can’t wait to have the first bits on my hands… :)&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:42e73385-bbb6-4900-9de8-f70359943a86" class="wlWriterEditableSmartContent"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/Sharepoint" rel="tag"&gt;Sharepoint&lt;/a&gt;&lt;/div&gt;&lt;img src="http://demiliani.com/blog/aggbug/6565.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/10/20/6565.aspx</guid>
            <pubDate>Tue, 20 Oct 2009 07:20:52 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6565.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/10/20/6565.aspx#feedback</comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6565.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Windows 7 and Video Driver update</title>
            <link>http://demiliani.com/blog/archive/2009/09/25/6564.aspx</link>
            <description>&lt;p&gt;This morning Windows Update prompts me to update the video driver for my Dell notebook. After the update, this is the message I’ve received:&lt;/p&gt;  &lt;p&gt; &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Win7VideoDriverUpdate" border="0" alt="Win7VideoDriverUpdate" src="http://demiliani.com/blog/images/demiliani_com/blog/WindowsLiveWriter/Windows7andVideoDriverupdate_7E72/Win7VideoDriverUpdate_3.jpg" width="481" height="221" /&gt; &lt;/p&gt;  &lt;p&gt;Maybe I’ve to buy a new monitor and place it on the wall of my office??&lt;/p&gt;&lt;img src="http://demiliani.com/blog/aggbug/6564.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/09/25/6564.aspx</guid>
            <pubDate>Fri, 25 Sep 2009 06:59:31 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6564.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/09/25/6564.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6564.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Google Sync and iPhone: not good!</title>
            <link>http://demiliani.com/blog/archive/2009/09/24/6563.aspx</link>
            <description>&lt;p&gt;In these days Google has launched its &lt;strong&gt;Google Sync&lt;/strong&gt; service, the response to the most frequent request from the Gmail users: having push capabilities on mobile devices. Now Gmail is able to support push technology.&lt;/p&gt;  &lt;p&gt;Unfortunately, there’s a problem with the iPhone: if you don’t have an Exchange account configured, all is OK and Gmail push works great. But what about if you have a previously configured Exchange account, for example with your corporate mail server?&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The iPhone can’t sync to more than one Exchange/ActiveSync server at a time&lt;/strong&gt;!&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="iphone-multiple-exchange" border="0" alt="iphone-multiple-exchange" src="http://demiliani.com/blog/images/demiliani_com/blog/WindowsLiveWriter/GoogleSyncandiPhonenotgood_87D3/iphone-multiple-exchange_3.png" width="164" height="244" /&gt; &lt;/p&gt;  &lt;p&gt;The iPhone can sync email messages to any number of IMAP or POP accounts without a problem, but &lt;strong&gt;it can only sync to a single ActiveSync server at once&lt;/strong&gt;. So you can set up Gmail over IMAP, Yahoo over SMS/IMAP, your local provider over POP, a Gmail Apps account over IMAP, etc at the same time as your work Exchange server without a problem. But you cannot set up more than one Exchange server using ActiveSync.&lt;/p&gt;  &lt;p&gt;If you don’t want to loose your corporate mail server synch, no Gmail push for now… &lt;a title="" href="#"&gt;&lt;img src="http://messenger.msn.it/Resource/emoticons/sad_smile.gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The iPhone natively supports the configuration of a Gmail account, so why not working directly on the software in order to support pushing? Apple and Google, please work on this…&lt;/p&gt;&lt;img src="http://demiliani.com/blog/aggbug/6563.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/09/24/6563.aspx</guid>
            <pubDate>Thu, 24 Sep 2009 07:39:33 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6563.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/09/24/6563.aspx#feedback</comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6563.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Vista upgrade to Windows 7</title>
            <link>http://demiliani.com/blog/archive/2009/08/07/6562.aspx</link>
            <description>&lt;p&gt;I’ve to bookmark this nice chart… I think could be useful in the next days :)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://demiliani.com/blog/images/demiliani_com/blog/WindowsLiveWriter/VistaupgradetoWindows7_F901/Win7Upgrade_4.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Win7Upgrade" border="0" alt="Win7Upgrade" src="http://demiliani.com/blog/images/demiliani_com/blog/WindowsLiveWriter/VistaupgradetoWindows7_F901/Win7Upgrade_thumb_1.jpg" width="490" height="363" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://demiliani.com/blog/aggbug/6562.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/08/07/6562.aspx</guid>
            <pubDate>Fri, 07 Aug 2009 15:42:27 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6562.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/08/07/6562.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6562.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Microsoft Dynamics CRM and iPhone</title>
            <link>http://demiliani.com/blog/archive/2009/08/03/6561.aspx</link>
            <description>&lt;p&gt;I know that the iPhone users are growing everyday more and I can undestand that if you try an iPhone you’ll love it forever (this happens to me too), but it’s a first time for me that the iPhone is a pre-requisite in order to buy a software.&lt;/p&gt;  &lt;p&gt;We’ve received this type of request during our last demo of &lt;em&gt;Microsoft Dynamics CRM&lt;/em&gt;. Customer say us: “We’re a group of Sales Agents and we’ve choose the iPhone as our mobility solution. All our agents have an iPhone now. We want a CRM solutions that works well with the iPhone. What about iPhone and Microsoft Dynamics CRM?”.&lt;/p&gt;  &lt;p&gt;I’ve to admit that I was a little surprised and not ready for a great answer… my first answer was to signal the good &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f592ec6c-f412-4fd5-9a80-cd3bcbd26d8b#tm"&gt;Mobile Express for Microsoft Dynamics CRM&lt;/a&gt; (&lt;a href="http://demiliani.com/blog/archive/2009/07/10/6559.aspx"&gt;recently&lt;/a&gt; released). It works on every HTML 4.0 browser and it works perfectly with Safari on the iPhone. It’s totally free and easy to install and manage.&lt;/p&gt;  &lt;p&gt;If you’re an iPhone user, it’s really a good solution I think (I use it on my iPhone for example).&lt;/p&gt;  &lt;p&gt;But what about more “powerful” solutions?&lt;/p&gt;  &lt;p&gt;I’ve to signal two solutions where I received interesting feedbacks (but not personally tested): &lt;a href="http://www.numenes.com/en/iDcrm.html"&gt;iDcrm&lt;/a&gt; and &lt;a href="http://www.softbridgeinc.com/Products.aspx"&gt;Bridge2CRM&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Bridge2CRM&lt;/strong&gt; is a web-based application that gives you full access to your CRM data, while &lt;strong&gt;iDcrm&lt;/strong&gt; is a native iPhone application (you install it directly on the device).&lt;/p&gt;  &lt;p&gt;I’ve found extremely interesting &lt;strong&gt;iDcrm&lt;/strong&gt;: The application give full access to all your Accounts, Contacts,  Opportunities,  Activities  and any entity that you have in Microsoft CRM. You get the application in your own language including all customizations you have done in your Microsoft CRM implementation. There is no configuration required. All data and all metadata is synchronized to your iPhone. All you need to do is to install the application and provide your server address and your login credentials (the user must have Read access to MD CRM Entities, Attributes and Relationships). &lt;/p&gt;  &lt;p&gt;&lt;img alt="Home" src="http://www.numenes.com/en/iDcrm_files/Media/EN-Home/thumb.jpg" /&gt;&lt;img alt="Initial login" src="http://www.numenes.com/en/iDcrm_files/Media/EN-Login/thumb.jpg" /&gt;&lt;img alt="Account list" src="http://www.numenes.com/en/iDcrm_files/Media/EN-Accounts/thumb.jpg" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img alt="Account Record" src="http://www.numenes.com/en/iDcrm_files/Media/EN-Account%20record/thumb.jpg" /&gt;&lt;img alt="New" src="http://www.numenes.com/en/iDcrm_files/Media/New/thumb.jpg" /&gt;&lt;img alt="Opportunity List" src="http://www.numenes.com/en/iDcrm_files/Media/EN-Opportunities/thumb.jpg" /&gt;&lt;img src="http://www.numenes.com/en/Media/Photo-Overlay-Comment.png" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.numenes.com/en/iDcrm.html#5"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This post not covers all the Microsoft CRM world on the iPhone, but I hope that it could be useful if you have this type of requirements.&lt;/p&gt;  &lt;p&gt;Obviously, feel free to signal other interesting solutions… &lt;a title="" href="#"&gt;&lt;img src="http://messenger.msn.it/Resource/emoticons/regular_smile.gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7fdbba1c-ccb9-4380-939e-b76d39f3e261" class="wlWriterEditableSmartContent"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/Dynamics+CRM" rel="tag"&gt;Dynamics CRM&lt;/a&gt;&lt;/div&gt;&lt;img src="http://demiliani.com/blog/aggbug/6561.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/08/03/6561.aspx</guid>
            <pubDate>Mon, 03 Aug 2009 13:12:33 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6561.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/08/03/6561.aspx#feedback</comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6561.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Microsoft Office 2010 and Office Web Applications</title>
            <link>http://demiliani.com/blog/archive/2009/07/14/6560.aspx</link>
            <description>&lt;p&gt;One of the coolest feature of the future Office 2010 are certainly the new &lt;a href="http://blogs.msdn.com/dachou/archive/2009/07/13/office-web-applications-as-native-browser-apps-in-microsoft-office-2010.aspx"&gt;Office Web Applications&lt;/a&gt;, now not simply services offered via web but browser-based Office clients.&lt;/p&gt;  &lt;p&gt;You can host an Office document for example on a Sharepoint site and edit documents directly by using the Office Web Applications (same browser page), with any browser… so cool isn’t it?&lt;/p&gt;  &lt;p&gt;I’m curious to see what could happen on a mobile browser… can you imagine to work with your Office documents directly from your iPhone or Windows Mobile phone? This is productivity… :)&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Excel Web Application&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/dachou/WindowsLiveWriter/OfficeWebApplicationsasNativeBrowserApps_141AD/168277-excelweb_editot-reduced_original_2.jpg"&gt;&lt;img title="" border="0" alt="" src="http://blogs.msdn.com/blogfiles/dachou/WindowsLiveWriter/OfficeWebApplicationsasNativeBrowserApps_141AD/168277-excelweb_editot-reduced_original_thumb.jpg" width="487" height="365" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://demiliani.com/blog/aggbug/6560.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/07/14/6560.aspx</guid>
            <pubDate>Tue, 14 Jul 2009 07:21:05 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6560.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/07/14/6560.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6560.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Mobile Express for Microsoft Dynamics CRM 4.0 released</title>
            <link>http://demiliani.com/blog/archive/2009/07/10/6559.aspx</link>
            <description>&lt;p&gt;Mobility in the CRM world is an hot topic and I think that a great CRM product must have also a great mobile experience.&lt;/p&gt;  &lt;p&gt;Unfortunately Microsoft has not worked too much on the mobile field for its Dynamics CRM, but from version 3.0 we have the availability of a free mobile tool to use… and it works quite good (with some limits such as the lack of offline functions).&lt;/p&gt;  &lt;p&gt;Today Microsoft has released the new &lt;strong&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f592ec6c-f412-4fd5-9a80-cd3bcbd26d8b#tm"&gt;Mobile Express for Dynamics CRM 4.0&lt;/a&gt;&lt;/strong&gt;, always as a free download for every CRM customers. It supports the full customization features of CRM and now it’s also multi-tenant enabled.&lt;/p&gt;  &lt;p&gt;It works on every mobile device with an HTML 4.0 enabled browser. Here’s the product in action on an HTC Touch Pro and on an iPhone:&lt;/p&gt;  &lt;p&gt;&lt;img src="http://blogs.msdn.com/photos/crm/images/9828324/original.aspx" /&gt; &lt;img src="http://weblogs.asp.net/blogs/gayanperera/IMG_0238.PNG" width="217" height="325" /&gt; &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fd821b06-1de1-4607-9e29-5d3256fa09d7" class="wlWriterEditableSmartContent"&gt;Technorati Tag: &lt;a href="http://technorati.com/tags/Dynamics+CRM" rel="tag"&gt;Dynamics CRM&lt;/a&gt;&lt;/div&gt;&lt;img src="http://demiliani.com/blog/aggbug/6559.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefano Demiliani</dc:creator>
            <guid>http://demiliani.com/blog/archive/2009/07/10/6559.aspx</guid>
            <pubDate>Fri, 10 Jul 2009 07:07:20 GMT</pubDate>
            <wfw:comment>http://demiliani.com/blog/comments/6559.aspx</wfw:comment>
            <comments>http://demiliani.com/blog/archive/2009/07/10/6559.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://demiliani.com/blog/comments/commentRss/6559.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>