<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>BestTechVideos: Tag net-framework Videos</title>
    <link>http://www.bestechvideos.com/tag/net-framework</link>
    <pubDate>Sat, 30 Jun 2007 02:42:17 GMT</pubDate>
    <description>BestTechVideos: Tag net-framework Videos with short descriptions</description>
    <item>
      <title>Silverlight: Getting Started With Silverlight 1.1</title>
      <link>http://www.bestechvideos.com/2007/06/30/silverlight-getting-started-with-silverlight-11</link>
      <description>Scott Guthrie demonstrates how to build a simple Silverlight application using .NET.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/06/30/silverlight-getting-started-with-silverlight-11"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/web-tech"&gt;Technologies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks"&gt;Frameworks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/silverlight"&gt;Silverlight&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/microsoft"&gt;Microsoft&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks/net-framework"&gt;.NET Framework&lt;/a&gt;</description>
      <pubDate>Sat, 30 Jun 2007 02:42:17 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/06/30/silverlight-getting-started-with-silverlight-11</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Silverlight: Using Ajax To Dynamically Update Silverlight Content</title>
      <link>http://www.bestechvideos.com/2007/06/24/silverlight-using-ajax-to-dynamically-update-silverlight-content</link>
      <description>This video demonstrates a simple notification system build using Silverlight, ASP.NET, AJAX and SQL Server. Silverlight is used at the front end to present a rich UI, which is asynchronously updated using AJAX based on activities of different users in the system. You are stepped through the full solution, from the text input to the back end through the asynchronous delivery service based on JSON-oriented Web services and AJAX proxies.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/06/24/silverlight-using-ajax-to-dynamically-update-silverlight-content"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/web-20"&gt;Web 2.0&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech"&gt;Technologies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/databases"&gt;Databases&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks"&gt;Frameworks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/ajax"&gt;AJAX&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/web-services"&gt;Web Services&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/silverlight"&gt;Silverlight&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/microsoft"&gt;Microsoft&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/databases/mssql"&gt;MSSQL&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/aspnet"&gt;ASP.NET&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks/net-framework"&gt;.NET Framework&lt;/a&gt;</description>
      <pubDate>Sun, 24 Jun 2007 07:29:06 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/06/24/silverlight-using-ajax-to-dynamically-update-silverlight-content</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Silverlight: Real-time Data Update With Silverlight And Web Services</title>
      <link>http://www.bestechvideos.com/2007/06/24/silverlight-real-time-data-update-with-silverlight-and-web-services</link>
      <description>This screencast demonstrates how a distributed application can be built with an ASP.NET middleware, and a Web services back end. The middleware consumes the Web service and uses it and a XAML template to generate a Silverlight front end, delivering a stock quote. The front end combines with ASP.NET controls and AJAX in Silverlight&#8217;s windowless mode to provide a full UI, allowing the user to specify stock tickers which will then be passed to the ASP.NET middleware. It demonstrates how a full nTier distributed application can be built using ASP.NET, AJAX, Silverlight and Web services&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/06/24/silverlight-real-time-data-update-with-silverlight-and-web-services"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/web-tech"&gt;Technologies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks"&gt;Frameworks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/ajax"&gt;AJAX&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/web-services"&gt;Web Services&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/silverlight"&gt;Silverlight&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/microsoft"&gt;Microsoft&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/aspnet"&gt;ASP.NET&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks/net-framework"&gt;.NET Framework&lt;/a&gt;</description>
      <pubDate>Sun, 24 Jun 2007 07:27:34 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/06/24/silverlight-real-time-data-update-with-silverlight-and-web-services</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Silverlight: Overlaying Html And Silverlight Content</title>
      <link>http://www.bestechvideos.com/2007/06/24/silverlight-overlaying-html-and-silverlight-content</link>
      <description>While Silverlight v1 doesn&#8217;t support a full control suite, ASP.NET and HTML do, and in this example you will see how to use both in a Silverlight front end using Windowless mode. You will see how to construct a Silverlight application, and how, using DHTML you can overlay content on top of it.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/06/24/silverlight-overlaying-html-and-silverlight-content"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/web-tech"&gt;Technologies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks"&gt;Frameworks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/silverlight"&gt;Silverlight&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/microsoft"&gt;Microsoft&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/aspnet"&gt;ASP.NET&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks/net-framework"&gt;.NET Framework&lt;/a&gt;</description>
      <pubDate>Sun, 24 Jun 2007 07:25:40 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/06/24/silverlight-overlaying-html-and-silverlight-content</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>ASP.Net: How Do I: Practice Test-Driven Development?</title>
      <link>http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-practice-test-driven-development</link>
      <description>Visual Studio Team System provides the tools necessary to practice Test-Driven Development, and this video we learn how Team System&amp;rsquo;s testing functionality allows you to go from code to test and from test to code.  We&amp;nbsp;see how you may write a test and then use Visual Studio Team System to generate the target code, which adheres to the TDD ideology of writing the test first and the code second.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-practice-test-driven-development"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks"&gt;Frameworks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/microsoft"&gt;Microsoft&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/aspnet"&gt;ASP.NET&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks/net-framework"&gt;.NET Framework&lt;/a&gt;</description>
      <pubDate>Sat, 23 Jun 2007 08:44:17 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-practice-test-driven-development</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>ASP.Net: How Do I: Write Code More Quickly with Unit Tests?</title>
      <link>http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-write-code-more-quickly-with-unit-tests</link>
      <description>In this video we learn how Unit Testing can increase your productivity by easing the debugging process.  We&amp;nbsp;see how Visual Studio Team System can generate a Unit Test  to automate execution of code that is being debugged, which saves you the time it takes to fire up your Web application and perform any steps needed to manually execute the same code.  The&amp;nbsp;result of Unit Testing is that you can write more robust code, more quickly.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-write-code-more-quickly-with-unit-tests"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks"&gt;Frameworks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/microsoft"&gt;Microsoft&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/aspnet"&gt;ASP.NET&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks/net-framework"&gt;.NET Framework&lt;/a&gt;</description>
      <pubDate>Sat, 23 Jun 2007 08:43:29 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-write-code-more-quickly-with-unit-tests</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>ASP.Net: How Do I: Implement the AJAX After Processing Pattern?</title>
      <link>http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-implement-the-ajax-after-processing-pattern</link>
      <description>The ASP.NET AJAX framework allows your server-side code to hook in and respond to various client-side events.  In&amp;nbsp;this video we learn how to implement the After Processing Pattern, which allows server-side code to execute wrap-up logic once the user has finished with the Web page.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-implement-the-ajax-after-processing-pattern"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/web-tech"&gt;Technologies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks"&gt;Frameworks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/ajax"&gt;AJAX&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/microsoft"&gt;Microsoft&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/aspnet"&gt;ASP.NET&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks/net-framework"&gt;.NET Framework&lt;/a&gt;</description>
      <pubDate>Sat, 23 Jun 2007 08:42:23 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-implement-the-ajax-after-processing-pattern</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>ASP.Net: How Do I: Use the ASP.NET AJAX ValidatorCallout Extender?</title>
      <link>http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-use-the-aspnet-ajax-validatorcallout-extender</link>
      <description>The standard ASP.NET validation controls work on both the server and the client. Server-side validation adds to the security of your Web application, while client-side validation adds to the user friendliness of your Web application. This video demonstrates how the ValidatorCallout control from the ASP.NET AJAX Control Toolkit extends the standard validation controls to enhance the user experience by neatly positioning validation messages in callout boxes.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-use-the-aspnet-ajax-validatorcallout-extender"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/web-tech"&gt;Technologies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks"&gt;Frameworks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/ajax"&gt;AJAX&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/microsoft"&gt;Microsoft&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/aspnet"&gt;ASP.NET&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks/net-framework"&gt;.NET Framework&lt;/a&gt;</description>
      <pubDate>Sat, 23 Jun 2007 08:41:42 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-use-the-aspnet-ajax-validatorcallout-extender</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>ASP.Net: How Do I: Use the ASP.NET AJAX History Control?</title>
      <link>http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-use-the-aspnet-ajax-history-control</link>
      <description>One problem faced by a typical AJAX application is that a partial page update is not added to the history of the Web browser.             This means that the browser&amp;rsquo;s Back button does not move back one  AJAX step, but moves back one entire document, which is unlikely to be what the user expects.  The ASP.NET AJAX History control allows the developer to insert history points so that the user may click the browser&amp;rsquo;s Back and Forward buttons to move between AJAX steps.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-use-the-aspnet-ajax-history-control"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/web-tech"&gt;Technologies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks"&gt;Frameworks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/web-tech/ajax"&gt;AJAX&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/microsoft"&gt;Microsoft&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/javascript"&gt;Javascript&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/aspnet"&gt;ASP.NET&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks/net-framework"&gt;.NET Framework&lt;/a&gt;</description>
      <pubDate>Sat, 23 Jun 2007 08:40:36 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/06/23/aspnet-how-do-i-use-the-aspnet-ajax-history-control</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>ASP.Net: How Do I: Set Up the SQL Membership Provider</title>
      <link>http://www.bestechvideos.com/2007/06/16/aspnet-how-do-i-set-up-the-sql-membership-provider</link>
      <description>Join Patrick Hynds as he demonstrates how to set up the SQL Membership Provider to add Forms authentication to your ASP.NET&amp;nbsp;2.0 Web site. There are a few tips and tricks involved, such as using the aspnet_regsql.exe utility, which are covered in the video.&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/06/16/aspnet-how-do-i-set-up-the-sql-membership-provider"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/databases"&gt;Databases&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks"&gt;Frameworks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/microsoft"&gt;Microsoft&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/databases/mssql"&gt;MSSQL&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/aspnet"&gt;ASP.NET&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/screencasts"&gt;Screencasts&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/frameworks/net-framework"&gt;.NET Framework&lt;/a&gt;</description>
      <pubDate>Sat, 16 Jun 2007 04:52:48 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/06/16/aspnet-how-do-i-set-up-the-sql-membership-provider</guid>
      <author>scoundrel</author>
    </item>
  </channel>
</rss>
