<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sukanya &#187; Uncategorized</title>
	<atom:link href="http://vejellasukanya.wordpress.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://vejellasukanya.wordpress.com</link>
	<description>My Tech Blog</description>
	<lastBuildDate>Thu, 17 Dec 2009 04:12:52 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='vejellasukanya.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e92de9a3286dbd52d7c5d6ebe80a8077?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Sukanya &#187; Uncategorized</title>
		<link>http://vejellasukanya.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vejellasukanya.wordpress.com/osd.xml" title="Sukanya" />
		<item>
		<title>New date &amp; TIME data type in sql 2008</title>
		<link>http://vejellasukanya.wordpress.com/2008/06/22/new-date-time-data-type-in-sql-2008/</link>
		<comments>http://vejellasukanya.wordpress.com/2008/06/22/new-date-time-data-type-in-sql-2008/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 07:26:16 +0000</pubDate>
		<dc:creator>sukanyadotnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SQL 2008]]></category>

		<guid isPermaLink="false">http://vejellasukanya.wordpress.com/?p=31</guid>
		<description><![CDATA[This article will help us to learn new date time data types of SQl 2008 and their functions.
Why I need to seperate Date &#38; Time datatype
In sql 2005 to store data &#38; time we have data type called datetime .In order to store date OR time we go for date time data type Suppose we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=31&subd=vejellasukanya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">This article will help us to learn new date time data types of SQl 2008 and their functions.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;"><strong>Why I need to seperate Date &amp; Time datatype</strong></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">In sql 2005 to store data &amp; time we have data type called datetime .In order to store date OR time we go for date time data type Suppose we are inserting dataof bearth in to our database in this case we don’t need time but still we are declaring our data type into datetime and we are ignoring time and considering date. And if we have to insert time into our database we are still considering our variable in to datetime and ignoring date. so our datetime datatype in sql 2005 is not optimized</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;"><strong>New Date &amp; Time date type:</strong></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">So in sql 2008 we have optimized date and time data type<span>  </span>and out datetime datatype is separated </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">These are the new four date time data types in sql 2008.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;"><strong>Date:</strong>It is used to store only date not time.and the range of date we can insert is 0001-01-01 to 9999-01-01 this is actually a large range.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;"><strong>Time:</strong> It is used to represent only time till 100<sup>th</sup> nano Second user can specify time.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;"><strong>Datetimeoffset:</strong>It is used to represent date &amp; time and we can also represent time zone also .suppose if the user is inserting Us timeing he can specify it as -6.00 as offset </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;"><strong>Datetime2:</strong>It is used to represent date and time not time zone and user can specify precisions upto 100<sup>th</sup> nono second and we can have optional parameters upto 0 to 7.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;"><strong>Summary of new Date &amp; Time date type:</strong></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">So now we are having detailed support for date time, larger fractional precision and large range of date we can have and finally time zone also we can represent.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;"> </span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vejellasukanya.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vejellasukanya.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vejellasukanya.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vejellasukanya.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vejellasukanya.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vejellasukanya.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vejellasukanya.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vejellasukanya.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vejellasukanya.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vejellasukanya.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vejellasukanya.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vejellasukanya.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=31&subd=vejellasukanya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vejellasukanya.wordpress.com/2008/06/22/new-date-time-data-type-in-sql-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/684855fc970f704135f7fba216ab5ea5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sukanya</media:title>
		</media:content>
	</item>
		<item>
		<title>Good News to the ASP.Net Users</title>
		<link>http://vejellasukanya.wordpress.com/2007/08/17/good-news-to-the-aspnet-users/</link>
		<comments>http://vejellasukanya.wordpress.com/2007/08/17/good-news-to-the-aspnet-users/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 12:04:17 +0000</pubDate>
		<dc:creator>sukanyadotnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vejellasukanya.wordpress.com/2007/08/17/good-news-to-the-aspnet-users/</guid>
		<description><![CDATA[Micro soft technology live shows watch and gain knowlegde These are the webcasts on Asp.Net2.0 and3.0 click here to register
Happy codeing.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=23&subd=vejellasukanya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Micro soft technology live shows watch and gain knowlegde These are the webcasts on Asp.Net2.0 and3.0 <a href="http://www.microsoft.com/india/webcasts/default.aspx?Id=D" title="click here">click here</a> to register</p>
<p>Happy codeing.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vejellasukanya.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vejellasukanya.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vejellasukanya.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vejellasukanya.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vejellasukanya.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vejellasukanya.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vejellasukanya.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vejellasukanya.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vejellasukanya.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vejellasukanya.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vejellasukanya.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vejellasukanya.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=23&subd=vejellasukanya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vejellasukanya.wordpress.com/2007/08/17/good-news-to-the-aspnet-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/684855fc970f704135f7fba216ab5ea5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sukanya</media:title>
		</media:content>
	</item>
		<item>
		<title>community_credit winner</title>
		<link>http://vejellasukanya.wordpress.com/2007/05/01/community_credit-winner/</link>
		<comments>http://vejellasukanya.wordpress.com/2007/05/01/community_credit-winner/#comments</comments>
		<pubDate>Tue, 01 May 2007 11:15:57 +0000</pubDate>
		<dc:creator>sukanyadotnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vejellasukanya.wordpress.com/2007/05/01/community_credit-winner/</guid>
		<description><![CDATA[I got a mail from David saying that
Hello Sukanya ,
    Congratulations. You won 4th Prize in the April 2007 Contest. As you may know, a lot of people competed, but only a few won. Nicely done! Please also keep in mind that your prize is not just a stupid, geeky gift, but it&#8217;s also a symbol [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=20&subd=vejellasukanya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I got a mail from David saying that</p>
<p>Hello Sukanya ,</p>
<p>    Congratulations. You won 4th Prize in the April 2007 Contest. As you may know, a lot of people competed, but only a few won. Nicely done! Please also keep in mind that your prize is not just a stupid, geeky gift, but it&#8217;s also a symbol to represent your contributions to the development community. When folks ask you how you won, you can tell them that it was by helping out other geeks. Be proud and brag.<br />
I am very happy for this you can check <a href="http://www.community-credit.com/CommunityCreditPrizePage.aspx" title="here">here</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vejellasukanya.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vejellasukanya.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vejellasukanya.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vejellasukanya.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vejellasukanya.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vejellasukanya.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vejellasukanya.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vejellasukanya.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vejellasukanya.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vejellasukanya.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vejellasukanya.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vejellasukanya.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=20&subd=vejellasukanya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vejellasukanya.wordpress.com/2007/05/01/community_credit-winner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/684855fc970f704135f7fba216ab5ea5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sukanya</media:title>
		</media:content>
	</item>
		<item>
		<title>Good News for ALL MS users @ Hyd</title>
		<link>http://vejellasukanya.wordpress.com/2007/04/25/good-news-for-all-ms-users-hyd/</link>
		<comments>http://vejellasukanya.wordpress.com/2007/04/25/good-news-for-all-ms-users-hyd/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 09:45:29 +0000</pubDate>
		<dc:creator>sukanyadotnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vejellasukanya.wordpress.com/2007/04/25/good-news-for-all-ms-users-hyd/</guid>
		<description><![CDATA[Good News for all of us
As we all are waiting for this event
Our MUGH core members are conducting another event .Yea it&#8217;s true! Here it is
community Launch 2007 on 29th of April at Hyderabad
I still remember the last time event on 2006 November I got prize in quiz
Here you can register for this event and registration is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=18&subd=vejellasukanya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Good News for all of us</p>
<p>As we all are waiting for this event</p>
<p>Our MUGH core members are conducting another event .Yea it&#8217;s true! Here it is</p>
<p>community Launch 2007 on 29th of April at Hyderabad</p>
<p>I still remember the last time event on 2006 November I got prize in quiz</p>
<p>Here you can register for this event and registration is free</p>
<p>You can register<a href="http://groups.msn.com/dotnetusergrouphyd/communitylaunch.msnw" title="here"> here</a></p>
<p>Thanks for the MUGH team <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vejellasukanya.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vejellasukanya.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vejellasukanya.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vejellasukanya.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vejellasukanya.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vejellasukanya.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vejellasukanya.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vejellasukanya.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vejellasukanya.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vejellasukanya.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vejellasukanya.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vejellasukanya.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=18&subd=vejellasukanya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vejellasukanya.wordpress.com/2007/04/25/good-news-for-all-ms-users-hyd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/684855fc970f704135f7fba216ab5ea5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sukanya</media:title>
		</media:content>
	</item>
		<item>
		<title>MEDC 2007 Call For Papers Issued!</title>
		<link>http://vejellasukanya.wordpress.com/2006/11/17/medc-2007-call-for-papers-issued/</link>
		<comments>http://vejellasukanya.wordpress.com/2006/11/17/medc-2007-call-for-papers-issued/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 13:06:27 +0000</pubDate>
		<dc:creator>sukanyadotnet</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vejellasukanya.wordpress.com/2006/11/17/medc-2007-call-for-papers-issued/</guid>
		<description><![CDATA[Do you think you&#8217;ve got what it takes to educate developers, device makers, business &#38; marketing decision makers and IT Professionals on delivering compelling devices, experiences, and cool applications?  Well, Microsoft’s Mobile and Embedded Developer Conference might be your chance to prove it.  We&#8217;re looking for experienced conference presenters who have built and deployed mobile [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=8&subd=vejellasukanya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="line-height:normal;"><font size="2" face="Verdana"><span style="font-size:10pt;font-family:Verdana;">Do you think you&#8217;ve got what it takes to educate </span></font><font size="2" face="Verdana"><span style="font-size:10pt;font-family:Verdana;">developers, device makers, business &amp; marketing decision makers and IT Professionals </span></font><font size="2" face="Verdana"><span style="font-size:10pt;font-family:Verdana;">on delivering compelling devices, experiences, and cool applications?  Well, Microsoft’s Mobile and Embedded Developer Conference might be your chance to prove it.  We&#8217;re looking for experienced conference presenters who have built and deployed mobile devices and applications to come and share their best practices and tips and tricks at <span class="st"><font>MEDC</font></span> 2007. For a look at last year’s event, visit <a target="_blank" href="http://www.medc2006.com/">medc2006.com</a>.</span></font></p>
<p><font size="2" face="Verdana"><span style="font-size:10pt;line-height:115%;font-family:Verdana;">The Microsoft <span class="st"><font>MEDC</font></span> team invites you to submit proposals to speak in the conference breakout sessions. <span class="st"><font>MEDC</font></span> is one of Microsoft&#8217;s most important annual technical training events, and our speaker selection process is extremely rigorous to ensure that attendees experience outstanding quality technical training. Successful proposals will be technical presentations that target best practices and tips &amp; tricks, delivered by experts with significant and highly-rated speaking experience. The number of sessions with external speakers will be limited to 30% of the total number of sessions.</p>
<p><strong><span style="font-weight:bold;">Objectives:</span></strong> <span class="st"><font>MEDC</font></span> is the premier event for developers, device makers, business &amp; marketing decision makers, and IT Professionals to get a firsthand look at the future of mobile and embedded platforms. Learn how to build devices and bring to market applications, content and services for Windows Mobile, Windows Embedded and Tablet PC platforms.</p>
<p><strong><span style="font-weight:bold;">Session Proposals:</span></strong> Please submit breakout session ideas for 75 minute sessions in the following topic areas by December 8, 2006: </span></font></p>
<p style="text-indent:-0.25in;"><font size="2" face="Symbol"><span style="font-size:10pt;line-height:115%;font-family:Symbol;"><span>·<font size="1" face="Times New Roman"><span>         </span></font></span></span></font><font size="2" face="Verdana"><span style="font-size:10pt;line-height:115%;font-family:Verdana;">Application Development</span></font></p>
<p style="text-indent:-0.25in;"><font size="2" face="Symbol"><span style="font-size:10pt;line-height:115%;font-family:Symbol;"><span>·<font size="1" face="Times New Roman"><span>         </span></font></span></span></font><font size="2" face="Verdana"><span style="font-size:10pt;line-height:115%;font-family:Verdana;">Enterprise</span></font><font size="2" face="Verdana"><span style="font-size:10pt;line-height:115%;font-family:Verdana;"> Application Architecuture</span></font></p>
<p style="text-indent:-0.25in;"><font size="2" face="Symbol"><span style="font-size:10pt;line-height:115%;font-family:Symbol;"><span>·<font size="1" face="Times New Roman"><span>         </span></font></span></span></font><font size="2" face="Verdana"><span style="font-size:10pt;line-height:115%;font-family:Verdana;">Business, Market Opportunity, and Partners</span></font></p>
<p style="text-indent:-0.25in;"><font size="2" face="Symbol"><span style="font-size:10pt;line-height:115%;font-family:Symbol;"><span>·<font size="1" face="Times New Roman"><span>         </span></font></span></span></font><font size="2" face="Verdana"><span style="font-size:10pt;line-height:115%;font-family:Verdana;">Managing Windows Mobile Devices</span></font></p>
<p style="text-indent:-0.25in;"><font size="2" face="Symbol"><span style="font-size:10pt;line-height:115%;font-family:Symbol;"><span>·<font size="1" face="Times New Roman"><span>         </span></font></span></span></font><font size="2" face="Verdana"><span style="font-size:10pt;line-height:115%;font-family:Verdana;">Building Embedded Devices</span></font></p>
<p style="line-height:normal;"><font size="2" face="Verdana"><span style="font-size:10pt;font-family:Verdana;">Session submissions can be made through the Call For Papers website (<a target="_blank" href="https://medc2007.mscorpevents.com/CFP/CallForPapers.aspx">https://medc2007.mscorpevents.com/CFP/CallForPapers.aspx</a>). Acceptance of any session is entirely at Microsoft&#8217;s discretion.  Full terms and conditions are on the Call For Papers website.</span></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vejellasukanya.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vejellasukanya.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vejellasukanya.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vejellasukanya.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vejellasukanya.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vejellasukanya.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vejellasukanya.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vejellasukanya.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vejellasukanya.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vejellasukanya.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vejellasukanya.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vejellasukanya.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=8&subd=vejellasukanya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vejellasukanya.wordpress.com/2006/11/17/medc-2007-call-for-papers-issued/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/684855fc970f704135f7fba216ab5ea5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sukanya</media:title>
		</media:content>
	</item>
		<item>
		<title>Community-credit Winner</title>
		<link>http://vejellasukanya.wordpress.com/2006/11/11/community-credit-winner/</link>
		<comments>http://vejellasukanya.wordpress.com/2006/11/11/community-credit-winner/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 13:28:32 +0000</pubDate>
		<dc:creator>sukanyadotnet</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vejellasukanya.wordpress.com/2006/11/11/community-credit-winner/</guid>
		<description><![CDATA[                                                              
One of my achivement i got a mail from David regarding this saying that
Hello Sukanya ,
    Congratulations. You won 10th Prize in the October 2006 Contest. As you may know, a lot of people competed, but only a few won. Nicely done! Please also keep in mind that your prize is not just a stupid, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=6&subd=vejellasukanya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>                                                              <a href="http://vejellasukanya.files.wordpress.com/2006/11/winner.jpg" title="Winner"><img src="http://vejellasukanya.files.wordpress.com/2006/11/winner.thumbnail.jpg" alt="Winner" /></a></p>
<p>One of my achivement i got a mail from David regarding this saying that</p>
<p>Hello Sukanya ,</p>
<p>    Congratulations. You won 10th Prize in the October 2006 Contest. As you may know, a lot of people competed, but only a few won. Nicely done! Please also keep in mind that your prize is not just a stupid, geeky gift, but it&#8217;s also a symbol to represent your contributions to the development community. When folks ask you how you won, you can tell them that it was by helping out other geeks. Be proud and brag.</p>
<p>Check out <a target="_blank" href="http://www.community-credit.com/CommunityCreditPrizePage.aspx" title="Einner">this link </a> to know about the Prize I got  and choose October 2006 in the dropdown.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vejellasukanya.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vejellasukanya.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vejellasukanya.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vejellasukanya.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vejellasukanya.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vejellasukanya.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vejellasukanya.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vejellasukanya.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vejellasukanya.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vejellasukanya.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vejellasukanya.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vejellasukanya.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=6&subd=vejellasukanya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vejellasukanya.wordpress.com/2006/11/11/community-credit-winner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/684855fc970f704135f7fba216ab5ea5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sukanya</media:title>
		</media:content>

		<media:content url="http://vejellasukanya.files.wordpress.com/2006/11/winner.thumbnail.jpg" medium="image">
			<media:title type="html">Winner</media:title>
		</media:content>
	</item>
		<item>
		<title>WPF Vedios</title>
		<link>http://vejellasukanya.wordpress.com/2006/10/29/wpf-vedios/</link>
		<comments>http://vejellasukanya.wordpress.com/2006/10/29/wpf-vedios/#comments</comments>
		<pubDate>Sun, 29 Oct 2006 08:26:15 +0000</pubDate>
		<dc:creator>sukanyadotnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vejellasukanya.wordpress.com/2006/10/29/wpf-vedios/</guid>
		<description><![CDATA[Watch WPF Vedios
Check it here
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=5&subd=vejellasukanya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Watch WPF Vedios</p>
<p><a target="_blank" href="http://dotnetlearner.blogspot.com/2006/10/see-wpf-videos.html" title="Vedio">Check it here</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vejellasukanya.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vejellasukanya.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vejellasukanya.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vejellasukanya.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vejellasukanya.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vejellasukanya.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vejellasukanya.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vejellasukanya.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vejellasukanya.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vejellasukanya.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vejellasukanya.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vejellasukanya.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vejellasukanya.wordpress.com&blog=498405&post=5&subd=vejellasukanya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vejellasukanya.wordpress.com/2006/10/29/wpf-vedios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/684855fc970f704135f7fba216ab5ea5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sukanya</media:title>
		</media:content>
	</item>
	</channel>
</rss>