<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.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>Nathan J Pledger - All Comments</title><link>http://bloggingabout.net/blogs/program.x/default.aspx</link><description>Program.X musings from the Isle of Man concerning ASP.NET, in particular accessibility, web standards and neat ideas. </description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Kendo UI: Managing data changes on the client and sending it back to ASP.NET MVC</title><link>http://bloggingabout.net/blogs/program.x/archive/2011/12/14/kendo-ui-managing-data-changes-on-the-client-and-sending-it-back-to-asp-net-mvc.aspx#577090</link><pubDate>Fri, 30 Dec 2011 08:31:16 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:577090</guid><dc:creator>Nathan Pledger</dc:creator><description>&lt;p&gt;Thanks for commenting guys.&lt;/p&gt;
&lt;p&gt;Gene:&lt;/p&gt;
&lt;p&gt;I have not yet played with oData, so couldn&amp;#39;t really say. I haven&amp;#39;t used oData only due to its poor support for security.&lt;/p&gt;
&lt;p&gt;Danish:&lt;/p&gt;
&lt;p&gt;Unfortunately the code presented her is an extract from a project subject to commercial property so I cannot post the actual code.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577090" width="1" height="1"&gt;</description></item><item><title>re: Kendo UI: Managing data changes on the client and sending it back to ASP.NET MVC</title><link>http://bloggingabout.net/blogs/program.x/archive/2011/12/14/kendo-ui-managing-data-changes-on-the-client-and-sending-it-back-to-asp-net-mvc.aspx#577089</link><pubDate>Fri, 30 Dec 2011 07:13:31 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:577089</guid><dc:creator>Danish</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you post the code for your application&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Danish&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577089" width="1" height="1"&gt;</description></item><item><title>re: Kendo UI: Managing data changes on the client and sending it back to ASP.NET MVC</title><link>http://bloggingabout.net/blogs/program.x/archive/2011/12/14/kendo-ui-managing-data-changes-on-the-client-and-sending-it-back-to-asp-net-mvc.aspx#577080</link><pubDate>Mon, 26 Dec 2011 21:18:16 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:577080</guid><dc:creator>Gene</dc:creator><description>&lt;p&gt;Thanks, this is part of what I was looking for. I see the kendui datasource can use odata. Have you tried anything with wiring the kendoui odata operations to ria?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577080" width="1" height="1"&gt;</description></item><item><title>re: WCF Exception: "There can be at most one address per scheme in this collection"</title><link>http://bloggingabout.net/blogs/program.x/archive/2009/03/16/wcf-exception-quot-there-can-be-at-most-one-address-per-scheme-in-this-collection-quot.aspx#486859</link><pubDate>Mon, 06 Jun 2011 14:07:44 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:486859</guid><dc:creator>Lolo</dc:creator><description>&lt;p&gt;Many Thanx @ Grant. Saved mi demo!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=486859" width="1" height="1"&gt;</description></item><item><title>re: WCF -&gt; JSON Serialization woes and a solution</title><link>http://bloggingabout.net/blogs/program.x/archive/2009/03/18/wcf-json-serialization-woes.aspx#485215</link><pubDate>Fri, 01 Apr 2011 13:04:40 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:485215</guid><dc:creator>tshirts</dc:creator><description>&lt;p&gt;Refactoring my code so that JSON is one of the many endpoints my service provides. It bugs me that I have to hardcode the serialization of the object (Newtonsoft) in the service class, as the correct procedure would be to return the anonymous type and let the endpoint take care of the serialization.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=485215" width="1" height="1"&gt;</description></item><item><title>re: Silverlight and ASP.NET compatible WCF over SSL using custom username/password authentication</title><link>http://bloggingabout.net/blogs/program.x/archive/2011/01/20/silverlight-and-asp-net-compatible-wcf-over-ssl.aspx#485072</link><pubDate>Tue, 15 Mar 2011 13:53:13 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:485072</guid><dc:creator>Nathan Pledger</dc:creator><description>&lt;p&gt;@frosty: I&amp;#39;ll have a play with this tonight. I would say that having the check on Default.aspx.cs would have no effect, as the Silverlight control is essentially independent of the underlying page (it could just be a .html page). It would need to be within the SL control.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=485072" width="1" height="1"&gt;</description></item><item><title>re: Silverlight and ASP.NET compatible WCF over SSL using custom username/password authentication</title><link>http://bloggingabout.net/blogs/program.x/archive/2011/01/20/silverlight-and-asp-net-compatible-wcf-over-ssl.aspx#485070</link><pubDate>Tue, 15 Mar 2011 13:36:06 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:485070</guid><dc:creator>frosty</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The RemoteCertificateValidationCallback doesn&amp;#39;t work for Silverlight applications. &amp;nbsp;I&amp;#39;ve got to figure out a way to ignore invalid certs for Development. &amp;nbsp;I&amp;#39;ve tried putting code like you have in the default.aspx.cs file.&lt;/p&gt;
&lt;p&gt;However, Silverlight doesn&amp;#39;t support this and even though defined in the default page code, it isn&amp;#39;t used.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=485070" width="1" height="1"&gt;</description></item><item><title>WCF web service over HTTPS web.config file</title><link>http://bloggingabout.net/blogs/program.x/archive/2011/01/20/silverlight-and-asp-net-compatible-wcf-over-ssl.aspx#484848</link><pubDate>Mon, 21 Feb 2011 17:16:31 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:484848</guid><dc:creator>Taiseer Joudeh</dc:creator><description>&lt;p&gt;Thanks very much for your useful article.&lt;/p&gt;
&lt;p&gt;For anyone who is looking for a clean Web.config configuration to call a web service over HTTPS with BasicHTTPBinding while sending large data such as Images, please use the below:&lt;/p&gt;
&lt;p&gt;&amp;lt;system.serviceModel&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;behaviors&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;serviceBehaviors&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;behavior name=&amp;quot;sslBehaviour&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;serviceMetadata httpGetEnabled=&amp;quot;false&amp;quot; httpsGetEnabled=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;serviceDebug includeExceptionDetailInFaults=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/behavior&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/serviceBehaviors&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/behaviors&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;bindings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;basicHttpBinding&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;binding name=&amp;quot;basicwithssl&amp;quot; maxReceivedMessageSize=&amp;quot;100000000&amp;quot; sendTimeout=&amp;quot;00:10:00&amp;quot; receiveTimeout=&amp;quot;00:10:00&amp;quot; textEncoding=&amp;quot;UTF-8&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;readerQuotas maxBytesPerRead=&amp;quot;2147483647&amp;quot; maxNameTableCharCount=&amp;quot;2147483647&amp;quot; maxArrayLength=&amp;quot;2147483647&amp;quot; maxStringContentLength=&amp;quot;2147483647&amp;quot; maxDepth=&amp;quot;2147483647&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;security mode=&amp;quot;Transport&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/binding&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/basicHttpBinding&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/bindings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;services&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;service name=&amp;quot;Service_1_0&amp;quot; behaviorConfiguration=&amp;quot;sslBehaviour&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;host&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;baseAddresses&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;add baseAddress=&amp;quot;&lt;a rel="nofollow" target="_new" href="https://www.example.net/&amp;quot;/&amp;gt;"&gt;www.example.net/.../&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/baseAddresses&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/host&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;endpoint address=&amp;quot;&amp;quot; binding=&amp;quot;basicHttpBinding&amp;quot; bindingConfiguration=&amp;quot;basicwithssl&amp;quot; contract=&amp;quot;UI.IService_1_0&amp;quot;&amp;gt; &amp;lt;/endpoint&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/service&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/services&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;serviceHostingEnvironment multipleSiteBindingsEnabled=&amp;quot;true&amp;quot; aspNetCompatibilityEnabled=&amp;quot;false&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/system.serviceModel&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=484848" width="1" height="1"&gt;</description></item><item><title>re: Testing Entity Framework 4</title><link>http://bloggingabout.net/blogs/program.x/archive/2010/06/12/testing-entity-framework-4.aspx#484780</link><pubDate>Thu, 10 Feb 2011 19:51:28 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:484780</guid><dc:creator>Nathan Pledger</dc:creator><description>&lt;p&gt;Sorry about the delay, had some issues to sort out. The ZIP file of a VS2010 project is here:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://programx.co.uk/wp-content/uploads/2011/02/TestableMockableEntityFramework4.zip"&gt;programx.co.uk/.../TestableMockableEntityFramework4.zip&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=484780" width="1" height="1"&gt;</description></item><item><title>re: Testing Entity Framework 4</title><link>http://bloggingabout.net/blogs/program.x/archive/2010/06/12/testing-entity-framework-4.aspx#484728</link><pubDate>Wed, 02 Feb 2011 08:50:22 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:484728</guid><dc:creator>SD</dc:creator><description>&lt;p&gt;Can you reput the zip file of the solution plz ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=484728" width="1" height="1"&gt;</description></item><item><title>re: WCF -&gt; JSON Serialization woes and a solution</title><link>http://bloggingabout.net/blogs/program.x/archive/2009/03/18/wcf-json-serialization-woes.aspx#484389</link><pubDate>Thu, 09 Dec 2010 15:57:17 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:484389</guid><dc:creator>Tim</dc:creator><description>&lt;p&gt;never expose your object model(s), EF classes in your case, as a type on a service. You severely tie your hands by doing this, as you saw, because you rely on the client platform being able to interpret/represent your model. Also, the client dictates changes you can make to an internal OM. AND, you have to &amp;#39;dumb&amp;#39; down your OM to cater to a client. Instead you should be creating a second model for your service, that is simpler, to expose to a consumer. Then you translate from one model to the other. Just because javascript is the client platform doesn&amp;#39;t mean we lose all sense of what SOA is.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=484389" width="1" height="1"&gt;</description></item><item><title>re: WCF -&gt; JSON Serialization woes and a solution</title><link>http://bloggingabout.net/blogs/program.x/archive/2009/03/18/wcf-json-serialization-woes.aspx#484094</link><pubDate>Sun, 26 Sep 2010 14:56:17 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:484094</guid><dc:creator>Andriy Mykhaylyuk</dc:creator><description>&lt;p&gt;One more solution if you want to have better code consistency &amp;nbsp;is to use JavaScriptConverter which will handle circular reference dependencies and will not serialize such references. &lt;/p&gt;
&lt;p&gt;I&amp;#39;ve blogged about here:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://hellowebapps.com/2010-09-26/producing-json-from-entity-framework-4-0-generated-classes/"&gt;hellowebapps.com/.../producing-json-from-entity-framework-4-0-generated-classes&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=484094" width="1" height="1"&gt;</description></item><item><title>Unit Testing Entity Framework 4.0 </title><link>http://bloggingabout.net/blogs/program.x/archive/2010/06/12/testing-entity-framework-4.aspx#484040</link><pubDate>Sun, 12 Sep 2010 04:18:58 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:484040</guid><dc:creator>Andy's blog</dc:creator><description>&lt;p&gt;Unit Testing Entity Framework 4.0&lt;/p&gt;
&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=484040" width="1" height="1"&gt;</description></item><item><title>re: WCF Exception: "There can be at most one address per scheme in this collection"</title><link>http://bloggingabout.net/blogs/program.x/archive/2009/03/16/wcf-exception-quot-there-can-be-at-most-one-address-per-scheme-in-this-collection-quot.aspx#483994</link><pubDate>Fri, 03 Sep 2010 17:55:39 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:483994</guid><dc:creator>Alessandro</dc:creator><description>&lt;p&gt;Thanks. Very good soluction.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=483994" width="1" height="1"&gt;</description></item><item><title>re: Telerik: radControls: Resizable Splitter</title><link>http://bloggingabout.net/blogs/program.x/archive/2009/02/24/telerik-radcontrols-resizable-splitter.aspx#483873</link><pubDate>Tue, 10 Aug 2010 07:24:09 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:483873</guid><dc:creator>xxx</dc:creator><description>&lt;p&gt;thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=483873" width="1" height="1"&gt;</description></item></channel></rss>
