<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>BinaryForge - Latest Comments</title><link>http://binaryforge.disqus.com/</link><description></description><atom:link href="https://binaryforge.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 24 Jan 2013 10:24:37 -0000</lastBuildDate><item><title>Re: Ember.js &amp;#8211; Hello World tutorial</title><link>http://www.binaryforge-software.com/wpblog/?p=195#comment-776797333</link><description>&lt;p&gt;Sorry that this isn't working, it's an old example and given that Ember is being updated so often this is now out of date.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duncan</dc:creator><pubDate>Thu, 24 Jan 2013 10:24:37 -0000</pubDate></item><item><title>Re: Web Service Performance</title><link>http://www.binaryforge-software.com/wpblog/?p=217#comment-776792876</link><description>&lt;p&gt;Thanks, I'm building a more elaborate test and will keep this in mind&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duncan</dc:creator><pubDate>Thu, 24 Jan 2013 10:20:55 -0000</pubDate></item><item><title>Re: Web Service Performance</title><link>http://www.binaryforge-software.com/wpblog/?p=217#comment-776584839</link><description>&lt;p&gt;In the first example, you are doing a foreach:&lt;br&gt;    foreach (Project singleProject in ProjectList) {...}and in that you are copying an already existing list of Projects to a brand new list.Drop the foreach, and just    return ProjectList.ToList();Should improve linq performance.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Akos Lukacs</dc:creator><pubDate>Thu, 24 Jan 2013 07:08:30 -0000</pubDate></item><item><title>Re: Ember.js &amp;#8211; Hello World tutorial</title><link>http://www.binaryforge-software.com/wpblog/?p=195#comment-768981145</link><description>&lt;p&gt;Ember is constantly being updated as it gets close to its 1.0 release. This code is valid for earlier versions of Ember (0.9.*). As I write this, Ember is on version 1.0-pre2 (and pre3 comes out late this week or next sometime week). Stuff like App.initialize has been removed in favor of App.deferReadiness along with many many many other changes and better integration with Ember Data. I suggest getting help at stackoverflow and check the new guides available at emberjs [dot] com (which is accurate with the master branch, many patches ahead of pre2). Github has several repositories with ember with examples and guides.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thiago Santos</dc:creator><pubDate>Tue, 15 Jan 2013 13:49:30 -0000</pubDate></item><item><title>Re: Multiple submit buttons in a single ASP.NET MVC Form</title><link>http://www.binaryforge-software.com/wpblog/?p=173#comment-766936047</link><description>&lt;p&gt;I am trying to use this sample, but I still have questions.  What about the model? can you pass back to the collector?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Jurado</dc:creator><pubDate>Mon, 14 Jan 2013 01:56:45 -0000</pubDate></item><item><title>Re: Ember.js &amp;#8211; Hello World tutorial</title><link>http://www.binaryforge-software.com/wpblog/?p=195#comment-761324805</link><description>&lt;p&gt;The example is not working and its missing basic stuff, like App.initialize() for example.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous Coward</dc:creator><pubDate>Wed, 09 Jan 2013 10:52:29 -0000</pubDate></item><item><title>Re: Web Service Performance</title><link>http://www.binaryforge-software.com/wpblog/?p=217#comment-760034886</link><description>&lt;p&gt;As you noted, I'm going to be investigating how better to support a stateless environment for the Couchbase .NET client.  One other option you might be able to try is to reduce the size of the connection pool to a single socket.  Since the client is recreated each time, you could try to use a pool with 1 socket.&lt;/p&gt;&lt;p&gt;In your config, you could add a socketPool element with attributes minPoolSize="1" and maxPoolSize="1" - this should reduce the startup time. &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.couchbase.com/docs/couchbase-sdk-net-1.2/couchbase-sdk-net-configuration.html" rel="nofollow noopener" target="_blank" title="http://www.couchbase.com/docs/couchbase-sdk-net-1.2/couchbase-sdk-net-configuration.html"&gt;http://www.couchbase.com/do...&lt;/a&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jzablocki</dc:creator><pubDate>Tue, 08 Jan 2013 09:46:31 -0000</pubDate></item><item><title>Re: Ember.js &amp;#8211; Hello World tutorial</title><link>http://www.binaryforge-software.com/wpblog/?p=195#comment-637817780</link><description>&lt;p&gt;But where is the advantage of ember? backbone give me a good model structure, with collection and handling collection (add, get, sort).&lt;br&gt;The binding in your small example is available in backbone too, or if you need complexer handling you can add mediator.js &lt;a href="http://thejacklawson.com/Mediator.js/" rel="nofollow noopener" target="_blank" title="http://thejacklawson.com/Mediator.js/"&gt;http://thejacklawson.com/Me...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mdhp</dc:creator><pubDate>Sun, 02 Sep 2012 06:32:25 -0000</pubDate></item></channel></rss>