<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Chakravarthy's Space</title><link>http://msmvps.com/blogs/chakravarthy/default.aspx</link><description>A hardcore developer using C#, working as Project Lead</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>CheckBoxList validation</title><link>http://msmvps.com/blogs/chakravarthy/archive/2009/05/21/checkboxlist-validation.aspx</link><pubDate>Thu, 21 May 2009 05:04:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692892</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1692892</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1692892</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2009/05/21/checkboxlist-validation.aspx#comments</comments><description>&lt;p&gt;Within our current project, we faced a requirement such that there are multiple checkboxes and the user is required to select any one of them (at least one of them). So as there are multiple checkboxes, decided to go with CheckBoxList control. Now the problem is that, we need to show a error message if the user is not selected any one of them. The problem also extends not just there, but the display text should be culture specific.&lt;/p&gt;  &lt;p&gt;So the story started long after I&amp;#39;ve written this post. But editing this entire post due to a simple non supportive feature by IE. I’ll come to that point later in this post, let me first detail the requirement and solution. There is one more solution for this unsupported error. Please read thru the post.&lt;/p&gt;  &lt;p&gt;For all the client side validations, it is widely known that validation controls supported by ASP.NET framework are popularly used. But these controls can’t handle the CheckBoxList. Hence the following solution.&lt;/p&gt;  &lt;p&gt;Step 1: Place your CheckBoxList control in a separate div as shown below. Observe that the text for these controls are populated from database depending upon the user culture&lt;/p&gt;  &lt;pre class="code"&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;div &lt;/span&gt;&lt;span style="color:red;"&gt;id&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;cblItems1&amp;quot;&amp;gt;
&lt;/span&gt;&lt;span style="color:blue;"&gt;    &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;CheckBoxList &lt;/span&gt;&lt;span style="color:red;"&gt;ID&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;cblOptions&amp;quot; &lt;/span&gt;&lt;span style="color:red;"&gt;runat&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;server&amp;quot;&amp;gt;
        &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ListItem &lt;/span&gt;&lt;span style="color:red;"&gt;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;&lt;/span&gt;&lt;span style="background:#ffee62;"&gt;&amp;lt;%&lt;/span&gt;$Resources:CommonFormFields, Repair&lt;span style="background:#ffee62;"&gt;%&amp;gt;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;quot;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ListItem&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;
        &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ListItem &lt;/span&gt;&lt;span style="color:red;"&gt;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;&lt;/span&gt;&lt;span style="background:#ffee62;"&gt;&amp;lt;%&lt;/span&gt;$Resources:CommonFormFields, Calibration&lt;span style="background:#ffee62;"&gt;%&amp;gt;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;quot;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ListItem&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;
        &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ListItem &lt;/span&gt;&lt;span style="color:red;"&gt;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;&lt;/span&gt;&lt;span style="background:#ffee62;"&gt;&amp;lt;%&lt;/span&gt;$Resources:CommonFormFields, RepairCalibration&lt;span style="background:#ffee62;"&gt;%&amp;gt;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;quot;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ListItem&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;
        &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ListItem &lt;/span&gt;&lt;span style="color:red;"&gt;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;&lt;/span&gt;&lt;span style="background:#ffee62;"&gt;&amp;lt;%&lt;/span&gt;$Resources:CommonFormFields, OnlineService&lt;span style="background:#ffee62;"&gt;%&amp;gt;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;quot;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ListItem&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;
    &amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;CheckBoxList&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;
&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;div&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;a href="http://11011.net/software/vspaste"&gt;&lt;/a&gt;&lt;a href="http://11011.net/software/vspaste"&gt;&lt;/a&gt;

&lt;p&gt;Step 2: Use ASP:Lable and get the error message while loading and place in a separate div and hide this div by default as mentioned below. Please note the div ID as &lt;font color="#0000ff"&gt;cblError1&lt;/font&gt; and the style is set to hidden by default&lt;/p&gt;

&lt;pre class="code"&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;div &lt;/span&gt;&lt;span style="color:red;"&gt;id&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;cblError1&amp;quot; &lt;/span&gt;&lt;span style="color:red;"&gt;style&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;&lt;/span&gt;&lt;span style="color:red;"&gt;visibility&lt;/span&gt;: &lt;span style="color:blue;"&gt;hidden&amp;quot;&amp;gt;
    &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Label &lt;/span&gt;&lt;span style="color:red;"&gt;ID&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;lblReq1&amp;quot; &lt;/span&gt;&lt;span style="color:red;"&gt;runat&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;server&amp;quot; &lt;/span&gt;&lt;span style="color:red;"&gt;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;&lt;/span&gt;&lt;span style="background:#ffee62;"&gt;&amp;lt;%&lt;/span&gt;$Resources:CommonFormFields, SelectAny&lt;span style="background:#ffee62;"&gt;%&amp;gt;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;quot;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Label&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;
    &amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;div&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;

&lt;p&gt;Step 3: Write a JScript function that reads all the client side rendered elements as &lt;font color="#0000ff"&gt;input&lt;/font&gt; objects and checks whether any of them are checked or not. Code explains more in detail&lt;/p&gt;

&lt;pre class="code"&gt;&lt;span style="color:blue;"&gt;function &lt;/span&gt;CheckListValidation(cblItm, errDiv)
{
&lt;span style="color:green;"&gt;    &lt;/span&gt;&lt;span style="color:blue;"&gt;var &lt;/span&gt;tDiv = document.getElementById(cblItm);
    &lt;span style="color:blue;"&gt;var &lt;/span&gt;chkitems = tDiv.childNodes[1];
    &lt;span style="color:blue;"&gt;var &lt;/span&gt;chkitm = chkitems.getElementsByTagName(&lt;span style="color:#a31515;"&gt;&amp;quot;input&amp;quot;&lt;/span&gt;);
    &lt;span style="color:blue;"&gt;for &lt;/span&gt;(&lt;span style="color:blue;"&gt;var &lt;/span&gt;i = 0; i &amp;lt; chkitm.length; i++) 
    {
        &lt;span style="color:blue;"&gt;if &lt;/span&gt;(chkitm.checked) 
        {                    
                &lt;span style="color:blue;"&gt;return true&lt;/span&gt;;
        }
    }
    document.getElementById(errDiv).style.visibility = &lt;span style="color:#a31515;"&gt;&amp;#39;visible&amp;#39;&lt;/span&gt;;
    &lt;span style="color:blue;"&gt;return false&lt;/span&gt;;
}&lt;/pre&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Step 4: Now it is the turn of invoking this function from the button click. Every button is having a method called as “OnClientClick” along with Click. Invoke this function from that method as mentioned below&lt;/p&gt;

&lt;pre class="code"&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;asp&lt;/span&gt;&lt;span style="color:blue;"&gt;:&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Button &lt;/span&gt;&lt;span style="color:red;"&gt;ID&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;btnAddMore&amp;quot; &lt;/span&gt;&lt;span style="color:red;"&gt;runat&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;server&amp;quot; &lt;/span&gt;&lt;span style="color:red;"&gt;Text&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;Add More&amp;quot; 
&lt;/span&gt;&lt;span style="color:red;"&gt;OnClientClick&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;return CheckListValidation(&amp;#39;cbOptions&amp;#39;,&amp;#39;cblError1&amp;#39;);&amp;quot;
    &lt;/span&gt;&lt;span style="color:red;"&gt;OnClick&lt;/span&gt;&lt;span style="color:blue;"&gt;=&amp;quot;btnAddMore_Click&amp;quot; /&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;a href="http://11011.net/software/vspaste"&gt;&lt;/a&gt;

&lt;p&gt;Step 5: All setup and the code is running fine. But there is a problem with this code while running in IE. IE 6 and above doesn’t support the getElementsByTag &lt;/p&gt;

&lt;pre class="code"&gt;&lt;span style="color:blue;"&gt;var &lt;/span&gt;vTe = document.getElementsByTagName(..);&lt;/pre&gt;
There is a long story for this. Let me post one more post for the better mechanism of CheckBoxList Validation. Until then, what are your comments?? 

&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692892" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Code/default.aspx">Code</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/VS2008/default.aspx">VS2008</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/.NET/default.aspx">.NET</category></item><item><title>4 Checkboxes – Some tricky issue</title><link>http://msmvps.com/blogs/chakravarthy/archive/2009/05/20/4-checkboxes-some-tricky-issue.aspx</link><pubDate>Wed, 20 May 2009 13:57:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692841</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1692841</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1692841</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2009/05/20/4-checkboxes-some-tricky-issue.aspx#comments</comments><description>&lt;p&gt;Today, almost more than 4 hrs I&amp;#39;d spent on this issue. Do you want to know what is that? Here is that. I have 4 checkbox elements and I have to do the following conditions&lt;/p&gt;  &lt;p&gt;Condition 1) Any one check box has to selected&lt;/p&gt;  &lt;p&gt;Condition 2) If any of the first 2 check boxes are selected, my code should throw an exception when the 3rd check box is selected&lt;/p&gt;  &lt;p&gt;Condition 3) vice versa for Condition 2&lt;/p&gt;  &lt;p&gt;A picture is worth of 1000 words. Here is the actual requirement.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chakravarthy/issue_5F00_1FB95E17.gif"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="issue" border="0" alt="issue" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/chakravarthy/issue_5F00_thumb_5F00_6B1B928C.gif" width="488" height="50" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Hope you got the actual picture. Now here comes the actual twist. You can do that with simple if conditions, but i thought of implementing this using territory operators using a single if condition. And the condition goes like this..&lt;/p&gt;  &lt;pre class="code"&gt;&lt;span style="color:blue;"&gt;if&lt;/span&gt;(((cbRepair1.Checked || cbCalibration1.Checked ) ? 
    (cbBoth1.Checked) ? &lt;span style="color:blue;"&gt;false &lt;/span&gt;: &lt;span style="color:blue;"&gt;true &lt;/span&gt;: 
    (cbBoth1.Checked || cbOnLine1.Checked) ? &lt;span style="color:blue;"&gt;true &lt;/span&gt;: &lt;span style="color:blue;"&gt;false&lt;/span&gt;)==&lt;span style="color:blue;"&gt;false&lt;/span&gt;){
    &lt;span style="color:blue;"&gt;throw new &lt;/span&gt;&lt;span style="color:#2b91af;"&gt;Exception&lt;/span&gt;(&lt;span style="color:#a31515;"&gt;&amp;quot;Duplicate selection ..&amp;quot;&lt;/span&gt;);
}&lt;/pre&gt;
&lt;a href="http://11011.net/software/vspaste"&gt;&lt;/a&gt;&lt;a href="http://11011.net/software/vspaste"&gt;&lt;/a&gt;

&lt;p&gt;It took me almost more than 4 hrs. Isn’t it funny!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692841" width="1" height="1"&gt;</description></item><item><title>.NET 4.0 &amp; VS 2010 CTP is Ready</title><link>http://msmvps.com/blogs/chakravarthy/archive/2008/11/21/net-4-0-amp-vs-2010-ctp-is-ready.aspx</link><pubDate>Fri, 21 Nov 2008 03:41:15 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1654723</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1654723</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1654723</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2008/11/21/net-4-0-amp-vs-2010-ctp-is-ready.aspx#comments</comments><description>&lt;p&gt;Ofcourse, i might sound late in this announcement, but better late than never. On 31st October 2008, Microsoft has announced the CTP version of Visual Studio 2010 and Framework version 4.0. And their statement goes like this.&lt;/p&gt; &lt;p&gt;Visual Studio 2010 and the .NET Framework 4.0 mark the next generation of developer tools from Microsoft. Designed to address the latest needs of developers, Visual Studio delivers key innovations in the following pillars:&lt;br /&gt;&lt;b&gt;Democratizing Application Lifecycle Management&lt;/b&gt;&lt;br /&gt;Application Lifecycle Management (ALM) crosses many roles within an organization and traditionally not every one of the roles has been an equal player in the process. Visual Studio Team System 2010 continues to build the platform for functional equality and shared commitment across an organization’s ALM process.&lt;br /&gt;&lt;b&gt;Enabling emerging trends&lt;/b&gt;&lt;br /&gt;Every year the industry develops new technologies and new trends. With Visual Studio 2010 and .NET Framework 4.0, Microsoft delivers tooling and framework support for the latest innovations in application architecture, development and deployment.&lt;br /&gt;&lt;b&gt;Inspiring developer delight&lt;/b&gt;&lt;br /&gt;Ever since the first release of Visual Studio, Microsoft has set the bar for developer productivity and flexibility. Visual Studio 2010 continues to deliver on the core developer experience by significantly improving upon it for roles involved with the software development process. .NET Framework 4.0 contains numerous improvements that make it easier to develop powerful and compelling applications.&lt;br /&gt;&lt;b&gt;Riding the next generation platform wave&lt;/b&gt;&lt;br /&gt;Microsoft continues to invest in the market leading operating system, productivity application and server platforms to deliver increased customer value in these offerings. With Visual Studio 2010 and .NET Framework 4.0 customers will have the tooling support and the platform support needed to create amazing solutions around these technologies.  &lt;p&gt;Find the same and download from &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=922b4655-93d0-4476-bda4-94cf5f8d4814&amp;amp;displaylang=en&amp;amp;tm#filelist"&gt;this link&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1654723" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/VisualStudio/default.aspx">VisualStudio</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/News/default.aspx">News</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/.NET/default.aspx">.NET</category></item><item><title>Am Archiving Microsoft</title><link>http://msmvps.com/blogs/chakravarthy/archive/2008/04/29/am-archiving-microsoft.aspx</link><pubDate>Tue, 29 Apr 2008 06:02:40 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1608248</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1608248</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1608248</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2008/04/29/am-archiving-microsoft.aspx#comments</comments><description>&lt;p&gt;Today while reading the mail messages using Outlook 2007, there flashed a message window mentioning about Archiving old mails. I&amp;#39;ve responded to archive. To my surprise I saw the below message on the right bottom of Outlook.&lt;a href="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/AmArchivingMicrosoft_A996/image_2.png"&gt;&lt;img alt="image" align="left" src="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/AmArchivingMicrosoft_A996/image_thumb.png" width="493" height="165" /&gt;&lt;/a&gt; Do you see some thing strange here.&lt;/p&gt; &lt;p&gt;Archiving Microsoft.. Isn&amp;#39;t it strange. Am archiving whole Microsoft. How awesome is that thought. &lt;/p&gt; &lt;p&gt;Yee.. am now capable of archiving Microsoft sitting at my desk.&lt;/p&gt; &lt;p&gt;If any one missing Microsoft, contact me. I&amp;#39;ve the backup of Microsoft. Can share that to you.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;u&gt;Bill G&lt;/u&gt;&lt;/strong&gt;: This is for you. I can offer Microsoft with some discounted price. Contact me on my private mobile connection. I&amp;#39;m sure that we can work out for a decent deal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1608248" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Fun/default.aspx">Fun</category></item><item><title>Strange caution by Google</title><link>http://msmvps.com/blogs/chakravarthy/archive/2008/03/20/strange-caution-by-google.aspx</link><pubDate>Thu, 20 Mar 2008 05:16:23 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1548300</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1548300</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1548300</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2008/03/20/strange-caution-by-google.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/StrangecautionbyGoogle_9F1F/image_2.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" border="0" alt="image" src="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/StrangecautionbyGoogle_9F1F/image_thumb.png" width="893" height="208" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Today, while &lt;strike&gt;searching&lt;/strike&gt; googling for some information, the above got my attention. Did you see any thing strange in the above ?? I couldn&amp;#39;t understand how the google came to a conclusion that the website, ASPALLIANCE.COM, will harm the visitor&amp;#39;s computer.&lt;/p&gt; &lt;p&gt;Please help me if any of the world are aware of this .. or an clue about how this caution arise with ASPALLIANCE.COM&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1548300" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Strange/default.aspx">Strange</category></item><item><title>Silverlight Podcasts</title><link>http://msmvps.com/blogs/chakravarthy/archive/2008/03/10/silverlight-podcasts.aspx</link><pubDate>Mon, 10 Mar 2008 11:14:05 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1538923</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1538923</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1538923</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2008/03/10/silverlight-podcasts.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/SilverlightPodcasts_F282/sparklingclient_2.gif"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" border="0" alt="sparklingclient" src="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/SilverlightPodcasts_F282/sparklingclient_thumb.gif" width="581" height="120" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;a href="http://www.sparklingclient.com/" target="_blank"&gt;Sparkling client&lt;/a&gt; is a podcast about Silverlight and other RIA technologies. If you&amp;#39;re interested in learning how to write great websites that use Silverlight, ASP.NET AJAX, and others, give us a listen. If you would like professional advice in these areas, see the company we founded at &lt;a href="http://www.silverbaylabs.org"&gt;www.silverbaylabs.org&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The above is the definition from Sparkling Client website. I personally liked all of the podcasts. Must for every Siliverlight developer.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Did you?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1538923" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Community/default.aspx">Community</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tutorials/default.aspx">Tutorials</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Microsoft - Night School</title><link>http://msmvps.com/blogs/chakravarthy/archive/2008/03/07/microsoft-night-school.aspx</link><pubDate>Fri, 07 Mar 2008 05:14:09 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1536024</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1536024</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1536024</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2008/03/07/microsoft-night-school.aspx#comments</comments><description>&lt;p&gt;All these days, only the government officials are encouraging every individual to become as literate. If any individual couldn&amp;#39;t able to attend the school in their childhood, they are conducting classes during evening hours at different places, so that the elderly people can go there during their evening time and can learn to read.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;In fact, this new is not a new thing.. but the point is that .. &lt;a href="http://www.microsoft.com" target="_blank"&gt;Microsoft&lt;/a&gt; is conducting such kind of events with the local partners of &lt;a href="http://msevents.microsoft.com/cui/default.aspx?culture=en-AU" target="_blank"&gt;Australia&lt;/a&gt;. Isn&amp;#39;t strange.. There are 3 tracks as an initiative.&lt;/p&gt; &lt;p&gt;1) &lt;a href="https://www.local.microsoft.com.au/australia/events/register/home.aspx?levent=777977&amp;amp;linvitation" target="_blank"&gt;SharePoint training for Team Leaders Home Page&lt;/a&gt;&lt;/p&gt; &lt;p&gt;2) &lt;a href="https://www.local.microsoft.com.au/australia/events/register/home.aspx?levent=624982&amp;amp;linvitation" target="_blank"&gt;Windows Server 2008 (Beta 3) – First Look, Getting started with Security and Policy Control&lt;/a&gt;&lt;/p&gt; &lt;p&gt;3) &lt;a href="https://www.local.microsoft.com.au/australia/events/register/home.aspx?levent=438199&amp;amp;linvitation" target="_blank"&gt;Windows Server 2008 – First Look, Getting started with Server Management&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Isn&amp;#39;t it great .. hope one day this will become a practice at all locations of Microsoft&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1536024" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Community/default.aspx">Community</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Microsoft+Promotions/default.aspx">Microsoft Promotions</category></item><item><title>IE 8 Beta1 and SL2.0 - Today</title><link>http://msmvps.com/blogs/chakravarthy/archive/2008/03/06/ie-8-beta1-and-sl2-0-today.aspx</link><pubDate>Thu, 06 Mar 2008 16:36:50 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1535452</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1535452</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1535452</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2008/03/06/ie-8-beta1-and-sl2-0-today.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/IE8Beta1andSL2.0Today_12F94/image_2.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" border="0" alt="image" src="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/IE8Beta1andSL2.0Today_12F94/image_thumb.png" width="676" height="287" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Today, I&amp;#39;ve downloaded IE8 beta 1 as well as Silverlight 2.0 installed on my laptop. This day have seen many products released at &lt;a href="http://visitmix.com/2008/default.aspx" target="_blank"&gt;Mix 08&lt;/a&gt; by great personalities like &lt;a href="http://weblogs.asp.net/scottgu/default.aspx" target="_blank"&gt;Scott Guthrie&lt;/a&gt;,&amp;nbsp; &lt;a href="http://blogs.msdn.com/bobfamiliar/default.aspx" target="_blank"&gt;Bob Familiar&lt;/a&gt;, &lt;a href="http://blogs.microsoft.co.il/blogs/bursteg" target="_blank"&gt;Guy Burstein&lt;/a&gt;, &lt;a href="http://blogs.msdn.com/ie/default.aspx" target="_blank"&gt;IEBlog&lt;/a&gt;, etc. According to &lt;a href="http://www.visitmix.com/blogs/Joshua/IE8-Activities-With-Jane-Kim/" target="_blank"&gt;Jane Kim at an interview for Mix08&lt;/a&gt;, Activities and WebSlices are two of the most exciting new features in IE8.&lt;/p&gt; &lt;p&gt;&lt;a href="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/IE8Beta1andSL2.0Today_12F94/image_4.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" border="0" alt="image" src="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/IE8Beta1andSL2.0Today_12F94/image_thumb_1.png" width="483" height="379" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Apart of IE8.0 and SL2.0, there are other products such as&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=32A3E916-E681-4955-BC9F-CFBA49273C7C&amp;amp;displaylang=en" target="_blank"&gt;Expression Blend 2.5 March&lt;/a&gt; CTP  &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7FF7142B-84AD-4871-8E2A-EF37147AC760&amp;amp;displaylang=en" target="_blank"&gt;Expression Web 2&lt;/a&gt; Beta  &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E0BAE58E-9C0B-4090-A1DB-F134D9F095FD&amp;amp;displaylang=en" target="_blank"&gt;Silverlight Tools Beta 1 for VS2008&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;I&amp;#39;ve downloaded all these .. and am trying out one by one .. what about you??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1535452" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/v3.5/default.aspx">v3.5</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Microsoft+Promotions/default.aspx">Microsoft Promotions</category></item><item><title>IE 8 Beta1 and SL2.0 - Today</title><link>http://msmvps.com/blogs/chakravarthy/archive/2008/03/06/ie_2D00_8_2D00_beta1_2D00_and_2D00_sl20_2D00_today.aspx</link><pubDate>Thu, 06 Mar 2008 16:23:46 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1535454</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1535454</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1535454</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2008/03/06/ie_2D00_8_2D00_beta1_2D00_and_2D00_sl20_2D00_today.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/IE8Beta1andSL2.0Today_12F94/image_2.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" border="0" alt="image" src="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/IE8Beta1andSL2.0Today_12F94/image_thumb.png" width="676" height="287" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Today, I&amp;#39;ve downloaded IE8 beta 1 as well as Silverlight 2.0 installed on my laptop. This day have seen many products released at &lt;a href="http://visitmix.com/2008/default.aspx" target="_blank"&gt;Mix 08&lt;/a&gt; by great personalities like &lt;a href="http://weblogs.asp.net/scottgu/default.aspx" target="_blank"&gt;Scott Guthrie&lt;/a&gt;,&amp;nbsp; &lt;a href="http://blogs.msdn.com/bobfamiliar/default.aspx" target="_blank"&gt;Bob Familiar&lt;/a&gt;, &lt;a href="http://blogs.microsoft.co.il/blogs/bursteg" target="_blank"&gt;Guy Burstein&lt;/a&gt;, &lt;a href="http://blogs.msdn.com/ie/default.aspx" target="_blank"&gt;IEBlog&lt;/a&gt;, etc. According to &lt;a href="http://www.visitmix.com/blogs/Joshua/IE8-Activities-With-Jane-Kim/" target="_blank"&gt;Jane Kim at an interview for Mix08&lt;/a&gt;, Activities and WebSlices are two of the most exciting new features in IE8.&lt;/p&gt; &lt;p&gt;&lt;a href="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/IE8Beta1andSL2.0Today_12F94/image_4.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" border="0" alt="image" src="http://msmvps.com/blogs/chakravarthy/WindowsLiveWriter/IE8Beta1andSL2.0Today_12F94/image_thumb_1.png" width="483" height="379" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Apart of IE8.0 and SL2.0, there are other products such as&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=32A3E916-E681-4955-BC9F-CFBA49273C7C&amp;amp;displaylang=en" target="_blank"&gt;Expression Blend 2.5 March&lt;/a&gt; CTP  &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7FF7142B-84AD-4871-8E2A-EF37147AC760&amp;amp;displaylang=en" target="_blank"&gt;Expression Web 2&lt;/a&gt; Beta  &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E0BAE58E-9C0B-4090-A1DB-F134D9F095FD&amp;amp;displaylang=en" target="_blank"&gt;Silverlight Tools Beta 1 for VS2008&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;I&amp;#39;ve downloaded all these .. and am trying out one by one .. what about you??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1535454" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/UserGroup/default.aspx">UserGroup</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Microsoft+Promotions/default.aspx">Microsoft Promotions</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tutorials/default.aspx">Tutorials</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/WebCast/default.aspx">WebCast</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Mix/default.aspx">Mix</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/VS2008/default.aspx">VS2008</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Douglas Crockford talk about WEB</title><link>http://msmvps.com/blogs/chakravarthy/archive/2008/03/03/douglas-crockford-talk-about-web.aspx</link><pubDate>Mon, 03 Mar 2008 13:43:54 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1531999</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1531999</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1531999</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2008/03/03/douglas-crockford-talk-about-web.aspx#comments</comments><description>&lt;p&gt;&lt;/p&gt; &lt;p&gt;This is a nice talk about how the web evolved and where it should have been as of this day. According to Douglas Crocford, instead of progressing into new technology, we are degrading our technology into where it all started.&lt;/p&gt; &lt;p&gt;Shocking !!! isn&amp;#39;t it !!! .. listen to him from his own voice. Am convinced with his idea, and certain facts that he is mentioning about are REAL. According to him, we are doing research on the great thoughts that are published way back in the history by many great scholars.&lt;/p&gt; &lt;p&gt;This is the first time am giving attention to such talks. Probably because of this, I felt that this talk has many points to give attention. Anyhow, overall this is a great talk and every mind that want to contribute to the progress of our technology, should listen to him and put some thought process towards these points.&lt;/p&gt; &lt;p&gt;Did you listen to this ??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1531999" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Community/default.aspx">Community</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tutorials/default.aspx">Tutorials</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/WebCast/default.aspx">WebCast</category></item><item><title>What's behind name, "Microsoft"</title><link>http://msmvps.com/blogs/chakravarthy/archive/2008/02/12/what-s-behind-name-quot-microsoft-quot.aspx</link><pubDate>Tue, 12 Feb 2008 06:48:59 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1509603</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1509603</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1509603</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2008/02/12/what-s-behind-name-quot-microsoft-quot.aspx#comments</comments><description>&lt;p&gt;Did you ever thought that Bill Gates named their company as &amp;quot;Microsoft&amp;quot;?.. it was a billion dollar question to me all these days. At the early days when Bill is forming his company along with his friends, sought recommendations for a good and fancy name. Every one gave their won stylish and trendy names. They are not ready till their first cheque is due to them. While Steve Balmer is talking about a product that is the brain child of Bill, mentioned as &amp;quot;.. it is a SOFTware for MICROprocessors .. &amp;quot;, these words lead the idea to name their company as Microsoft. And the rest is history and preset.&lt;/p&gt; &lt;p&gt;Does any has proof to violate this information??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1509603" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Microsoft+Promotions/default.aspx">Microsoft Promotions</category></item><item><title>Standards @ Microsoft</title><link>http://msmvps.com/blogs/chakravarthy/archive/2008/01/08/standards_2D00_microsoft.aspx</link><pubDate>Tue, 08 Jan 2008 07:08:07 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1446116</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1446116</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1446116</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2008/01/08/standards_2D00_microsoft.aspx#comments</comments><description>&lt;p&gt;With the new year roll out, Microsoft has initiated a new website with the caption as mentioned at the subject of this post. Yes, they are starting a new initiative with all the Standards that are in place with the industry giants and the best out of Individuals, Corporations, Acadmics, who not ... every one ..&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.microsoft.com/standards/"&gt;http://www.microsoft.com/standards/&lt;/a&gt; is the link for all such standards. The initial thought for this resulted from the Interop team. They have a separate home for them as &lt;a href="http://www.microsoft.com/interop"&gt;http://www.microsoft.com/interop&lt;/a&gt;. The history has 2 yrs old story to come out with such standards towards Interoperability. And finally they are with the standards that are in best practice with industry.&lt;/p&gt; &lt;p&gt;I just started going through one by one.. did you ??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1446116" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Community/default.aspx">Community</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/First/default.aspx">First</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Microsoft+Promotions/default.aspx">Microsoft Promotions</category></item><item><title>VS 2008 and .NET 3.5 Training Kit</title><link>http://msmvps.com/blogs/chakravarthy/archive/2007/12/17/vs_2D00_2008_2D00_and_2D00_net_2D00_35_2D00_training_2D00_kit.aspx</link><pubDate>Mon, 17 Dec 2007 09:40:07 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1401422</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1401422</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1401422</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2007/12/17/vs_2D00_2008_2D00_and_2D00_net_2D00_35_2D00_training_2D00_kit.aspx#comments</comments><description>&lt;p&gt;The Visual Studio 2008 and .NET Framework 3.5 Training Kit includes presentations, hands-on labs, and demos. &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8BDAA836-0BBA-4393-94DB-6C3C4A0C98A1&amp;amp;displaylang=en"&gt;This content&lt;/a&gt; is designed to help you learn how to utilize the Visual Studio 2008 features and a variety of framework technologies including: LINQ, C# 3.0, Visual Basic 9, WCF, WF, WPF, ASP.NET AJAX, VSTO, CardSpace, SilverLight, Mobile and Application Lifecycle Management.&lt;/p&gt; &lt;p&gt;I&amp;#39;ve downloaded this, if any one require this, you can drop me a mail or can collect from me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1401422" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Code/default.aspx">Code</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Microsoft+Promotions/default.aspx">Microsoft Promotions</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tutorials/default.aspx">Tutorials</category></item><item><title>Microsoft Products at No Cost - Free</title><link>http://msmvps.com/blogs/chakravarthy/archive/2007/12/17/microsoft-products-at-no-cost-free.aspx</link><pubDate>Mon, 17 Dec 2007 06:05:50 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1401119</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1401119</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1401119</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2007/12/17/microsoft-products-at-no-cost-free.aspx#comments</comments><description>&lt;p&gt;Who says that Microsoft manufactures products only to sell ?? Microsoft has many products that are free to download. As am into .NET and specially with Visual Studio, am aware that Visual Studio is free to download from Microsoft&amp;#39;s website. Yes, that&amp;#39;s true.. Microsoft give &lt;a href="http://www.microsoft.com/express"&gt;Visual studio 2008 Express Editions&lt;/a&gt;, &lt;a href="http://go.microsoft.com/?linkid=7947400"&gt;MSDN Library for Visual Studio 2008&lt;/a&gt; as well as the Runtime for the latest &lt;a href="http://go.microsoft.com/?linkid=7755937"&gt;.NET framework 3.5&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://msdn2.microsoft.com/en-us/vstudio/products/aa700831.aspx"&gt;Here&lt;/a&gt; is the &lt;a href="http://msdn2.microsoft.com/en-us/vstudio/products/aa700831.aspx"&gt;link&lt;/a&gt; to learn more towards free products as well as priced products. To know more about the product information about Visual Studio 2008, &lt;a href="http://go.microsoft.com/?linkid=7773350"&gt;click here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1401119" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Community/default.aspx">Community</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Microsoft+Promotions/default.aspx">Microsoft Promotions</category></item><item><title>Laptop under $100</title><link>http://msmvps.com/blogs/chakravarthy/archive/2007/12/11/laptop_2D00_under_2D00_100.aspx</link><pubDate>Tue, 11 Dec 2007 12:59:53 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1391984</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1391984</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1391984</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2007/12/11/laptop_2D00_under_2D00_100.aspx#comments</comments><description>&lt;p&gt;That&amp;#39;s true, you read the title correct. BBC recently &lt;a href="http://news.bbc.co.uk/1/hi/technology/7130637.stm"&gt;wrote&lt;/a&gt; about this on 6th Dec 08. Microsoft is working out towards the XP operating system to be a reality on the co called $100 laptop or XO. If things go as scheduled, $100 Laptop or XO will be a reality by the mid 2008.&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.technet.com/jamesu/about.aspx"&gt;James Utzschneider&lt;/a&gt;, GM for Marketing and Communications from Microsoft, wrote about this at his &lt;a href="http://blogs.technet.com/jamesu/"&gt;blog&lt;/a&gt;. According to him, about 40 engineers are working towards mid 2008 to come out with a production-quality release. The XO laptop works with 1GB Flash memory, when compared with traditional Hard Disk Drive.&lt;/p&gt; &lt;p&gt;&lt;a href="http://laptop.org"&gt;OLPC&lt;/a&gt;, One Laptop Per Child, organisation is having a great idea towards making this product into a reality. During June 2008, Intel announced a laptop under $220 with a title as &amp;quot;&lt;a href="http://www.classmatepc.com/index.html"&gt;Classmate PC&lt;/a&gt;&amp;quot;. This is similar to that of XO laptop, but some of the basic difference is kind of 2GB Flash memory in &lt;a href="http://www.classmatepc.com/index.html"&gt;ClassmatePC&lt;/a&gt;, where as 1GB in XO laptop.&lt;/p&gt; &lt;p&gt;These kind of laptops are really good towards educating the next generation kids towards the technology. Isn&amp;#39;t a great work..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1391984" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Microsoft+Promotions/default.aspx">Microsoft Promotions</category></item><item><title>Servers at Home</title><link>http://msmvps.com/blogs/chakravarthy/archive/2007/12/11/servers-at-home.aspx</link><pubDate>Tue, 11 Dec 2007 10:19:57 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1391823</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1391823</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1391823</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2007/12/11/servers-at-home.aspx#comments</comments><description>&lt;p&gt;Servers, no more belong to Office. All these days, wife&amp;#39;s worry that their husband not only work wholly with LapTop, on top of this, Microsoft is coming out with one more product titling as &amp;quot;&lt;a href="http://www.stayathomeserver.com/"&gt;Stay at Home Servers&lt;/a&gt;&amp;quot;. Don&amp;#39;t you believe this .. pay a visit to their &lt;a href="http://www.stayathomeserver.com/servers.aspx"&gt;product page&lt;/a&gt;. Microsoft addresses this as &amp;quot;&lt;a href="http://www.microsoft.com/windows/products/winfamily/windowshomeserver/default.mspx"&gt;WindowsHomeServer&lt;/a&gt;&amp;quot;. The advantages explained in nice video. &lt;a href="http://www.microsoft.com/windows/products/winfamily/windowshomeserver/demo/index.html"&gt;This video&lt;/a&gt; has all the possible places that every home can have and what every one can do from every location of common home.&lt;/p&gt; &lt;p&gt;Where are we going .. and where is the infrastructure is moving to ?? anyhow, when will India have all such infrastructure inbuilt apartments or homes built with such facilities.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1391823" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Microsoft+Promotions/default.aspx">Microsoft Promotions</category></item><item><title>ASP.NET 3.5 Extensions Preview</title><link>http://msmvps.com/blogs/chakravarthy/archive/2007/12/10/asp-net-3-5-extensions-preview.aspx</link><pubDate>Mon, 10 Dec 2007 15:15:08 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1390347</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1390347</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1390347</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2007/12/10/asp-net-3-5-extensions-preview.aspx#comments</comments><description>&lt;p&gt;The &lt;a href="http://quickstarts.asp.net/3-5-extensions/default.aspx"&gt;ASP.NET 3.5 Extensions&lt;/a&gt; Preview provides a glimpse of new, powerful functionality being added to ASP.NET 3.5 and ADO.NET next year. This release delivers features that enable high-productivity data scenarios and creates the best server for rich clients. The release includes an &lt;a href="http://quickstarts.asp.net/3-5-extensions/mvc/default.aspx"&gt;ASP.NET model-view-controller&lt;/a&gt; (MVC) framework, &lt;a href="http://quickstarts.asp.net/3-5-extensions/dyndata/default.aspx"&gt;ASP.NET Dynamic Data&lt;/a&gt;, &lt;a href="http://quickstarts.asp.net/3-5-extensions/silverlight/default.aspx"&gt;Silverlight controls for ASP.NET&lt;/a&gt;, &lt;a href="http://quickstarts.asp.net/3-5-extensions/adonetdataservice/default.aspx"&gt;ADO.NET Data Services&lt;/a&gt;, an Entity Framework runtime, new features for &lt;a href="http://quickstarts.asp.net/3-5-extensions/ajax/default.aspx"&gt;ASP.NET AJAX&lt;/a&gt; and a wide variety of &lt;a href="http://quickstarts.asp.net/3-5-extensions/reference/default.aspx"&gt;API References&lt;/a&gt; as hosted at ASP.NET Official site.&lt;/p&gt; &lt;p&gt;You can &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=A9C6BC06-B894-4B11-8300-35BD2F8FC908&amp;amp;displaylang=en"&gt;download the ASP.NET 3.5 Preview&lt;/a&gt;, which contain all the Siliverlight controls, ADO.NET Data Services and many more. There is a &lt;a href="http://forums.asp.net/default.aspx?GroupID=7"&gt;forum&lt;/a&gt; specially dedicated to &lt;a href="http://forums.asp.net/default.aspx?GroupID=7"&gt;ASP.NET 3.5 Preview&lt;/a&gt; at &lt;a href="http://forums.asp.net"&gt;ASP.NET Forums&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1390347" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Community/default.aspx">Community</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/UserGroup/default.aspx">UserGroup</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Code/default.aspx">Code</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/v3.5/default.aspx">v3.5</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Calling .NET Component from a classic ASP page</title><link>http://msmvps.com/blogs/chakravarthy/archive/2007/12/06/calling_2D00_net_2D00_component_2D00_from_2D00_a_2D00_classic_2D00_asp_2D00_page.aspx</link><pubDate>Thu, 06 Dec 2007 11:24:07 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1382520</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1382520</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1382520</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2007/12/06/calling_2D00_net_2D00_component_2D00_from_2D00_a_2D00_classic_2D00_asp_2D00_page.aspx#comments</comments><description>&lt;p&gt;After a long time, today, got a requirement from ASP page. Our current client has a major application written in classic ASP 2.0, and we have given him an extension functionality written in .NET with VB as programming language.&lt;/p&gt; &lt;p&gt;Now, we have 2 different applications running at the same box with 2 different technologies, ie., an ASP application and an ASP.NET application. For both of the applications, there is a common functionality talking to the database via a webservice written in Java. The current situation demand a common library that will be reused at both ASP.NET pages as well as ASP pages. Apart of the requirement, the one point that led me to post here is &amp;quot;How to call a .NET Assembly in a Classic page&amp;quot;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;u&gt;Creating .NET Assembly&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;&lt;pre class="code"&gt;&lt;span&gt;Imports&lt;/span&gt; System
&lt;span&gt;Imports&lt;/span&gt; System.Runtime.InteropServices
&lt;span&gt;Public&lt;/span&gt; &lt;span&gt;Class&lt;/span&gt; MyLibClass
    &lt;span&gt;Public&lt;/span&gt; &lt;span&gt;Function&lt;/span&gt; MyLibFunction() &lt;span&gt;As&lt;/span&gt; &lt;span&gt;String
&lt;/span&gt;        &lt;span&gt;Return&lt;/span&gt; &lt;span&gt;&amp;quot; Invoked the method from COM successfully ..&amp;quot;
&lt;/span&gt;    &lt;span&gt;End&lt;/span&gt; &lt;span&gt;Function
End&lt;/span&gt; &lt;span&gt;Class&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;With the above code, you can generate a .NET DLL after compiling with either Visual Basic Command Line Utility, VBC.EXE or from the Visual Studio Environment. While compiling this code, give extra attention at the assembly attribute to make the DLL Visible to COM as mentioned below. &lt;/p&gt;&lt;pre class="code"&gt;&amp;lt;Assembly: ComVisible(&lt;span&gt;True&lt;/span&gt;)&amp;gt; &lt;/pre&gt;&lt;a href="http://11011.net/software/vspaste"&gt;&lt;/a&gt;
&lt;p&gt;If you are using the Visual Studio Environment, go to the Project Properties, at the &lt;strong&gt;Compile&lt;/strong&gt; section don&amp;#39;t forget to check the &amp;quot;&lt;strong&gt;Register COM interop&lt;/strong&gt;&amp;quot; check box. This check box will be by default unchecked, indicating that the DLL will not be exposed to COM.&lt;/p&gt;
&lt;p&gt;Now the assembly is ready to reuse. But before we start the actual implementation, if you want the Assembly should be register with the GAC, you have to take the assistance from &lt;strong&gt;StrongNameKey&lt;/strong&gt; file. You can create a Strongname Key file with the command utility SN.EXE or from the Visual Studio as well. The command to create the Strongname Key file is as mentioned below&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;gt; sn -k strongnamekeyfile.snk&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Once you are done with the strong name key file generation, you can attach the key file either with the /keyfile:strongnamekeyfile.snk option or with the assembly attribute as &amp;lt;Assembly: AssemblyKeyFile(&lt;span&gt;&amp;quot;strongnamekeyfile.snk&amp;quot;&lt;/span&gt;)&amp;gt; &lt;/p&gt;
&lt;p&gt;Now it is the final time to compile your code and do the calling stuff from ASP page. Once you compile the code from Visual Studio, you will have 3 files, .PDB / .TLB / .DLL. The .DLL is the actual file. You have to do 2 things to share this DLL.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Register as COM as well as with GAC&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now that the DLL is ready, we will take the assistance of REGASM command line utility to register as public assembly.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;gt; regasm /codebase /tlb:a.tlb OurAssemblyFile.dll&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;With this command, the DLL will be registering at the registry. Please don&amp;#39;t forget to use the&lt;strong&gt;&lt;font color="#0f1b84"&gt; /codebase&lt;/font&gt;&lt;/strong&gt; option. To register the same with GAC use the following command&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;gt; gacutil /if OutAssemblyFile.dll&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This command will register with the GAC and is available as reference within the .NET Framework. With the first command, the object is ready to invoke from ASP code. You can use the COM component with &lt;font color="#000080"&gt;&lt;strong&gt;Server.CreateObject(&amp;quot;OurAssemblyFile.ClassName&amp;quot;)&lt;/strong&gt;&lt;/font&gt; command from ASP page. The actual implementation at any ASP page will look like as mentioned below&lt;/p&gt;&lt;pre class="code"&gt; &lt;span&gt;dim&lt;/span&gt; objCom 
 &lt;span&gt;set&lt;/span&gt; objCom = Server.CreateObject(&lt;span&gt;&amp;quot;libraryNameSpace.libraryClass&amp;quot;&lt;/span&gt;)
 objCom.DoSomeWork() &lt;span&gt;&amp;#39; this method doesn&amp;#39;t return any value&lt;/span&gt;&lt;/pre&gt;&lt;a href="http://11011.net/software/vspaste"&gt;&lt;/a&gt;Finally, if this page throw any kind of error as &lt;strong&gt;&lt;font color="#000080"&gt;Unindentified Class name&lt;/font&gt;&lt;/strong&gt;, then the only solution &lt;strong&gt;&lt;u&gt;is to reset the IIS&lt;/u&gt;&lt;/strong&gt;.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1382520" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Code/default.aspx">Code</category><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/COM/default.aspx">COM</category></item><item><title>Mix: UK 07 Vedios</title><link>http://msmvps.com/blogs/chakravarthy/archive/2007/12/05/mix-uk-07-vedios.aspx</link><pubDate>Wed, 05 Dec 2007 06:50:21 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1379812</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1379812</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1379812</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2007/12/05/mix-uk-07-vedios.aspx#comments</comments><description>&lt;p&gt;For all those who didn&amp;#39;t attend the &lt;a href="http://www.microsoft.com/uk/mix07/default.aspx"&gt;Mix at UK&lt;/a&gt; during Sep 07, here is a good news. The good news is not only for those who didn&amp;#39;t attend the MIX, but for all the technology lovers as well as persons who are passionate about latest technology happenings.&lt;/p&gt; &lt;p&gt;The two day event is now available for offline viewing at their website. &lt;a href="http://www.microsoft.com/uk/mix07/agenda.aspx"&gt;Here is the link&lt;/a&gt; that give you the download of all the videos of all the sessions that happened. Isn&amp;#39;t nice for all of us, who missed the event and who couldn&amp;#39;t afford to attend the event.&lt;/p&gt; &lt;p&gt;It&amp;#39;s time to download and view them offline. Am going to download all the events, if any of you doesn&amp;#39;t have the i-net connectivity or by any issue, could not download these videos, drop me a mail at DSKCHECK at MSN dot COM&lt;/p&gt; &lt;p&gt;Catch you later..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1379812" width="1" height="1"&gt;</description></item><item><title>Live goes deep while searching</title><link>http://msmvps.com/blogs/chakravarthy/archive/2007/12/04/live-goes-deep-while-searching.aspx</link><pubDate>Tue, 04 Dec 2007 11:00:17 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1377729</guid><dc:creator>Chakravarthy</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/rsscomments.aspx?PostID=1377729</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/chakravarthy/commentapi.aspx?PostID=1377729</wfw:comment><comments>http://msmvps.com/blogs/chakravarthy/archive/2007/12/04/live-goes-deep-while-searching.aspx#comments</comments><description>&lt;p&gt;Most of the industry say that, Google is the top search engine and will give you lot of results when you search. But the missing point is that, Live Search gives you deeper search when compared to Google.&lt;/p&gt; &lt;p&gt;Surprising !!!! i just did a small search for my name, Chakravarthy, at both the search engines. To make the figures matter, i go upto 100 pages in Live Search results. Where as, Google takes me only upto 84 pages. To my surprise, when i go back to the 83 page, then i see the search pages count is increased from 84 to 87. is isn&amp;#39;t it weird ..&lt;/p&gt; &lt;p&gt;And adding to my surprise, i read a statement at the bottom of the last search page as&lt;/p&gt; &lt;p&gt;&amp;quot;&lt;font color="#400000"&gt;&lt;strong&gt;In order to show you the most relevant results, we have omitted some entries very similar to the 870 pages already displayed&lt;/strong&gt;&lt;/font&gt;&amp;quot;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Don&amp;#39;t believe !!!! Try out your self..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1377729" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/chakravarthy/archive/tags/Tips/default.aspx">Tips</category></item></channel></rss>