Results 1 to 4 of 4

Thread: [RESOLVED] Silverlight simple data example using SQL2K5.

  1. #1

    Thread Starter
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Resolved [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.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  2. #2

    Thread Starter
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Unhappy 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.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    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...
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width