Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. WPF with Entity Framework.

WPF with Entity Framework.

Scheduled Pinned Locked Moved WPF
databasecsharpcsswpfsales
3 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mishamit
    wrote on last edited by
    #1

    Hi All, I am about to look in to a project which was done my ex developer. The project is using wpf and entity frame work as webservice to get the data. 1.the app is used by users where they can just drag and drop the entity on the grid and play with it instead of writing SQL which users dont know. 2. The entities to drag are stored in a xml file for eg: Customers , orders, OrderDetails 3. When the user drags the customer it creates the query at runtime and display the data (provided by entity fremawork which works as web service). The queries gets created a run time in blocks for each section eg: Select, where , group by. I was wondering if anyone can provide a link to a project which has similar functionality done using more object oreiented way of coding. (XMLDocument, dependencyobject, backgroundworker ) Thanks in advance

    V 1 Reply Last reply
    0
    • M mishamit

      Hi All, I am about to look in to a project which was done my ex developer. The project is using wpf and entity frame work as webservice to get the data. 1.the app is used by users where they can just drag and drop the entity on the grid and play with it instead of writing SQL which users dont know. 2. The entities to drag are stored in a xml file for eg: Customers , orders, OrderDetails 3. When the user drags the customer it creates the query at runtime and display the data (provided by entity fremawork which works as web service). The queries gets created a run time in blocks for each section eg: Select, where , group by. I was wondering if anyone can provide a link to a project which has similar functionality done using more object oreiented way of coding. (XMLDocument, dependencyobject, backgroundworker ) Thanks in advance

      V Offline
      V Offline
      Vincent Beek
      wrote on last edited by
      #2

      Fur sure it will resolve all your questions but maybe this will be helpful. http://tomasp.net/blog/dynamic-linq-queries.aspx/[^]

      M 1 Reply Last reply
      0
      • V Vincent Beek

        Fur sure it will resolve all your questions but maybe this will be helpful. http://tomasp.net/blog/dynamic-linq-queries.aspx/[^]

        M Offline
        M Offline
        mishamit
        wrote on last edited by
        #3

        Thanks

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups