Database, socket programming in VB.NET in Blend 3(.NET 3.5)

Răspuns Database, socket programming in VB.NET in Blend 3(.NET 3.5)

  • Monday, April 30, 2012 4:57 PM
     
     

    I dont know whether its appropriate to ask this question or not. I was studying WPF and simultaniously  I was working on my project too. And I was thinking that I will find out solution to my every problem in time and by myself. My plan of using database was to just do it by code. Now I want to know your opinion am I going right? I am feeling like being lost :(

    Should I do study LINQ and XML? Or can I do it directly as I was planning to do it by code?

    And about socket programming, its a LAN project with a server and multiple clients. I havent found any proper solution to both these problem. So please suggest me what should be my next step.


    Sahil

All Replies

  • Tuesday, May 01, 2012 10:03 AM
     
     
    Sorry, to bump the thread, but please help me with atleast some response

    Sahil

  • Tuesday, May 01, 2012 3:51 PM
     
     Answered
    WCF (Windows Communication Foundation) was developed for communications.  I think you can find your communication answers in some reading on the subject. For databases look into the Entity Framework.  You can do DB communications in many ways, but things can get messy depending on the complexity of your DB if you try to do it all manually.  
    • Marked As Answer by Sheldon _XiaoModerator Tuesday, May 08, 2012 8:43 AM
    • Unmarked As Answer by Sahil_89 Tuesday, May 08, 2012 3:26 PM
    • Marked As Answer by Sahil_89 Tuesday, May 08, 2012 3:26 PM
    •  
  • Tuesday, May 08, 2012 8:43 AM
    Moderator
     
     

    Hi Sahil_89,
     
    I am marking your issue as "Answered", if you have new findings about your issue, please let me know.

    Best regards,


    Sheldon _Xiao[MSFT]
    MSDN Community Support | Feedback to us
    Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Tuesday, May 08, 2012 3:35 PM
     
     
    Ya I completed my project thanks.

    Sahil