<?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>Néstor Sánchez &lt;br/&gt; aspnet food for thought, from the Dúnadan Raptor</title><link>http://weblogs.asp.net/nestorsanchez/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Using SSIS from ASP.NET to import Excel to SQL</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/08/25/using-ssis-from-asp-net-to-import-excel-to-sql.aspx</link><pubDate>Wed, 26 Aug 2009 02:31:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7181522</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=7181522</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=7181522</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/08/25/using-ssis-from-asp-net-to-import-excel-to-sql.aspx#comments</comments><description>&lt;p&gt;After struggling for quite a while and trying every suggestion in several blogs and forums I found that is was quite simple to solve a failed execution message. The interesting part is that everywhere you could see hints about identity. As you will see this is just part of the equation.&lt;/p&gt;  &lt;p&gt;I had a small DNN project where I needed to import some source file into SQL. Since Both SQL and IIS are in the same box, identity shouldn’t matter that much as long as the account running the website (Pool Identity in IIS 7) has enough permissions. And THAT is the other side of the equation. After assigning NetworkService to the SQL BulkAdmin role, the package ran fine. I am still trying to find out if there’s a smaller set of perms that can be applied, since BulkAdmin is a server wide role.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7181522" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Dotnetnuke/default.aspx">Dotnetnuke</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/SQL+Server+Integration+Services/default.aspx">SQL Server Integration Services</category></item><item><title>Small gotcha with Silverlight 3 installation in Windows 7</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/07/09/small-gotcha-with-silverlight-3-installation-in-windows-7.aspx</link><pubDate>Fri, 10 Jul 2009 02:32:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7144324</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=7144324</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=7144324</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/07/09/small-gotcha-with-silverlight-3-installation-in-windows-7.aspx#comments</comments><description>&lt;P&gt;After learning Silverlight 3 was going to be launched on July 10 I got ready to install it on my dev machine. I went to the &lt;A href="http://www.microsoft.com/silverlight/default.aspx" target=_blank mce_href="http://www.microsoft.com/silverlight/default.aspx"&gt;official website&lt;/A&gt; and was greeted with a you-have-an-older-version message. (You can see screens of the process in &lt;A href="http://nes.nesinteractivos.com/Espanol/BlogdeunDunadan/tabid/55/EntryId/213/Small-gotcha-with-Silverlight-3-installation-in-Windows-7.aspx" target=_blank mce_href="http://nes.nesinteractivos.com/Espanol/BlogdeunDunadan/tabid/55/EntryId/213/Small-gotcha-with-Silverlight-3-installation-in-Windows-7.aspx"&gt;my blog here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Right below that there was a System Requirements link and after following it I saw a chart that did not show support for IE8 in Windows 7 (I forgot to take a screenshot). I quickly twittered (&lt;A href="http://www.twitter.com/hooligannes" target=_blank mce_href="http://www.twitter.com/hooligannes"&gt;@hooligannes&lt;/A&gt;) the info and got replies from two people who didn’t have any problems, so I decided to dive in. Here’s what happened.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Failed Runtime Installation &lt;BR&gt;&lt;/STRONG&gt;A short while after pressing on the Click to Install button, I was shown a message that said that I could not install Silverlight without updating my development tools first. My guess is that users without a dev environment with Silverlight tools will not see this. I can’t validate though. It is too bad that a link to the dev tools is not provided in that screen. That could definitely be improved.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Silverlight Tools Installation &lt;BR&gt;&lt;/STRONG&gt;A few clicks later I was on the &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en"&gt;downloads page for the Silverlight 3 Tools For Visual Studio 2008 SP1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The installer informed that it would prepare the download, get the runtime, clean the installation, uninstall the Silverlight 2 Tools, update Visual Studio, install the SDK and then install the tools.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Naively, I did this install with IE open. I was still on the Silverlight home page, after pressing on the Click To Install button again I was surprised at the failure message. It said that I already had the runtime. Of course, closing the browser and reopening it did the trick and I could see the site with full Silverlight magic.&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7144324" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Packages failed to load error in Visual Studio</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/05/21/packages-failed-to-load-error-in-visual-studio.aspx</link><pubDate>Thu, 21 May 2009 22:07:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7094352</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=7094352</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=7094352</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/05/21/packages-failed-to-load-error-in-visual-studio.aspx#comments</comments><description>&lt;p&gt;Touching too many pieces at once almost always causes errors and that became evident when I began to see the error of this post’s title. My VS2008 install was missing the asp.net templates and I could not understand why -later on I realized it was because I had not selected a component during the original install-, and tried several suggestions like running devenv.exe /installvstemplates from the command prompt and resetting VS settings in the Import and Export Settings menu.&lt;/p&gt;  &lt;p&gt;Long story short, those brought more problems. I just needed to add the component, but now the VS installer would not run. Avoiding a longer delay I attempted to work on an existing project, but then I could not load the Controls Toolbox without facing three more errors now related to SQL components. Running the SQL Repair halted mentioning a VS problem.&lt;/p&gt;  &lt;p&gt;I was doomed. OK, I am being dramatic, but it was a drag!&lt;/p&gt;  &lt;p&gt;I decided to re-install VS. And what do you know, I couldn’t run the installer. A forced unsinstall was required now. A short search and &lt;a href="http://blogs.msdn.com/astebner/archive/2005/10/30/487096.aspx" target="_blank"&gt;Aaron Stebner’s blog post&lt;/a&gt; came to the rescue.&lt;/p&gt;  &lt;p&gt;After uninstalling VS, I re-installed it, ran SP1 and repaired SQL. I am safe again, so I thought I’d save someone else the effort of finding VS Product GUID and post the command to uninstall Visual Studio Team System 2008. &lt;/p&gt;  &lt;pre class="csharpcode"&gt;msiexec /x {80C06CCD-7D07-3DB6-86CD-B57B3F0614D8}&lt;/pre&gt;
&lt;style type="text/css"&gt;

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;

&lt;p&gt;If you have a different version, you’ll need to find it. Just read Aaron’s post and follow the steps to get the msiinv tool and obtain a list of installed applications according to msi.&lt;/p&gt;

&lt;p&gt;Note: this is not always what you need to do. It was my last resource, so use it when the re-installation of templates does not work, and causes Packages registration to go awry.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7094352" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category></item><item><title>Short Quick Tip for installing VS2010 from an ISO image</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/05/20/short-quick-tip-for-installing-vs2010-from-an-iso-image.aspx</link><pubDate>Wed, 20 May 2009 03:28:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7093249</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=7093249</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=7093249</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/05/20/short-quick-tip-for-installing-vs2010-from-an-iso-image.aspx#comments</comments><description>&lt;p&gt;If you are like me and try to be environmentally friendly by not burning DVDs unless it’s really necessary, and you prefer to install apps from ISO images, be prepared for this one about VS 2010.&lt;/p&gt;  &lt;p&gt;Like many programs that may need to run additional tasks after the first install pass,&amp;#160; VS2010 setup will continue after reboot. Make sure you set your ISO reading software to remount the image on the virtual drive after the reboot, it’ll save you from a surprise when the installer can’t find the necessary files to continue.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7093249" width="1" height="1"&gt;</description></item><item><title>Visual Studio 2010 beta 1 is out</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/05/18/visual-studio-2010-beta-1-is-out.aspx</link><pubDate>Tue, 19 May 2009 02:12:22 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7092469</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=7092469</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=7092469</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/05/18/visual-studio-2010-beta-1-is-out.aspx#comments</comments><description>&lt;p&gt;News about the beta will start sprouting everywhere and I am lucky I already downloaded it. Sadly, I ran out of time and energy to install it. This beta is only available to MSDN subscribers at this time and is not feature complete. I am looking forward at the new TFS features, however the only place where I could find information about them is &lt;a href="http://msdn.microsoft.com/en-us/default.aspx" target="_blank"&gt;Brian Harry’s blog&lt;/a&gt;. With luck he’ll lead me through them all.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7092469" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>Common DotNetNuke Errors –Tip 1</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/05/18/common-dotnetnuke-errors-tip-1.aspx</link><pubDate>Mon, 18 May 2009 20:34:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7092270</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=7092270</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=7092270</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/05/18/common-dotnetnuke-errors-tip-1.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryId/2258/Common-DotNetNuke-Errors.aspx" target="_blank"&gt;Find the original of this one&lt;/a&gt;, the first of a series of posts at my DotnetNuke Blog.&lt;/p&gt;  &lt;p&gt;This one mostly happens to newcomers to DotNetNuke development that don’t read, or just do some fast skimming over the instructions for DotNetNuke installation. It doesn’t happen when using the Install package, just with the Source one and will manifest itself when calling the application for the first time from the browser.&lt;/p&gt;  &lt;p&gt;The Parser Error Message is vague and specific at the same time, &lt;em&gt;“Could not load type 'DotNetNuke.Common.Global'”. &lt;/em&gt;Of course, with some experience, it’s clear that the cause is a missing web.config file.&lt;/p&gt;  &lt;p&gt;Look at the Website folder, make a copy of the development.config file and rename it web.config. Then go ahead and install DotNetNuke.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7092270" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Dotnetnuke/default.aspx">Dotnetnuke</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Dynamics CRM Crmservice unavailable in Visual Studio 2008</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/05/16/dynamics-crm-crmservice-unavailable-in-visual-studio-2008.aspx</link><pubDate>Sun, 17 May 2009 02:32:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7091180</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=7091180</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=7091180</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/05/16/dynamics-crm-crmservice-unavailable-in-visual-studio-2008.aspx#comments</comments><description>&lt;p&gt;I needed to create a report in a DNN website to obtain the Total billable hours for a single case in Dynamics CRM. All my previous DotNetNuke modules for CRM had been done in VS2005, which lead me to miss a detail. I &lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryId/2254/Dynamics-CRM-Crmservice-unavailable-in-Visual-Studio-2008.aspx" target="_blank"&gt;published the post at my DotNetNuke blog&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7091180" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Dotnetnuke/default.aspx">Dotnetnuke</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Dynamics+CRM/default.aspx">Dynamics CRM</category></item><item><title>Wolfram/Alpha or the end of the world as we know it</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/05/16/wolfram-alpha-or-the-end-of-the-world-as-we-know-it.aspx</link><pubDate>Sat, 16 May 2009 20:38:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7090956</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=7090956</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=7090956</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/05/16/wolfram-alpha-or-the-end-of-the-world-as-we-know-it.aspx#comments</comments><description>&lt;p&gt;While reading the preface to the book “&lt;a href="http://www.wolframscience.com/nksonline/toc.html" target="_blank"&gt;A New Kind of Science&lt;/a&gt;” (NKS), I was listening to REM’s song “&lt;em&gt;It’s the End of the World as We Know It (And I Feel Fine)&lt;/em&gt;”&amp;#160; How appropriate to coincide with the official launch of a project of the book’s author, &lt;a href="http://www.stephenwolfram.com/" target="_blank"&gt;Stephen Wolfram&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;I cannot say that I was following this project from the beginning (back in 2000), but I know it is going to generate more news now that it was officially launched yesterday (may 15). This post is a short recap of information that can be found at the project’s website.&lt;/p&gt;  &lt;p&gt;The project is called &lt;a href="http://www.wolframalpha.com/" target="_blank"&gt;Wolfram/Alpha&lt;/a&gt; and it is a computational knowledge engine. With its operations headquarters in Illinois, its objective is to “make all systematic kinowldge immediately accessible and computable for everyone.”&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/nestorsanchez/image_0E2A1473.png"&gt;&lt;img style="border-right-width: 0px; margin: 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Wolphram Alpha" border="0" alt="Wolphram Alpha" align="left" src="http://weblogs.asp.net/blogs/nestorsanchez/image_thumb_4E500820.png" width="195" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;At launch it had more than 10 trillion pieces of data, 50,000 types of algorithms and models and linguistic capability for thousands of domains.&lt;/p&gt;  &lt;p&gt;The project is the result of Wolfram’s leadership. To reach this point, after almost 30 years, two previous developments had to take place. &lt;a href="http://www.wolfram.com/products/mathematica/" target="_blank"&gt;Mathematica&lt;/a&gt;&lt;em&gt; &lt;/em&gt;and NKS.&lt;/p&gt;  &lt;p&gt;Mathematica is, according to its own definition, “a computation and visualization system, development environment and deployment engine. Used throughout diverse technical fields, including engineering, science and financial analysis.” Together with NKS, the book that explained the paradigm that made it possible to imagine the very same possibility that Wolfram/Alpha could exist, they are the consequence of the singular vision of this 49 year old ant his &lt;a href="http://www.wolfram.com/" target="_blank"&gt;Wolfram Research&lt;/a&gt; team.&lt;/p&gt;  &lt;p&gt;Wolfram/Alpha website claims that the system has the capability to understand free-form input. Presented as both as a technology and a platform, we’ll soon be introduced to developer APIs.&lt;/p&gt;  &lt;p&gt;It is indeed a fresh approach to science and knowledge in general. If you want to learn more you can visit its site at &lt;a href="http://www.wolframalpha.com"&gt;http://www.wolframalpha.com&lt;/a&gt;. A free online version of NKS can be found at &lt;a title="http://www.wolframscience.com/nksonline/toc.html" href="http://www.wolframscience.com/nksonline/toc.html"&gt;http://www.wolframscience.com/nksonline/toc.html&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7090956" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/technology/default.aspx">technology</category></item><item><title>DNN Round Up #1 published at DNN.com blogs</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/03/17/dnn-round-up-1-published-at-dnn-com-blogs.aspx</link><pubDate>Tue, 17 Mar 2009 19:30:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6971380</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=6971380</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=6971380</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/03/17/dnn-round-up-1-published-at-dnn-com-blogs.aspx#comments</comments><description>&lt;p&gt;I worked in broadcasting and journalism long before I got involved in technology and it is another passion of mine. While my love for DNN progressively increased, I would devour as much information as I could find. In the DNN 2.X days, most of the available information was at the asp.net forums where at first I was a lurker, then a question flooder and finally even became a moderator (I still am). I always wanted to get involved with DNN and my sources of information have been sprouting (and also dwindling) around. One of my favorites was &lt;a href="http://seablick.com/blog/c14/dnn-friday.aspx"&gt;Seablick’s DNN Friday&lt;/a&gt;, but it is lagging behind. The problem is that a set deadline for your publication will almost surely be missed when business endeavors that pay the bills get in the way.&lt;/p&gt;  &lt;p&gt;Arguably, a huge number of community members are blogging about DNN and there’s no single comprehensive resource. Fortunately, that is bound to change and to start the path I am getting my DNN paws trained again to write read and write about DotNetNuke.&lt;/p&gt;  &lt;p&gt;As a self-trained IT/Dev pro I have learnt that setting too high a goal will only doom my commitment. Therefore I’ve made a compromise with myself. I will only publish this round up when material is enough to make it worthwhile reading. Obviously, I have chosen the easiest and most informal way to publish it. It may transmogrify into a whole new animal in time, but I am satisfied to do it in this way, for now. Without any further ado, &lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryId/2206/DNN-Round-Up-1-archi-diagram-IContainer-localizable-Chagoury-UDT-rsquo-s-death-and-resurrection-and-more.aspx" target="_blank"&gt;You can find DNN Round Up #1 at the DotNetnuke Blogs&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6971380" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Dotnetnuke/default.aspx">Dotnetnuke</category></item><item><title>WPF Visuals in Visual Studio</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/02/24/wpf-visuals-in-visual-studio.aspx</link><pubDate>Wed, 25 Feb 2009 00:45:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6925451</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=6925451</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=6925451</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/02/24/wpf-visuals-in-visual-studio.aspx#comments</comments><description>&lt;p&gt;Microsoft’s &lt;a href="http://blogs.msdn.com/jasonz/archive/2009/02/20/a-new-look-for-visual-studio-2010.aspx"&gt;Jason Zander revealed in his blog&lt;/a&gt; a few new shots that portray the new look for Visual Studio 2010.&lt;/p&gt;  &lt;p&gt;We are treated to new looks every once in a while. What makes this one interesting is that it uses .NET Framework 4.0’s WPF underneath. It’s all new to me cause I did not download the 2010 beta version when it was about to expire in January and I found the workaround too messy.&lt;/p&gt;  &lt;p&gt;You can see for yourself in screens posted to Zander’s blog. I like these two:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Better outlining indicators &lt;/li&gt;    &lt;li&gt;Floating docs that don’t need to be inside VS (great for multi-display work) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;It’s not a complete redesign from the ground up so the interface looks familiar enough, probably preparing for a more drastic change after the WPF foundation is in place. I doubt that such a change will see the light in the next release, probably one after that. As far as the current cycle of VS 2010 development is concerned, when the new beta is out I’ll tell more about it.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6925451" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>Professional DotNetNuke Module Programming</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/02/12/professional-dotnetnuke-module-programming.aspx</link><pubDate>Thu, 12 Feb 2009 14:54:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6898670</guid><dc:creator>hooligannes97</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=6898670</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=6898670</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/02/12/professional-dotnetnuke-module-programming.aspx#comments</comments><description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;This &lt;A href="http://www.wrox.com/" target=_blank mce_href="http://www.wrox.com"&gt;Wrox&lt;/A&gt; book by my &lt;A href="http://www.dotnetnuke.com/" mce_href="http://www.dotnetnuke.com"&gt;DotNetNuke&lt;/A&gt; fellow colleague &lt;A class="" href="http://www.mitchelsellers.com/" target=_blank mce_href="http://www.mitchelsellers.com"&gt;Mitchel Sellers&lt;/A&gt; is out and I got my copy yesterday. This 300-page book has 18 chapters and 5 appendixes that walk you through the process of creating a module.&lt;/P&gt;
&lt;P&gt;I was glad to see that &lt;A href="http://www.amazon.com/Professional-DotNetNuke-Programming-Mitchel-Sellers/dp/0470171162" target=_blank mce_href="http://www.amazon.com/Professional-DotNetNuke-Programming-Mitchel-Sellers/dp/0470171162"&gt;Professional DotNetNuke Module Programming&lt;/A&gt; is not just about writing code with DNN. Mitchel’s approach includes the preparation steps like setting up your development environment, understanding the terms used in the DotNetNuke world and several implementation details.&lt;/P&gt;
&lt;P&gt;WSP or WAP? There are summaries of both and a comparison that will help programmers decide which model to use.&lt;/P&gt;
&lt;P&gt;Updated Starter Kit details. The last time some info had been documented was when &lt;A href="http://forums.asp.net/p/937685/1114393.aspx" target=_blank mce_href="http://forums.asp.net/p/937685/1114393.aspx"&gt;Shaun Walker created a blog post&lt;/A&gt; when it was originally released. Mitchell missed a small detail about the Dynamic templates. They can be used without any issues in any Visual Studio version, not just Visual Web Developer.&lt;/P&gt;
&lt;P&gt;Database configuration. There are different approach to configuring the DB for DotNetNuke and Mitchel shows one of them. Perhaps next edition will see more alternative ones included. Until then, I hope &lt;A href="http://www.pcresourcesllc.com/" target=_blank mce_href="http://www.pcresourcesllc.com/"&gt;Shawn Mehaffie&lt;/A&gt; documents the ones he’s been testing for several years now. But programmers can see from the information that it is one of the most simple steps.&lt;/P&gt;
&lt;P&gt;I like Mitchel’s take on looking at the basic components of a module. They are grouped in a single chapter instead of being introduced in a scattered way around the book.&lt;/P&gt;
&lt;P&gt;Localization is a first-class citizen in this book, not a side-thought. This shows the importance of one of DNN’s most important features.&lt;/P&gt;
&lt;P&gt;Module Navigation and Communication coverage was too short for me. I believe that more should be written about this, because it is one of the areas that module developers invariably find themselves at odds after surmounting the initial learning slope. In DNN, the modular development model does not mean completely isolated pieces. To the contrary. The components of web applications that programmers will write sooner or later are going to need to interact - sometimes heavily –, with each other. Sadly, there’s not enough information anywhere else either.&lt;/P&gt;
&lt;P&gt;AJAX and jQuery are briefly touched but it should be enough when put together with the wealth of information available about these two web 2.0 mainstays.&lt;/P&gt;
&lt;P&gt;The recommended Best Practices of Chapter 18 will be useful for both beginners and experienced asp.net programmers that are new to DNN.&lt;/P&gt;
&lt;P&gt;Based on DotNetNuke 4.9.0, this book is the best complement to the Module Developers Guide from the DotNetNuke website which is based on an earlier DNN 4 version. I know he was under pressure to complete this book and I think that Mitchel’s experience in teaching and writing makes this a great learning tool. The original author was behind schedule and was unable to finish it so it was handed to Mitchel who used a different Table of Contents and module example to write the book within a short time span.&lt;/P&gt;
&lt;P&gt;The framework has progressed so much that no one single book will have every bit of information about it and that’s exactly what makes this an important addition to your DotNetNuke library.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6898670" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Dotnetnuke/default.aspx">Dotnetnuke</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Wireless Electricity Is Here (Seriously)</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/01/31/wireless-electricity-is-here-seriously.aspx</link><pubDate>Sat, 31 Jan 2009 19:18:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6871062</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=6871062</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=6871062</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/01/31/wireless-electricity-is-here-seriously.aspx#comments</comments><description>&lt;p mce_keep="true"&gt;The title of this blog entry repeats without adornments the title of &lt;a class="class" href="http://www.fastcompany.com/magazine/132/brilliant.html?page=0%2C0" mce_href="http://www.fastcompany.com/magazine/132/brilliant.html?page=0%2C0"&gt;an article in FastCompany magazine&lt;/a&gt; that reports about the imminence of a technology that will absolutely revolutionize the mobile industry and will transcend into other areas. We will soon presence the era of truly wireless devices.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6871062" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/technology/default.aspx">technology</category></item><item><title>Vista, Visual Studio and Dotnetnuke development</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/01/16/actively-using-vista-and-dotnetnuke.aspx</link><pubDate>Fri, 16 Jan 2009 04:10:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6390809</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=6390809</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=6390809</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/01/16/actively-using-vista-and-dotnetnuke.aspx#comments</comments><description>&lt;p&gt;I had been using Vista on a Virtual PC to slowly become acquainted and I had refused to own a notebook, until I was sucked into reality when my wife asked me to take a week off or else... Long story short, I looked for and bought a laptop in less than an hour. I configured it with 4GB RAM an Vista Business 32-bit, since I wasn't prepared to spend more on a 64 bit machine for my first purchase. &lt;/p&gt;  &lt;p&gt;After installing Office, it was time to set up my development environment for my &lt;a href="http://www.dotnetnuke.com"&gt;DotNetNuke&lt;/a&gt; projects. VS 2008, SQL 2005 and Virtual PC 2007. After set up, I started to configure my DotNetNuke environment and experienced issues when trying to install DotNetNuke.&lt;/p&gt;  &lt;p&gt;I had two specific issues:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;The install would hang. After several attempts and getting help from &lt;a href="http://www.charlesnurse.com"&gt;Charles Nurse&lt;/a&gt; I realized it was that VS2008 only installed the latest MS AJAX version, and DotNetNuke uses AJAX v 1. After installing it everything was OK &lt;/li&gt;    &lt;li&gt;After successfully installing DNN4 it was time to play with DNN5 Betas. With Vista's IIS version you can create sites, not just virtual directories and I was happily trying to create one called &lt;font face="Courier"&gt;http://donetnuke_2&lt;/font&gt; to follow the practice for core modules. For some reason after installing the beta successfully I could not login into DNN. With help from Sebastian Leupold, &lt;a href="http://www.erikvanballegoij.com/Home.aspx"&gt;Erik Van Ballegoij&lt;/a&gt;, Charles, &lt;a href="http://weblogs.asp.net/christoc"&gt;Chris Hammond&lt;/a&gt; and Shawn Mehaffie, I finally pinpointed the error to the fact that you cannot use dashes in the domain part of the URL. After switching to &lt;font face="Courier"&gt;http://dotnetnuke2&lt;/font&gt; I was back in the game. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;This are just two issues I came across and so far I have been coding away without any issues in Vista and VS2008. I plan to start testing &lt;a href="http://www.microsoft.com/windows/windows-7"&gt;Windows 7&lt;/a&gt; and &lt;a href="http://www.microsoft.com/visualstudio/products/2010/default.mspx"&gt;VS2010 CTP&lt;/a&gt; in my first attempt to be an early adopter. Of course, I will post my findings here, stay tuned.&lt;/p&gt;  &lt;p&gt;Have you found other issues with Vista and VS2008? Let me know.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6390809" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Vista/default.aspx">Vista</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Dotnetnuke/default.aspx">Dotnetnuke</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/AJAX/default.aspx">AJAX</category></item><item><title>Day 1: Windows 7 &amp; Internet Explorer 8 - a better experience, really</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/01/15/day-1-windows-7-amp-internet-explorer-8-a-better-experience-really.aspx</link><pubDate>Fri, 16 Jan 2009 02:44:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6837282</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=6837282</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=6837282</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/01/15/day-1-windows-7-amp-internet-explorer-8-a-better-experience-really.aspx#comments</comments><description>&lt;p&gt;I've managed to stay away from Betas for a long time, I could not afford to have downtime but with the entire buzz about Internet Explorer 8 and &lt;a href="http://www.microsoft.com/windows/windows-7/"&gt;the recent availability of Windows 7&lt;/a&gt;, I decided to give it a go.
&lt;/p&gt;&lt;p&gt;I created a new VM with 1GB RAM and a 20 GB Hard drive. The installation process was quite smooth, and I practically did not notice it while attending our &lt;a href="http://www.dotnetnuke.com"&gt;DotNetNuke&lt;/a&gt; weekly team meeting. I did not even create a DVD; I just captured the downloaded ISO and began installation.
&lt;/p&gt;&lt;p&gt;Although in the VM I have to do away with the Aero GUI, I must say that turning Full Screen Mode on and working as if I were directly in the Laptop base OS was just fine. 
&lt;/p&gt;&lt;p&gt;Some of the features are even more intuitively placed, including the direct access to change the screen resolution. The additional feature that allows automatic rotation of background is nice as well. During the day Windows Explorer did not cause any of the problems I currently have in Vista, like the restarts I have to endure. Finally I found the copying feature more stable and reliable. I copied several hundreds of MB from another machine, going through the Host OS with an apparent increase in speed. The laptop has 4GB of RAM and the VM did better with only 1GB.
&lt;/p&gt;&lt;p&gt;On the network side, with the exception of finding out that clicking the "Connect to a Network" links in the Start Menu or the Network And Sharing Center, both open the popup that takes you the Network And Sharing Center (!?)-, I had no problems joining my domain.
&lt;/p&gt;&lt;p&gt;After installing the Firewall client, I went to see some of my favorite sites to experience firsthand how the new standards compliance could affect their appearance. None of the sites I visited had any issues. I took more time to visit some DotNetNuke based sites, of course including &lt;a href="http://www.rocakdnbol.com"&gt;some I've done for my customers&lt;/a&gt;. I am amazed that none of them presented any problems.
&lt;/p&gt;&lt;p&gt;One of my best experiences so far was with the &lt;a href="http://www.silverlight.com"&gt;Silverlight&lt;/a&gt; extension install. I was completely surprised that after downloading and installing it, I did not have to restart IE. Even though the installer finished mentioning that I might need a refresh, Silverlight content was immediately available in some of the browser windows I already had open.
&lt;/p&gt;&lt;p&gt;I liked the docking of windows and the automatic behavior that hides or shows other windows when you shake the active one.
&lt;/p&gt;&lt;p&gt;Although I was limited because I was running Windows 7 inside of the VM, for a day's worth of playing with Windows 7, I had a pleasant experience. I can see now why there are rumors that a second Beta may not happen and that a RC could be the next version that Microsoft releases. &lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6837282" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://weblogs.asp.net/nestorsanchez/archive/tags/Internet+Explorer+8/default.aspx">Internet Explorer 8</category></item><item><title>An opportunity for better DotNetNuke testing with Typemock Isolator</title><link>http://weblogs.asp.net/nestorsanchez/archive/2009/01/15/an-opportunity-for-better-dotnetnuke-testing-with-typemock-isolator.aspx</link><pubDate>Thu, 15 Jan 2009 13:51:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6836198</guid><dc:creator>hooligannes97</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/rsscomments.aspx?PostID=6836198</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/nestorsanchez/commentapi.aspx?PostID=6836198</wfw:comment><comments>http://weblogs.asp.net/nestorsanchez/archive/2009/01/15/an-opportunity-for-better-dotnetnuke-testing-with-typemock-isolator.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;A product that will complement the current effort to support unit testing in DotNetNuke, is Typemock Isolator. They have an ongoing campaing to start some kind of viral marketing and they are giving their product for free to those who post about it in specialized blogs. So, full disclosure, I want to get the free license and start using the product to test my DotNetNuke modules.&lt;/P&gt;
&lt;DIV align=left&gt;&lt;STRONG style="FONT-WEIGHT: bold; COLOR: rgb(0,0,0)"&gt;&lt;SPAN style="COLOR: rgb(204,0,0)"&gt;*Begin*&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;BEGIN&gt;
&lt;DIV align=left&gt;&lt;SPAN style="COLOR: rgb(255,0,0)"&gt;&lt;STRONG style="FONT-WEIGHT: bold; COLOR: rgb(0,0,0)"&gt;&lt;BEGIN&gt;&lt;/BEGIN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;BR&gt;&lt;A style="COLOR: rgb(0,102,153)" href="http://www.typemock.com/vbpage.php"&gt;Programming Visual Basic&lt;/A&gt;&amp;nbsp;applications?&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;BR&gt;Typemock have released a new version of their&amp;nbsp;&lt;A style="COLOR: rgb(0,102,153)" href="http://www.typemock.com/?utm_source=hp&amp;amp;utm_medium=typeblog&amp;amp;utm_campaign=isolatorvb"&gt;unit testing&lt;/A&gt;&amp;nbsp;tool, Typemock Isolator 5.2.&lt;BR&gt;This version includes a new friendly&amp;nbsp;&lt;A style="COLOR: rgb(0,102,153)" href="http://www.typemock.com/vbpage.php?utm_source=vbp&amp;amp;utm_medium=typeblog&amp;amp;utm_campaign=isolatorvb"&gt;VB.NET&amp;nbsp;&lt;/A&gt;API which makes Isolator the best Isolation tool for&amp;nbsp;&lt;A style="COLOR: rgb(0,102,153)" href="http://www.typemock.com/vbpage.php?utm_source=vbp&amp;amp;utm_medium=typeblog&amp;amp;utm_campaign=isolatorvb"&gt;unit testing A Visual Basic (VB) .NET application&lt;/A&gt;.&lt;/DIV&gt;
&lt;DIV align=left&gt;Isolator now allows unit testing in VB or C# for many ‘hard to test’ technologies such as&amp;nbsp;&lt;A style="COLOR: rgb(0,102,153)" href="http://typemock.com/sharepointpage.php?utm_source=spp&amp;amp;utm_medium=typeblog&amp;amp;utm_campaign=isolatorvb"&gt;SharePoint&lt;/A&gt;, ASP.NET MVC, partial support for Silverlight, WPF, LINQ, WF, Entity Framework,&amp;nbsp;&lt;A style="COLOR: rgb(0,102,153)" href="http://www.typemock.com/wcfpage.php?utm_source=wcfp&amp;amp;utm_medium=typeblog&amp;amp;utm_campaign=isolatorvb"&gt;WCF unit testing&lt;/A&gt;&amp;nbsp;and more.&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;BR&gt;Note that the first 25 bloggers who blog this text in their blog and tell us about it, will get a&amp;nbsp;&lt;SPAN style="COLOR: rgb(0,102,0)"&gt;&lt;STRONG style="FONT-WEIGHT: bold; COLOR: rgb(0,0,0)"&gt;Free Full Isolator license&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;(C#, VB, and Sharepoint included - worth $139 !!!). If you post this in a&amp;nbsp;&lt;STRONG style="FONT-WEIGHT: bold; COLOR: rgb(0,0,0)"&gt;&lt;SPAN style="COLOR: rgb(51,0,153)"&gt;VB.NET dedicated blog&lt;/SPAN&gt;&lt;/STRONG&gt;, you'll get a license automatically (even if more than 25 submit) during the first week of this announcement.&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;BR&gt;Go ahead, click the following link for&amp;nbsp;&lt;A style="COLOR: rgb(0,102,153)" href="http://blog.typemock.com/2009/01/get-free-isolator-licnese-for-helping.html?utm_source=vb_blog&amp;amp;utm_medium=typeblog&amp;amp;utm_campaign=isolatorvbblog"&gt;more information&amp;nbsp;&lt;/A&gt;on how to get your free license.&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;SPAN style="COLOR: rgb(255,255,255)"&gt;_&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;STRONG style="FONT-WEIGHT: bold; COLOR: rgb(0,0,0)"&gt;&lt;SPAN style="COLOR: rgb(255,0,0)"&gt;*End*&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/BEGIN&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6836198" width="1" height="1"&gt;</description></item></channel></rss>