Results 1 to 5 of 5

Thread: how silverlight connect with database

  1. #1
    Addicted Member
    Join Date
    Jun 07
    Posts
    241

    Thumbs up how silverlight connect with database

    Hi friends,

    I am new for silverlight.Currently i am using VS 2008 SP1 and Silverlight 2. I have a webservice code in my VS 2005 application. I am not used LINQ. I have a doubt that is shall i implement these web services in silverlight, If it is yes what is the procedure? I need some tutorial. I dont have any idea about that. Please reply me and give some links. I need to learn.It's very urgent.

    Hope yours reply.

    Thanks & Regards
    Failing to plan is Planning to fail

  2. #2
    ASP.NET Moderator mendhak's Avatar
    Join Date
    Feb 02
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,174

    Re: how silverlight connect with database

    Moved to Silverlight forum, hopefully you'll get an answer here.

  3. #3
    Frenzied Member MattP's Avatar
    Join Date
    Dec 08
    Location
    WY
    Posts
    1,198

    Re: how silverlight connect with database

    You'll want to upgrade from Silverlight 2 to 3 (4 is in beta).

    http://silverlight.net/learn/

    Some good information in the 'Silverlight Videos' and 'Documentation sections.

    http://www.myvbprof.com/MainSite/index.aspx#/Home

    Some pretty good full examples here.

  4. #4
    Addicted Member
    Join Date
    Dec 05
    Posts
    128

    Re: how silverlight connect with database

    Another good resource is the Get Started section on the Silverlight.net site.

    C

  5. #5
    Super Moderator RobDog888's Avatar
    Join Date
    Apr 01
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    59,495

    Re: how silverlight connect with database

    See the Data Access Options section:
    http://timheuer.com/blog/articles/si...sing-data.aspx

    Expose data via service layers. This is how Silverlight can communicate with data. Here are the primary means:

    Web services: SOAP, ASP.NET web services (ASMX), WCF services, POX, REST endpoints
    Sockets: network socket communication
    File: accessing static content via web requests
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (VBA, VB 6, VB.NET, C#)
    Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Star Wars Gangsta Rap Reps & Rating PostsVS.NET on Vista (New)Multiple .NET Framework Versions (New)Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel Core 2 Extreme Ed., 2 WD Raptor 10K RPM 150 GB HDs RAID 1, 2 GBs DDR2 667 MHz RAM, 3 Viewsonic 17" LCDs, Windows Vista RTM, IE 7, Office 2007

Posting Permissions

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