Results 1 to 2 of 2

Thread: Accessing a SQL database

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    Accessing a SQL database

    I'm going to make a WPF application. Can I access my sql database the same way I would in my WinForms application?

  2. #2
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Accessing a SQL database

    Hello,

    Yes, there should be no reason that this couldn't happen. Depending on how you created the Data Access Layer in your Windows Form application, you may well be able to use it directly in your WPF application. The one thing that you might want to look into though would be implementing a full MVVM pattern for your WPF application.

    Gary

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