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. Web Development
  3. ASP.NET
  4. Can i develop mvc5 application without entity framework?

Can i develop mvc5 application without entity framework?

Scheduled Pinned Locked Moved ASP.NET
question
5 Posts 5 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.
  • N Offline
    N Offline
    Namith Krishnan E
    wrote on last edited by
    #1

    Can i develop mvc5 application without entity framework?

    S S S R 4 Replies Last reply
    0
    • N Namith Krishnan E

      Can i develop mvc5 application without entity framework?

      S Offline
      S Offline
      Sarvesh Kushwaha
      wrote on last edited by
      #2

      yes you can

      1 Reply Last reply
      0
      • N Namith Krishnan E

        Can i develop mvc5 application without entity framework?

        S Offline
        S Offline
        sudevsu
        wrote on last edited by
        #3

        Yes you can develop. But when you google, you will not find many MVC examples without Entity framework.

        Your help is much appreciated. Thanks Happy Coding!

        1 Reply Last reply
        0
        • N Namith Krishnan E

          Can i develop mvc5 application without entity framework?

          S Offline
          S Offline
          Swinkaran
          wrote on last edited by
          #4

          ASP.NET MVC5 is capable of working with any database framework of your choice. These are few tips: http://stackoverflow.com/questions/6694098/using-asp-net-mvc-with-classic-ado-net[^] http://shalvinpd.blogspot.com.au/2014/02/asp-net-mvc-with-ado-net.html[^] In a solution where Data access layer is totally separated from UI, The UI(MVC 5) doesn't even need to worry about what's happening in DAL. Everything the controller requires is nothing more than a set of data

          1 Reply Last reply
          0
          • N Namith Krishnan E

            Can i develop mvc5 application without entity framework?

            R Offline
            R Offline
            Rahul Rajat Singh
            wrote on last edited by
            #5

            Short Answer - Yes. Long answer - MVC 5 is a framework for developing Web applications. Entity Framework is an Object relational Mapper which will ease up your data access layer creation. So if your application does not need a database or an ORM you should be able to use MVC5 without Entity Framework. You are also free to chose any database and/or ORM of your choice. The default template of MVC5 application comes with Entity Framework but that can easily be removed or perhaps an Empty MVC5 website can be created to avoid these EF references and code.

            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