<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>NinethSense</title>
	<atom:link href="http://blog.ninethsense.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ninethsense.com</link>
	<description>Praveen's Drawing Book - NinethSense oWnZ mE!</description>
	<pubDate>Mon, 30 Aug 2010 13:05:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tool/Article: Web Server Information using .NET</title>
		<link>http://blog.ninethsense.com/toolarticle-web-server-information-using-net/</link>
		<comments>http://blog.ninethsense.com/toolarticle-web-server-information-using-net/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 13:05:11 +0000</pubDate>
		<dc:creator>NinethSense</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[DOTNET]]></category>

		<guid isPermaLink="false">http://blog.ninethsense.com/toolarticle-web-server-information-using-net/</guid>
		<description><![CDATA[I explained the internals of this tool here - http://www.codeproject.com/KB/cs/WebInfo.aspx
You can also download this tool from this page.
A direct download link is here also. 
 


Related posts:Article: Make your Skype Bot in .NET  My latest article “Make your Skype Bot in .NET”...My Latest article &#8216;DataTable filter demonstation&#8217; My latest article &#8216;DataTable filter demonstation&#8217; is [...]


Related posts:<ol><li><a href='http://blog.ninethsense.com/article-make-your-skype-bot-in-net/' rel='bookmark' title='Permanent Link: Article: Make your Skype Bot in .NET'>Article: Make your Skype Bot in .NET</a> <small> My latest article “Make your Skype Bot in .NET”...</small></li><li><a href='http://blog.ninethsense.com/my-latest-article-datatable-filter-demonstation/' rel='bookmark' title='Permanent Link: My Latest article &#8216;DataTable filter demonstation&#8217;'>My Latest article &#8216;DataTable filter demonstation&#8217;</a> <small>My latest article &#8216;DataTable filter demonstation&#8217; is available at codeproject.com....</small></li><li><a href='http://blog.ninethsense.com/community-server-2007-user-bulk-deletion-tool/' rel='bookmark' title='Permanent Link: Community Server 2007 User bulk deletion tool'>Community Server 2007 User bulk deletion tool</a> <small>Make this tool for kidoos.net but thought it will be...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I explained the internals of this tool here - <a title="http://www.codeproject.com/KB/cs/WebInfo.aspx" href="http://www.codeproject.com/KB/cs/WebInfo.aspx">http://www.codeproject.com/KB/cs/WebInfo.aspx</a></p>
<p>You can also download this tool from this page.</p>
<p>A direct download link is <a href="http://kidoos.net/media/p/709/download.aspx" target="_blank">here</a> also. </p>
<p> <img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://www.codeproject.com/KB/cs/WebInfo/webinfo.jpg" /></p>


<p>Related posts:<ol><li><a href='http://blog.ninethsense.com/article-make-your-skype-bot-in-net/' rel='bookmark' title='Permanent Link: Article: Make your Skype Bot in .NET'>Article: Make your Skype Bot in .NET</a> <small> My latest article “Make your Skype Bot in .NET”...</small></li><li><a href='http://blog.ninethsense.com/my-latest-article-datatable-filter-demonstation/' rel='bookmark' title='Permanent Link: My Latest article &#8216;DataTable filter demonstation&#8217;'>My Latest article &#8216;DataTable filter demonstation&#8217;</a> <small>My latest article &#8216;DataTable filter demonstation&#8217; is available at codeproject.com....</small></li><li><a href='http://blog.ninethsense.com/community-server-2007-user-bulk-deletion-tool/' rel='bookmark' title='Permanent Link: Community Server 2007 User bulk deletion tool'>Community Server 2007 User bulk deletion tool</a> <small>Make this tool for kidoos.net but thought it will be...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ninethsense.com/toolarticle-web-server-information-using-net/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get server information from the url of website</title>
		<link>http://blog.ninethsense.com/get-server-information-from-the-url-of-website/</link>
		<comments>http://blog.ninethsense.com/get-server-information-from-the-url-of-website/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 11:01:40 +0000</pubDate>
		<dc:creator>NinethSense</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://blog.ninethsense.com/get-server-information-from-the-url-of-website/</guid>
		<description><![CDATA[Below dotnet code will get you some server information about a website it is hosted. Note that sever can mock or disable data it is provided.

  WebClient wc = new WebClient&#40;&#41;;
            string site = @&#34;http://www.msdn.microsoft.com/&#34;;
         [...]


Related posts:<ol><li><a href='http://blog.ninethsense.com/get-windows-edition-information-from-sql-server/' rel='bookmark' title='Permanent Link: Get Windows Edition information from SQL Server'>Get Windows Edition information from SQL Server</a> <small> One way is to extract from @@VERSION. Another way...</small></li><li><a href='http://blog.ninethsense.com/how-to-dynamically-make-an-infopath-form/' rel='bookmark' title='Permanent Link: How to dynamically make an InfoPath form'>How to dynamically make an InfoPath form</a> <small>An InfoPath template have an extension of .XSN which is...</small></li><li><a href='http://blog.ninethsense.com/md5-encryption-with-c/' rel='bookmark' title='Permanent Link: MD5 encryption with c#'>MD5 encryption with c#</a> <small>This code shows how to encrypt a string with MD5...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Below dotnet code will get you some server information about a website it is hosted. Note that sever can mock or disable data it is provided.</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;">  WebClient wc <span style="color: #008000;">=</span> <span style="color: #008000;">new</span> WebClient<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span>
            <span style="color: #FF0000;">string</span> site <span style="color: #008000;">=</span> <span style="color: #666666;">@&quot;http://www.msdn.microsoft.com/&quot;</span><span style="color: #008000;">;</span>
            wc.<span style="color: #0000FF;">Headers</span>.<span style="color: #0000FF;">Add</span><span style="color: #000000;">&#40;</span><span style="color: #666666;">&quot;user-agent&quot;</span>, 
		<span style="color: #666666;">&quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
            Stream data <span style="color: #008000;">=</span> wc.<span style="color: #0000FF;">OpenRead</span><span style="color: #000000;">&#40;</span>site<span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
            StringBuilder sb <span style="color: #008000;">=</span> <span style="color: #008000;">new</span> StringBuilder<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
            <span style="color: #0600FF;">for</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">int</span> i <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span><span style="color: #008000;">;</span> i <span style="color: #008000;">&lt;</span> wc.<span style="color: #0000FF;">ResponseHeaders</span>.<span style="color: #0000FF;">Count</span><span style="color: #008000;">;</span>i<span style="color: #008000;">++</span> <span style="color: #000000;">&#41;</span>
            <span style="color: #000000;">&#123;</span>
                sb.<span style="color: #0000FF;">Append</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#40;</span>i <span style="color: #008000;">+</span> <span style="color: #FF0000;">1</span><span style="color: #000000;">&#41;</span>.<span style="color: #0000FF;">ToString</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">+</span> <span style="color: #666666;">&quot;. &quot;</span> <span style="color: #008000;">+</span> wc.<span style="color: #0000FF;">ResponseHeaders</span>.<span style="color: #0000FF;">AllKeys</span><span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> 
		<span style="color: #008000;">+</span> <span style="color: #666666;">&quot; = &quot;</span> <span style="color: #008000;">+</span> wc.<span style="color: #0000FF;">ResponseHeaders</span><span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span> <span style="color: #008000;">+</span> Environment.<span style="color: #0000FF;">NewLine</span> <span style="color: #008000;">+</span> Environment.<span style="color: #0000FF;">NewLine</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span>
            <span style="color: #000000;">&#125;</span>
&nbsp;
            textBox1.<span style="color: #0000FF;">Text</span> <span style="color: #008000;">=</span> sb.<span style="color: #0000FF;">ToString</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span></pre></div></div>

<p>It will give you output something like this:</p>
<blockquote>
<p>1. Transfer-Encoding = chunked </p>
<p>2. Connection = keep-alive </p>
<p>3. Content-Type = text/html </p>
<p>4. Date = Mon, 30 Aug 2010 11:01:12 GMT </p>
<p>5. Set-Cookie = baae2eccb5afb3a4498920bf2be6d145=7b74e4dbb0363da1fca55289debdd8a0; expires=Mon, 30-Aug-2010 23:01:11 GMT; path=/,mosvisitor=1 </p>
<p>6. Server = nginx/0.7.65 </p>
<p>7. X-Powered-By = PHP/5.2.6 </p>
<p>8. Expires = Mon, 26 Jul 1997 05:00:00 GMT </p>
<p>9. Last-Modified = Mon, 30 Aug 2010 11:01:12 GMT </p>
<p>10. Cache-Control = no-store, no-cache, must-revalidate,post-check=0, pre-check=0 </p>
<p>11. Pragma = no-cache</p>
</blockquote>


<p>Related posts:<ol><li><a href='http://blog.ninethsense.com/get-windows-edition-information-from-sql-server/' rel='bookmark' title='Permanent Link: Get Windows Edition information from SQL Server'>Get Windows Edition information from SQL Server</a> <small> One way is to extract from @@VERSION. Another way...</small></li><li><a href='http://blog.ninethsense.com/how-to-dynamically-make-an-infopath-form/' rel='bookmark' title='Permanent Link: How to dynamically make an InfoPath form'>How to dynamically make an InfoPath form</a> <small>An InfoPath template have an extension of .XSN which is...</small></li><li><a href='http://blog.ninethsense.com/md5-encryption-with-c/' rel='bookmark' title='Permanent Link: MD5 encryption with c#'>MD5 encryption with c#</a> <small>This code shows how to encrypt a string with MD5...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ninethsense.com/get-server-information-from-the-url-of-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AppFabric WCF Data Service</title>
		<link>http://blog.ninethsense.com/appfabric-wcf-data-service/</link>
		<comments>http://blog.ninethsense.com/appfabric-wcf-data-service/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 07:02:05 +0000</pubDate>
		<dc:creator>NinethSense</dc:creator>
		
		<category><![CDATA[DOTNET]]></category>

		<category><![CDATA[appfabric]]></category>

		<guid isPermaLink="false">http://blog.ninethsense.com/appfabric-wcf-data-service/</guid>
		<description><![CDATA[WCF DataServices enables the creation and consumption of OData services for the web (formerly known as ADO.NET Data Services). Windows Server AppFabric provides tools for managing and monitoring your web services and workflows.
The AppFabric WCF Data Service template brings these two products together providing the following features:

Monitor the queries to your service across multiple servers [...]


Related posts:<ol><li><a href='http://blog.ninethsense.com/kobe-web-20-service-development-resource-kit/' rel='bookmark' title='Permanent Link: KOBE &ndash; Web 2.0 Service Development Resource Kit'>KOBE &ndash; Web 2.0 Service Development Resource Kit</a> <small>Kobe is a “getting started” resource kit on planning, architecting,...</small></li><li><a href='http://blog.ninethsense.com/microsoft-sql-server-2008-reporting-services-released/' rel='bookmark' title='Permanent Link: Microsoft SQL Server 2008 Reporting Services released'>Microsoft SQL Server 2008 Reporting Services released</a> <small>Microsoft SQL Server 2008 Reporting Services provides a complete server-based...</small></li><li><a href='http://blog.ninethsense.com/accessing-sql-server-databases-with-php/' rel='bookmark' title='Permanent Link: Accessing SQL Server Databases with PHP'>Accessing SQL Server Databases with PHP</a> <small>Read the whitepaper here - http://msdn.microsoft.com/en-us/library/cc793139(SQL.90).aspx extension=php_sqlsrv.dll The SQL Server...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>WCF DataServices enables the creation and consumption of OData services for the web (formerly known as ADO.NET Data Services). Windows Server AppFabric provides tools for managing and monitoring your web services and workflows.</p>
<p>The AppFabric WCF Data Service template brings these two products together providing the following features:</p>
<ul>
<li>Monitor the queries to your service across multiple servers with AppFabric Monitoring </li>
<li>Properly report errors to Windows Server AppFabric (WCF Data Service errors are not recognized by AppFabric otherwise) </li>
<li>Eliminate the .svc extension from the URI by using routing </li>
<li>Provide a simple HTML page for invoking the service with or without the .svc extension </li>
</ul>
<p>&#160;</p>
<p>Source: msdn</p>


<p>Related posts:<ol><li><a href='http://blog.ninethsense.com/kobe-web-20-service-development-resource-kit/' rel='bookmark' title='Permanent Link: KOBE &ndash; Web 2.0 Service Development Resource Kit'>KOBE &ndash; Web 2.0 Service Development Resource Kit</a> <small>Kobe is a “getting started” resource kit on planning, architecting,...</small></li><li><a href='http://blog.ninethsense.com/microsoft-sql-server-2008-reporting-services-released/' rel='bookmark' title='Permanent Link: Microsoft SQL Server 2008 Reporting Services released'>Microsoft SQL Server 2008 Reporting Services released</a> <small>Microsoft SQL Server 2008 Reporting Services provides a complete server-based...</small></li><li><a href='http://blog.ninethsense.com/accessing-sql-server-databases-with-php/' rel='bookmark' title='Permanent Link: Accessing SQL Server Databases with PHP'>Accessing SQL Server Databases with PHP</a> <small>Read the whitepaper here - http://msdn.microsoft.com/en-us/library/cc793139(SQL.90).aspx extension=php_sqlsrv.dll The SQL Server...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ninethsense.com/appfabric-wcf-data-service/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Security Compliance Manager</title>
		<link>http://blog.ninethsense.com/microsoft-security-compliance-manager/</link>
		<comments>http://blog.ninethsense.com/microsoft-security-compliance-manager/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 10:23:54 +0000</pubDate>
		<dc:creator>NinethSense</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Security Compliance Manager]]></category>

		<guid isPermaLink="false">http://blog.ninethsense.com/microsoft-security-compliance-manager/</guid>
		<description><![CDATA[Download link here.
The Microsoft Security Compliance Manager provides centralized security baseline management features, a baseline portfolio, customization capabilities, and security baseline export flexibility to accelerate your organization’s ability to efficiently manage the security and compliance process for the most widely used Microsoft technologies.
Key Features &#38; Benefits

Centralized Management and Baseline Portfolio: The centralized management console of [...]


Related posts:<ol><li><a href='http://blog.ninethsense.com/understanding-microsoft-product-licensing/' rel='bookmark' title='Permanent Link: Understanding Microsoft Product Licensing'>Understanding Microsoft Product Licensing</a> <small>Here is a useful document which explains: What is software...</small></li><li><a href='http://blog.ninethsense.com/the-microsoft-security-development-lifecycle-sdl/' rel='bookmark' title='Permanent Link: The Microsoft Security Development Lifecycle (SDL)'>The Microsoft Security Development Lifecycle (SDL)</a> <small> The Microsoft Security Development Lifecycle (SDL) is the industry-leading...</small></li><li><a href='http://blog.ninethsense.com/windows7-getting-popular/' rel='bookmark' title='Permanent Link: Windows7 getting popular?'>Windows7 getting popular?</a> <small>Yep, I know this is now an old topic. But...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Download link <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=5534bee1-3cad-4bf0-b92b-a8e545573a3e" target="_blank">here</a>.</p>
<p>The Microsoft Security Compliance Manager provides centralized security baseline management features, a baseline portfolio, customization capabilities, and security baseline export flexibility to accelerate your organization’s ability to efficiently manage the security and compliance process for the most widely used Microsoft technologies.</p>
<p><b>Key Features &amp; Benefits</b></p>
<ul>
<li>Centralized Management and Baseline Portfolio: The centralized management console of the Security Compliance Manager provides you with a unified, end-to-end user experience to plan, customize, and export security baselines. The tool gives you full access to a complete portfolio of recommended baselines for Windows® client and server operating systems, and Microsoft applications. The Security Compliance Manager also enables you to quickly update the latest Microsoft baseline releases and take advantage of baseline version control. </li>
<li>Security Baseline Customization: Customizing, comparing, merging, and reviewing your baselines just got easier. Now you can use the new customization capabilities of the Security Compliance Manager to duplicate any of the recommended baselines from Microsoft—for Windows client and server operating systems, and Microsoft applications—and quickly modify security settings to meet the standards of your organization’s environment. </li>
<li>Multiple Export Capabilities: Export baselines in formats like XLS, Group Policy objects (GPOs), Desired Configuration Management (DCM) packs, or Security Content Automation Protocol (SCAP) to enable automation of deployment and monitoring baseline compliance. </li>
<li>The <i>Security Compliance Manager Getting Started Guide</i> is now available to download. Download this short guide to quickly set up and customize the Security Compliance Manager (SCM) tool. The guide also includes brief instructions on using the SCM tool to deploy and monitor security baselines for the latest server and client operating systems from Microsoft. </li>
</ul>


<p>Related posts:<ol><li><a href='http://blog.ninethsense.com/understanding-microsoft-product-licensing/' rel='bookmark' title='Permanent Link: Understanding Microsoft Product Licensing'>Understanding Microsoft Product Licensing</a> <small>Here is a useful document which explains: What is software...</small></li><li><a href='http://blog.ninethsense.com/the-microsoft-security-development-lifecycle-sdl/' rel='bookmark' title='Permanent Link: The Microsoft Security Development Lifecycle (SDL)'>The Microsoft Security Development Lifecycle (SDL)</a> <small> The Microsoft Security Development Lifecycle (SDL) is the industry-leading...</small></li><li><a href='http://blog.ninethsense.com/windows7-getting-popular/' rel='bookmark' title='Permanent Link: Windows7 getting popular?'>Windows7 getting popular?</a> <small>Yep, I know this is now an old topic. But...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ninethsense.com/microsoft-security-compliance-manager/feed/</wfw:commentRss>
		</item>
		<item>
		<title>20 common mistakes by Project Managers</title>
		<link>http://blog.ninethsense.com/20-common-mistakes-by-project-managers/</link>
		<comments>http://blog.ninethsense.com/20-common-mistakes-by-project-managers/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 11:01:11 +0000</pubDate>
		<dc:creator>NinethSense</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[PM]]></category>

		<guid isPermaLink="false">http://blog.ninethsense.com/20-common-mistakes-by-project-managers/</guid>
		<description><![CDATA[An interesting article is there in allpm.com


Related posts:Project Management Interview Questions Just came through an excellent list of questions (only questions...TaskLister - My first project on CodeProject I have submitted my first article for CodeProject.com - Which....NET Framework 3.5 Common Namespaces and Types Poster The .NET Framework 3.5 Common Namespaces and Types Poster Poster...


Related posts:<ol><li><a href='http://blog.ninethsense.com/project-management-interview-questions/' rel='bookmark' title='Permanent Link: Project Management Interview Questions'>Project Management Interview Questions</a> <small>Just came through an excellent list of questions (only questions...</small></li><li><a href='http://blog.ninethsense.com/tasklister-my-first-project-on-codeproject/' rel='bookmark' title='Permanent Link: TaskLister - My first project on CodeProject'>TaskLister - My first project on CodeProject</a> <small>I have submitted my first article for CodeProject.com - Which...</small></li><li><a href='http://blog.ninethsense.com/net-framework-35-common-namespaces-and-types-poster/' rel='bookmark' title='Permanent Link: .NET Framework 3.5 Common Namespaces and Types Poster'>.NET Framework 3.5 Common Namespaces and Types Poster</a> <small>The .NET Framework 3.5 Common Namespaces and Types Poster Poster...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>An interesting article is there in <a href="http://www.allpm.com/index.php?name=News&amp;file=article&amp;sid=2339" target="_blank">allpm.com</a></p>


<p>Related posts:<ol><li><a href='http://blog.ninethsense.com/project-management-interview-questions/' rel='bookmark' title='Permanent Link: Project Management Interview Questions'>Project Management Interview Questions</a> <small>Just came through an excellent list of questions (only questions...</small></li><li><a href='http://blog.ninethsense.com/tasklister-my-first-project-on-codeproject/' rel='bookmark' title='Permanent Link: TaskLister - My first project on CodeProject'>TaskLister - My first project on CodeProject</a> <small>I have submitted my first article for CodeProject.com - Which...</small></li><li><a href='http://blog.ninethsense.com/net-framework-35-common-namespaces-and-types-poster/' rel='bookmark' title='Permanent Link: .NET Framework 3.5 Common Namespaces and Types Poster'>.NET Framework 3.5 Common Namespaces and Types Poster</a> <small>The .NET Framework 3.5 Common Namespaces and Types Poster Poster...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ninethsense.com/20-common-mistakes-by-project-managers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sync Framework 2.1 is out</title>
		<link>http://blog.ninethsense.com/sync-framework-21-is-out/</link>
		<comments>http://blog.ninethsense.com/sync-framework-21-is-out/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 08:41:03 +0000</pubDate>
		<dc:creator>NinethSense</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Sync Framework]]></category>

		<guid isPermaLink="false">http://blog.ninethsense.com/sync-framework-21-is-out/</guid>
		<description><![CDATA[One of the most exciting feature of this version lets you synchronize data stored in SQL Server or SQL Server Compact with SQL Azure in the cloud.
&#160;
Microsoft Sync Framework is a comprehensive synchronization platform that enables collaboration and offline scenarios for applications, services, and devices. Using Microsoft Sync Framework, developers can build applications that synchronize [...]


Related posts:<ol><li><a href='http://blog.ninethsense.com/azure-services-platform/' rel='bookmark' title='Permanent Link: Azure Services Platform'>Azure Services Platform</a> <small> Build new applications in the cloud - or use...</small></li><li><a href='http://blog.ninethsense.com/sql-server-2008-developer-training-kit/' rel='bookmark' title='Permanent Link: SQL Server 2008 Developer Training Kit'>SQL Server 2008 Developer Training Kit</a> <small>The SQL Server 2008 Developer Training Kit will help you...</small></li><li><a href='http://blog.ninethsense.com/net-microsoft-framework/' rel='bookmark' title='Permanent Link: .NET Micro Framework'>.NET Micro Framework</a> <small> The .NET Micro Framework is a .NET platform for...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>One of the most exciting feature of this version lets you synchronize data stored in SQL Server or SQL Server Compact with SQL Azure in the cloud.</p>
<p>&#160;</p>
<p>Microsoft Sync Framework is a comprehensive synchronization platform that enables collaboration and offline scenarios for applications, services, and devices. Using Microsoft Sync Framework, developers can build applications that synchronize data from any source using any protocol over any network.</p>
<p>Download SDK from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ee6af141-79d0-4351-a4a0-ea89bb29dcf5&amp;displaylang=en" target="_blank">here</a></p>


<p>Related posts:<ol><li><a href='http://blog.ninethsense.com/azure-services-platform/' rel='bookmark' title='Permanent Link: Azure Services Platform'>Azure Services Platform</a> <small> Build new applications in the cloud - or use...</small></li><li><a href='http://blog.ninethsense.com/sql-server-2008-developer-training-kit/' rel='bookmark' title='Permanent Link: SQL Server 2008 Developer Training Kit'>SQL Server 2008 Developer Training Kit</a> <small>The SQL Server 2008 Developer Training Kit will help you...</small></li><li><a href='http://blog.ninethsense.com/net-microsoft-framework/' rel='bookmark' title='Permanent Link: .NET Micro Framework'>.NET Micro Framework</a> <small> The .NET Micro Framework is a .NET platform for...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ninethsense.com/sync-framework-21-is-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows7 - Remote Desktop Connection &#8211; Fullscreen problem</title>
		<link>http://blog.ninethsense.com/windows7-remote-desktop-connection-fullscreen-problem/</link>
		<comments>http://blog.ninethsense.com/windows7-remote-desktop-connection-fullscreen-problem/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 07:39:44 +0000</pubDate>
		<dc:creator>NinethSense</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[RDC]]></category>

		<category><![CDATA[Windows7]]></category>

		<guid isPermaLink="false">http://blog.ninethsense.com/windows7-remote-desktop-connection-fullscreen-problem/</guid>
		<description><![CDATA[You might be annoyed with the behaviour of RDC window size/screen bar.
Simply go to Options –&#62; Display –&#62; Display Configuration:Slider – move to ‘Large’. You can see text ‘Full Screen’ under the slider.


Related posts:Windows7 getting popular? Yep, I know this is now an old topic. But...Send keystrokes to an application You can send key stokes [...]


Related posts:<ol><li><a href='http://blog.ninethsense.com/windows7-getting-popular/' rel='bookmark' title='Permanent Link: Windows7 getting popular?'>Windows7 getting popular?</a> <small>Yep, I know this is now an old topic. But...</small></li><li><a href='http://blog.ninethsense.com/send-keystrokes-to-an-application/' rel='bookmark' title='Permanent Link: Send keystrokes to an application'>Send keystrokes to an application</a> <small>You can send key stokes virtually to other applications with...</small></li><li><a href='http://blog.ninethsense.com/aspnet-40-new-features/' rel='bookmark' title='Permanent Link: ASP.NET 4.0 &ndash; new features'>ASP.NET 4.0 &ndash; new features</a> <small>Topic is getting old, but still worth blogging. &#160; web.config...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>You might be annoyed with the behaviour of RDC window size/screen bar.</p>
<p>Simply go to Options –&gt; Display –&gt; Display Configuration:Slider – move to ‘Large’. You can see text ‘Full Screen’ under the slider.</p>


<p>Related posts:<ol><li><a href='http://blog.ninethsense.com/windows7-getting-popular/' rel='bookmark' title='Permanent Link: Windows7 getting popular?'>Windows7 getting popular?</a> <small>Yep, I know this is now an old topic. But...</small></li><li><a href='http://blog.ninethsense.com/send-keystrokes-to-an-application/' rel='bookmark' title='Permanent Link: Send keystrokes to an application'>Send keystrokes to an application</a> <small>You can send key stokes virtually to other applications with...</small></li><li><a href='http://blog.ninethsense.com/aspnet-40-new-features/' rel='bookmark' title='Permanent Link: ASP.NET 4.0 &ndash; new features'>ASP.NET 4.0 &ndash; new features</a> <small>Topic is getting old, but still worth blogging. &#160; web.config...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ninethsense.com/windows7-remote-desktop-connection-fullscreen-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Article: PHP and ASP.NET &#8211; A feature list</title>
		<link>http://blog.ninethsense.com/article-php-and-aspnet-a-feature-list/</link>
		<comments>http://blog.ninethsense.com/article-php-and-aspnet-a-feature-list/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 19:51:40 +0000</pubDate>
		<dc:creator>NinethSense</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[Articles]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.ninethsense.com/article-php-and-aspnet-a-feature-list/</guid>
		<description><![CDATA[Just posted one article on codeproject.com.
Here is the URL: http://www.codeproject.com/KB/applications/php_asp_net.aspx
This article is about finding out equivalent features of PHP and ASP.NET


Related posts:Article: Make your Skype Bot in .NET  My latest article “Make your Skype Bot in .NET”...Article: Flex Communication with ASP.NET WebService  I just posted my new CodeProject article Flex Communication...Article: Flex HTTPService [...]


Related posts:<ol><li><a href='http://blog.ninethsense.com/article-make-your-skype-bot-in-net/' rel='bookmark' title='Permanent Link: Article: Make your Skype Bot in .NET'>Article: Make your Skype Bot in .NET</a> <small> My latest article “Make your Skype Bot in .NET”...</small></li><li><a href='http://blog.ninethsense.com/article-flex-communication-with-aspnet-webservice/' rel='bookmark' title='Permanent Link: Article: Flex Communication with ASP.NET WebService'>Article: Flex Communication with ASP.NET WebService</a> <small> I just posted my new CodeProject article Flex Communication...</small></li><li><a href='http://blog.ninethsense.com/article-flex-httpservice-with-aspnet/' rel='bookmark' title='Permanent Link: Article: Flex HTTPService with ASP.NET'>Article: Flex HTTPService with ASP.NET</a> <small> My new article Flex HTTPService with ASP.NET posted to...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Just posted one article on codeproject.com.</p>
<p>Here is the URL: <a title="http://www.codeproject.com/KB/applications/php_asp_net.aspx" href="http://www.codeproject.com/KB/applications/php_asp_net.aspx" target="_blank">http://www.codeproject.com/KB/applications/php_asp_net.aspx</a></p>
<p>This article is about finding out equivalent features of PHP and ASP.NET</p>


<p>Related posts:<ol><li><a href='http://blog.ninethsense.com/article-make-your-skype-bot-in-net/' rel='bookmark' title='Permanent Link: Article: Make your Skype Bot in .NET'>Article: Make your Skype Bot in .NET</a> <small> My latest article “Make your Skype Bot in .NET”...</small></li><li><a href='http://blog.ninethsense.com/article-flex-communication-with-aspnet-webservice/' rel='bookmark' title='Permanent Link: Article: Flex Communication with ASP.NET WebService'>Article: Flex Communication with ASP.NET WebService</a> <small> I just posted my new CodeProject article Flex Communication...</small></li><li><a href='http://blog.ninethsense.com/article-flex-httpservice-with-aspnet/' rel='bookmark' title='Permanent Link: Article: Flex HTTPService with ASP.NET'>Article: Flex HTTPService with ASP.NET</a> <small> My new article Flex HTTPService with ASP.NET posted to...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ninethsense.com/article-php-and-aspnet-a-feature-list/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Azure &#8211; an application architecture case study</title>
		<link>http://blog.ninethsense.com/azure-an-application-architecture-case-study/</link>
		<comments>http://blog.ninethsense.com/azure-an-application-architecture-case-study/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 18:50:57 +0000</pubDate>
		<dc:creator>NinethSense</dc:creator>
		
		<category><![CDATA[Architecture]]></category>

		<category><![CDATA[Azure]]></category>

		<guid isPermaLink="false">http://blog.ninethsense.com/azure-an-application-architecture-case-study/</guid>
		<description><![CDATA[Read what Karsten Januszewski have to explain about this hereL
URL: http://visitmix.com/LabNotes/The-Archivist-Architecture



Related posts:Sample applications for your Architecture case study Here are few I’ve gone through while my architecture learning....WPF Case Study Article Theme is a bit old but had to prepare a...High-Performance .NET Application Development &#38; Architecture Found this useful link while surfing. Check this: http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ [...]


Related posts:<ol><li><a href='http://blog.ninethsense.com/sample-applications-for-your-architecture-case-study/' rel='bookmark' title='Permanent Link: Sample applications for your Architecture case study'>Sample applications for your Architecture case study</a> <small>Here are few I’ve gone through while my architecture learning....</small></li><li><a href='http://blog.ninethsense.com/wpf-case-study-article/' rel='bookmark' title='Permanent Link: WPF Case Study Article'>WPF Case Study Article</a> <small>Theme is a bit old but had to prepare a...</small></li><li><a href='http://blog.ninethsense.com/high-performance-net-application-development-architecture/' rel='bookmark' title='Permanent Link: High-Performance .NET Application Development &amp; Architecture'>High-Performance .NET Application Development &amp; Architecture</a> <small>Found this useful link while surfing. Check this: http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ ...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Read what <a href="http://visitmix.com/About/karstenj">Karsten Januszewski</a> have to explain about this hereL</p>
<blockquote><p>URL: <a title="http://visitmix.com/LabNotes/The-Archivist-Architecture" href="http://visitmix.com/LabNotes/The-Archivist-Architecture" target="_blank">http://visitmix.com/LabNotes/The-Archivist-Architecture</a></p>
</blockquote>


<p>Related posts:<ol><li><a href='http://blog.ninethsense.com/sample-applications-for-your-architecture-case-study/' rel='bookmark' title='Permanent Link: Sample applications for your Architecture case study'>Sample applications for your Architecture case study</a> <small>Here are few I’ve gone through while my architecture learning....</small></li><li><a href='http://blog.ninethsense.com/wpf-case-study-article/' rel='bookmark' title='Permanent Link: WPF Case Study Article'>WPF Case Study Article</a> <small>Theme is a bit old but had to prepare a...</small></li><li><a href='http://blog.ninethsense.com/high-performance-net-application-development-architecture/' rel='bookmark' title='Permanent Link: High-Performance .NET Application Development &amp; Architecture'>High-Performance .NET Application Development &amp; Architecture</a> <small>Found this useful link while surfing. Check this: http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ ...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ninethsense.com/azure-an-application-architecture-case-study/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DevCon 2010 &#8211; Part 2 &#8211; on September 4</title>
		<link>http://blog.ninethsense.com/devcon-2010-part-2-on-september-4/</link>
		<comments>http://blog.ninethsense.com/devcon-2010-part-2-on-september-4/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 18:00:54 +0000</pubDate>
		<dc:creator>NinethSense</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[DevCon2010]]></category>

		<guid isPermaLink="false">http://blog.ninethsense.com/devcon-2010-part-2-on-september-4/</guid>
		<description><![CDATA[
DevCon 2010 part-2 will be conducting at Technopark on 4th sept 2010 with the following agenda.
08:30AM – 09:30AM – Registration Confirmation    09:30AM – 10:30AM – Functional programing with F#    10:30AM – 11:30AM – Power Shell – Your Wish is my Command    11:30AM – 11:45AM – Tea [...]


Related posts:<ol><li><a href='http://blog.ninethsense.com/kerala-mug-mega-launch-event/' rel='bookmark' title='Permanent Link: Kerala-MUG Mega Launch Event'>Kerala-MUG Mega Launch Event</a> <small> K-MUG - Kerala Microsoft Users Group is conducting a...</small></li><li><a href='http://blog.ninethsense.com/visual-studio-2010-and-net-framework-4-training-kit/' rel='bookmark' title='Permanent Link: Visual Studio 2010 and .NET Framework 4 Training Kit'>Visual Studio 2010 and .NET Framework 4 Training Kit</a> <small>&#160; The Visual Studio 2010 and .NET Framework 4 Training...</small></li><li><a href='http://blog.ninethsense.com/download-visual-studio-2010-and-net-framework-4-training-kit/' rel='bookmark' title='Permanent Link: Download Visual Studio 2010 and .NET Framework 4 Training Kit'>Download Visual Studio 2010 and .NET Framework 4 Training Kit</a> <small>URL: http://www.microsoft.com/downloads/details.aspx?FamilyID=752CB725-969B-4732-A383-ED5740F02E93&amp;displaylang=en The Visual Studio 2010 and .NET Framework 4...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://www.sreesharp.com/devcon2010/wp-content/uploads/2010/06/devconlogo.png" />
<p>DevCon 2010 part-2 will be conducting at Technopark on 4th sept 2010 with the following agenda.</p>
<p><strong>08:30AM – 09:30AM – Registration Confirmation</strong>    <br />09:30AM – 10:30AM – Functional programing with F#    <br />10:30AM – 11:30AM – Power Shell – Your Wish is my Command    <br /><strong>11:30AM – 11:45AM – Tea Break</strong>    <br />11:45AM – 12:30PM – Visual Studio 2010 tips    <br />12:30PM – 01:15PM – ASP.NET MVC2    <br /><strong>01:15PM – 02:00PM – Lunch</strong>    <br />02:00PM – 02:45PM – Great Developer Contest – Final    <br />02:45PM – 03:45PM – Office Addins with Visual Studio 2010    <br />03:45PM – 04:30PM – Entity Framework 4    <br />04:30PM – 05:00PM – Closing Ceremony</p>
<p>More details and registration details <a href="http://www.sreesharp.com/devcon2010/">here </a></p>


<p>Related posts:<ol><li><a href='http://blog.ninethsense.com/kerala-mug-mega-launch-event/' rel='bookmark' title='Permanent Link: Kerala-MUG Mega Launch Event'>Kerala-MUG Mega Launch Event</a> <small> K-MUG - Kerala Microsoft Users Group is conducting a...</small></li><li><a href='http://blog.ninethsense.com/visual-studio-2010-and-net-framework-4-training-kit/' rel='bookmark' title='Permanent Link: Visual Studio 2010 and .NET Framework 4 Training Kit'>Visual Studio 2010 and .NET Framework 4 Training Kit</a> <small>&#160; The Visual Studio 2010 and .NET Framework 4 Training...</small></li><li><a href='http://blog.ninethsense.com/download-visual-studio-2010-and-net-framework-4-training-kit/' rel='bookmark' title='Permanent Link: Download Visual Studio 2010 and .NET Framework 4 Training Kit'>Download Visual Studio 2010 and .NET Framework 4 Training Kit</a> <small>URL: http://www.microsoft.com/downloads/details.aspx?FamilyID=752CB725-969B-4732-A383-ED5740F02E93&amp;displaylang=en The Visual Studio 2010 and .NET Framework 4...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ninethsense.com/devcon-2010-part-2-on-september-4/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
