<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.estatic.org/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">BusinessRx Reading List</title><subtitle type="html">These blog entries are written by industry experts and leaders.  We consider this content to be a good read for any software developer or web technologist.</subtitle><id>http://blogs.estatic.org/blogs/industry/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.estatic.org/blogs/industry/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.61025.1">Community Server</generator><updated>2008-09-02T08:21:59Z</updated><entry><title>October 2nd Links: ASP.NET, ASP.NET MVC, ASP.NET Dynamic Data</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/10/02/october-2nd-links-asp-net-asp-net-mvc-asp-net-dynamic-data.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/10/02/october-2nd-links-asp-net-asp-net-mvc-asp-net-dynamic-data.aspx</id><published>2008-10-02T08:23:21Z</published><updated>2008-10-02T08:23:21Z</updated><content type="html">Here is the latest in my link-listing series .&amp;#160; Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. ASP.NET Amazon EC2 Support for Windows and ASP.NET: Big news announced this week: Amazon will be offering Windows Server 2008 as an option in their EC2 service.&amp;#160; This enables you to use ASP.NET, IIS7 and SQL Server in the cloud. Using ASP.NET WebForms, MVC and Dynamic Data in a Single Application...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/10/02/october-2nd-links-asp-net-asp-net-mvc-asp-net-dynamic-data.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3946" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx" /><category term="ASP.NET" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET/default.aspx" /><category term="Link Listing" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/Link+Listing/default.aspx" /><category term="MVC" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/MVC/default.aspx" /></entry><entry><title>Lazy LINQ and Enumerable Objects</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/10/01/lazy-linq-and-enumerable-objects.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/10/01/lazy-linq-and-enumerable-objects.aspx</id><published>2008-10-01T10:30:00Z</published><updated>2008-10-01T10:30:00Z</updated><content type="html">Someone asked me why LINQ operators return an IEnumerable&amp;lt;T&amp;gt; instead of something more useful, like a List&amp;lt;T&amp;gt;. In other words, in the following code: List &amp;lt; Book &amp;gt; books = new List &amp;lt; Book &amp;gt;(); // ... IEnumerable &amp;lt; Book &amp;gt; filteredBooks = books.Where(book =&amp;gt; book.Title.StartsWith( "R" )); ... we started with a List&amp;lt;Book&amp;gt;, so why isn’t the Where operator smart enough to return a new List&amp;lt;Book&amp;gt;, or modify the existing list by removing books that don’t match...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/10/01/lazy-linq-and-enumerable-objects.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3943" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author></entry><entry><title>jQuery and Microsoft</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/28/jquery-and-microsoft.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/28/jquery-and-microsoft.aspx</id><published>2008-09-28T18:32:31Z</published><updated>2008-09-28T18:32:31Z</updated><content type="html">jQuery is a lightweight open source JavaScript library (only 15kb in size) that in a relatively short span of time has become one of the most popular libraries on the web. A big part of the appeal of jQuery is that it allows you to elegantly (and efficiently) find and manipulate HTML elements with minimum lines of code.&amp;#160; jQuery supports this via a nice &amp;quot;selector&amp;quot; API that allows developers to query for HTML elements, and then apply &amp;quot;commands&amp;quot; to them.&amp;#160; One of the characteristics...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/28/jquery-and-microsoft.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3938" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx" /><category term="ASP.NET" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET/default.aspx" /><category term="Visual Studio" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx" /><category term="Atlas" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/Atlas/default.aspx" /><category term="Community News" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx" /></entry><entry><title>A Twist on the Monty Hall Problem</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/26/a-twist-on-the-monty-hall-problem.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/26/a-twist-on-the-monty-hall-problem.aspx</id><published>2008-09-26T21:56:00Z</published><updated>2008-09-26T21:56:00Z</updated><content type="html">Steve Smith has posted a couple of interesting probability problem solvers on his blog recently. His most recent one is a twist on the Monty Hall problem . I mentioned the Monty Hall problem and its solution in an earlier blog entry of mine, For Some Probability Problems, Seeing Can Be Believing : When facing a particularly tough probabilty problem sometimes it helps to sit down and draw out the possible outcomes for the given scenarios. In doing so, things that may otherwise seem very complex boil...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/26/a-twist-on-the-monty-hall-problem.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3936" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author></entry><entry><title>In Memoriam to My Nephew, Matthew O'Bryant</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/26/in-memoriam-to-my-nephew-matthew-o-bryant.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/26/in-memoriam-to-my-nephew-matthew-o-bryant.aspx</id><published>2008-09-26T18:11:00Z</published><updated>2008-09-26T18:11:00Z</updated><content type="html">My nephew, Matthew O'Bryant, was one of the two US military personnel that was killed in the terrorist bombing of the Pakistan Marriott last weekend. He was a great kid (22 years old) and he will be missed very much by his wife, brother and sisters, parents, the rest of our family, and his many friends. http://www.wkrg.com/local/article/local_sailor_killed_in_pakistan_bombing/18566/ http://www.myfoxgulfcoast.com/myfox/pages/News/Detail?contentId=7499322&amp;amp;version=2&amp;amp;locale=EN-US&amp;amp;layoutCode=TSTY&amp;amp;pageId=3.2.1...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/26/in-memoriam-to-my-nephew-matthew-o-bryant.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3934" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author></entry><entry><title>Silverlight 2 Release Candidate Now Available</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/26/silverlight-2-release-candidate-now-available.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/26/silverlight-2-release-candidate-now-available.aspx</id><published>2008-09-26T04:54:32Z</published><updated>2008-09-26T04:54:32Z</updated><content type="html">This evening we published the first public release candidate of Silverlight 2. There are still a small handful of bugs fixes that we plan to make before we finally ship.&amp;#160; We are releasing today's build, though, so that developers can start to update their existing Silverlight Beta2 applications so that they'll work the day the final release ships, as well as to enable developers to report any last minute showstopper issues that we haven't found internally (please report any of these on the www.silverlight.net...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/26/silverlight-2-release-candidate-now-available.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3932" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx" /><category term="Visual Studio" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx" /><category term="Community News" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx" /><category term="Silverlight" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/Silverlight/default.aspx" /></entry><entry><title>Raleigh Alt.Net Beer Users Group</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/23/raleigh-alt-net-beer-users-group.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/23/raleigh-alt-net-beer-users-group.aspx</id><published>2008-09-23T14:32:49Z</published><updated>2008-09-23T14:32:49Z</updated><content type="html">I am happy to announce that this Thursday (9/25) will be the first meeting of the new Raleigh Alt.Net Beer Users Group, or Alt.bug for short. The basic idea is just to go hang out and discuss whatever comes up. We might consider setting topics for future meetings, but for this first meeting we are just going to see what happens. I have already confirmed that Derik , Dug , and Jayme will be coming and hopefully many more will show up as well. The meeting will be at O'Malleys Tavern (Guinness and Red...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/23/raleigh-alt-net-beer-users-group.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3927" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author><category term="averyBlog" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/averyBlog/default.aspx" /></entry><entry><title>Transferring Large Files</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/19/transferring-large-files.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/19/transferring-large-files.aspx</id><published>2008-09-19T13:29:00Z</published><updated>2008-09-19T13:29:00Z</updated><content type="html">Every couple of weeks or so I seem to have a need to transfer (or receive) a relatively large file to another colleague or client. It might be a database zipped up into a 50 MB file, artwork totalling hundreds of megabytes, or various DLLs and source code. Over the course of my career I have used the following techniques for transferring data: E-mail - the most straightforward technique for sharing data. The major con is that many email providers reject attachments over a certain threshold, usually...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/19/transferring-large-files.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3922" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author></entry><entry><title>September Lounge Update</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/16/september-lounge-update.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/16/september-lounge-update.aspx</id><published>2008-09-16T17:36:50Z</published><updated>2008-09-16T17:36:50Z</updated><content type="html">August was a great month for The Lounge, with Scott joining the network the web publishers room hit an all-time high of 1.7 Million impressions in the month. To start out this month I have moved Sam Allen who runs the excellent site DotNetPerls from the Small Publishers Room to the Web Publishers Room. Sam has been writing some excellent articles and has been rewarded with great traffic. I am thrilled to announce that I will be handling sponsorship for the Herding Code Podcast. I am convinced that...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/16/september-lounge-update.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3914" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author><category term="averyBlog" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/averyBlog/default.aspx" /></entry><entry><title>NHaml-Users Google Group</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/15/nhaml-users-google-group.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/15/nhaml-users-google-group.aspx</id><published>2008-09-15T13:23:34Z</published><updated>2008-09-15T13:23:34Z</updated><content type="html">Since NHaml has broken out of MvcContrib (which is a great decision I think, I hate contrib projects in general since they are very hard to maintain) there isn't a great place to ask questions about using NHaml so I went ahead and created a NHaml-Users Google group . -James...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/15/nhaml-users-google-group.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3911" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author><category term="averyBlog" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/averyBlog/default.aspx" /></entry><entry><title>Search Your Site Using Google's Custom Search Engine</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/15/search-your-site-using-google-s-custom-search-engine.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/15/search-your-site-using-google-s-custom-search-engine.aspx</id><published>2008-09-15T08:51:00Z</published><updated>2008-09-15T08:51:00Z</updated><content type="html">Remember when people used to debate what search engine was the best among the bunnch? Do you remember back in the day when Yahoo! differentiated itself from other search engines by having actual human beings catalog, summarize, and rate large swaths of the World Wide Web? Today, search is a commodity. It's ubiquitous. Web surfers expect there to be a search box and expect accurate results returned in the blink of an eye. Because of these expectations, it's now more important than ever that your website...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/15/search-your-site-using-google-s-custom-search-engine.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3912" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author></entry><entry><title>Three's Company, Too</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/09/three-s-company-too.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/09/three-s-company-too.aspx</id><published>2008-09-09T22:24:00Z</published><updated>2008-09-09T22:24:00Z</updated><content type="html">I try to keep this blog tightly focused on technical issues, but I wanted to share this happy bit of news: on September 1st my wife gave birth to our daughter, Alice Mitchell . Mom &amp;amp; baby are healthy and happy. If you'd care to read a bit more about this, I've blogged about it on my personal blog, ScottOnLife.com : Then There Were Three ....(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/09/three-s-company-too.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3906" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author></entry><entry><title>What’s Wrong With This Code? (#20)</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/02/what-s-wrong-with-this-code-20.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/02/what-s-wrong-with-this-code-20.aspx</id><published>2008-09-03T01:12:00Z</published><updated>2008-09-03T01:12:00Z</updated><content type="html">Mike had to model answers. Yes or no answers, date and time answers - all sorts of answers. One catch was that any answer could be “missing” or could be “empty”. Both values had distinct meanings in the domain. An interface definition fell out of the early iterative design work: public interface IAnswer { bool IsMissing { get ; } bool IsEmpty { get ; } } Mike was prepared to implement a DateTimeAnswer class, but first a test: [ TestMethod ] public void Can_Represent_Empty_DateTimeAnswer() { DateTimeAnswer...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/02/what-s-wrong-with-this-code-20.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3893" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author></entry><entry><title>ASP.NET MVC Preview 5 and Form Posting Scenarios</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/02/asp-net-mvc-preview-5-and-form-posting-scenarios.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/02/asp-net-mvc-preview-5-and-form-posting-scenarios.aspx</id><published>2008-09-02T12:22:52Z</published><updated>2008-09-02T12:22:52Z</updated><content type="html">This past Thursday the ASP.NET MVC feature team published a new &amp;quot;Preview 5&amp;quot; release of the ASP.NET MVC framework.&amp;#160; You can download the new release here .&amp;#160; This &amp;quot;Preview 5&amp;quot; release works with both .NET 3.5 and the recently released .NET 3.5 SP1.&amp;#160; It can also now be used with both Visual Studio 2008 as well as (the free) Visual Web Developer 2008 Express SP1 edition (which now supports both class library and web application projects). Preview 5 includes a bunch of...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/02/asp-net-mvc-preview-5-and-form-posting-scenarios.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3890" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author><category term=".NET" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx" /><category term="ASP.NET" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET/default.aspx" /><category term="Community News" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx" /><category term="MVC" scheme="http://blogs.estatic.org/blogs/industry/archive/tags/MVC/default.aspx" /></entry><entry><title>Quick Update</title><link rel="alternate" type="text/html" href="http://blogs.estatic.org/blogs/industry/archive/2008/09/02/quick-update.aspx" /><id>http://blogs.estatic.org/blogs/industry/archive/2008/09/02/quick-update.aspx</id><published>2008-09-02T12:21:59Z</published><updated>2008-09-02T12:21:59Z</updated><content type="html">I've received a number of (very nice) emails recently asking if I was ok - since my blog has been silent the last few weeks (and much of the summer).&amp;#160; Just to address people's concerns - I'm alive and well. :-)&amp;#160; I've just been on vacation the last 6 weeks, and have unfortunately not had free time to post (I've been changing a lot of diapers).&amp;#160; I am still on vacation another week before I officially return to work.&amp;#160; I did get a chance to write up a quick post this weekend that...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2008/09/02/quick-update.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=3891" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://blogs.estatic.org/members/Anonymous.aspx</uri></author></entry></feed>