<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for peteresch</title><link>http://disqus.com/by/peteresch/</link><description></description><atom:link href="http://disqus.com/peteresch/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 02 May 2019 14:59:01 -0000</lastBuildDate><item><title>Re: Conversation @ http://www.pluralsight.com/training/Courses/Discussion/aspdotnet-mvc5-fundamentals</title><link>http://pluralsight.com/courses/aspdotnet-mvc5-fundamentals#comment-4446980394</link><description>&lt;p&gt;Some of the Mongo tweaks to get things running.  Some may be duplicated from previous comments.&lt;/p&gt;&lt;p&gt;In PatientDb skip the GetServer and GetDatabase straight from the client.&lt;br&gt;&lt;code&gt;var db = client.GetDatabase("PatientDb");&lt;/code&gt;&lt;/p&gt;&lt;p&gt;In MongoConfig use InsertMany instead of InsertBatch&lt;br&gt;&lt;code&gt;patients.InsertMany(data);&lt;/code&gt;&lt;/p&gt;&lt;p&gt;In PatientsController use Find instead of FindAll&lt;br&gt;&lt;code&gt;return _patients.Find(_ =&amp;gt; true).ToList();&lt;/code&gt;&lt;/p&gt;&lt;p&gt;Also in PatientsController use Find&amp;lt;patient&amp;gt; instead of FindOneById&lt;br&gt;&lt;code&gt;var patient = _patients.Find&amp;lt;patient&amp;gt;(p =&amp;gt; p.Id == id).SingleOrDefault();&lt;/code&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">peteresch</dc:creator><pubDate>Thu, 02 May 2019 14:59:01 -0000</pubDate></item><item><title>Re: Your First Comment On This Blog</title><link>http://www.chrisbrogan.com/your-first-comment-on-this-blog/#comment-32789829</link><description>&lt;p&gt;Thank you for sharing your knowledge and insight.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">peteresch</dc:creator><pubDate>Fri, 05 Feb 2010 17:54:52 -0000</pubDate></item><item><title>Re: Web 2.0 - a philosophy of elitism and technological divide</title><link>http://www.shootingatbubbles.com/2008/05/25/web-20-a-philosophy-of-elitism-and-technological-divide/#comment-528851</link><description>&lt;p&gt;"Any technology that is going to have significant impact over the next 10 years is already at least 10 years old".  Bill Buxton over at BusinessWeek made a good point in his article The Long Nose of Innovation that could be applied here.  Broadband providers still have some maturing to do before becoming ubiquitous.  Exposing the general public to issues like throttling and net neutrality would not be beneficial to anyone at this point.  The fat pipe may be the missing requirement for future technologies but we need to deal with pressure testing the pipe first.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">peteresch</dc:creator><pubDate>Sun, 25 May 2008 21:04:38 -0000</pubDate></item><item><title>Re: Battlestar Galactica: He That Believeth In Me</title><link>http://www.webomatica.com/wordpress/2008/04/05/battlestar-galactica-he-that-believeth-in-me/#comment-307163</link><description>&lt;p&gt;I agree that Tory does not appear to be a strong enough character to be a cylon.  Now it would be cool if it turned out that Billy (Roslin's previous aide) was one of the final five.  I would like to think that would have been the case if Paul Campbell had not left the show.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">peteresch</dc:creator><pubDate>Sun, 06 Apr 2008 22:25:49 -0000</pubDate></item></channel></rss>