<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8045855850085161355</id><updated>2011-08-03T21:22:52.811-07:00</updated><title type='text'>Indra Manohar</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://indramanohar.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8045855850085161355/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://indramanohar.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Indra Manohar</name><uri>http://www.blogger.com/profile/06878759671235648422</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8045855850085161355.post-8003277379682686536</id><published>2009-11-20T02:12:00.001-08:00</published><updated>2009-11-20T02:23:37.613-08:00</updated><title type='text'>Share Point Interview Questions</title><content type='html'>&lt;div&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;1) What are the two base classes a WebPart you are going to use within SharePoint 2007 can inherit from?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;There are two base classes that a WebPart which is going to be consumed by SharePoint can inherit from, either the SharePoint WebPart Base class or the ASP.NET 2.0 WebPart base class. When inheriting from the SharePoint WebPart Base class your derived WebPart class will inherit from Microsoft.SharePoint.WebPartPages.WebPart. When inheriting from the ASP.NET 2.0 WebPart base class your derived WebPart class will inherit from System.Web.UI.WebControls.WebParts.WebPart. It is considered good practice to use the ASP.NET WebPart base class since the old base class is meant for backwards compatibility with previous version of SharePoint, however there are four exception when it is better to leverage functionality from the SharePoint WebPart base class:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Cross page connections&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Connections between Web Parts that are outside of a Web Part zone&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Client-side connections (Web Part Page Services Component)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Data caching infrastructure&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;2) What are the differences between the two base classes and what are the inherit benefits of using one over another?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The difference is the Microsoft.SharePoint.WebPartPages.WebPart base class is meant for backward compatibility with previous versions of SharePoint. The benefit of using the SharePoint WebPart base class is it supported:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Cross page connections&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Connections between Web Parts that are outside of a Web Part zone&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Client-side connections (Web Part Page Services Component)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Data caching infrastructure&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;ASP.NET 2.0 WebParts are generally considered better to use because SharePoint is built upon the ASP.NET 2.0 web architecture. Inheriting from the ASP.NET 2.0 base class offers you features that inherit to ASP.NET 2.0, such as embedding resources as opposed to use ClassResources for deployment of said types.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;3) What is the GAC?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The GAC stands for the global assembly cache. It is the machine wide code cache which will give custom binaries place into the full trust code group for SharePoint. Certain SharePoint assets, such as Feature Receivers need full trust to run correctly, and therefore are put into the GAC. You should always try to avoid deployment to the GAC as much as possible since it will possibly allow development code to do more than it was intended to do.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;4) What is strong naming (signing) a WebPart assembly file mean?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Signing an assembly with a strong name (a.k.a strong naming) uses a cryptographic key pair that gives a unique identity to a component that is being built. This identity can then be referred throughout the rest of the environment. In order to install assemblies into the GAC, they must be strongly named. After signing, the binary will have a public key token identifier which can be use to register the component in various other places on the server.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;5) What are safe controls, and what type of information, is placed in that element in a SharePoint web.config file?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;When you deploy a WebPart to SharePoint, you must first make it as a safe control to use within SharePoint in the web.config file. Entries made in the safe controls element of SharePoint are encountered by the SharePointHandler object and will be loaded in the SharePoint environment properly, those not will not be loaded and will throw an error.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;In the generic safe control entry (this is general, there could be more), there is generally the Assembly name, the namespace, the public key token numeric, the typename, and the safe declaration (whether it is safe or not). There are other optional elements.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;6) What is the CreateChildControls() method? How can you use it to do something simple like displaying a Label control?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The CreateChildControls method in WebParts is used to notify the WebPart that there are children controls that should be output for rendering. Basically, it will add any child ASP.NET controls that are called instantiating each control with its relevant properties set, wire any relevant event handlers to the control, etc. Then the add method of the control class will add the control to the controls collection. In the relevant WebPart render method, the EnsureChildControls method can be called (or set to false if no child controls should be called) to ensure that the CreateChildControls method is run. When using CreateChildControls it implies that your WebPart contains a composition of child controls.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;In order to create something like a label control in Create, you would create a new label control using the new keyword, set the various properties of the control like Visible=True and ForeColor = Color.Red, and then use Controls.Add(myLabelControl) to add the control to the controls collection. Then you can declare EnsureChildControls in the Render method of the WebPart.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;7) What does the RenderContents method do in an ASP.NET 2.0 WebPart?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The render contents method will render the WebPart content to the writer, usually an HtmlTextWriter since WebParts will output to an HTML stream. RenderContents is used to tell how the controls that are going to be displayed in the WebPart should be rendered on the page.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;*** Side Question:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; I got asked what the difference between CreateChildControls and the RenderContents method. The CreateChildControls method is used to add controls to the WebPart, and the RenderContents method is used to tell the page framework how to render the control into HTML to display on a page.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_17dsjxh7gz_b" alt="8)" style="border: medium none ;" height="15" width="15" /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;What is the WebPartManager sealed class? What is its purpose?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The WebPartManager sealed class is responsible for managing everything occurring on a WebPart page, such as the WebParts (controls), events, and misc. functionality that will occur in WebPartZones. For example, the WebPartManager is responsible for the functionality that is provided when you are working with moving a WebPart from WebPartZone to WebPartZone. It is known as the “the central class of the Web Part Control Set.”&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;*** Side Question:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; I got asked how many WebPartManager controls should be on a page. In order to have WebParts on a page there has to be just one WebPartManager control to manage all the WebParts on the page.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;9) What is a SPSite and SPWeb object, and what is the difference between each of the objects?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The SPSite object represents a collection of sites (site collection [a top level sites and all its subsites]). The SPWeb object represents an instance SharePoint Web, and SPWeb object contains things like the actual content. A SPSite object contains the various subsites and the information regarding them.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;10) How would you go about getting a reference to a site?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;C#:&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;1.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;oSPSite = &lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.google.com/search?q=new+msdn.microsoft.com"&gt;&lt;span style="color: rgb(0, 128, 0);font-family:'Courier New';" &gt;&lt;u&gt;&lt;span style="font-size:100%;"&gt;new&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt; SPSite&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;"http:/server"&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;2.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;3.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;oSPWeb = oSPSite.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;OpenWeb&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;()&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;11) What does a SPWebApplication object represent?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The SPWebApplication objects represents a SharePoint Web Application, which essentially is an IIS virtual server. Using the class you can instigate high level operations, such as getting all the features of an entire Web Application instance, or doing high level creation operations like creating new Web Applications through code.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;12) Would you use SPWebApplication to get information like the SMTP address of the SharePoint site?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Yes, since this is a Web Application level setting. You would iterate through each SPWebApplication in the SPWebApplication collection, and then use the appropriate property calls (OutboundMailServiceInstance) in order to return settings regarding the mail service such as the SMTP address.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Side Question:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; I got asked if there are other ways to send emails from SharePoint. The answer is yes, there is. You can use the SendMail method from the SPutility class to send simple emails, however it is not as robust as using the System.Net.Mail functionality since it doesn’t allow things like setting priorities on the email.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;13) How do you connect (reference) to a SharePoint list, and how do you insert a new List Item?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt;"&gt;&lt;a href="http://www.sharepointsecurity.com/sharepoint/sharepoint-development/sharepoint-developer-interview-questions-answers/"&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Times New Roman';" &gt;&lt;u&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin: 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;C#:&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;1.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(6, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;using&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;SPSite mySite = &lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.google.com/search?q=new+msdn.microsoft.com"&gt;&lt;span style="color: rgb(0, 128, 0);font-family:'Courier New';" &gt;&lt;u&gt;&lt;span style="font-size:100%;"&gt;new&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt; SPSite&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;"yourserver"&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;))&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;2.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;{&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;3.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(6, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;using&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;SPWeb myWeb = mySite.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;OpenWeb&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;())&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;4.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;{&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;5.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;SPList interviewList = myWeb.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;Lists&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;[&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;"listtoinsert"&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;]&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;6.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;SPListItem newItem = interviewList.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;Items&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;Add&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;()&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;7.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;8.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;newItem&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;[&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;"interview"&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;]&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt; = &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;"interview"&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;9.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;newItem.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;Update&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;()&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;10.&lt;/span&gt;&lt;/span&gt;                     &lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;11.&lt;/span&gt;&lt;/span&gt;                     &lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;}&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;14) How would you loop using SPList through all SharePont List items, assuming you know the name (in a string value) of the list you want to iterate through, and already have all the site code written?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt;"&gt;&lt;a href="http://www.sharepointsecurity.com/sharepoint/sharepoint-development/sharepoint-developer-interview-questions-answers/"&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Times New Roman';" &gt;&lt;u&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin: 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;C#:&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;1.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;SPList interviewList = myWeb.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;Lists&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;[&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;"listtoiterate"&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;]&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;2.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(6, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;foreach&lt;/span&gt;&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;SPListItem interview&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt; &lt;span style="color: rgb(6, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;in&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt; interviewList&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;3.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;{&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;4.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(0, 128, 128);font-family:'Courier New';" &gt;&lt;i&gt;&lt;span style="font-size:100%;"&gt;// Do Something&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;5.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;}&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;15) How do you return SharePoint List items using SharePoint web services?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;In order to retrieve list items from a SharePoint list through Web Services, you should use the lists.asmx web service by establishing a web reference in Visual Studio. The lists.asmx exposes the GetListItems method, which will allow the return of the full content of the list in an XML node. It will take parameters like the GUID of the name of the list you are querying against, the GUID of the view you are going to query, etc.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Side Question: I got asked how I built queries with the lists.asmx web service. In order to build queries with this service, one of the parameters that the GetListItems method exposes is the option to build a CAML query. There are other ways to do this as well, but that was how I answered it.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;16) When retrieving List items using SharePoint Web Services, how do you specify explicit credentials to be passed to access the list items?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;In order to specify explicit credentials with a Web Service, you generally instantiate the web service, and then using the credentials properties of the Web Service object you use the System.Net.NetworkCredential class to specify the username, password, and domain that you wish to pass when making the web service call and operations.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;*** Side Question:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; I got asked when you should state the credentials in code. You must state the credentials you are going to pass to the web service before you call any of the methods of the web service, otherwise the call will fail.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;17) What is CAML, and why would you use it?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;CAML stands for Collaborative Application Markup Language. CAML is an XML based language which provides data constructs that build up the SharePoint fields, view, and is used for table definition during site provisioning. CAML is responsible for rending data and the resulting HTML that is output to the user in SharePoint. CAML can be used for a variety of circumstances, overall is used to query, build and customize SharePoint based sites. A general use would be building a CAML query in a SharePoint WebPart in order to retrieve values from a SharePoint list.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;18) What is impersonation, and when would you use impersonation?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Impersonation can basically provide the functionality of executing something in the context of a different identity, for example assigning an account to users with anonymous access. You would use impersonation in order to access resources on behalf of the user with a different account, that normally, that wouldn’t be able to access or execute something.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;19) What is the IDesignTimeHtmlProvider interface, and when can you use it in WebParts?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The IDesignTimeHtmlProvider interface uses the function GetDesignTimeHtml() which can contain your relevant render methods. It was helpful to use in 2003 since it allowed your WebPart to have a preview while a page was edited in FrontPage with the Webpart on it, because the GetDesignTimeHtml() method contains the HTML for the designer to render.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;20) What are WebPart properties, and what are some of the attributes you see when declaring WebPart properties in code?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;WebPart properties are just like ASP.NET control properties, they are used to interact with and specify attributes that should be applied to a WebPart by a user. Some of the attributes you see with ASP.NET 2.0 properties are WebDescription, WebDisplayName, Category, Personalizable, and WebBrowsable. Although most of these properties come from the System.Web.UI.WebControls.WebParts class, ones like Category come out of System.ComponentModel namespace.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;21) Why are properties important in WebPart development, and how have you exploited them in past development projects? What must each custom property have?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Properties are important because WebParts allow levels of personalization for each user. WebPart properties make it possible for a user to interact, adjust, and increase overall experience value with the programmatic assets that you develop without having the need to use an external editor or right any code. A very simple example of exploiting a property would be something like allowing the user to change the text on the WebPart design interface so that they can display whatever string of text they desire.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Each custom property that you have must have the appropriate get and set accessor methods.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;22) What are ClassResources? How do you reference and deploy resources with an ASP.NET 2.0 WebPart?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;ClassResources are used when inheriting from the SharePoint.WebPart.WebPartPages.WebPart base class, and are defined in the SharePoint solution file as things that should be stored in the wpresources directory on the server. It is a helpful directory to use in order to deploy custom images. In ASP.NET 2.0, typically things such as images are referenced by embedding them as resources within an assembly. The good part about ClassResources is they can help to eliminate recompiles to change small interface adjustments or alterations to external JavaScript files.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;23) What is a SharePoint Solution File? How does it differ from WebPart .cab files in legacy development? What does it contain?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;A SharePoint solution file is essentially a .cabinet file with all a developers ustom componets suffixed with a .wsp extension that aids in deployment. The big difference with SharePoint solution files is is that a solution:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;allows deployment to all WFE’s in a farm&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;is highly manageable from the interface allowing deployment, retraction, and versioning&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Can package all types of assets like site definitions, feature definitions (and associated components), Webparts, etc.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Can provide Code Access Security provisioning to avoid GAC deployments&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Just to name a few things…&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;24) What is a .ddf file and what does it have to do with SharePoint Solution creation?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;A .ddf file is a data directive file and is used when building the SharePoint solution bundle specifying the source files and their destination locations. The important thing for someone to understand is that the .ddf file will be passed as a parameter to the MAKECAB utility to orchestrate construction of the SharePoint solution fiel.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;25) What file does a SharePoint solution package use to orchestrate (describe) its packaged contents?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The solution Manifest.XML file.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;26) What deployment mechanism can you use to instigate Code Access Security attributes for your WebParts?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;SharePoint solution files can add in order to handle code access security deployment issues. This is done in the element in the SharePoint solution manifest.XML, which makes it easier to get assemblies the appropriate permissions in order to operate in the bin directory of the web application.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;27) What is a SharePoint Feature? What files are used to define a feature?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;A SharePoint Feature is a functional component that can be activated and deactivate at various scopes throughout a SharePoint instances, such as at the farm, site collection, web, etc. Features have their own receiver architecture, which allow you to trap events such as when a feature is installing, uninstalling, activated, or deactivated. They are helpful because they allow ease of upgrades and versioning.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The two files that are used to define a feature are the feature.xml and manifest file. The feature XML file defines the actual feature and will make SharePoint aware of the installed feature. The manifest file contains details about the feature such as functionality.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Side Question:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; I got asked how the introduction of features has changed the concept of site definitions. SharePoint features are important when understanding the architecture of site definitions, since the ONET.XML file has been vastly truncated since it has several feature stapled on it.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;28) What types of SharePoint assets can be deployed with a SharePoint feature?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Features can do a lot. For example, you could deploy&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Simple site customizations&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Custom site navigation&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;WebParts&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;pages&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;list types&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;list instances&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;event handlers&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;workflows&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;custom actions&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;just to name a few….&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;29) What are event receivers?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Event receivers are classes that inherit from the SpItemEventReciever or SPListEventReciever base class (both of which derive out of the abstract base class SPEventRecieverBase), and provide the option of responding to events as they occur within SharePoint, such as adding an item or deleting an item.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;30) When would you use an event receiver?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Since event receivers respond to events, you could use a receiver for something as simple as canceling an action, such as deleting a document library by using the Cancel property. This would essentially prevent users from deleting any documents if you wanted to maintain retention of stored data.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;31) What base class do event receivers inherit from?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Event receivers either inherit from the SPListEventReciever base class or the SPItemEventReciever base class, both which derive from the abstract base class SPEventReceiverBase.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;32) If I wanted to not allow people to delete documents from a document library, how would I go about it?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;You would on the ItemDeleting event set: properties.Cancel= true.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;33) What is the difference between an asynchronous and synchronous event receivers?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;An asynchronous event occurs after an action has taken place, and a synchronous event occurs before an action has take place. For example, an asynchronous event is ItemAdded, and its sister synchronous event is ItemAdding.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;34) How could you append a string to the title of a site when it is provisioned?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;In the OnActivated event:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;C#:&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;1.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;SPWeb site = siteCollection.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;RootWeb&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;2.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;site.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;Title&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt; += &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(128, 128, 128);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;"interview"&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(38, 83, 106);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt 5pt 36pt;"&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;3.&lt;/span&gt;&lt;/span&gt;    &lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;site.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;Update&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;()&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(58, 106, 139);font-family:'Courier New';" &gt;&lt;span style="font-size:100%;"&gt;; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;35) Can an event receiver be deployed through a SharePoint feature?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Yes.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;36) What is a content type?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;A content type is an information blueprint basically that can be re-used throughout a SharePoint environment for defining things like metadata and associated behaviors. It is basically an extension of a SharePoint list, however makes it portable for use throughout an instance regardless of where the instantiation occurs, ergo has location independence. Multiple content types can exist in one document library assuming that the appropriate document library settings are enabled. The content type will contain things like the metadata, listform pages, workflows, templates (if a document content type), and associated custom written functionality.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;37) Can a content type have receivers associated with it?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Yes, a content type can have an event receiver associated with it, either inheriting from the SPListEventReciever base class for list level events, or inheriting from the SPItemEventReciever base class. Whenever the content type is instantiated, it will be subject to the event receivers that are associated with it.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;38) What two files are typically (this is kept generally) included when developing a content type, and what is the purpose of each?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;There is generally the main content type file that holds things like the content type ID, name, group, description, and version. There is also the ContentType.Fields file which contains the fields to include in the content type that has the ID, Type, Name, DisplayName, StaticName, Hidden, Required, and Sealed elements. They are related by the FieldRefs element in the main content type file.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;39) What is an ancestral type and what does it have to do with content types?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;An ancestral type is the base type that the content type is deriving from, such as Document (0x0101). The ancestral type will define the metadata fields that are included with the custom content type.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;40) Can a list definition be derived from a custom content type?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Yes, a list definition can derive from a content type which can be seen in the schema.XML of the list definition in the element.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;41) When creating a list definition, how can you create an instance of the list?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;You can create a new instance of a list by creating an instance.XML file.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;42) What is a Field Control?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Field controls are simple ASP.NET 2.0 server controls that provide the basic field functionality of SharePoint. They provide basic general functionality such as displaying or editing list data as it appears on SharePoint list pages.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;43) What base class do custom Field Controls inherit from?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;This varies. Generally, custom field controls inherit from the Microsoft.SharePoint.WebControls.BaseFieldControl namespace, but you can inherit from the default field controls.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;44) What is a SharePoint site definition? What is ghosted (uncustomized) and unghosted (customized)?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;SharePoint site definitions are the core set of functionality from which SharePoint site are built from, building from the SiteTemplates directory in the SharePoint 12 hive. Site definitions allow several sites to inherit from a core set of files on the file system, although appear to have unique pages, thereby increasing performance and allowing changes that happen to a site propagate to all sites that inherit from a site definition. Ghosted means that when SharePoint creates a new site it will reference the files in the related site definition upon site provisioning. Unghosted means that the site has been edited with an external editor, and therefore the customizations are instead stored in the database, breaking the inheritance of those files from the file system.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;45) How does one deploy new SharePoint site definitions so that they are made aware to the SharePoint system?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The best way to deploy site definitions in the SharePoint 2007 framework is to use a SharePoint solution file, so that the new site definition is automatically populated to all WFE’s in the SharePoint farm.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;br /&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is SharePoint?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Portal Collaboration Software. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is the difference between SharePoint Portal Server and Windows SharePoint Services?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;SharePoint Portal Server is the global portal offering features like global navigation and searching. Windows&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; SharePoint Services is more content management based with document libraries and lists. You apply information to certain areas within your portal from Windows SharePoint Services or directly to portal areas.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is a document library? &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;A document libr&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;ary is where you upload your core documents. They consist of a row and column view with links to the documents. When the document is updated so is the link on your site. You can also track metadata on your documents. Metadata would consist of document properties. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is a meeting workspace? &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;A meeting workspace is a place to store information, attendees, and tasks related to a specific meeting. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is a document workspace?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Document workspaces consist of information surrounding a single or multiple document&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;s. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is a web part?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Web parts consist of xml queries to full SharePoint lists or document libraries. You can also develop your own web parts and web part pages. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is the difference between a document library and a form library? &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Document libr&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;aries consist of your core documents. An example would be a word document, excel, powerpoint, visio, pdf, etc… Form libraries consist of XML forms.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is a web part zone?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Web part zones are what your web parts reside in and help categorize your web pa&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;rts when designing a page.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  how is security managed in SharePoint?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Security can be handled at the machine, domain, or sharepoint level.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  how are web parts developed? &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Web parts are developed in Visual Studio .Net. VS.Net offers many web part and page t&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;emplates and can also be downloaded from the Microsoft site. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is a site definition? &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;It’s a methods for providing prepackaged site and list content.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is a template?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;A template is a pre-defined set of functions or settings that can be used ov&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;er time. There are many templates within SharePoint, Site Templates, Document Templates, Document Library and List Templates.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  how do you install web parts?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Web Parts should be distributed as a .CAB (cabinet) file using the MSI Installer. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is CAM&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;L? &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;tands for Collaborative Application Markup Language and is an XML-based language that is used in Microsoft Windows SharePoint Services to define sites and lists, including, for example, fields, views, or forms, but CAML is also used to define tables in the Windows SharePoint Services database during site provisioning. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is a DWP? &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;he file extension of a web part.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is the GAC? &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Global Assembly Cache folder on the server hosting SharePoint. You place your assemblies there for web parts and services.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what are the differences between web part page gallery, s&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;ite gallery, virtual server gallery and online gallery? &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Web Part Page Gallery is the default gallery that comes installed with SharePoint. Site Gallery is specific to one site. Virtual Server gallery is specific to that virtual server and online gallery are downloadable web parts from Microsoft. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  what is the difference between a site and a web? &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The pages in a Web site generally cover one or more topics and are interconnected through hyperlinks. Most Web sites have a home page as their starting point. While a Web is simply a blank site with Shar&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;ePoint functionality built in; meaning you have to create the site from the ground up.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What is Microsoft Windows SharePoint Services? How is it related to Microsoft Office SharePoint Server 2007?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Windows SharePoint Services is the solution that enables &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;you to create Web sites for information sharing and document collaboration. Windows SharePoint Services — a key piece of the information worker infrastructure delivered in Microsoft Windows Server 2003 — provides additional functionality to the Microsoft Office system and other desktop applications, and it serves as a platform for application development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Office SharePoint Server 2007 builds on top of Windows SharePoint Services 3.0 to provide additional capabilities including collaboration, portal, search,&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; enterprise content management, business process and forms, and business intelligence.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_18d9kn78g4_b" alt="" style="border: medium none ;" height="15" width="20" /&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_18d9kn78g4_b" alt="" style="border: medium none ;" height="15" width="20" /&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_18d9kn78g4_b" alt="" style="border: medium none ;" height="15" width="20" /&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What is Microsoft SharePoint Portal Server?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;SharePoint Portal Server is a portal server that connects people, teams, and knowledge across business processes. Share&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Point Portal Server integrates information from various systems into one secure solution through single sign-on and enterprise application integration capabilities. It provides flexible deployment and management tools, and facilitates end-to-end collaboration through data aggregation, organization, and searching. SharePoint Portal Server also enables users to quickly find relevant information through customization and personalization of portal content and layout as well as through audience targeting.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What is Microsoft Windows Services?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Microsoft Windows Services is the engine that allows administrators to create Web sites for information sharing and document collaboration. Windows SharePoint Services provides additional functionality to the Microsof&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;t Office System and other desktop applications, as well as serving as a plat form for application development. SharePoint sites provide communities for team collaboration, enabling users to work together on documents, tasks, and projects. The environment for easy and flexible deployment, administration, and application development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What is the relationship between Microsoft SharePoint Portal Server and Microsoft Windows Services?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Microsoft SharePoint Products and Technologies (including SharePoint Portal Server and Windows SharePoint Services) deliver highly scalable collaboration&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; solutions with flexible deployment and management tools. Windows SharePoint Services provides sites for team collaboration, while Share Point Portal Server connects these sites, people, and business processes—facilitating knowledge sharing and smart organizations. SharePoint Portal Server also extends the capabilities of Windows SharePoint Services by providing organizational and management tools for SharePoint sites, and by enabling teams to publish information to the entire organization.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Who is Office SharePoint Server 2007 designed for?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Office SharePoint Server 2007 can be used by information workers, IT administrators, and application developers.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;is designed &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What are the main benefits of Office SharePoint Server 2007?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 0pt;"&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Office Shar&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;ePoint Server 2007 provides a single integrated platform to manage intranet, extranet, and Internet applications across the enterprise.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Business users gain greater control over the storage, security, distribution, and management of their electronic content, with tools that are easy to use and tightly integrated into familiar, everyday applications. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Organizations can accelerate shared business processes with customers and partners across organizational boundaries using InfoPath Forms Services–driven solutions. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Information workers can find information and people efficiently and easily through the facilitated information-sharing functionality and simplified content publishing. In addition, access to back-end data is achieved easily through a browser, and views into this data can be personalized. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Administrators have powerful tools at their fingertips that ease deployment, management, and system administration, so they can spend more time on strategic tasks. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Developers have a rich platform to build a new class of applications, called Office Business Applications, that combine powerful developer functionality with the flexibility and ease of deployment of Office SharePoint Server 2007. Through the use of out-of-the-box application services, developers can build richer applications with less code. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What is the difference between Microsoft Office SharePoint Server 2007 for Internet sites and Microsoft Office SharePoint Server 2007?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Microsoft Office SharePoint Server 2007 for Internet sites and Microsoft Office SharePoint Server 2007 have identical &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;feature functionality. While the feature functionality is similar, the usage rights are different. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;If you are creating an Internet, or Extranet, facing website, it is recommended that you use Microsoft Office SharePoint Server 2007 for Internet sites which does not require the purchase client access licenses. Websites hosted using an “Internet sites” edition can only be used for Internet facing websites and all content, information, and applications must be accessible to non-employees. Websites hosted using an “Internet sites” edition cannot be accessed by employees creating, sharing, or collaborating on content which is solely for internal use only, such as an Intranet Portal scenario. See the previous section on licensing for more information on the usage scenarios.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What suites of the 2007 Microsoft Office system work with Office SharePoint Server 2007?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Office Outlook 2007 provides bidirectional offline synchronization with SharePoint document libraries, discussion groups, contacts, calendars, and tasks. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Microsoft&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; Office Groove 2007, included as part of Microsoft Office Enterprise 2007, will enable bidirectional offline synchronization with SharePoint document libraries. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Features such as the document panel and the ability to publish to Excel Services will only be enabled when using Microsoft Office Professional Plus 2007or Office Enterprise 2007. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Excel Services will only work with documents saved in the new Office Excel 2007 file format (XLSX). &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How do I invite users to join a Windows SharePoint Services Site? Is the site secure?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;SharePoint-based Web sites can be password-protected to restrict access to registered users, who are invited to join via e-mail. In addition, the site administrator ca&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;n restrict certain members' roles by assigning different permission levels to view post and edit.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Can I post any kind of document?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;You can post documents in many formats, including .pdf, .htm and .doc. In addition, if you are using Microsoft Office XP, &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;you can save documents directly to your Windows SharePoint Services site.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Can I download information directly from a SharePoint site to a personal digital assistant (PDA)?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;No you cannot. However, you can exchange contact information lists with Microsoft&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; Outlook.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How long does it take to set up the initial team Web site?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;It only takes a few minutes to create a complete Web site. Preformatted forms let you and your team members contribute to the site by filling out lists. Standard forms include announce&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;ments, events, contacts, tasks, surveys, discussions and links.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Can I create custom templates?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Yes you can. You can have templates for business plans, doctor's office, lawyer's office etc.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How can I make my site public? By default, all sites are crea&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;ted private.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;If you want your site to be a public Web site, enable anonymous access for the entire site. Then you can give out your URL to anybody in your business card, e-mail or any other marketing material. The URL for your Web site will be:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;http:// yoursitename.wss.bcentral.com&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Hence, please take special care to name your site.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;These Web sites are ideal for information and knowledge intensive sites and/or sites where you need to have shared Web workspace.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Remember: Under each parent Web site, you can cr&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;eate up to 10 sub-sites each with unique permissions, settings and security rights.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How do the sub sites work?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;You can create a sub site for various categories. For example:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Departments - finance, marketing, IT&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Products - electrical, mechanical, hyd&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;raulics &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Projects - Trey Research, Department of Transportation, FDA&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Team - Retention team, BPR team&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Clients - new clients, old clients&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Suppliers - Supplier 1, Supplier 2, Supplier 3&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Customers - Customer A, Customer B, Customer C&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Real estate - property A, property B&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The URLs for each will be, for example:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* &lt;/span&gt;&lt;/span&gt;&lt;a href="http://yoursitename.wss.bcentral.com/finance"&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Times New Roman';" &gt;&lt;u&gt;&lt;span style="font-size:100%;"&gt;http://yoursitename.wss.bcentral.com/finance&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* &lt;/span&gt;&lt;/span&gt;&lt;a href="http://yoursitename.wss.bcentral.com/marketing"&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Times New Roman';" &gt;&lt;u&gt;&lt;span style="font-size:100%;"&gt;http://yoursitename.w&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Times New Roman';" &gt;&lt;u&gt;&lt;span style="font-size:100%;"&gt;ss.bcentral.com/marketing&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;You can keep track of permissions for each team separately so that access is restricted while maintaining global access to the parent site.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How do I make my site non-restricted?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;If you want your site to have anonymous access e&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;nabled (i.e., you want to treat it like any site on the Internet that does not ask you to provide a user name and password to see the content of the site), follow these simple steps:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Login as an administrator&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Click on site settings&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Click on Go to Site Administration&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Click on Manage anonymous access&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Choose one of the three conditions on what Anonymous users can access:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;** Entire Web site&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;** Lists and libraries&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;** Nothing&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Default condition is nothing; your site has restricted access. The default con&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;ditions allow you to create a secure site for your Web site.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Can I get domain name for my Web site?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Unfortunately, no. At this point, we don't offer domain names for SharePoint sites. But very soon we will be making this available for all our SharePoint&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; site customers. Please keep checking this page for further update on this. Meanwhile, we suggest you go ahead and set up your site and create content for it.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What are picture libraries?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Picture libraries allow you to access a photo album and view it as&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; a slide show or thumbnails or a film strip. You can have separate folder for each event, category, etc&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What are the advantages of a hosted SharePoint vs. one that is on an in-house server?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* No hardware investment, i.e. lower costs &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* No software to do&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;wnload - ready to start from the word go&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* No IT resources - Anyone who has used a Web program like Hotmail can use it&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Faster deployment&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Can I ask users outside of my organization to participate in my Windows SharePoint Services site?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Yes. You can man&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;age this process using the Administration Site Settings. Simply add users via their e-mail alias and assign permissions such as Reader or Contributor.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Are there any IT requirements or downloads required to set up my SharePoint site?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;No. You do not need &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;to download any code or plan for any IT support. Simply complete the on-line signup process and provide us your current and correct email address. Once you have successfully signed up and your site has been provisioned, we will send a confirmation to the email address you provided.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  I am located outside of the &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;United States&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;. Are there any restrictions or requirements for accessing the Windows SharePoint Services?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;No. There are no system or bandwidth limitations for international trial users. Additionally language packs have been in&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;stalled which allow users to set up sub-webs in languages other than English. These include: Arabic, Danish, Dutch, Finnish, French, German, Hebrew, Italian, Japanese, Polish, Portuguese (Brazilian), Spanish and Swedish.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Are there any browser recommenda&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;tions?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Yes. Microsoft recommends using the following browsers for viewing and editing Windows SharePoint Services sites: Microsoft Internet Explorer 5.01 with Service Pack 2, Microsoft Internet Explorer 5.5 with Service Pack 2, Internet Explorer 6, Netscape Navigator 6.2 or later.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What security levels are assigned to users?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Security levels are assigned by the administrator who is adding the user. There are four levels by default and additional levels can be composed as necessary.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Reader - Has read-only access to the Web site.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;*&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; Contributor - Can add content to existing document libraries and lists.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Web Designer - Can create lists and document libraries and customize pages in the Web site.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Administrator - Has full control of the Web site.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How secure are Windows SharePoint &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;Services sites hosted by Microsoft?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Microsoft Windows SharePoint Services Technical security measures provide firewall protection, intrusion detection, and web-publishing rules. The Microsoft operation center team tests and deploys software updates in order to maintain the highest level of security and software reliability. Software hot-fixes and service packs are tested and deployed based on their priority and level of risk. Security related hot-fixes are rapidly deployed into the environment to address current threats. A comprehensive software validation activity ensures software stability through regression testing prior to deployment.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt; text-align: center;"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:78%;"&gt;Top of Form&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;table style="margin-left: 0pt;" class="zeroBorder" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr style="height: 24pt;"&gt;&lt;td style="background-color: rgb(255, 255, 255); vertical-align: top;"&gt;&lt;p style="margin: 0pt;"&gt;&lt;a href="http://www.google.com/"&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_19gm3x9nhj_b" alt="Google" style="border: medium none ;" height="32" width="75" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style="background-color: rgb(255, 255, 255); vertical-align: middle;"&gt;&lt;p style="margin: 0pt;"&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_20f2z2nfjr_b" alt="" style="border: medium none ;" height="24" width="96" /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Enter your search terms &lt;/span&gt;&lt;/span&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_215kwd9bdx_b" alt="" style="border: medium none ;" height="24" width="170" /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Submit search form &lt;/span&gt;&lt;/span&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_22ss9b5ng8_b" alt="" style="border: medium none ;" height="30" width="52" /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="background-color: rgb(255, 255, 255); vertical-align: middle;"&gt;&lt;p style="margin: 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style="background-color: rgb(255, 255, 255); vertical-align: middle;"&gt;&lt;table style="margin-left: 0pt;" class="zeroBorder" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="vertical-align: middle;"&gt;&lt;p style="margin: 0pt;"&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_23fr83rbcr_b" alt="" style="border: medium none ;" height="24" width="27" /&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Times New Roman';" &gt;&lt;span style="font-size:85%;"&gt;Web&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style="vertical-align: middle;"&gt;&lt;p style="margin: 0pt;"&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_246g95dvgs_b" alt="" style="border: medium none ;" height="24" width="27" /&gt;&lt;span style="color: rgb(0, 0, 0);font-family:'Times New Roman';" &gt;&lt;span style="font-size:85%;"&gt;megasolutions.net&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="margin: 0pt;"&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_25fpd4xsdc_b" alt="" style="border: medium none ;" height="24" width="96" /&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_26g5xc8mdd_b" alt="" style="border: medium none ;" height="24" width="96" /&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_276xwqwvd5_b" alt="" style="border: medium none ;" height="24" width="96" /&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_28f6thvbdb_b" alt="" style="border: medium none ;" height="24" width="96" /&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_29jfn8cb7p_b" alt="" style="border: medium none ;" height="24" width="96" /&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_30dhrtvd4f_b" alt="" style="border: medium none ;" height="24" width="96" /&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_31drhszzgd_b" alt="" style="border: medium none ;" height="24" width="96" /&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_32gwdghcgw_b" alt="" style="border: medium none ;" height="24" width="96" /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="margin: 0pt; text-align: center;"&gt;&lt;span style="font-family:Arial;"&gt;&lt;span style="font-size:78%;"&gt;Bottom of Form&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What is the difference between an Internet and an intranet site?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;An internet site is a normal site that anyone on the internet can access (e.g., &lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.msn.com/"&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Times New Roman';" &gt;&lt;u&gt;&lt;span style="font-size:100%;"&gt;www.msn.com&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;, &lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.microsoft.com/"&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Times New Roman';" &gt;&lt;u&gt;&lt;span style="font-size:100%;"&gt;www.microsoft.com&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;etc.). You can set up a site for your company that can be accessed by anyone without any user name and password.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;An intranet (or internal network), though hosted on the Web, can only be accessed by people who are members of the network. They need to have a login and password that was assigned to them when they were added to the site by the site administrator.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What is a workspace?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;A site or workspace is when you want a new place for collaborating on Web pages, lists and document libraries. For example, you might create a site to manage a new team or project, collaborate on a document or prepare for a meeting.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What are the various kinds of roles the users can have?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;A user can be assigned one of the following roles&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Reader - Has read-only access to the Web site.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Contributor - Can add content to existing document libraries and lists.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Web Designer - Can cr&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;eate lists and document libraries and customize pages in the Web site.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Administrator - Has full control of the Web site.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Can more than one person use the same login?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;If the users sharing that login will have the same permissions and there is no fear o&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;f them sharing a password, then yes. Otherwise, this is discouraged.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How customizable is the user-to-user access?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;User permissions apply to an entire Web, not to documents themselves. However, you can have additional sub webs that can optionally have th&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;eir own permissions. Each user can be given any of four default roles. Additional roles can be defined by the administrator.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Can each user have access to their own calendar?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Yes there are two ways to do this,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* by creating a calendar for each user, or&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;*&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; by creating a calendar with a view for each user&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How many files can I upload?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;There is no restriction in place except that any storage consumed beyond that provided by the base offering may have an additional monthly charge associated with them.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Wha&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;t types of files can I upload / post to the site?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The only files restricted are those ending with the following extensions: .asa, .asp, .ida, .idc, .idq.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; Microsoft reserves the right to add additional file types to this listing at any time.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; Also, no content that violates the terms of service may be uploaded or posted to the site.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Can SharePoint be linked to an external data source?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;SharePoint data can be opened with Access and Excel as an external data source. Thus, SharePoint can be referenced as an external data source. SharePoint itself cannot reference an external data sourc&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;e.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Can SharePoint be linked to a SQL database?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;This is possible via a custom application, but it not natively supported by SharePoint or SQL Server.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Can I customize my Windows SharePoint Services site?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;YES! Windows SharePoint Services makes updating &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;sites and their content from the browser easier then ever.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;SharePoint includes tools that let you create custom lists, calendars, page views, etc. You can apply a theme; add List, Survey and Document Library Web Parts to a page; create personal views; change logos; connect Web Parts and more.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;To fully customize your site, you can use Microsoft FrontPage 2003. Specifically, you can use FrontPage themes and shared borders, and also use FrontPage to create photo galleries and top ten lists, utilize standard us&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;age reports, and integrate automatic Web content.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Will Microsoft Office SharePoint Server 2007 run on a 64-bit version of Microsoft Windows?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Windows SharePoint Services 3.0, Office SharePoint Server 2007, Office Forms Server 2007, and Office SharePoint &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Server 2007 for Search will support 64-bit versions of Windows Server 2003.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt; Office SharePoint Server 2007&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt; can help you?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 0pt;"&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Office SharePoint Server 2007 can help us:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Manage content and streamline processes. Comprehensively manage and control unstruc&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;tured content like Microsoft Office documents, Web pages, Portable Document Format file (PDF) files, and e-mail messages. Streamline business processes that are a drain on organizational productivity. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Improve business insight. Monitor your business, enable better-informed decisions, and respond proactively to business events. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Find and share information more simply. Find information and expertise wherever they are located. Share knowledge and simplify working with others within and across organizational boundaries. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Empower IT to make a strategic impact. Increase responsiveness of IT to business needs and reduce the number of platforms that have to be maintained by supporting all the intranet, extranet, and Web applications across the enterprise with one integrated platform. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Office SharePoint Server 2007 capabilities can help improve organizational effectiveness by connecting people, processes, and information.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Office SharePoint Server 2007 provides these capabilities in an integrated server offering, so &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;your organization doesn't have to integrate fragmented technology solutions itself. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What are the features that the portal components of Office SharePoint Server 2007 include?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The portal components of Office SharePoint Server 2007 include features that &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;are especially useful for designing, deploying, and managing enterprise intranet portals, corporate Internet Web sites, and divisional portal sites. The portal components make it easier to connect to people within the organization who have the right skills, knowledge, and project experience.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What are the advanced features of MOSS 2007?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* User Interface (UI) and navigation enhancements &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Document management enhancements &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* The new Workflow engine &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Office 2007 Integration &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* New Web Parts &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* New Site-type templates &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Enhancements to List &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;technology &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Web Content Management &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Business Data Catalog &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Search enhancements &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Report Center &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Records Management &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Business Intelligence and Excel Server &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Forms Server and InfoPath &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* The “Features” feature &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Alternate authentication providers and Forms-based authentication&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;What are the features of the new Content management in Office SharePoint 2007?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The new and enhanced content management features in Office SharePoint Server 2007 fall within three areas:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Document management &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Records management &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Web content management &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Office SharePoint Server 2007 builds on the core document management functionality provided by Windows SharePoint Services 3.0, including check in and check out, versioning, metadata, and role-based granular access controls. Organizations can use this functionality to deliver enhanced authoring, business document processing, Web content management and publishing, records management, policy management, and support for multilingual publishing. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Does a SharePoint Web sit&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;e include search functionality?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Yes. SharePoint Team Services provides a powerful text-based search feature that helps you find documents and information fast.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Write the features of the search component of Office SharePoint Server 2007?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The search compo&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;nent of Office SharePoint Server 2007 has been significantly enhanced by this release of SharePoint Products and Technologies. New features provide:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* A consistent and familiar search experience.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Increased relevance of search results.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* New functions to search for people and expertise.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Ability to index and search data in line-of-business applications and&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Improved manageability and extensibility.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What are the benefits of Microsoft Office SharePoint Server 2007?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 0pt;"&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Provide a simple, familiar, and consistent user experience.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Boost employee productivity by simplifying everyday business activities.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Help meet regulatory requirements through comprehensive control over content.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Effectively manage and repurpose content to gain increased business value.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Simplify organization-wide access to both structured and unstructured information across disparate systems.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Connect people with information and expertise.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Accelerate shared business processes across organizational boundaries.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Share business data without divulging sensitive information.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Enable people to make better-informed decisions by presenting business-critical information in one central location.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* Provide a single, integrated platform to manage intranet, extranet, and Internet applications across the enterprise.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Will SharePoint Portal Server and Team Services ever merge?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The products will come together because they are both developed by the Office team. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What does partial trust mean the Web Part developer?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;If an assembly is installed into the BIN directory, the code must be ensured that provides error handling in the event that required permissions are not available. Otherwise, unhandled security exceptions may cause the Web Part to fail and may affect page rendering on the page where the Web Part appears.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How can I raise the trust level for assemblies installed in the BIN directory?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Windows SharePoint Services can use any of the following three options from ASP.NET and the CLR to provide assemblies installed in the BIN directory with sufficient permissions. The following table outlines the implications and requirements for each option.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Option&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Pros&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Cons&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Increase the trust level for the entire virtual server. For more information, see "Setting the trust level for a virtual server"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Easy to implement. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;In a development environment, increasing the trust level allows you to test an assembly with increased permissions while allowing you to recompile assemblies directly into the BIN directory without resetting IIS.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;This option is least secure. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;This option affects all assemblies used by the virtual server.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;There is no guarantee the destination server has the required trust level. Therefore, Web Parts may not work once installed on the destination server.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Create a custom policy file for your assemblies. For more information, see "How do I create a custom policy file?"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Recommended approach. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;This option is most secure.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;An assembly can operate with a unique policy that meets the minimum permission requirements for the assembly.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;By creating a custom security policy, you can ensure the destination server can run your Web Parts.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Requires the most configuration of all three options.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Install your assemblies in the GAC&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Easy to implement. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;This grants Full trust to your assembly without affecting the trust level of assemblies installed in the BIN directory.&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;This option is less secure. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Assemblies installed in the GAC are available to all virtual servers and applications on a server running Windows SharePoint Services. This could represent a potential security risk as it potentially grants a higher level of permission to your assembly across a larger scope than necessary&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;In a development environment, you must reset IIS every time you recompile assemblies.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Licensing issues may arise due to the global availability of your assembly.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Does SharePoint work with NFS?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Yes and no. It can crawl documents on an NFS volume, but the sharepoint database or logs cannot be stored there.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How is SharePoint Portal Server different from the Site Server?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Site Server has search capabilities but these are more advanced using SharePoint. SPS uses digital dashboard technology which &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;provides a nice interface for creating web parts and showing them on dashboards (pages). SS doesn't have anything as advanced as that. The biggest difference would be SPS document management features which also integrate with web folders and MS Office.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What would you like to see in the next version of SharePoint?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;A few suggestions: &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# SPS and STS on same machine &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Tree view of Categories and Folders &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# General Discussion Web Part &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Personalization of Dashboards &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Role Customization &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Email to say WHY a document has been rejected for Approval &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# More ways to customize the interface &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Backup and restore an individual Workspaces &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Filter for Visio &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Better way to track activity on SPS&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Why Sharepoint is not a viable solution for enterprise wide deployments?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Document management does not scale beyond a single server, but scales great within a single server. For example, a quad Xeon machine with 4GB of RAM works great for a document management server that has about 900,000 - 1,000,000 document, but if you need to store 50,000,000 document and want to have them all in one single workspace then it does not scale at all. If you need a scenario like this, you need to plan your deployment right and it should scale for you, it just does not right out of the box. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;If you are using your server as a portal and search server most for the most part it scales great. You can have many different servers crawl content sources and have separate servers searching and serving the content. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;If you have &amp;lt; 750,000 documents per server and fewer than 4 content sources and fewer than 50,000 users, SPS should scale just fine for your needs with the proper planning.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What are the actual advantages of SharePoint Portal Services (SPS) over SharePoint Team Services (STS)?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;SharePoint Portal Services (SPS) has MUCH better document management. It has check-in, check-out, versioning, approval, publishing, subscriptions, categories, etc. STS does not have these features, or they are very scaled back. SharePoint team Services (SPS) has a better search engine, and can crawl multiple content sources. STS cannot. STS is easier to manage and much better for a team environment where there is not much Document Management going on. SPS is better for an organization, or where Document Management is crucial.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How Does SharePoint work?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The browser sends a DAV packet to IIS asking to perform a document check in. PKMDASL.DLL, an ISAPI DLL, parses the packet and sees that it has the proprietary INVOKE command. Because of the existence of this command, the packet is passed off to msdmserv.exe, who in turn processes the packet and uses EXOLEDB to access the WSS, perform the operation and send the results back to the user in the form of XML.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_18d9kn78g4_b" alt="" style="border: medium none ;" height="15" width="20" /&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_18d9kn78g4_b" alt="" style="border: medium none ;" height="15" width="20" /&gt;&lt;img src="http://docs.google.com/File?id=dfchr2h7_18d9kn78g4_b" alt="" style="border: medium none ;" height="15" width="20" /&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  How do I open an older version of a document?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Normally, all previous versions are located in the shadow, so if you right click a published document from within the web folders, go to properties and then the third tab, versions you can view older versions. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;If you want to do this in code: &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;&amp;lt;pre&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;strURL = "url of the last published version" &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Set oVersion = New PKMCDO.KnowledgeVersion &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Set prmRs = oVersion.VersionHistory(strURL) &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Set oVersion = Nothing &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;&amp;lt;/pre&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;prmRS will contain a recordset, which contains the url to the old versions in the shadow.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Why do the workspace virtual directories show the error “stop sign” symbol in the IIS snap-in?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;If World Wide Web Publishing Service (W3SVC) starts before Microsoft Exchange Information Store (MSExchangeIS), “stop sign” symbols appear under the Default Web Site folder of the Internet Information Services console in Microsoft Management Console (MMC). &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;There is a dependency between the local paths of the SharePoint Portal Server virtual directories and the MSExchangeIS. You must start MSExchangeIS first, followed by W3SVC. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Complete the following steps to prevent the stop signs from appearing each time you restart: &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Change the Startup type for W3SVC to Manual. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Restart the server. The MSExchangeIS service starts automatically. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;# Start W3SVC.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What newsgroups are available?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;There are two, &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* microsoft.public.sharepoint.portalserver and &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;* microsoft.public.sharepoint.portalserver.development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What is SharePoint from a Technical Perspective?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Technically SharePoint illustrates neatly what Microsoft's .net strategy is all about: integrating Windows with the Web. Microsoft has previously made accessing stuff on a PC easier, (Windows) then on a network (NT) and now on the web (.NET). SharePoint is an application written to let a user access a web accessible directory tree called the Web Storage System. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;SharePoint was written with a set of technologies that allow the programmer to pass data, functions, parameters over HTTP, the web's medium. These are XML, XSL and SOAP, to name a few I understand the basics of! &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;To the user it looks easy, like Hotmail, but every time they click a button or a link, a lot has to happen behind the scenes to do what they want to do quickly and powerfully. Not as easy as you might think, but SharePoint does it for you. Accessing this Web storage system and the server itself is also done using technologies like &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;ADO&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;, CDO, PKMCDO, LDAP, DDSC, ADSC. More on these later. SharePoint is a great example of how the Internet Platform can be extended and integrated into an existing well adopted technology, Windows.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What is SharePoint from an Administration Perspective?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Administering SharePoint mainly consists of setting it up, which is much easier than you expect, adding the content, which can be just dragging and dropping in whole directory structures and files, and then organizing the files better by giving them categories or other metadata. This is done either through the Web interface or through the SharePoint Client: a program what means you can access SharePoint as a Web folder and then right-click files to select options like "edit profile". Or add files by dragging them in individually or in bulk. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Setting the security is also important, using NT accounts, either NT4 or Active Directory (or both in mixed mode) you can give users access to files/folders the same way as you do in standard Windows. Users can be grouped and the groups given access privileges to help manage this better. Also SharePoint has 3 Roles that a User or Group can be given on a particular item. Readers can see the item (i.e. document/file or folder) but not change it, Authors can see and edit items and coordinators can set security privileges for the part of the system they have control over. Thus, you could set 12 different coordinators for 12 different folder trees, and they could manage who can do what within that area only.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What is SharePoint from a Users Perspective?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;From a Users perspective SharePoint is a way of making documents and folders on the Windows platform accessible over the web. The user visits the SharePoint Portal web page, and from there they can add documents, change documents &amp;amp; delete documents. Through this Portal, these documents are now available for discussion, collaboration, versioning and being managed through a workflow. Hence the name "Share-Point". Details about the document can be saved too, such as: who wrote it, when, for whom, its size, and version, category or target audience. These can then be used to find the document through SharePoint's Search facility. Even documents not "in" SharePoint can be included in the search engine's index so they become part of the portal. All in all, it's a great way to get stuff up on the web for users with average technical skills, and for administrators to manage the content.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What are the various Sharepoint 2003 and Exchange integration points?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h4 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Link to Outlook&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h4&gt;&lt;p style="margin: 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;This is a button on contacts or events lists that lets Outlook 2003 add a pst file named Sharepoint Folders and it links to the data on the site. It’s read-only, but you could make the home page for that PST be the Sharepoint site for easier viewing. The link to outlook feature seems more to be where some can public a calendar, but not want too much collaboration. For example, a holiday schedule, company meeting schedule, etc, can be made available for people to be able to view from Outlook without having to go to a web browser. Another nice thing about OL2K3 is that you can compare these calendars with others side by side. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h4 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Searching Public Folders&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h4&gt;&lt;p style="margin: 0pt;"&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;With SPS you can index Exchange’s public folders with the search engine so that all that precious public folder content is searchable. You’ll want to look at content sources and indexing in Sharepoint administration. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h4 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Displaying Public Folders in a web part&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h4&gt;&lt;p style="margin: 0pt;"&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Since exchange web-enables public folders, you can create a web part that displays that content. IE, &lt;/span&gt;&lt;/span&gt;&lt;a href="http://exchangeserver/Public/IT/Helpdesk"&gt;&lt;span style="color: rgb(0, 0, 255);font-family:'Times New Roman';" &gt;&lt;u&gt;&lt;span style="font-size:100%;"&gt;http://exchangeserver/Public/IT/Helpdesk&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; will display the IT/Helpdesk public folder via OWA. So you add the Page Viewer web part to a page and point it at that URL. The key here is to add ?cmd=contents to the end of the url if you don’t want the navigator pane on the left. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h4 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:100%;"&gt;Smart web parts&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h4&gt;&lt;p style="margin: 0pt;"&gt;&lt;br /&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Some of the web parts that come with SPS allow you to add a web part to a page that actually takes the users outlook info (calendar, inbox, contacts, tasks) and put them into the page.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  Can SharePoint compare two document versions?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;"In Word 2003, you can compare documents side by side. Open two documents. Then, from the Window menu of one of them, select the Compare Side By Side command. If you have only two documents open, the command will automatically choose to compare them. If you have three or more documents open, you'll have to select which document to compare with the current file. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;A floating toolbar with two buttons will open. If the button on the left is selected, Word will scroll both documents at the same time. Press the button on the right side of the toolbar to return to where the cursor was located when you started comparing."&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;·&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;b&gt;&lt;span style="font-size:130%;"&gt;  What are the integration differences between SPS 2003 and the various Office versions?&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;SPS webpage can detect you have installed the Office 2003 and run local dll to implement some SPS function, e.g. multi-file upload only works when you have office 2003 installed. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Integration with Office XP is gone. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;You will get guys telling you that you can integrate with SPSv2 if you install a backwards compatible document library - but that’s really just putting a bit of SPS 2001 on the server. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;Believe me, check-in, check-out, which are themselves very basic, are not available from inside Office XP, or even from the context menu in Windows Explorer. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 5pt 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt;The ONLY option you have is to use the web interface to check-in or check-out.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0pt;"&gt;&lt;span style="font-family:'Times New Roman';"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8045855850085161355-8003277379682686536?l=indramanohar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://indramanohar.blogspot.com/feeds/8003277379682686536/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8045855850085161355&amp;postID=8003277379682686536' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8045855850085161355/posts/default/8003277379682686536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8045855850085161355/posts/default/8003277379682686536'/><link rel='alternate' type='text/html' href='http://indramanohar.blogspot.com/2009/11/share-point-interview-questions.html' title='Share Point Interview Questions'/><author><name>Indra Manohar</name><uri>http://www.blogger.com/profile/06878759671235648422</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8045855850085161355.post-4791668754846551242</id><published>2008-12-29T04:01:00.001-08:00</published><updated>2008-12-29T04:10:35.263-08:00</updated><title type='text'>Enable SQL Query Engine in Visual Studio IDE</title><content type='html'>&lt;span style="color: rgb(0, 0, 153);font-size:100%;" &gt;&lt;span style="font-family: lucida grande;"&gt;Hi All,&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;"&gt;You can Enable SQL Query Engine in Visual Studio by adding Server to the Explorer.Here are the steps to enable it.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;"&gt;First of all,Right click on server Icon and Add server.It will prompt you for username and pwd.Enter the SQLServer Instance Username and Password which you usually enter while connecting to a server.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;"&gt;--&gt; Now after connecting to the server,Expand the SQL servers node and you'll be able to find the DB's under the server instance.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;"&gt;--&gt; Select the DB Node of your Choice and and select the Table you want to display for Results,it will display all the records in that particular table.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;"&gt;--&gt;Select the SQL Pane button to write your own Queries.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;"&gt;--&gt;You can Execute all the DDL and DML statements in this query Editor window.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;"&gt;Enjoy Programming,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;"&gt;Indra Manohar&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;"&gt;9959735376&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: lucida grande;"&gt;Software Engineer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8045855850085161355-4791668754846551242?l=indramanohar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://indramanohar.blogspot.com/feeds/4791668754846551242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8045855850085161355&amp;postID=4791668754846551242' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8045855850085161355/posts/default/4791668754846551242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8045855850085161355/posts/default/4791668754846551242'/><link rel='alternate' type='text/html' href='http://indramanohar.blogspot.com/2008/12/enable-sql-query-engine-in-visual.html' title='Enable SQL Query Engine in Visual Studio IDE'/><author><name>Indra Manohar</name><uri>http://www.blogger.com/profile/06878759671235648422</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8045855850085161355.post-7014491572636784718</id><published>2008-08-17T23:57:00.000-07:00</published><updated>2008-08-17T23:57:46.491-07:00</updated><title type='text'>visuwords.swf (application/x-shockwave-flash Object)</title><content type='html'>&lt;a href="http://www.activocab.com/visual/words/visuwords.swf?lookup=won%27t"&gt;visuwords.swf (application/x-shockwave-flash Object)&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8045855850085161355-7014491572636784718?l=indramanohar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.activocab.com/visual/words/visuwords.swf?lookup=won%27t' title='visuwords.swf (application/x-shockwave-flash Object)'/><link rel='replies' type='application/atom+xml' href='http://indramanohar.blogspot.com/feeds/7014491572636784718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8045855850085161355&amp;postID=7014491572636784718' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8045855850085161355/posts/default/7014491572636784718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8045855850085161355/posts/default/7014491572636784718'/><link rel='alternate' type='text/html' href='http://indramanohar.blogspot.com/2008/08/visuwordsswf-applicationx-shockwave.html' title='visuwords.swf (application/x-shockwave-flash Object)'/><author><name>Indra Manohar</name><uri>http://www.blogger.com/profile/06878759671235648422</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8045855850085161355.post-7242281524792280182</id><published>2008-04-23T20:57:00.000-07:00</published><updated>2008-04-23T21:03:19.998-07:00</updated><title type='text'>.Net Experienced(Around 2 Years)</title><content type='html'>&lt;div style="border: 1pt solid black; padding: 4pt 0in 1pt; background: rgb(242, 242, 242) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; margin-left: 0.25in; margin-right: 0in;"&gt;  &lt;p class="boxtop" style="border: medium none ; padding: 0in; background: rgb(242, 242, 242) none repeat scroll 0% 50%; margin-top: 5pt; text-align: center; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center"&gt;&lt;span style="font-size: 10pt;"&gt;Indra Manohar Karnasula&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="boxtop" style="border: medium none ; padding: 0in; background: rgb(242, 242, 242) none repeat scroll 0% 50%; margin-top: 5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;&lt;span style="font-size: 10pt; font-weight: normal;"&gt;Email&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;:&lt;/span&gt;&lt;span style="font-size: 10pt; font-weight: normal;"&gt; &lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;manohar.it4u&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;@gmail.com&lt;span style=""&gt;                                                                              &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-weight: normal;"&gt;Mobile No: 91-99597 35376&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="boxtop" style="border: medium none ; padding: 0in; background: rgb(242, 242, 242) none repeat scroll 0% 50%; margin-top: 5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style=""&gt;                                                                                                   &lt;/span&gt;&lt;span style=""&gt;                                                 &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div style="border: 1pt solid black; padding: 4pt 0in 1pt; background: rgb(242, 242, 242) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; margin-left: 0.25in; margin-right: 0in;"&gt;  &lt;p class="boxtop" style="border: medium none ; padding: 0in; background: rgb(242, 242, 242) none repeat scroll 0% 50%; margin-top: 5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;&lt;span style="font-size: 10pt;"&gt;Objective&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style="text-align: justify; page-break-after: avoid;"&gt;&lt;span style="font-family: Arial;"&gt;To learn, perform and grow in a creative and      challenging environment using cutting edge technologies&lt;span style=""&gt;   &lt;/span&gt;where I could constantly learn and      successfully deliver solutions to problems.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;div style="border: 1pt solid black; padding: 4pt 0in 1pt; background: rgb(242, 242, 242) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; margin-left: 0.25in; margin-right: 0in;"&gt;  &lt;p class="boxtop" style="border: medium none ; padding: 0in; background: rgb(242, 242, 242) none repeat scroll 0% 50%; margin-top: 5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;&lt;span style="font-size: 10pt;"&gt;Experience Summary &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="margin: 0in -67.5pt 0.0001pt 0.25in; text-align: justify;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Having &lt;b style=""&gt;1.10      &lt;span style=""&gt;Years&lt;/span&gt;&lt;/b&gt; of experience as      a Software Programmer.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Currently working with &lt;b&gt;Culligence, &lt;/b&gt;&lt;st1:city st="on"&gt;&lt;st1:place st="on"&gt;Hyderabad&lt;/st1:place&gt;&lt;/st1:City&gt;&lt;b style=""&gt; &lt;/b&gt;from December 2005.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Skills in &lt;b style=""&gt;ASP.Net&lt;/b&gt;      with exposure to &lt;b style=""&gt;C# , VB.NET&lt;/b&gt;,      SQL server 2000,Oracle 8i.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;div style="border: 1pt solid black; padding: 4pt 0in 1pt; background: rgb(242, 242, 242) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; margin-left: 0.25in; margin-right: 0in;"&gt;  &lt;p class="boxtop" style="border: medium none ; padding: 0in; background: rgb(242, 242, 242) none repeat scroll 0% 50%; margin-top: 5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;&lt;span style="font-size: 10pt;"&gt;Educational Background&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-align: justify;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style="margin-right: -49.5pt; text-align: justify;"&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial;"&gt;B. Tech &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial;"&gt;from JNTU, Hyd.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin-right: -49.5pt; text-align: justify;"&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial;"&gt;Inter (M.P.C) &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial;"&gt;from BIE, Hyd.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin-right: -49.5pt; text-align: justify;"&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial;"&gt;S.S.C &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial;"&gt;BSE,      Hyd.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin: 0in -49.5pt 0.0001pt 0.25in; text-align: justify;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div style="border: 1pt solid black; padding: 4pt 0in 1pt; background: rgb(242, 242, 242) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; margin-left: 0.25in; margin-right: 0in;"&gt;  &lt;p class="boxtop" style="border: medium none ; padding: 0in; background: rgb(242, 242, 242) none repeat scroll 0% 50%; margin-top: 5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;&lt;span style="font-size: 10pt;"&gt;Technical Expertise&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;p class="MsoCommentText"&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoCommentText"&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;table class="MsoNormalTable" style="margin-left: 20.65pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr style="height: 13.05pt;"&gt;   &lt;td style="border-style: solid none solid solid; border-color: silver -moz-use-text-color silver silver; border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; width: 211.1pt; height: 13.05pt;" valign="top" width="281"&gt;   &lt;p class="MsoBodyText" style=""&gt;&lt;span style="text-transform: uppercase;"&gt;Operating Systems&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid silver; padding: 0in 5.4pt; width: 259.75pt; height: 13.05pt;" valign="top" width="346"&gt;   &lt;p class="MsoBodyText" style=""&gt;&lt;span style="text-transform: uppercase;"&gt;Windows 2000/xp, MS-DOS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 26.15pt;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color silver silver; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; width: 211.1pt; height: 26.15pt;" valign="top" width="281"&gt;   &lt;p class="MsoBodyText" style=""&gt;&lt;span style="text-transform: uppercase;"&gt;Programming languages&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color silver silver; border-width: medium 1pt 1pt; padding: 0in 5.4pt; width: 259.75pt; height: 26.15pt;" valign="top" width="346"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial; text-transform: uppercase;"&gt;C, C++&lt;/span&gt;&lt;span style="font-family: Arial;"&gt;,   C#, VB.NET, ASP.NET,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;span style="text-transform: uppercase;"&gt;JAVA SCRIPT, css, html, dhtml&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 1pt;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color silver silver; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; width: 211.1pt; height: 1pt;" valign="top" width="281"&gt;   &lt;p class="MsoBodyText" style=""&gt;&lt;span style="text-transform: uppercase;"&gt;FRAME WORK&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color silver silver; border-width: medium 1pt 1pt; padding: 0in 5.4pt; width: 259.75pt; height: 1pt;" valign="top" width="346"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial; text-transform: uppercase;"&gt;. NET F&lt;/span&gt;&lt;span style="font-family: Arial;"&gt;ramework&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoBodyText"&gt;&lt;span style="text-transform: uppercase;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 6.25pt;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color silver silver; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; width: 211.1pt; height: 6.25pt;" valign="top" width="281"&gt;   &lt;p class="MsoBodyText" style=""&gt;&lt;span style="text-transform: uppercase;"&gt;RDBMS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color silver silver; border-width: medium 1pt 1pt; padding: 0in 5.4pt; width: 259.75pt; height: 6.25pt;" valign="top" width="346"&gt;   &lt;p class="MsoBodyText" style=""&gt;&lt;span style=""&gt;Oracle 8i/9i, SQL Server.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;table class="MsoNormalTable" style="margin-left: 21.35pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr style=""&gt;   &lt;td style="border: 1pt solid black; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 479.3pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" valign="top" width="639"&gt;   &lt;p class="MsoHeader" style=""&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Projects   Experience&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;Project #1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;table class="MsoNormalTable" style="margin-left: 17.75pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: solid none solid solid; border-color: black -moz-use-text-color black black; border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Client:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid black; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" valign="top" width="469"&gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style=""&gt;Pomodoro InfoTech&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Title&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoCommentText" style=""&gt;&lt;b style=""&gt;&lt;i style=""&gt;&lt;span style=""&gt;CallFromEurope (Find A Property).&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Team Size:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;4 members&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Role&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;Developer&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 17.5pt;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 17.5pt;" valign="top" width="163"&gt;   &lt;p class="MsoCommentText" style=""&gt;&lt;span style="font-family: Arial;"&gt;Solution Environment&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 17.5pt;" width="469"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;ASP .NET, C# .NET, &lt;/span&gt;SQL. Server 2000, Windows NT&lt;span style="font-family: Arial; color: black;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" valign="top" width="163"&gt;   &lt;p class="MsoCommentText" style=""&gt;&lt;span style="font-family: Arial;"&gt;Database&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" valign="top" width="469"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;SQL Server 2000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in;"&gt;&lt;span style=""&gt;This is an E-Commerce application designed   for Callfromeurope; A U.K based company .The application is designed in order   to generate business through selling and renting property online. Initially a   customer has to register as an agent or a member on the site. Agents are   those who can advertise their property online &amp;amp; members are one who can   access the details of the property to be sold or rented. Using this   application agent all around the world can advertise their property.&lt;/span&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;Project #2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;table class="MsoNormalTable" style="margin-left: 17.75pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: solid none solid solid; border-color: black -moz-use-text-color black black; border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Client:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid black; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;h5 style="margin-left: 0in; text-indent: 0in;"&gt;&lt;st1:place st="on"&gt;&lt;st1:city st="on"&gt;&lt;span style="font-family: Arial;"&gt;EPA&lt;/span&gt;&lt;/st1:City&gt;&lt;span style="font-family: Arial;"&gt;, &lt;st1:country-region st="on"&gt;USA&lt;/st1:country-region&gt;&lt;/span&gt;&lt;/st1:place&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h5&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Title&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoCommentText" style=""&gt;&lt;strong&gt;PAM&lt;/strong&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Team Size:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;4 members&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Role&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;Developer&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" valign="top" width="163"&gt;   &lt;p class="MsoCommentText" style=""&gt;&lt;span style="font-family: Arial;"&gt;Software&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;ASP.Net, C# .NET.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" valign="top" width="163"&gt;   &lt;p class="MsoCommentText" style=""&gt;&lt;span style="font-family: Arial;"&gt;Database&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" valign="top" width="469"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;SQL Server 2000.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Description&lt;/span&gt;&lt;span style="font-size: 9pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;Public Access Module deals with   submitting Requests/Appeals in associate with FOIA.&lt;/p&gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;Public Access Module has   modules like Requester interface, Request/Appeal Interface and Electronic   Reading Room Interface and Sync service. We can register ourselves online. We   can get our request/appeal status day by day. We can download Files in the   format of pdf, word, excel, images etc., from Electronic Reading Room as well   as Publishing Room. &lt;/p&gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 9pt; font-family: Arial;"&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-size: 9pt; font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;Project #3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoBodyText"&gt;&lt;b style=""&gt;&lt;span style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;table class="MsoNormalTable" style="margin-left: 17.75pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: solid none solid solid; border-color: black -moz-use-text-color black black; border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Client:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid black; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;h5 style="margin-left: 0in; text-indent: 0in;"&gt;&lt;span style="font-family: Arial; font-weight: normal;"&gt;NFCL, &lt;st1:city st="on"&gt;&lt;st1:place st="on"&gt;Kakinada&lt;/st1:place&gt;&lt;/st1:City&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h5&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Title&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoCommentText" style=""&gt;&lt;span style="font-family: Arial;"&gt;Inventory Management System&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Team Size:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;2 members&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Role&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;Developer&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" valign="top" width="163"&gt;   &lt;p class="MsoCommentText" style=""&gt;&lt;span style="font-family: Arial;"&gt;Software&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;ASP .NET, C# .NET.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" valign="top" width="163"&gt;   &lt;p class="MsoCommentText" style=""&gt;&lt;span style="font-family: Arial;"&gt;Database&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" valign="top" width="469"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;SQL Server 2000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 0.2in;"&gt;   &lt;td style="border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color black black; border-width: medium medium 1pt 1pt; padding: 0in 5.4pt; background: rgb(229, 229, 229) none repeat scroll 0% 50%; width: 1.7in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="163"&gt;   &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Arial;"&gt;Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: medium 1pt 1pt; padding: 0in 5.4pt; background: white none repeat scroll 0% 50%; width: 351.5pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 0.2in;" width="469"&gt;   &lt;p class="MsoNormal" style="text-align: justify; text-indent: 0.5in;"&gt;&lt;span style="font-family: Arial;"&gt;The main purpose of the   system is to keep track production activities of Product in different plants   located in NFCL. Dot net Technology is used as this technology promises   easier integration within and between businesses, while creating   opportunities to connect with consumers in most effective way.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoPlainText"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span style=""&gt; &lt;/span&gt;It consists basically of these   modules: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Arial;"&gt;Order Entry, Purchasing, Materials, Sales,   Production.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;Declaration:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Arial;"&gt;I hereby declare that the above written particulars are correct to the best of my knowledge and belief.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Arial;"&gt;Place: &lt;st1:city st="on"&gt;&lt;st1:place st="on"&gt;Hyderabad&lt;/st1:place&gt;&lt;/st1:City&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial;"&gt;(K. Indra Manohar)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoBodyText"&gt;&lt;span style=""&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoBodyText"&gt;&lt;b style=""&gt;&lt;span style=""&gt;-----------------------------------------------------------------------------------------------------------------------------------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="font-family: Arial;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span style=""&gt; &lt;/span&gt;&lt;span style="" lang="EN-AU"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial;" lang="EN-AU"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8045855850085161355-7242281524792280182?l=indramanohar.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://indramanohar.blogspot.com/feeds/7242281524792280182/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8045855850085161355&amp;postID=7242281524792280182' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8045855850085161355/posts/default/7242281524792280182'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8045855850085161355/posts/default/7242281524792280182'/><link rel='alternate' type='text/html' href='http://indramanohar.blogspot.com/2008/04/net-experiencedaround-2-years.html' title='.Net Experienced(Around 2 Years)'/><author><name>Indra Manohar</name><uri>http://www.blogger.com/profile/06878759671235648422</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
