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. Need assistance on WPF

Need assistance on WPF

Scheduled Pinned Locked Moved WPF
databasecsharpsql-serverwpfsysadmin
3 Posts 2 Posters 0 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.
  • H Offline
    H Offline
    Hema Bairavan
    wrote on last edited by
    #1

    Hi All, I have developed an application in WPF with SQL server as database and the database table contains image data types also. My data base server is and centralized one and am accessing it via internet thorough sql adapter. Problem Now i have problem that it is taking more time to fetch the image data type records and also normal data also taking much time to fetch via internet. Clarification 1) I have an idea to convert this application to web so that the application server and the database server in the same box will retrive it faster and give the result. My application is in WPF, the best easy method is to convert it into silver light or wpf browser appliation? if it is wpf browser application can i host it into iis? 2) Or can i have the wpf application as such and change the database hit to the webservices? will webservice respond faster for data fetching also with the image data types? thanks in advance for your time in helping me pulling out of this crisis.

    A 1 Reply Last reply
    0
    • H Hema Bairavan

      Hi All, I have developed an application in WPF with SQL server as database and the database table contains image data types also. My data base server is and centralized one and am accessing it via internet thorough sql adapter. Problem Now i have problem that it is taking more time to fetch the image data type records and also normal data also taking much time to fetch via internet. Clarification 1) I have an idea to convert this application to web so that the application server and the database server in the same box will retrive it faster and give the result. My application is in WPF, the best easy method is to convert it into silver light or wpf browser appliation? if it is wpf browser application can i host it into iis? 2) Or can i have the wpf application as such and change the database hit to the webservices? will webservice respond faster for data fetching also with the image data types? thanks in advance for your time in helping me pulling out of this crisis.

      A Offline
      A Offline
      Abhinav S
      wrote on last edited by
      #2

      A WPF application can be hosted on IIS by making it an xbap (WPF browser based) application[^]. However, in your case, this will still not solve the performance issue you are facing with images. Optimizing WPF Application Performance [^] might help you try to render images faster.

      WP7.5 Apps - XKCD | Calvin | SMBC | Sound Meter | Speed Dial

      H 1 Reply Last reply
      0
      • A Abhinav S

        A WPF application can be hosted on IIS by making it an xbap (WPF browser based) application[^]. However, in your case, this will still not solve the performance issue you are facing with images. Optimizing WPF Application Performance [^] might help you try to render images faster.

        WP7.5 Apps - XKCD | Calvin | SMBC | Sound Meter | Speed Dial

        H Offline
        H Offline
        Hema Bairavan
        wrote on last edited by
        #3

        Dear Abhinav, Thanks for your time in replying to my question. You mentioned that eventhough my application after converted to xbap application it wont work for images. But my question is, am going to host the database server and the IIS server in the same machine. In that case it should work fine right? my windows application is working fine for this case.. when my application and the database server in the same machine its working fine. But i have one doubt. I read in the google that when ever user clicks the xbap , it will internally handles the exe downloads and all. Which means that everytime the user clicks the link will it downlaod the exe application? and will it run from local machine? can you please help me to get clarified on this? that is the case once again its going to be a windows application and will have same image problem?

        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