﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ISDataSource - ISDataSource with Oracle and third-party LINQ providers</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/ISDataSource-with-Oracle-and-third-party-LINQ-providers/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>ISDataSource with Oracle and third-party LINQ providers</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/ISDataSource-with-Oracle-and-third-party-LINQ-providers/</link><pubDate>Fri, 11 Sep 2009 22:26:23 GMT</pubDate><dc:creator>james</dc:creator><category>ISDataSource</category><category>Oracle</category><category>linq</category><description>&lt;p&gt;Hi Aaron,&lt;/p&gt;&lt;p&gt;ISDataSource acts as medium object that connects data into UI, so you can actually use just any kind of backend. Since ISDataSource supports native connection to both dataset-generated object and custom object, you can develop your data access layer using the way you preferred, and then use ISDataSource to easily connect that object into databound UI controls such as WebGrid, WebCombo, and so on.&lt;/p&gt;
&lt;p&gt;To give you a quick idea how ISDataSource works, see the following code which retrieves data from custom data access layer and then bound to a WebGrid.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" &lt;b&gt;DataSourceID="ISDataSource1"&lt;/b&gt;&amp;gt;
  ...
&amp;lt;/ISWebGrid:WebGrid&amp;gt;
&amp;lt;ISDataSource:ISDataSource ID="ISDataSource1" runat="server" &lt;b&gt;SchemaType="CustomObject"&amp;gt;&lt;/b&gt;
      &amp;lt;Tables&amp;gt;
            &amp;lt;ISDataSource:ISDataSourceTable &lt;b&gt;DataObjectTypeName="MyData" &lt;/b&gt;&lt;br /&gt;                    DeleteMethod="Delete" InsertMethod="Insert" SelectMethod="GetData"
                    TableName="Customers" &lt;b&gt;TypeName="MyDataAccess"&lt;/b&gt; UpdateMethod="Update"&amp;gt;
            &amp;lt;/ISDataSource:ISDataSourceTable&amp;gt;
      &amp;lt;/Tables&amp;gt;
&amp;lt;/ISDataSource:ISDataSource&amp;gt;&lt;/pre&gt;
&lt;p&gt;To try the sample directly, open WebGrid 7.0 Tutorial C# solution from the program group, then expand V5.0 folder and then IntersoftDataSourceControl folder. Finally, look for CustomDataObject_Flat.aspx sample. There are also many useful samples that you can find in that folder. &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;James.&lt;/p&gt;</description></item><item><title>ISDataSource with Oracle and third-party LINQ providers</title><link>http://www.intersoftsolutions.com/Community/ISDataSource/ISDataSource-with-Oracle-and-third-party-LINQ-providers/</link><pubDate>Fri, 11 Sep 2009 12:33:29 GMT</pubDate><dc:creator>aaronjacka@gmail.com</dc:creator><category>ISDataSource</category><category>Oracle</category><category>linq</category><description>&lt;p&gt;I've been researching WebUI Studio for our UI and found references to ISDataSource on the website.  We are using Oracle and looking at DevArt's dotConnect for Oracle product to provide LINQ and Entity Framework support in our data access layer.&lt;/p&gt;
&lt;p&gt;Should I be looking at ISDataSource for our DA layer instead or is that beyond its designed purpose?&lt;/p&gt;
&lt;p&gt;Thank you in advance.&lt;/p&gt;</description></item></channel></rss>