|
-
Jul 31st, 2009, 11:38 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] Silverlight simple data example using SQL2K5.
Just got a bit involved with Silverlight and still trying to feel my way around. Can anyone provide a simple example of a Silverlight application that reads, presents and updates using an SQL 2005 server as the data store?
Last edited by ntg; Aug 3rd, 2009 at 10:36 AM.
-
Aug 3rd, 2009, 10:35 AM
#2
Thread Starter
Frenzied Member
Re: Silverlight simple data example using SQL2K5.
After some RTFM-ing, I figured out how highly my expectations were placed and how incorrectly my question was phrased.
-
Aug 3rd, 2009, 12:36 PM
#3
Re: [RESOLVED] Silverlight simple data example using SQL2K5.
I don't know about that.... granted I haven't played with SL yet, but it can't be all that much different from getting data in AJAX. you post (or get) a server page that does the connecting, data extract, formats it and sends it back to the browser (Silverlight)... or am I over simplifying it?
-tg
-
Aug 4th, 2009, 03:56 PM
#4
Thread Starter
Frenzied Member
Re: [RESOLVED] Silverlight simple data example using SQL2K5.
The problem was with my own expectations. SL lives on the client, so there is no point in expecting that there will be a metohd in SL that could be used to perform actual data access. Like you said, you need to play around with a web service or a GET in order to retrieve data so SL wouldn't care whether the data resides in SQL server, Oracle or an XML file.
I'm trying to convert an internal company web application so that it uses SL as much as possible for the sake of the exercise. So far I have the intense feeling of having to fight my way through most of what I was expecting to be easy stuff (security and identities, data access, initialization properties). But then again I keep reminding myself that SL is for the client only.
It seems to me that Javascript is King here...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|