<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by myefforts2</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/myefforts2/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by myefforts2</title>
		<link>http://channel9.msdn.com/Niners/myefforts2/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/myefforts2/Discussions</link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 02:01:28 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 02:01:28 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - A question for WCF gurus</title>
		<description><![CDATA[<p>This is totally possible. Add the contract files to the client project as a link (Add | Existing Item | Add As Link). If you're willing to create the ChannelFactory on the client yourself then you don't need any config either.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/A-question-for-WCF-gurus/de544360f7434a51b8a5a1b3014503d3#de544360f7434a51b8a5a1b3014503d3</link>
		<pubDate>Fri, 03 May 2013 19:43:20 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/A-question-for-WCF-gurus/de544360f7434a51b8a5a1b3014503d3#de544360f7434a51b8a5a1b3014503d3</guid>
		<dc:creator>myefforts2</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/myefforts2/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - WCF Contract first</title>
		<description><![CDATA[<p>WCF can do this and is probably the best choice given your requirements.</p><p>See&nbsp;<a href="http://stackoverflow.com/questions/950150/how-to-use-a-wsdl-file-to-create-a-wcf-service-not-make-a-call">http://stackoverflow.com/questions/950150/how-to-use-a-wsdl-file-to-create-a-wcf-service-not-make-a-call</a> for how to generate C# classes from the WSDL you have. That should give you a contract interface. To 'implement the contract' you create a service class implementing the generated interface and host that as a service.</p><p>You'll likely need to use BasicHttpBinding as a binding type.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/WCF-Contract-first/1deb537c3d0740f6810da19400789241#1deb537c3d0740f6810da19400789241</link>
		<pubDate>Tue, 02 Apr 2013 07:18:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/WCF-Contract-first/1deb537c3d0740f6810da19400789241#1deb537c3d0740f6810da19400789241</guid>
		<dc:creator>myefforts2</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/myefforts2/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - WCF: The underlying secure session has faulted before the reliable session fully completed. The reliable session was faulted.</title>
		<description><![CDATA[<p>I would try adjusting the binding configuration (perhaps turning off reliable sessions) first to see if that eliminates or changes the error.</p><p>Alternatively, reducing the size of the message payload and using multiple calls might be the pragmatic solution.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/WCF-The-underlying-secure-session-has-faulted-before-the-reliable-session-fully-completed-The-reliab/6926d4a3b08b4e14905da1540144803c#6926d4a3b08b4e14905da1540144803c</link>
		<pubDate>Mon, 28 Jan 2013 19:41:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/WCF-The-underlying-secure-session-has-faulted-before-the-reliable-session-fully-completed-The-reliab/6926d4a3b08b4e14905da1540144803c#6926d4a3b08b4e14905da1540144803c</guid>
		<dc:creator>myefforts2</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/myefforts2/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - WCF: The underlying secure session has faulted before the reliable session fully completed. The reliable session was faulted.</title>
		<description><![CDATA[<p>Have you tried turning tracing on server-side to see if you get a better error?&nbsp;<a href="http://msdn.microsoft.com/en-us/library/ms733025.aspx">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;ms733025.aspx</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/WCF-The-underlying-secure-session-has-faulted-before-the-reliable-session-fully-completed-The-reliab/676491c2d1af4325aecaa15400c0b11d#676491c2d1af4325aecaa15400c0b11d</link>
		<pubDate>Mon, 28 Jan 2013 11:41:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/WCF-The-underlying-secure-session-has-faulted-before-the-reliable-session-fully-completed-The-reliab/676491c2d1af4325aecaa15400c0b11d#676491c2d1af4325aecaa15400c0b11d</guid>
		<dc:creator>myefforts2</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/myefforts2/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Windows Workflow Foundation 4.0 Scheduler</title>
		<description><![CDATA[<p>You could write a scheduled task that delivers a message to start your workflow service.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Windows-Workflow-Foundation-40-Scheduler/681a5244a79744b7a25aa1490109521e#681a5244a79744b7a25aa1490109521e</link>
		<pubDate>Thu, 17 Jan 2013 16:06:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Windows-Workflow-Foundation-40-Scheduler/681a5244a79744b7a25aa1490109521e#681a5244a79744b7a25aa1490109521e</guid>
		<dc:creator>myefforts2</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/myefforts2/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Dynamic MSSQL to Oracle query conversion</title>
		<description><![CDATA[<p>To answer your second question, I've not come across any such tool.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Dynamic-MSSQL-to-Oracle-query-conversion/72ca6d5eb10d42a28389a04001422f41#72ca6d5eb10d42a28389a04001422f41</link>
		<pubDate>Fri, 27 Apr 2012 19:33:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Dynamic-MSSQL-to-Oracle-query-conversion/72ca6d5eb10d42a28389a04001422f41#72ca6d5eb10d42a28389a04001422f41</guid>
		<dc:creator>myefforts2</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/myefforts2/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Dynamic MSSQL to Oracle query conversion</title>
		<description><![CDATA[<p>I've seen some applications try to use a common subset of SQL that works across MSSQL and Oracle - they don't work out too good. (Plus you end up using none of the more advanced / non-standard features of either because the other can't support it.)</p><p>Unfortunately I think the best way to achieve what you're after is to write the queries again in PLSQL. How hard this will be will vary greatly depending on your number of queries and their complexity. I suspect this route will pay off over time, though and you'll end up with a more solid and/or performant solution.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Dynamic-MSSQL-to-Oracle-query-conversion/32b8f4366f394b6d8b8ba0400141f91e#32b8f4366f394b6d8b8ba0400141f91e</link>
		<pubDate>Fri, 27 Apr 2012 19:32:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Dynamic-MSSQL-to-Oracle-query-conversion/32b8f4366f394b6d8b8ba0400141f91e#32b8f4366f394b6d8b8ba0400141f91e</guid>
		<dc:creator>myefforts2</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/myefforts2/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Need help to build Expression Tree</title>
		<description><![CDATA[<p>It looks like Expression.Property(...) is returning null. Are `variable` and `oFC.Field` correct?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Need-help-to-build-Expression-Tree/ec81a9c3c6f94667a227a03e00c38074#ec81a9c3c6f94667a227a03e00c38074</link>
		<pubDate>Wed, 25 Apr 2012 11:51:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Need-help-to-build-Expression-Tree/ec81a9c3c6f94667a227a03e00c38074#ec81a9c3c6f94667a227a03e00c38074</guid>
		<dc:creator>myefforts2</dc:creator>
		<slash:comments>13</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/myefforts2/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>