﻿<?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 - Lounge - ISDataSource, IntersoftPresenter, VSLightSwitch</title><link>http://www.intersoftsolutions.com/Community/Lounge/ISDataSource-IntersoftPresenter-VSLightSwitch/</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, IntersoftPresenter, VSLightSwitch</title><link>http://www.intersoftsolutions.com/Community/Lounge/ISDataSource-IntersoftPresenter-VSLightSwitch/</link><pubDate>Wed, 04 May 2011 17:15:10 GMT</pubDate><dc:creator>MikeS</dc:creator><description>&lt;p&gt;I'm really struggling with some of the database connectivity strategies.  Specifically after mocking up what I want the UI to look like further development seems convoluted whether Code First or Database first, etc.  Now I understand the Entity Framework is basically a bridge between presentation and data but insofar as it is largely wizard generated it does not seem easy to adapt to later changes on either level.  Moreover, I don't want to learn/use Linq when I am already proficient in SQL.&lt;/p&gt;
&lt;p&gt;I realize this message is more complaints than questions but I REALLY do want to use Intersoft components except at the moment I'm instead thinking of backtracking not only out of Silverlight but also to the most basic ADO.NET training by Microsoft.  &lt;/p&gt;
&lt;p&gt;Suggestions how I can get past this learning impass (I'm looking at DevForce now) would be much appreciated.&lt;/p&gt;</description></item><item><title>ISDataSource, IntersoftPresenter, VSLightSwitch</title><link>http://www.intersoftsolutions.com/Community/Lounge/ISDataSource-IntersoftPresenter-VSLightSwitch/</link><pubDate>Fri, 29 Apr 2011 03:32:19 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Terribly sorry for the late respond.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;ISDataSource control is a data source control developed by Intersoft Solutions for ASP.NET only. the main purpose of ISDataSource is to support Hierarchical Data binding for Intersoft data-bound components, WebGrid.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Intersoft Presenter is data visualization component for Silverlight platform that introduces unique multiple data viewing capability. Should you need more powerful data control, please check the new Grid control, named UXGridView.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;LightSwitch is a new addition to the Visual Studio family. It is designed to simplify and shorten the development of typical forms-over-data business application. With LighSwitch, you can use databases which are automatically created or point to an existing data source without the need to write code. Problems may come when you need to do more advance customization.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;DevForce in contrast to ISDataSource is a powerful ORM toolkit for building WPF &amp;amp; Silverlight application. it enables you to build data-intensive rich internet application quickly.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Combining ClientUI and DevForce will be the best tool for developing application based on your description. There are some reasons why should you use ClientUI and DevForce.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;It supports MVVM.&lt;/li&gt;&lt;li&gt;Two solutions, in WPF and Silverlight, share the same source code and XAML.&lt;/li&gt;&lt;li&gt;Cross-platform&lt;/li&gt;&lt;li&gt;etc.&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>ISDataSource, IntersoftPresenter, VSLightSwitch</title><link>http://www.intersoftsolutions.com/Community/Lounge/ISDataSource-IntersoftPresenter-VSLightSwitch/</link><pubDate>Thu, 28 Apr 2011 00:01:36 GMT</pubDate><dc:creator>MikeS</dc:creator><description>&lt;p&gt;bump&lt;/p&gt;</description></item><item><title>ISDataSource, IntersoftPresenter, VSLightSwitch</title><link>http://www.intersoftsolutions.com/Community/Lounge/ISDataSource-IntersoftPresenter-VSLightSwitch/</link><pubDate>Mon, 25 Apr 2011 13:21:34 GMT</pubDate><dc:creator>MikeS</dc:creator><description>&lt;p&gt;I'm trying to build (something like) a facebook for business users.  A main aspect of it is searching through a database for other members.  However, most Silverlight tutorials etc focus on the front end and implement the back-end through a great deal of wizard/abstraction.  &lt;/p&gt;
&lt;p&gt;Specifically, WCF RIA (data-first) assumes a pre-built database be used to generate an Entity Framework.  Yet then if change or additions are made to the database a new EF generation is required which may break existing abstracted code (though I believe DevForce tools ameliorate this somewhat).  &lt;/p&gt;
&lt;p&gt;Yet building an app from scratch a "created first" database is likely to have many iterations.  Thus it seems preferable to build the front end first (using XML data resources as in Intersoft tutorials) and afterward devise/create the database and wire up the plumbing.&lt;/p&gt;
&lt;p&gt;Alternatively Microsoft Lightswitch (beta) starts with prompting users to create a database table from which it then automatically abstracts a Silverlight templated front end.  This in theory then would quickly create the scaffolding for the app, around which the ClientUI components &amp; modules could be "wired up".&lt;/p&gt;
&lt;p&gt;Granted there are many opinions but insofar as I am still learning much of this any feedback/comments would be appreciated.   &lt;/p&gt;</description></item><item><title>ISDataSource, IntersoftPresenter, VSLightSwitch</title><link>http://www.intersoftsolutions.com/Community/Lounge/ISDataSource-IntersoftPresenter-VSLightSwitch/</link><pubDate>Mon, 25 Apr 2011 02:16:35 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please forgive me for lack of understanding about your scenario. &lt;br /&gt;Please kindly let me know in detail about the scenario.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>ISDataSource, IntersoftPresenter, VSLightSwitch</title><link>http://www.intersoftsolutions.com/Community/Lounge/ISDataSource-IntersoftPresenter-VSLightSwitch/</link><pubDate>Thu, 21 Apr 2011 21:52:03 GMT</pubDate><dc:creator>MikeS</dc:creator><description>&lt;p&gt;Looking through the installed documentation reveals a number of topics not seen (so far at least) in the ClientUI Silverlight Tutorials I have played with.  It is at first glance difficult to discern what is relatively older (targetted at VS 2005/8) and newer -- as well as what to learn.  I also actually found your site via DevForce's co-purchase option so would throw that into the "mix" with the items above.  &lt;/p&gt;
&lt;p&gt;Realizing there are many opinions, could someone nonetheless provide a 10,000 foot overview of where ISDataSource, IntersoftPresenter, VSLightSwitch, DevForce and any other items might fit in terms of my seeking to build a comprehensive SL to MS SQL (actually Azure probably) application?&lt;/p&gt;
&lt;p&gt;(Fwiw I have experience with MySql and stored procedures and have worked through an introduction to ASP.Net MVC3 so know about EntityFramework but not expert in Linq etc.)  &lt;/p&gt;</description></item></channel></rss>