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. Database & SysAdmin
  3. Database
  4. sdf VS mdf

sdf VS mdf

Scheduled Pinned Locked Moved Database
questioncsharpdatabasevisual-studiowpf
4 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.
  • M Offline
    M Offline
    Mohammad Dayyan
    wrote on last edited by
    #1

    Hi experts. I have a basic question . :-O I'm going to create a local database for may WPF App, but I don't know which one is better, sdf database or mdf database. I've searched , but couldn't find anything special. Could you explain the differences between them ? Thanks in advance.

    S 1 Reply Last reply
    0
    • M Mohammad Dayyan

      Hi experts. I have a basic question . :-O I'm going to create a local database for may WPF App, but I don't know which one is better, sdf database or mdf database. I've searched , but couldn't find anything special. Could you explain the differences between them ? Thanks in advance.

      S Offline
      S Offline
      Steve Hansen
      wrote on last edited by
      #2

      mdf will require a Sql Server installation (can be express) while sdf will run without any database. Mdf should have better performance since it runs on an actual database, but sdf will be much easier to deploy :)

      M 1 Reply Last reply
      0
      • S Steve Hansen

        mdf will require a Sql Server installation (can be express) while sdf will run without any database. Mdf should have better performance since it runs on an actual database, but sdf will be much easier to deploy :)

        M Offline
        M Offline
        Mohammad Dayyan
        wrote on last edited by
        #3

        Is sdf a XML file ?

        S 1 Reply Last reply
        0
        • M Mohammad Dayyan

          Is sdf a XML file ?

          S Offline
          S Offline
          Steve Hansen
          wrote on last edited by
          #4

          Both are a real database file. .sdf file are called embedded database (the database server is just a class library that you access) so your application will become the database "server".

          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