<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Muranosoft Blog - Microsoft SharePoint</title>
    <link>http://www.muranosoft.com/Outsourcingblog/</link>
    <description>Coding etc</description>
    <language>en-us</language>
    <copyright>Murano Software</copyright>
    <lastBuildDate>Fri, 19 Mar 2010 14:45:00 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>valerie.sinitskaya@muranosoft.com</managingEditor>
    <webMaster>valerie.sinitskaya@muranosoft.com</webMaster>
    <item>
      <trackback:ping>http://www.muranosoft.com/Outsourcingblog/Trackback.aspx?guid=3ee4540e-0202-4502-abc9-f4cd5319402d</trackback:ping>
      <pingback:server>http://www.muranosoft.com/Outsourcingblog/pingback.aspx</pingback:server>
      <pingback:target>http://www.muranosoft.com/Outsourcingblog/PermaLink,guid,3ee4540e-0202-4502-abc9-f4cd5319402d.aspx</pingback:target>
      <dc:creator>Muranosoft admin</dc:creator>
      <wfw:comment>http://www.muranosoft.com/Outsourcingblog/CommentView,guid,3ee4540e-0202-4502-abc9-f4cd5319402d.aspx</wfw:comment>
      <wfw:commentRss>http://www.muranosoft.com/Outsourcingblog/SyndicationService.asmx/GetEntryCommentsRss?guid=3ee4540e-0202-4502-abc9-f4cd5319402d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <h3>Our goal
</h3>
        <p>
During the <a href="http://www.muranosoft.com/Outsourcingblog/Murano-Software-At-Microsoft-SharePoint-2010-Social-Fest.aspx">Microsoft
SharePoint 2010 Social Fest</a>, Murano’s programmers had to create seven applications
for the new SharePoint Server 2010. This article will show how Amazon Web Services
helped us to get results in just seven days.
</p>
        <h3>Why did we choose Amazon?
</h3>
        <p>
We had few days before the Microsoft SharePoint 2010 Social Fest to test the new SharePoint
server. Microsoft’s SharePoint Server 2010 is in beta status and has strict hardware
requirements. You must have 4GB of RAM to start working with it. Also, the best way
to use SharePoint Server 2010 is to install it on a Windows Server 2008 or Windows
Server 2008 R2 operating system. 
</p>
        <p>
So we had to upgrade some of the developers’ PC hardware and OS or find another solution.
There also was another problem – how to prepare the environment for the new developers
on SharePoint Social Fest’s team very quickly. We decided to check Amazon services. 
</p>
        <p>
Amazon Elastic Compute Cloud (Amazon EC2) is a Web-based service that provides compute
capacity in the cloud. Amazon EC2 presents a virtual computing environment, allowing
you to use Web service interfaces to launch instances with selected operating systems.
Fortunately, MS Windows Server 2008 is available to use on Amazon. We chose “Large
Instance” with 8GB RAM and 4 EC2 Compute Units to handle our tasks.
</p>
        <h3>How to start using Amazon Web Services
</h3>
        <p>
Getting to Amazon’s cloud is simple. You have to go to <a href="http://aws.amazon.com/ec2/">http://aws.amazon.com/ec2</a> and
register a new account if you don’t have one. After registering for service and filling
out your card data, you can create a new instance by wizard in EC2 AWS console:
</p>
        <p>
          <a href="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image002_2.gif">
            <img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image002_thumb.gif" width="468" height="305" />
          </a>
        </p>
        <p>
After passing several steps, you will get new instances in the console:
</p>
        <p>
          <a href="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image004_2.gif">
            <img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image004_thumb.gif" width="648" height="180" />
          </a>
        </p>
        <p>
Now instances on Amazon EC2 use ELASTIC BLOCK STORE (EBS) to store data volumes. This
is good news because your data will stay alive after instance shutdown. 
</p>
        <h3>Our results
</h3>
        <p>
Virtual servers on Amazon have a good performance level. We used Visual Studio 2010
on it with hosted SharePoint 2010 sites, and the machines worked very promptly.
</p>
        <p>
As we selected Amazon EC2 as our platform for the SharePoint 2010 Social Fest, we
had to find out how to multiply the development environment in a short time. 
</p>
        <p>
The “Snapshot” function could help. It will take a snapshot from the selected data
volume. Then you can create a new volume from the snapshot and attach it to the instance.
But I found that instance’s Amazon Machine Image (AMI) creation is more applicable
for our task. 
</p>
        <p>
You can install any software you need, make your changes to the system configuration
and then create an image of your instance. Then you can use this image for creating
new instances. Using AMIs instead of snapshots gives you an advantage in time because
you will already get a configured instance right after the launch.
</p>
        <p>
          <a href="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image006_2.gif">
            <img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image006_thumb.gif" width="428" height="298" />
          </a>
        </p>
        <p>
Thus we prepared AMI with Visual Studio 2010 beta and SharePoint Server 2010 beta
installed on it, and we used it any time our developer needed a new environment.
</p>
        <h3>Benefits of using Amazon
</h3>
        <p>
Using Amazon Elastic Compute Cloud gives all our programmers the possibility of working
with the demanding SharePoint Server 2010 without OS reinstallation and hardware upgrade.
</p>
        <p>
Also, we find that Amazon EC2 is very convenient if you need to increase the quantity
of servers very quickly.
</p>
        <p>
You could use Command Line Tools to automate some tasks with EC2 instances. We used
it to enable programmers to shut down and start their instances.
</p>
        <p>
          <a href="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image008_2.gif">
            <img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image008_thumb.gif" width="650" height="457" />
          </a>
        </p>
        <img width="0" height="0" src="http://www.muranosoft.com/Outsourcingblog/aggbug.ashx?id=3ee4540e-0202-4502-abc9-f4cd5319402d" />
      </body>
      <title>Using Amazon to speed-up development</title>
      <guid isPermaLink="false">http://www.muranosoft.com/Outsourcingblog/PermaLink,guid,3ee4540e-0202-4502-abc9-f4cd5319402d.aspx</guid>
      <link>http://www.muranosoft.com/Outsourcingblog/Using-Amazon-To-Speedup-Development.aspx</link>
      <pubDate>Fri, 19 Mar 2010 14:45:00 GMT</pubDate>
      <description>&lt;h3&gt;Our goal
&lt;/h3&gt;
&lt;p&gt;
During the &lt;a href="http://www.muranosoft.com/Outsourcingblog/Murano-Software-At-Microsoft-SharePoint-2010-Social-Fest.aspx"&gt;Microsoft
SharePoint 2010 Social Fest&lt;/a&gt;, Murano’s programmers had to create seven applications
for the new SharePoint Server 2010. This article will show how Amazon Web Services
helped us to get results in just seven days.
&lt;/p&gt;
&lt;h3&gt;Why did we choose Amazon?
&lt;/h3&gt;
&lt;p&gt;
We had few days before the Microsoft SharePoint 2010 Social Fest to test the new SharePoint
server. Microsoft’s SharePoint Server 2010 is in beta status and has strict hardware
requirements. You must have 4GB of RAM to start working with it. Also, the best way
to use SharePoint Server 2010 is to install it on a Windows Server 2008 or Windows
Server 2008 R2 operating system. 
&lt;/p&gt;
&lt;p&gt;
So we had to upgrade some of the developers’ PC hardware and OS or find another solution.
There also was another problem – how to prepare the environment for the new developers
on SharePoint Social Fest’s team very quickly. We decided to check Amazon services. 
&lt;/p&gt;
&lt;p&gt;
Amazon Elastic Compute Cloud (Amazon EC2) is a Web-based service that provides compute
capacity in the cloud. Amazon EC2 presents a virtual computing environment, allowing
you to use Web service interfaces to launch instances with selected operating systems.
Fortunately, MS Windows Server 2008 is available to use on Amazon. We chose “Large
Instance” with 8GB RAM and 4 EC2 Compute Units to handle our tasks.
&lt;/p&gt;
&lt;h3&gt;How to start using Amazon Web Services
&lt;/h3&gt;
&lt;p&gt;
Getting to Amazon’s cloud is simple. You have to go to &lt;a href="http://aws.amazon.com/ec2/"&gt;http://aws.amazon.com/ec2&lt;/a&gt; and
register a new account if you don’t have one. After registering for service and filling
out your card data, you can create a new instance by wizard in EC2 AWS console:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image002_2.gif"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image002_thumb.gif" width="468" height="305" /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
After passing several steps, you will get new instances in the console:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image004_2.gif"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image004_thumb.gif" width="648" height="180" /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Now instances on Amazon EC2 use ELASTIC BLOCK STORE (EBS) to store data volumes. This
is good news because your data will stay alive after instance shutdown. 
&lt;/p&gt;
&lt;h3&gt;Our results
&lt;/h3&gt;
&lt;p&gt;
Virtual servers on Amazon have a good performance level. We used Visual Studio 2010
on it with hosted SharePoint 2010 sites, and the machines worked very promptly.
&lt;/p&gt;
&lt;p&gt;
As we selected Amazon EC2 as our platform for the SharePoint 2010 Social Fest, we
had to find out how to multiply the development environment in a short time. 
&lt;/p&gt;
&lt;p&gt;
The “Snapshot” function could help. It will take a snapshot from the selected data
volume. Then you can create a new volume from the snapshot and attach it to the instance.
But I found that instance’s Amazon Machine Image (AMI) creation is more applicable
for our task. 
&lt;/p&gt;
&lt;p&gt;
You can install any software you need, make your changes to the system configuration
and then create an image of your instance. Then you can use this image for creating
new instances. Using AMIs instead of snapshots gives you an advantage in time because
you will already get a configured instance right after the launch.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image006_2.gif"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image006_thumb.gif" width="428" height="298" /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Thus we prepared AMI with Visual Studio 2010 beta and SharePoint Server 2010 beta
installed on it, and we used it any time our developer needed a new environment.
&lt;/p&gt;
&lt;h3&gt;Benefits of using Amazon
&lt;/h3&gt;
&lt;p&gt;
Using Amazon Elastic Compute Cloud gives all our programmers the possibility of working
with the demanding SharePoint Server 2010 without OS reinstallation and hardware upgrade.
&lt;/p&gt;
&lt;p&gt;
Also, we find that Amazon EC2 is very convenient if you need to increase the quantity
of servers very quickly.
&lt;/p&gt;
&lt;p&gt;
You could use Command Line Tools to automate some tasks with EC2 instances. We used
it to enable programmers to shut down and start their instances.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image008_2.gif"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/UsingAmazontospeedupdevelopment_8873/clip_image008_thumb.gif" width="650" height="457" /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.muranosoft.com/Outsourcingblog/aggbug.ashx?id=3ee4540e-0202-4502-abc9-f4cd5319402d" /&gt;</description>
      <comments>http://www.muranosoft.com/Outsourcingblog/CommentView,guid,3ee4540e-0202-4502-abc9-f4cd5319402d.aspx</comments>
      <category>ASP.NET</category>
      <category>Microsoft SharePoint</category>
      <category>Software Development</category>
      <category>Virtual</category>
    </item>
    <item>
      <trackback:ping>http://www.muranosoft.com/Outsourcingblog/Trackback.aspx?guid=4ee15e80-2020-4d42-a0f4-a114aaf3ff19</trackback:ping>
      <pingback:server>http://www.muranosoft.com/Outsourcingblog/pingback.aspx</pingback:server>
      <pingback:target>http://www.muranosoft.com/Outsourcingblog/PermaLink,guid,4ee15e80-2020-4d42-a0f4-a114aaf3ff19.aspx</pingback:target>
      <dc:creator>Muranosoft admin</dc:creator>
      <wfw:comment>http://www.muranosoft.com/Outsourcingblog/CommentView,guid,4ee15e80-2020-4d42-a0f4-a114aaf3ff19.aspx</wfw:comment>
      <wfw:commentRss>http://www.muranosoft.com/Outsourcingblog/SyndicationService.asmx/GetEntryCommentsRss?guid=4ee15e80-2020-4d42-a0f4-a114aaf3ff19</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <em>By Alex, a</em>
          <i>
          </i>
          <em>
            <a href="http://www.muranosoft.com/services/microsoftnet.aspx">Senior
.NET Developer</a>
          </em>
          <i>
          </i>
          <em>on Murano Software’s team</em>
        </p>
        <p>
Murano Software is becoming a <a href="http://www.muranosoft.com/Outsourcingblog/Murano-Software-At-The-Microsoft-Mobile-Incubation-Week-In-Washington-DC.aspx">permanent
participant in the Microsoft Incubation Week events</a>. Last week (Jan 25-29), our
company participated as a development partner in <a href="http://www.microsoftstartupzone.com/SharepointSocialFest/Pages/default.aspx">Microsoft
SharePoint 2010 Social Fest</a> at Microsoft’s Silicon Valley campus. We provided
seven top Microsoft BizSpark startups with outsource development support, SharePoint
expertise and advice. Just as it was during other Microsoft Incubation Weeks, the
mission of our team, led by Dimitri Nikouline, this year was to create working solutions
for our clients in the shortest terms of the event. Our developers and startup representatives
were working day and night, in a warm and competitive atmosphere, being eager to try
the new features and implement their ideas. .
</p>
        <p>
This was even more challenging, since the products - Microsoft Visual Studio 2010
and Microsoft SharePoint 2010 - are Betas now, and there was no strong knowledge base,
except samples in Microsoft blogs and related Internet resources. But our company,
always being on the cutting edge of the development technologies, successfully defeated
all of these challenges. In addition to the true interest in the newest technologies
and software development passion, we got through these challenges because of intensive
communication and team spirit. Working with the different startup clients, we established
a single workspace for all involved to resolve issues faster and exchange tips, ideas,
and links.
</p>
        <p>
Although these startups work in different areas of business intelligence and communications,
they all are looking forward to the integration with SharePoint as an opportunity
to upgrade their working and beneficial products to the enterprise-level applications.
This wide range of interests resulted in a large variety of integration tasks successfully
resolved by our guys during that week, from the UI widgets customization to search,
synchronization and user profile management.
</p>
        <p>
          <a href="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/MuranoSoftwareatMicrosoftSharePoint2010S_EA28/clip_image002_2.jpg">
            <img style="border-right-width: 0px; margin: 0px 0px 0px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Huddle" border="0" hspace="12" alt="Huddle" align="right" src="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/MuranoSoftwareatMicrosoftSharePoint2010S_EA28/clip_image002_thumb.jpg" width="155" height="171" />
          </a>
        </p>
        <p>
          <b>
            <a href="http://www.huddle.net/">Huddle</a>
          </b>
          <br />
The winning project, Huddle, is helping businesses across the world to work online
in a common workspace, share and edit the documents, involving the external users
in their workflows. Our guys did a great job using Silverlight and SharePoint 2010
features, customizing the UI and the back-end logic by means of timer jobs. 
</p>
        <p>
          <a href="http://www.calindasoftware.com/">
            <b>Calinda Software</b>
          </a>
          <br />
Calinda Software, the second winner with their MindUp product, are focused on making
e-mail communications structured and easy, so no attachment gets lost, and the history
of sent and received messages can be seen on a visual map. With SharePoint 2010, the
e-mail environment transparently becomes integrated with document libraries and lists
in MOSS. Our commitment to their success was a service, allowing users to search for
people with specific skills and give the relevancy estimates for these search results.    
</p>
        <p>
          <b>
            <a href="http://www.getconfer.com/">GetConfer</a>
          </b>
          <br />
Confer is a company that offers a microblogging Web application to simplify communications
between employees of a big company. In order to extend its functionality on the enterprise
SharePoint installation, we worked together on mechanisms to map Confer's users to
SharePoint users.
</p>
        <p>
          <b>
            <a href="http://www.cortex-intelligence.com/">Cortex Intelligence</a>
          </b>
          <br />
Cortex Intelligence provides a market intelligence service for Microsoft SharePoint
2010 users, letting them access external data, such as market data, news and so on.
During the event, our guys worked on integrating the microblog functionality of SharePoint
with external data providers, allowing them to post blog articles and put links to
external articles into the user's microblog.
</p>
        <p>
          <b>
            <a href="http://www.leveragesoftware.com/">Leverage Software</a>
          </b>
          <br />
LeverageSoftware's DesignSpace platform transforms sets of e-mail threads into a social
workspace that the users can share with other colleagues in their company. We helped
them to integrate with the people search functionality of SharePoint 2010.
</p>
        <p>
          <b>
            <a href="http://www.liaise.com/">Liaise</a>
          </b>
          <br />
Liaise allows SharePoint 2010 users to transparently update their SharePoint items
(tasks, lists and so on) with the information parsed from the e-mail messages they
send, save attachments in document libraries and so on. We made a prototype solution,
putting task summary information in the calendar, automatically updating any change
to the task list.
</p>
        <p>
          <b>
            <a href="http://www.loqu8.com/">Loqu8</a>
          </b>
          <br />
Loqu8 Prelude is a tool that’s integrated into Microsoft applications (Office, Media
Player, Control Panel, etc.), showing users contextually relevant information when
they are hovering a word. During Microsoft Incubation Week, we worked on the integration
of their tool with SharePoint’s platform.
</p>
        <img width="0" height="0" src="http://www.muranosoft.com/Outsourcingblog/aggbug.ashx?id=4ee15e80-2020-4d42-a0f4-a114aaf3ff19" />
      </body>
      <title>Murano Software at Microsoft SharePoint 2010 Social Fest</title>
      <guid isPermaLink="false">http://www.muranosoft.com/Outsourcingblog/PermaLink,guid,4ee15e80-2020-4d42-a0f4-a114aaf3ff19.aspx</guid>
      <link>http://www.muranosoft.com/Outsourcingblog/Murano-Software-At-Microsoft-SharePoint-2010-Social-Fest.aspx</link>
      <pubDate>Wed, 10 Feb 2010 14:39:09 GMT</pubDate>
      <description>&lt;p&gt;
&lt;em&gt;By Alex, a&lt;/em&gt;&lt;i&gt; &lt;/i&gt;&lt;em&gt;&lt;a href="http://www.muranosoft.com/services/microsoftnet.aspx"&gt;Senior
.NET Developer&lt;/a&gt;&lt;/em&gt;&lt;i&gt; &lt;/i&gt;&lt;em&gt;on Murano Software’s team&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
Murano Software is becoming a &lt;a href="http://www.muranosoft.com/Outsourcingblog/Murano-Software-At-The-Microsoft-Mobile-Incubation-Week-In-Washington-DC.aspx"&gt;permanent
participant in the Microsoft Incubation Week events&lt;/a&gt;. Last week (Jan 25-29), our
company participated as a development partner in &lt;a href="http://www.microsoftstartupzone.com/SharepointSocialFest/Pages/default.aspx"&gt;Microsoft
SharePoint 2010 Social Fest&lt;/a&gt; at Microsoft’s Silicon Valley campus. We provided
seven top Microsoft BizSpark startups with outsource development support, SharePoint
expertise and advice. Just as it was during other Microsoft Incubation Weeks, the
mission of our team, led by Dimitri Nikouline, this year was to create working solutions
for our clients in the shortest terms of the event. Our developers and startup representatives
were working day and night, in a warm and competitive atmosphere, being eager to try
the new features and implement their ideas. .
&lt;/p&gt;
&lt;p&gt;
This was even more challenging, since the products - Microsoft Visual Studio 2010
and Microsoft SharePoint 2010 - are Betas now, and there was no strong knowledge base,
except samples in Microsoft blogs and related Internet resources. But our company,
always being on the cutting edge of the development technologies, successfully defeated
all of these challenges. In addition to the true interest in the newest technologies
and software development passion, we got through these challenges because of intensive
communication and team spirit. Working with the different startup clients, we established
a single workspace for all involved to resolve issues faster and exchange tips, ideas,
and links.
&lt;/p&gt;
&lt;p&gt;
Although these startups work in different areas of business intelligence and communications,
they all are looking forward to the integration with SharePoint as an opportunity
to upgrade their working and beneficial products to the enterprise-level applications.
This wide range of interests resulted in a large variety of integration tasks successfully
resolved by our guys during that week, from the UI widgets customization to search,
synchronization and user profile management.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/MuranoSoftwareatMicrosoftSharePoint2010S_EA28/clip_image002_2.jpg"&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 0px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Huddle" border="0" hspace="12" alt="Huddle" align="right" src="http://www.muranosoft.com/Outsourcingblog/content/binary/WindowsLiveWriter/MuranoSoftwareatMicrosoftSharePoint2010S_EA28/clip_image002_thumb.jpg" width="155" height="171" /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;&lt;a href="http://www.huddle.net/"&gt;Huddle&lt;/a&gt;&lt;/b&gt; 
&lt;br /&gt;
The winning project, Huddle, is helping businesses across the world to work online
in a common workspace, share and edit the documents, involving the external users
in their workflows. Our guys did a great job using Silverlight and SharePoint 2010
features, customizing the UI and the back-end logic by means of timer jobs. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.calindasoftware.com/"&gt;&lt;b&gt;Calinda Software&lt;/b&gt;&lt;/a&gt; 
&lt;br /&gt;
Calinda Software, the second winner with their MindUp product, are focused on making
e-mail communications structured and easy, so no attachment gets lost, and the history
of sent and received messages can be seen on a visual map. With SharePoint 2010, the
e-mail environment transparently becomes integrated with document libraries and lists
in MOSS. Our commitment to their success was a service, allowing users to search for
people with specific skills and give the relevancy estimates for these search results.&amp;#160;&amp;#160;&amp;#160; 
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;&lt;a href="http://www.getconfer.com/"&gt;GetConfer&lt;/a&gt;&lt;/b&gt; 
&lt;br /&gt;
Confer is a company that offers a microblogging Web application to simplify communications
between employees of a big company. In order to extend its functionality on the enterprise
SharePoint installation, we worked together on mechanisms to map Confer's users to
SharePoint users.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;&lt;a href="http://www.cortex-intelligence.com/"&gt;Cortex Intelligence&lt;/a&gt;&lt;/b&gt; 
&lt;br /&gt;
Cortex Intelligence provides a market intelligence service for Microsoft SharePoint
2010 users, letting them access external data, such as market data, news and so on.
During the event, our guys worked on integrating the microblog functionality of SharePoint
with external data providers, allowing them to post blog articles and put links to
external articles into the user's microblog.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;&lt;a href="http://www.leveragesoftware.com/"&gt;Leverage Software&lt;/a&gt;&lt;/b&gt; 
&lt;br /&gt;
LeverageSoftware's DesignSpace platform transforms sets of e-mail threads into a social
workspace that the users can share with other colleagues in their company. We helped
them to integrate with the people search functionality of SharePoint 2010.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;&lt;a href="http://www.liaise.com/"&gt;Liaise&lt;/a&gt;&lt;/b&gt; 
&lt;br /&gt;
Liaise allows SharePoint 2010 users to transparently update their SharePoint items
(tasks, lists and so on) with the information parsed from the e-mail messages they
send, save attachments in document libraries and so on. We made a prototype solution,
putting task summary information in the calendar, automatically updating any change
to the task list.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;&lt;a href="http://www.loqu8.com/"&gt;Loqu8&lt;/a&gt;&lt;/b&gt; 
&lt;br /&gt;
Loqu8 Prelude is a tool that’s integrated into Microsoft applications (Office, Media
Player, Control Panel, etc.), showing users contextually relevant information when
they are hovering a word. During Microsoft Incubation Week, we worked on the integration
of their tool with SharePoint’s platform.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.muranosoft.com/Outsourcingblog/aggbug.ashx?id=4ee15e80-2020-4d42-a0f4-a114aaf3ff19" /&gt;</description>
      <comments>http://www.muranosoft.com/Outsourcingblog/CommentView,guid,4ee15e80-2020-4d42-a0f4-a114aaf3ff19.aspx</comments>
      <category>ASP.NET</category>
      <category>Microsoft SharePoint</category>
      <category>Software Development</category>
      <category>Visual Studio</category>
    </item>
    <item>
      <trackback:ping>http://www.muranosoft.com/Outsourcingblog/Trackback.aspx?guid=514215b3-7010-4978-9311-e513fc478254</trackback:ping>
      <pingback:server>http://www.muranosoft.com/Outsourcingblog/pingback.aspx</pingback:server>
      <pingback:target>http://www.muranosoft.com/Outsourcingblog/PermaLink,guid,514215b3-7010-4978-9311-e513fc478254.aspx</pingback:target>
      <dc:creator>Muranosoft admin</dc:creator>
      <wfw:comment>http://www.muranosoft.com/Outsourcingblog/CommentView,guid,514215b3-7010-4978-9311-e513fc478254.aspx</wfw:comment>
      <wfw:commentRss>http://www.muranosoft.com/Outsourcingblog/SyndicationService.asmx/GetEntryCommentsRss?guid=514215b3-7010-4978-9311-e513fc478254</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <em>By Vladimir, a <a href="/services/microsoftnet.aspx">.NET developer</a> on Muranosoft’s
team.</em>
        </p>
        <p>
The new Microsoft Visual Studio 2010 raises the <a href="/services/sharepoint.aspx">development
of SharePoint projects</a> to an absolutely new level. You won’t need to install any
special extensions like those in Visual Studio 2008. Visual Studio 2010 supports all
the necessary tools, which really help to improve the development process. 
</p>
        <p>
So let’s take a look at the new SharePoint development features that Visual Studio
2010 offers. 
</p>
        <p>
 
</p>
        <p>
          <strong>
            <font size="3">New Project Templates</font>
          </strong>
        </p>
        <p>
First of all, the VS 2010 supports many different templates for the SharePoint projects,
such as: 
<br />
•    Blank Site Definition 
<br />
•    Content Type 
<br />
•    List Definition 
<br />
•    State Machine Workflow 
<br />
•    WSP Import 
<br />
•    Business Data Catalog Model 
<br />
•    Deployment Module 
<br />
•    Event Receiver 
<br />
•    Sequential Workflow 
<br />
•    Web Part 
</p>
        <p>
After selecting any of these templates, you have to go through some steps to configure
your development environment, of course. 
</p>
        <p>
 
</p>
        <p>
          <strong>
            <font size="3">SharePoint Solution Architecture </font>
          </strong>
        </p>
        <p>
Any project type will include two key nodes that you can’t remove, relocate or rename.
There are <a href="http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/11/02/getting-started-with-the-sharepoint-packaging-designers.aspx">Features
and Package nodes</a>. These ones will be available in a project, even if your project
doesn’t contain any feature or package definition. 
</p>
        <p>
The “Features” node contains all your project features. If you want to add a new feature,
just right click on this node and select “Add Feature.” You can use the new Feature
Designer tool to manage a corresponding feature. 
</p>
        <p>
The “Package” node contains only one *.WSP file, which describes the deployment rules
of your SharePoint project. Double clicking on this file affects the Package Designer
tool, which allows you to configure all deployment aspects. 
</p>
        <p>
In addition to these nodes, the VS 2010 contains the package explorer, which also
allows you to manage your SharePoint items. For example, you can group files into
features or packages, raise the Features/Packages designer, or move files from one
feature or package to another. 
</p>
        <p>
 
</p>
        <p>
          <strong>
            <font size="3">Changes in the Server Explorer</font>
          </strong>
        </p>
        <p>
Now the Server Explorer supports a new node called SharePoint Connections. This node
contains the URL to all your SharePoint sites. You can add the new site by clicking
on the SharePoint Connections node, clicking “Add Connection” and entering the URL
to the SharePoint site. This will allow you to browse the contents (such as features,
lists and sites) and configure the SharePoint server settings. 
</p>
        <p>
 
</p>
        <p>
          <strong>
            <font size="3">Development </font>
          </strong>
        </p>
        <p>
Some few features are directly linked with a development process.  These include
the new Client Object Model, LINQ to SharePoint, Sandboxed Solutions and “External
Data Lists.”
</p>
        <ul>
          <li>
            <a href="http://blogs.msdn.com/ericwhite/archive/2009/11/20/using-the-sharepoint-2010-managed-client-object-model.aspx">Client
Object Model</a> allows us to have direct access to the object model by using JavaScript,
Silverlight or .NET code without calling Web Services. 
</li>
          <li>
            <a href="http://www.chakkaradeep.com/post/SharePoint-2010-e28093-LINQ-for-SharePoint.aspx">LINQ
to SharePoint</a> provides  an ability to use usual LINQ-queries to manipulate
with SharePoint lists. Now we can forget about foreach’es and other redundant code
in many cases. 
</li>
          <li>
            <a href="http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2009/10/29/sharepoint-2010-sandbox-solution-an-overview.aspx">Sandboxed
Solutions</a> allow us to deploy our Web Parts without having an administrative privilege.
It was one of the biggest problems in previous versions of the SharePoint environment.
This is achieved by running solutions in a separate process that is restricted by
.Net CAS policy. So the framework can control solutions and shut down any of them
automatically. 
</li>
          <li>
            <a href="http://blogs.pointbridge.com/Blogs/monnette_jeff/Pages/Post.aspx?_ID=23">External
Lists</a> (formerly known as the Business Data Catalog) is a powerful mechanism to
organize collaboration your SharePoint project with other applications or data sources.
You should describe an entities structure and link with a data source. After that,
you can use received data in your SharePoint project. 
</li>
        </ul>
        <p>
 
</p>
        <p>
          <strong>
            <font size="3">Debug and Deploy Process</font>
          </strong>
        </p>
        <p>
As you may know, the debug and deploy processes were quite difficult in the previous
versions of Visual Studio. The newest one dramatically changes this work, offering
us an absolutely new way. Now you shouldn’t deploy your package on the server, deactivate
and uninstall all features, retract the solution manually, etc. You shouldn’t install
an additional Visual Studio on your SharePoint server, either, just to debug your
code. 
</p>
        <p>
After configuring your SharePoint solution, you just press the F5 button and the installation
of your package will be done automatically, even if an old solution has been installed
on the server. All work (deactivating, retracting, etc.) will be done automatically.
Amazing, isn’t it? 
</p>
        <p>
After installing the new package, the Visual Studio’s debugger will be attached to
the Windows SharePoint services process. To enable this, you should run you project
in the debug mode (when you first debug, VS suggests to modify your web.config file
accordingly). Please note, you could use it on your development side, not on the SharePoint
server side! 
</p>
        <p>
 
</p>
        <p>
          <strong>
            <font size="3">Resources </font>
          </strong>
        </p>
        <p>
If you want to get more information, you can watch <a href="http://channel9.msdn.com/posts/funkyonex/Overview-of-SharePoint-Development-in-Visual-Studio-2010/">this
video</a> or follow <a href="http://msdn.microsoft.com/en-us/library/ee330921(VS.100).aspx">this
link</a> to read the official documentation. There is another <a href="http://msdn.microsoft.com/en-us/magazine/ee309510.aspx">great
article</a> about new tools for SharePoint development in the VS 2010, written by
Steve Fox, senior technical evangelist. Also, I suggest you take a look at the <a href="http://channel9.msdn.com/learn/courses/SharePoint2010Developer/">short
training courses</a> provided by Channel 9. 
</p>
        <p>
Enjoy!
</p>
        <img width="0" height="0" src="http://www.muranosoft.com/Outsourcingblog/aggbug.ashx?id=514215b3-7010-4978-9311-e513fc478254" />
      </body>
      <title>SharePoint Development with Visual Studio 2010</title>
      <guid isPermaLink="false">http://www.muranosoft.com/Outsourcingblog/PermaLink,guid,514215b3-7010-4978-9311-e513fc478254.aspx</guid>
      <link>http://www.muranosoft.com/Outsourcingblog/SharePoint-Development-With-Visual-Studio-2010.aspx</link>
      <pubDate>Mon, 30 Nov 2009 15:00:57 GMT</pubDate>
      <description>&lt;p&gt;
&lt;em&gt;By Vladimir, a &lt;a href="/services/microsoftnet.aspx"&gt;.NET developer&lt;/a&gt; on Muranosoft’s
team.&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
The new Microsoft Visual Studio 2010 raises the &lt;a href="/services/sharepoint.aspx"&gt;development
of SharePoint projects&lt;/a&gt; to an absolutely new level. You won’t need to install any
special extensions like those in Visual Studio 2008. Visual Studio 2010 supports all
the necessary tools, which really help to improve the development process. 
&lt;/p&gt;
&lt;p&gt;
So let’s take a look at the new SharePoint development features that Visual Studio
2010 offers. 
&lt;/p&gt;
&lt;p&gt;
&amp;#160;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font size="3"&gt;New Project Templates&lt;/font&gt;&lt;/strong&gt; 
&lt;/p&gt;
&lt;p&gt;
First of all, the VS 2010 supports many different templates for the SharePoint projects,
such as: 
&lt;br /&gt;
•&amp;#160;&amp;#160;&amp;#160; Blank Site Definition 
&lt;br /&gt;
•&amp;#160;&amp;#160;&amp;#160; Content Type 
&lt;br /&gt;
•&amp;#160;&amp;#160;&amp;#160; List Definition 
&lt;br /&gt;
•&amp;#160;&amp;#160;&amp;#160; State Machine Workflow 
&lt;br /&gt;
•&amp;#160;&amp;#160;&amp;#160; WSP Import 
&lt;br /&gt;
•&amp;#160;&amp;#160;&amp;#160; Business Data Catalog Model 
&lt;br /&gt;
•&amp;#160;&amp;#160;&amp;#160; Deployment Module 
&lt;br /&gt;
•&amp;#160;&amp;#160;&amp;#160; Event Receiver 
&lt;br /&gt;
•&amp;#160;&amp;#160;&amp;#160; Sequential Workflow 
&lt;br /&gt;
•&amp;#160;&amp;#160;&amp;#160; Web Part 
&lt;/p&gt;
&lt;p&gt;
After selecting any of these templates, you have to go through some steps to configure
your development environment, of course. 
&lt;/p&gt;
&lt;p&gt;
&amp;#160;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font size="3"&gt;SharePoint Solution Architecture &lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Any project type will include two key nodes that you can’t remove, relocate or rename.
There are &lt;a href="http://blogs.msdn.com/vssharepointtoolsblog/archive/2009/11/02/getting-started-with-the-sharepoint-packaging-designers.aspx"&gt;Features
and Package nodes&lt;/a&gt;. These ones will be available in a project, even if your project
doesn’t contain any feature or package definition. 
&lt;/p&gt;
&lt;p&gt;
The “Features” node contains all your project features. If you want to add a new feature,
just right click on this node and select “Add Feature.” You can use the new Feature
Designer tool to manage a corresponding feature. 
&lt;/p&gt;
&lt;p&gt;
The “Package” node contains only one *.WSP file, which describes the deployment rules
of your SharePoint project. Double clicking on this file affects the Package Designer
tool, which allows you to configure all deployment aspects. 
&lt;/p&gt;
&lt;p&gt;
In addition to these nodes, the VS 2010 contains the package explorer, which also
allows you to manage your SharePoint items. For example, you can group files into
features or packages, raise the Features/Packages designer, or move files from one
feature or package to another. 
&lt;/p&gt;
&lt;p&gt;
&amp;#160;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font size="3"&gt;Changes in the Server Explorer&lt;/font&gt;&lt;/strong&gt; 
&lt;/p&gt;
&lt;p&gt;
Now the Server Explorer supports a new node called SharePoint Connections. This node
contains the URL to all your SharePoint sites. You can add the new site by clicking
on the SharePoint Connections node, clicking “Add Connection” and entering the URL
to the SharePoint site. This will allow you to browse the contents (such as features,
lists and sites) and configure the SharePoint server settings. 
&lt;/p&gt;
&lt;p&gt;
&amp;#160;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font size="3"&gt;Development &lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Some few features are directly linked with a development process.&amp;#160; These include
the new Client Object Model, LINQ to SharePoint, Sandboxed Solutions and “External
Data Lists.”
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://blogs.msdn.com/ericwhite/archive/2009/11/20/using-the-sharepoint-2010-managed-client-object-model.aspx"&gt;Client
Object Model&lt;/a&gt; allows us to have direct access to the object model by using JavaScript,
Silverlight or .NET code without calling Web Services. 
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://www.chakkaradeep.com/post/SharePoint-2010-e28093-LINQ-for-SharePoint.aspx"&gt;LINQ
to SharePoint&lt;/a&gt; provides&amp;#160; an ability to use usual LINQ-queries to manipulate
with SharePoint lists. Now we can forget about foreach’es and other redundant code
in many cases. 
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2009/10/29/sharepoint-2010-sandbox-solution-an-overview.aspx"&gt;Sandboxed
Solutions&lt;/a&gt; allow us to deploy our Web Parts without having an administrative privilege.
It was one of the biggest problems in previous versions of the SharePoint environment.
This is achieved by running solutions in a separate process that is restricted by
.Net CAS policy. So the framework can control solutions and shut down any of them
automatically. 
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://blogs.pointbridge.com/Blogs/monnette_jeff/Pages/Post.aspx?_ID=23"&gt;External
Lists&lt;/a&gt; (formerly known as the Business Data Catalog) is a powerful mechanism to
organize collaboration your SharePoint project with other applications or data sources.
You should describe an entities structure and link with a data source. After that,
you can use received data in your SharePoint project. 
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&amp;#160;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font size="3"&gt;Debug and Deploy Process&lt;/font&gt;&lt;/strong&gt; 
&lt;/p&gt;
&lt;p&gt;
As you may know, the debug and deploy processes were quite difficult in the previous
versions of Visual Studio. The newest one dramatically changes this work, offering
us an absolutely new way. Now you shouldn’t deploy your package on the server, deactivate
and uninstall all features, retract the solution manually, etc. You shouldn’t install
an additional Visual Studio on your SharePoint server, either, just to debug your
code. 
&lt;/p&gt;
&lt;p&gt;
After configuring your SharePoint solution, you just press the F5 button and the installation
of your package will be done automatically, even if an old solution has been installed
on the server. All work (deactivating, retracting, etc.) will be done automatically.
Amazing, isn’t it? 
&lt;/p&gt;
&lt;p&gt;
After installing the new package, the Visual Studio’s debugger will be attached to
the Windows SharePoint services process. To enable this, you should run you project
in the debug mode (when you first debug, VS suggests to modify your web.config file
accordingly). Please note, you could use it on your development side, not on the SharePoint
server side! 
&lt;/p&gt;
&lt;p&gt;
&amp;#160;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font size="3"&gt;Resources &lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
If you want to get more information, you can watch &lt;a href="http://channel9.msdn.com/posts/funkyonex/Overview-of-SharePoint-Development-in-Visual-Studio-2010/"&gt;this
video&lt;/a&gt; or follow &lt;a href="http://msdn.microsoft.com/en-us/library/ee330921(VS.100).aspx"&gt;this
link&lt;/a&gt; to read the official documentation. There is another &lt;a href="http://msdn.microsoft.com/en-us/magazine/ee309510.aspx"&gt;great
article&lt;/a&gt; about new tools for SharePoint development in the VS 2010, written by
Steve Fox, senior technical evangelist. Also, I suggest you take a look at the &lt;a href="http://channel9.msdn.com/learn/courses/SharePoint2010Developer/"&gt;short
training courses&lt;/a&gt; provided by Channel 9. 
&lt;/p&gt;
&lt;p&gt;
Enjoy!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.muranosoft.com/Outsourcingblog/aggbug.ashx?id=514215b3-7010-4978-9311-e513fc478254" /&gt;</description>
      <comments>http://www.muranosoft.com/Outsourcingblog/CommentView,guid,514215b3-7010-4978-9311-e513fc478254.aspx</comments>
      <category>ASP.NET</category>
      <category>Microsoft SharePoint</category>
      <category>Software Development</category>
      <category>Visual Studio</category>
    </item>
  </channel>
</rss>