<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>The dot before the Net : .Net</title><link>http://blogs.msdn.com/sanket/archive/tags/.Net/default.aspx</link><description>Tags: .Net</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Wanna learn .Net? Enroll today in the .Net University</title><link>http://blogs.msdn.com/sanket/archive/2006/10/16/wanna-learn-net-enroll-today-in-the-net-university.aspx</link><pubDate>Mon, 16 Oct 2006 06:09:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:830424</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sanket/comments/830424.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=830424</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=830424</wfw:comment><description>&lt;p&gt;Yes, its there now. Learning .Net just as a curriculum. The &lt;a href="http://www.dotnet-u.com/" target="_blank"&gt;.Net Univerisity&lt;/a&gt; provides online courses, labs to try some hands on&amp;nbsp; &amp;amp; presentations. &lt;/p&gt;  &lt;p&gt;Feel free to download and study at your own pace. Or you can even become a student by enrolling for trainings. Each lecture is 75 mins and each lab is 30 mins. So it is quite possible to complete all the courses in a day. For course not very in-depth content, but gives a real good overview of the .Net 3.0 technology stack - &lt;/p&gt;  &lt;p&gt;&amp;nbsp; - Windows Presentation Foundation&lt;/p&gt;  &lt;p&gt;&amp;nbsp; - Windows Communication Foundation&lt;/p&gt;  &lt;p&gt;&amp;nbsp; - Windows Workflow&lt;/p&gt;  &lt;p&gt;&amp;nbsp; - Windows CardSpace&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;The content is of course available online, but you can also schedule an instructor based training and become an University&amp;nbsp;aluminus!&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;Enjoy it on the campus now!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=830424" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/MS+News/default.aspx">MS News</category><category domain="http://blogs.msdn.com/sanket/archive/tags/.Net+3.0/default.aspx">.Net 3.0</category><category domain="http://blogs.msdn.com/sanket/archive/tags/.Net/default.aspx">.Net</category></item><item><title>Just a word about DPAPI</title><link>http://blogs.msdn.com/sanket/archive/2006/10/13/just-a-word-about-dpapi.aspx</link><pubDate>Fri, 13 Oct 2006 15:32:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:822064</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sanket/comments/822064.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=822064</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=822064</wfw:comment><description>&lt;p&gt;An obvious question after my last post is of course - What is DPAPI?&lt;/p&gt;  &lt;p&gt;Beginning Windows 2000, the OS comes with the DP API packaged within it. The Data Protection API (DPAPI) is a set of functions that provide OS level services to user and system processes. &lt;/p&gt;  &lt;p&gt;The protection with DPAPI is based on a key generated from the user credentials. The DPAPI work with the Local Security Authority (LSA) to provide&amp;nbsp;its&amp;nbsp;features. The LSA in turn leverage the Crypto API (crypt32.dll) to provide the encrypt &amp;amp; decrypt functions. &lt;/p&gt;  &lt;p&gt;Shawn Farkas gives some good insight of the DPAPI &lt;a href="http://blogs.msdn.com/shawnfa/archive/2004/05/05/126825.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=822064" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/.Net/default.aspx">.Net</category></item><item><title>SecureString</title><link>http://blogs.msdn.com/sanket/archive/2006/10/06/SecureString.aspx</link><pubDate>Fri, 06 Oct 2006 18:22:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:796583</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sanket/comments/796583.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=796583</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=796583</wfw:comment><description>&lt;p&gt;.Net 2.0 has come up with hordes of exciting new features. It's quite difficult to look at them all at one glance. Another new thing that I bumped on was the SecureString class. &lt;/p&gt;  &lt;p&gt;Given the sensitivity of the data that some classes might be dealing with, sometimes it becomes really important to secure the data even when it is being processed. &lt;/p&gt;  &lt;p&gt;The SecureString object is just like the String object. Except that the value of the SecureString object is automatically encrypted when it is in the memory. Also unlike the String or any other .Net class, the SecureString object can be deleted from the computer memory either by the application using it or the .Net framework garbage collector.&amp;nbsp;&lt;/p&gt;  &lt;p&gt;The SecureString object is encrypted when it is stored in the memory and decrypted only when it is accessed.&amp;nbsp;It uses DPAPI for doing this and hence cannot be available on Win 98, ME and&amp;nbsp;anything less than Win 2000 SP3. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=796583" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/.Net/default.aspx">.Net</category></item><item><title>Where is Tim Hibbard?</title><link>http://blogs.msdn.com/sanket/archive/2006/09/15/Where-is-Tim-Hibbard_3F00_.aspx</link><pubDate>Fri, 15 Sep 2006 23:01:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:756448</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sanket/comments/756448.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=756448</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=756448</wfw:comment><description>&lt;p&gt;With a stunning combination of the GPS technology with ASP.net, AJAX and map services, &lt;a href="http://www.engraph.com/" target="_blank"&gt;EnGraph&lt;/a&gt; has come up with this really cool project. &lt;/p&gt;  &lt;p&gt;Its basically about locating people where they are by using a GPS link and then updating it real time on a web site. &lt;/p&gt;  &lt;p&gt;The demo tracks Tim Hibbard from Kansas to &lt;strike&gt;Florida&lt;/strike&gt; (A correction - it was South Kansas.)&amp;nbsp;and also offers some other cool features like Getting his current whether information, getting the directions to reach him.&lt;/p&gt;  &lt;p&gt;Check it out for yourself here - &lt;a href="http://www.timhibbard.com/wherestim/" target="_blank"&gt;http://www.timhibbard.com/wherestim/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Some real good description of the technology follows &lt;a href="http://geekswithblogs.net/thibbard/articles/61565.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=756448" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://blogs.msdn.com/sanket/archive/tags/ASP.Net/default.aspx">ASP.Net</category><category domain="http://blogs.msdn.com/sanket/archive/tags/.Net/default.aspx">.Net</category></item><item><title>Developer Community site for .Net 3.0</title><link>http://blogs.msdn.com/sanket/archive/2006/06/13/Developer-Community-site-for-.Net-3.0.aspx</link><pubDate>Tue, 13 Jun 2006 09:11:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:629185</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sanket/comments/629185.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=629185</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=629185</wfw:comment><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;Just on the heels of renaming Winfx to .Net 3.0, a new developer community site has been created for the technology. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Find it at - &lt;/FONT&gt;&lt;A href="http://www.netfx3.com/default.aspx"&gt;&lt;FONT face=Arial size=2&gt;http://www.netfx3.com/default.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Going forward, this is going to be a key channel to build the excitement around the .Net 3.0.&lt;BR&gt;The site will contain downloads, code snippets, docs and lot more stuff to get you started and keep you hooked onto the thing. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;--Sanket Bakshi&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=629185" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/.Net+3.0/default.aspx">.Net 3.0</category><category domain="http://blogs.msdn.com/sanket/archive/tags/.Net/default.aspx">.Net</category></item><item><title>Winfx now becomes .Net 3.0</title><link>http://blogs.msdn.com/sanket/archive/2006/06/12/Winfx-now-becomes-.Net-3.0.aspx</link><pubDate>Mon, 12 Jun 2006 14:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:627998</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sanket/comments/627998.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=627998</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=627998</wfw:comment><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;The most talked about platform - the Winfx that encompassed the major breakthroughs including the Communication Foundation, Presentation Foundation and the Workflow Foundation has now been renamed to .Net 3.0.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Much unlike the Vista story, this remains a change ONLY in the name. So Winfx buddies can obviously be relaxed as it does not change the features as well as the product ship date.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Well, then why the change? Basically to answer the much asked question - "Winfx is cool, but what about .Net?". Interestingly, the CLR will be the same as that of the .Net 2.0.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;The news broke out with Somasager disclosing it on his blog - &lt;BR&gt;&lt;A href="http://blogs.msdn.com/somasegar/archive/2006/06/09/624300.aspx"&gt;http://blogs.msdn.com/somasegar/archive/2006/06/09/624300.aspx&lt;/A&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;&lt;BR&gt;&lt;BR&gt;--Sanket&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=627998" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/MS+News/default.aspx">MS News</category><category domain="http://blogs.msdn.com/sanket/archive/tags/.Net+3.0/default.aspx">.Net 3.0</category><category domain="http://blogs.msdn.com/sanket/archive/tags/.Net/default.aspx">.Net</category></item></channel></rss>