<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Sreedhar Koganti&amp;#39;s Blog</title><link>http://weblogs.asp.net/skoganti/default.aspx</link><description>All About .Net and Sreedhar Koganti</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>It's Code Camp Time....</title><link>http://weblogs.asp.net/skoganti/archive/2007/11/01/it-s-code-camp-time.aspx</link><pubDate>Thu, 01 Nov 2007 15:30:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:4854236</guid><dc:creator>SreedharK</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=4854236</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2007/11/01/it-s-code-camp-time.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;We are having Code camp on November 17 again. If you have not registerd, please register @ &lt;A href="https://www.clicktoattend.com/invitation.aspx?code=120968" mce_href="https://www.clicktoattend.com/invitation.aspx?code=120968"&gt;https://www.clicktoattend.com/invitation.aspx?code=120968&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;This time I am presenting two sessions.&lt;/P&gt;
&lt;P mce_keep="true"&gt;1. Silverlight for beginners (Alpha) :&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Silverlight is a cross platform, cross browser .NET plug-in that enables designers and developers to build rich media experiences and rich interactive applications for the Web. This session is targeted to beginners in Sliverlight. Come to this session and learn fundamentals, architecture of Silverlight with real times examples.&lt;/P&gt;
&lt;P mce_keep="true"&gt;2. It’s all about ListView control (ASP.NET 3.5/VS 2008):&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Meet ListView control by coming to this session. You will definitely say thanks to ASP.NET 3.5 for introducing this ListView control. ListView control is a sort of hybrid between a DataGrid and Repeater. It combines the free form templating of Repeater and the editing features of the DataGrid. In this session we will examine basics of ListView and then we will discuss ListView control in detail with real time examples. By keeping real time need of a day to day developer, the examples and explanation will be provided. Come to the session, learn use of ListView control and say thanks to ASP.NET 3.5 for providing this new beautiful life saver control for developers!&lt;/P&gt;
&lt;P mce_keep="true"&gt;see you all at Camp!!!&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&amp;nbsp;&lt;BR&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4854236" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/skoganti/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/skoganti/archive/tags/SilverLight/default.aspx">SilverLight</category><category domain="http://weblogs.asp.net/skoganti/archive/tags/.NET/default.aspx">.NET</category></item><item><title>Silverlight TextBox control Fun Example...Fun to test the example...</title><link>http://weblogs.asp.net/skoganti/archive/2007/07/09/silverlight-textbox-control-fun-example-fun-to-test-the-example.aspx</link><pubDate>Tue, 10 Jul 2007 02:56:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3086224</guid><dc:creator>SreedharK</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=3086224</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2007/07/09/silverlight-textbox-control-fun-example-fun-to-test-the-example.aspx#comments</comments><description>From long time I was playing with Silverlight, as like all others I was also eagerly waiting for Textbox control in next release. Mean time I have found some custom textbox control from &lt;A class="" href="http://blog.wekeroad.com/" mce_href="http://blog.wekeroad.com/"&gt;Rob Conery&lt;/A&gt; Blog. Thanks for him for making it. Ofcourse we could try 'Access the HTML DOM from Managed Code' approch, but I was more keen on having Textbox in XAML only as that tried it. As many people are still don't know what Sliverlight&amp;nbsp;is, I have made a very simple example fun example. Play with the example and have fun. The below example is hosted at &lt;A href="https://silverlight.live.com/"&gt;https://silverlight.live.com/&lt;/A&gt;. If you&amp;nbsp;also want to learn and host,&amp;nbsp;check the&amp;nbsp;Silverlight.Live.com site.
&lt;SCRIPT src="http://agappdom.net/g/silverlight.js" type=text/javascript&gt;&lt;/SCRIPT&gt;
 &amp;nbsp;&lt;!-- Give the keyboard focus to the Silverlight control by default --&gt; 
&lt;DIV id=TalkToWorldWrapper style="OVERFLOW: hidden; WIDTH: 700px; HEIGHT: 300px"&gt;&lt;/DIV&gt;
&lt;SCRIPT type=text/javascript&gt;
function CreateSilverlight(){Sys.Silverlight.createHostedObjectEx({source: "streaming:/18185/TalkToWorld",parentElement: TalkToWorldWrapper});}

var TalkToWorldWrapper = document.getElementById("TalkToWorldWrapper");
CreateSilverlight();
&lt;/SCRIPT&gt;

&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR&gt;&lt;BR&gt;The sample questions you can send out to space are: &lt;BR&gt;1. Hello World&lt;BR&gt;2. Do you want to come to Earth?&lt;BR&gt;3. Why do you want to come to earth?&lt;BR&gt;4. Why you want to learn .Net?&lt;BR&gt;5. What transportation you use to come to earth?&lt;BR&gt;&lt;STRONG&gt;&amp;lt;You can't copy and paste the question in Textbox as textbox is not that mature now. So please type the question in textbox&amp;gt;&lt;BR&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;BUTTON id=btnSendtoSilverLight onclick="javascript:window.open('http://www.silverlight.net');"&gt;liked the example or you say you can do this example with javascript &lt;BR&gt;and want to know what else you can do with SilveLight then click this button.&lt;/BUTTON&gt;&lt;BR&gt;&lt;/P&gt;&lt;BR&gt;&lt;BR&gt;
&lt;CENTER&gt;Hope you will have fun with this example and if you are begginer please check silverlight.net site. Worth to check....&lt;/CENTER&gt;
&lt;CENTER&gt;&lt;STRONG&gt;&lt;U&gt;NOTE: You need to have Silverlight to run this example. If you don't have download it...don't panic..this is what you will use in future..be hurry and download and be one of the first person having it...:)&lt;/U&gt;&lt;/STRONG&gt;&lt;/CENTER&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3086224" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/skoganti/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/skoganti/archive/tags/SilverLight/default.aspx">SilverLight</category></item><item><title>Hosting WCF in 3 different ways</title><link>http://weblogs.asp.net/skoganti/archive/2007/07/06/hosting-wcf-in-3-different-ways.aspx</link><pubDate>Fri, 06 Jul 2007 20:23:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3043301</guid><dc:creator>SreedharK</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=3043301</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2007/07/06/hosting-wcf-in-3-different-ways.aspx#comments</comments><description>&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;Worth reading and very useful article "&lt;A href="http://msdn2.microsoft.com/en-us/library/bb332338.aspx"&gt;&lt;SPAN style="COLOR: blue"&gt;Hosting and Consuming WCF Services&lt;/SPAN&gt;&lt;/A&gt;" found on MSDN.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;In brief it describes below three types of hosting mechanisums...&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: Symbol; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;·&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Self-hosting in any managed .NET application &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: Symbol; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;·&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Hosting in a Windows service &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="FONT-SIZE: 12pt; LINE-HEIGHT: 115%; FONT-FAMILY: Symbol; mso-fareast-font-family: 'Times New Roman'; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"&gt;·&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Hosting in different versions of IIS&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;
&lt;P mce_keep="true"&gt;I thought it's very useful article as bloged it....&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3043301" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/skoganti/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/skoganti/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/skoganti/archive/tags/IIS/default.aspx">IIS</category></item><item><title>My Codecamp "ASP.NET Pipeline HttpHandlers and HttpModules" presentation code/slides </title><link>http://weblogs.asp.net/skoganti/archive/2007/04/20/my-codecamp-asp-net-pipeline-httphandlers-and-httpmodules-presentation-code-slides.aspx</link><pubDate>Fri, 20 Apr 2007 15:01:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2301624</guid><dc:creator>SreedharK</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=2301624</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2007/04/20/my-codecamp-asp-net-pipeline-httphandlers-and-httpmodules-presentation-code-slides.aspx#comments</comments><description>&lt;p&gt;In case any one is intrested in looking into &amp;quot;ASP.NET Pipeline HttpHandlers and HttpModules&amp;quot; topic. You can getinfo on it from my April 14th Code Camp &amp;quot;&lt;a href="http://novacodecamp.org/LinkClick.aspx?fileticket=5IBgoP%2fTLbU%3d&amp;amp;tabid=77&amp;amp;mid=418" title="ASP.NET Pipeline HttpHandlers and HttpModules" target="_blank"&gt;ASP.NET Pipeline HttpHandlers and HttpModules&lt;/a&gt;&amp;quot; talk. &lt;/p&gt;&lt;p&gt;Also it&amp;#39;s worth to check &lt;a href="http://novacodecamp.org/Home/April142007Downloads/tabid/77/Default.aspx" title="http://novacodecamp.org/Home/April142007Downloads/tabid/77/Default.aspx" target="_blank"&gt;http://novacodecamp.org/Home/April142007Downloads/tabid/77/Default.aspx&lt;/a&gt;&amp;nbsp;link, it has some other presentations links.&lt;/p&gt;&lt;p&gt;Hope&amp;nbsp;it helps!&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2301624" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/skoganti/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Again (3rd time) received Microsoft MVP Award!! Sweet gift from MS on new year day (2007)!!!</title><link>http://weblogs.asp.net/skoganti/archive/2007/01/02/again-3rd-time-received-microsoft-mvp-award-sweet-gift-from-ms-on-new-year-day-2007.aspx</link><pubDate>Tue, 02 Jan 2007 07:35:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:1348524</guid><dc:creator>SreedharK</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=1348524</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2007/01/02/again-3rd-time-received-microsoft-mvp-award-sweet-gift-from-ms-on-new-year-day-2007.aspx#comments</comments><description>&lt;p&gt;Thanks to MVP award Team and my lead Steve Dybing...... Got email on 1st Jan 2007. So it&amp;#39;s really really a sweet new year gift from MS...&lt;/p&gt;&lt;p&gt;You can see the email text below...&lt;/p&gt;&lt;p&gt;------------------------------------------&lt;br /&gt;Dear Sreedhar Koganti,&lt;br /&gt;&lt;br /&gt;Congratulations! We are pleased to present you with the 2007 Microsoft&amp;reg; MVP Award!&lt;br /&gt;&amp;nbsp;&lt;br /&gt;The Microsoft MVP Award is our way of saying thank you and to honor and support the significant contributions you make to communities worldwide. As a recipient of Microsoft&amp;rsquo;s Most Valuable Professional award, you join an elite group of technical community leaders from around the world who foster the free and objective exchange of knowledge by actively sharing your real world expertise with users and Microsoft.&amp;nbsp; Microsoft salutes all MVPs for promoting the spirit of community and enhancing people&amp;rsquo;s lives and the industry&amp;rsquo;s success everyday.&amp;nbsp; To learn more about the MVP Program, visit: &lt;a href="http://www.microsoft.com/mvp"&gt;www.microsoft.com/mvp&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Your extraordinary efforts in Visual Developer - ASP/ASP.NET technical communities during the past year are greatly appreciated. The benefits you will enjoy as a recipient of the MVP Award are outlined below. &lt;br /&gt;--------------------------------------------&lt;/p&gt;&lt;p&gt;Thanks again to MVP award Team and my lead Steve Dybing.....&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=1348524" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/skoganti/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Introduction to Custom member ship providers in ASP.NET 2.0 Code/Slides</title><link>http://weblogs.asp.net/skoganti/archive/2006/06/13/Introduction-to-Custom-member-ship-providers-in-ASP.NET-2.0-Code_2F00_Slides.aspx</link><pubDate>Tue, 13 Jun 2006 20:02:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:452312</guid><dc:creator>SreedharK</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=452312</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2006/06/13/Introduction-to-Custom-member-ship-providers-in-ASP.NET-2.0-Code_2F00_Slides.aspx#comments</comments><description>&lt;P&gt;In case if any one needs, Jun 10th Code Camp&amp;nbsp;&lt;A href="http://www.madcodecamp.com/materials/061006/Intro-CustomMemberShip-SreedharKoganti.zip"&gt;session code/slides&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Have quesitons on the code/slides, you can &lt;A href="http://www.w3coder.com/general/contact.aspx"&gt;contact me&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Intrested to know more info on the same topic.... you can get info from &lt;A href="http://weblogs.asp.net/scottgu/archive/2006/02/24/438953.aspx"&gt;ScottGu's blog&lt;/A&gt;&amp;nbsp;It's a great link!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=452312" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/skoganti/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>It's all about ASP.NET 2.0 GridView with SQLDataSource Presentation Code/Slides</title><link>http://weblogs.asp.net/skoganti/archive/2006/05/22/It_2700_s-all-about-ASP.NET-2.0-GridView-with-SQLDataSource-Presentation-Code_2F00_Slides.aspx</link><pubDate>Mon, 22 May 2006 11:23:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:448339</guid><dc:creator>SreedharK</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=448339</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2006/05/22/It_2700_s-all-about-ASP.NET-2.0-GridView-with-SQLDataSource-Presentation-Code_2F00_Slides.aspx#comments</comments><description>I forgot to blog, here is by May 4th presenation Slides/Code link. It's @ &lt;A href="http://pafox.org/pafoxwcapp/downloads/GridviewTest3.zip"&gt;It's all about ASP.NET 2.0 GridView with SQLDataSource! Slides/Code&lt;/A&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=448339" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/skoganti/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>I will be @ PAFOX user Group on May 4th</title><link>http://weblogs.asp.net/skoganti/archive/2006/05/02/444800.aspx</link><pubDate>Tue, 02 May 2006 13:55:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:444800</guid><dc:creator>SreedharK</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=444800</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2006/05/02/444800.aspx#comments</comments><description>I am presenting 'It's all about ASP.NET 2.0 GridView with SQLDataSource!' seminar at &lt;a href="http://www.pafox.org/pafoxwcapp/home.fox"&gt;PAFOX&lt;/a&gt;&amp;nbsp;usergroup on May 4th 6:30pm. If you are around VA and wanted to know&amp;nbsp;'ASP.NET 2.0 GridView with SQLDataSource', please be there!&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=444800" width="1" height="1"&gt;</description></item><item><title>VS2005 Web Application Project Tutorials Link</title><link>http://weblogs.asp.net/skoganti/archive/2006/04/22/443645.aspx</link><pubDate>Sat, 22 Apr 2006 20:35:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:443645</guid><dc:creator>SreedharK</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=443645</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2006/04/22/443645.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;One more time for the sake of Beginners; It’s @ &lt;/b&gt;&lt;a href="http://webproject.scottgu.com/"&gt;http://webproject.scottgu.com/&lt;/a&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=443645" width="1" height="1"&gt;</description></item><item><title>Who Said MS won't provide software for Free!! "VWD will be free permanently!"</title><link>http://weblogs.asp.net/skoganti/archive/2006/04/22/443633.aspx</link><pubDate>Sat, 22 Apr 2006 16:46:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:443633</guid><dc:creator>SreedharK</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=443633</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2006/04/22/443633.aspx#comments</comments><description>&lt;p&gt;"E&lt;font size="2"&gt;&lt;font face="Arial"&gt;ffective April 19&lt;sup&gt;th&lt;/sup&gt;, 2006, all Visual Studio 2005 Express Editions including Visual Basic, Visual C#, Visual J#, Visual C++, and Visual Web Developer Express will be free permanently!"&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;Check 'Dan Fernandez's Blog', I extracted above info from his blog. It's @ &lt;a href="http://blogs.msdn.com/danielfe/archive/2006/04/19/579109.aspx"&gt;http://blogs.msdn.com/danielfe/archive/2006/04/19/579109.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=443633" width="1" height="1"&gt;</description></item><item><title>Again there will be a Fun CAMP in Reston on June 10th, 2006!</title><link>http://weblogs.asp.net/skoganti/archive/2006/04/20/443459.aspx</link><pubDate>Thu, 20 Apr 2006 14:36:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:443459</guid><dc:creator>SreedharK</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=443459</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2006/04/20/443459.aspx#comments</comments><description>&lt;span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Just now I saw Andrew mail, we are going to have CODE CAMP in Reston (VA) on June 10&lt;sup&gt;th&lt;/sup&gt; 2006, check out his blog for more information @ http://blogs.msdn.com/gduthie&lt;/span&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=443459" width="1" height="1"&gt;</description></item><item><title>Great ASP.NET 2.0 Tutorial Videos Online (Via ScottG blog)</title><link>http://weblogs.asp.net/skoganti/archive/2006/02/27/439217.aspx</link><pubDate>Tue, 28 Feb 2006 04:16:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:439217</guid><dc:creator>SreedharK</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=439217</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2006/02/27/439217.aspx#comments</comments><description>&lt;p&gt;Great ASP.NET&amp;nbsp; 2.0 tutorials for beginners @ &lt;A href="http://weblogs.asp.net/scottgu/archive/2006/02/26/439088.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2006/02/26/439088.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Enjoy the videos and Have fun!&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=439217" width="1" height="1"&gt;</description></item><item><title>Product info .... About 'Secret Server' !!!</title><link>http://weblogs.asp.net/skoganti/archive/2006/01/23/436264.aspx</link><pubDate>Tue, 24 Jan 2006 01:33:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:436264</guid><dc:creator>SreedharK</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=436264</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2006/01/23/436264.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;My Co-blogger/MVP sent the information about Secret Server, seems interesting, I was planning to try it. Want to know more about it!&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;strong&gt;Here it is&lt;/strong&gt;: “Secret Server is a web-based secret management system - it is the place to put all your passwords and other sensitive information and selectively share them with colleagues or team members. It is built in C#, ASP.NET with a SQL Server backend. It also has a web-based installer that developers might find interesting.”&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;Want to know more about it and wondering from where you can get the info!! It’s @ &lt;a href="http://thesecretserver.com/"&gt;http://thesecretserver.com&lt;/a&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;Check it out!!!&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=436264" width="1" height="1"&gt;</description></item><item><title>My MADCodecamp(Oct 29th 05) Seminar (XMLDigital Signatire) Slides/Code</title><link>http://weblogs.asp.net/skoganti/archive/2005/10/30/428952.aspx</link><pubDate>Mon, 31 Oct 2005 00:29:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:428952</guid><dc:creator>SreedharK</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=428952</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2005/10/30/428952.aspx#comments</comments><description>&lt;p&gt;If you are in VA/DC and did not attended this &lt;a href="http://www.madcodecamp.com/static/scc102005.htm"&gt;29th&lt;/a&gt; &lt;a href="http://www.madcodecamp.com/"&gt;MADCodeCamp&lt;/a&gt;, then you really missed some thing :(&lt;/p&gt; &lt;p&gt;But any way....for others who are not around VA/DC and interested on knowing about XML Digital Signature in .Net world, then please find my session Sides/Code @ &lt;a href="http://www.madcodecamp.com/materials/102905/XMLDigitalSignature_SreedharKoganti.zip"&gt;http://www.madcodecamp.com/materials/102905/XMLDigitalSignature_SreedharKoganti.zip&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Hope it helps!&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=428952" width="1" height="1"&gt;</description></item><item><title>It’s time to Launch VS2005/SQL Server 2005 (I will be there as ATE)!</title><link>http://weblogs.asp.net/skoganti/archive/2005/10/22/428208.aspx</link><pubDate>Sat, 22 Oct 2005 16:50:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:428208</guid><dc:creator>SreedharK</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/skoganti/rsscomments.aspx?PostID=428208</wfw:commentRss><comments>http://weblogs.asp.net/skoganti/archive/2005/10/22/428208.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;Come and join for launching the VS2005/SQL Server 2005 products! &lt;br /&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;MS came up with a launch tour! You can register for it, it's free!!&lt;br /&gt; The Launch event page is @ &lt;a href="http://www.microsoft.com/events/2005launchevents/default.mspx"&gt;http://www.microsoft.com/events/2005launchevents/default.mspx&lt;/a&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;In case if you are from VA/DC, you can register for the event @ &lt;a href="http://msevents.microsoft.com/cui/eventdetail.aspx?culture=en-US&amp;amp;eventid=1032281417"&gt;http://msevents.microsoft.com/cui/eventdetail.aspx?culture=en-US&amp;amp;eventid=1032281417&lt;/a&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;The event in &lt;?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /&gt;&lt;st1:place&gt;&lt;st1:City&gt;Washington&lt;/st1:City&gt; &lt;st1:State&gt;DC&lt;/st1:State&gt;&lt;/st1:place&gt; is on &lt;st1:date Year="2006" Day="11" Month="1"&gt;Jan 11 2006&lt;/st1:date&gt;. Did I mention I will be there as ATE (Ask the Expert)&amp;nbsp;&lt;span style="FONT-FAMILY: Wingdings; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;span style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;J&lt;/span&gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Please come and join. Also make it as a big successful event!&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=428208" width="1" height="1"&gt;</description></item></channel></rss>
