Git Product home page Git Product logo

dataaccess's Introduction

DataAccessSolution

Bu projede "DataAccessSolution" başlığı altında örneklerle Entity Framework teknolojisi anlatılmıştır.

Lab1 => DataBase First yönetimin ve Linq To temel sorguları anlatılmıştır.

Lab2 => Database First yönetimi ile karışık Linq To örnekler yapılmıştır.

Lab3 => Code First yönetemi ile "Telefon Rehberi" uygulaması yapılmıştır.

Lab4 => Code First yönetemi ile NorthWind database i ayağa kaldırılmıştır.

Bu teknolojinin tam olarak anlaşılması için öncelikli Object Relational Mapping'in ve devamında Entity Framework'ün 3 temel yeteneği olan Database First, Code First ve Model First yöntemlerinin anlaşılması gerekmektedir.

Object Relational Mapping (ORM);

Image of ORM

Veritabanı ile uygulama arasında köprü görevi görür. Veri tabanındaki table'ları class'lara, kolonları property'lere , kayıtları objelere dönüştürerek uygulmanın direkt olarak veritabanına erişmesine gerek kalmadan tüm veri tabanı işlemlerini gerçekleştiren bir yapıdır. ORM ler ADO.NET prensipleri ile çalışırlar. Tüm dillerin kendilerine göre ORM Ferameworkleri bulunmaktadır.

Entity Framework;

Image of EF

Veri tabanındaki table'ları class'lara, kolonları property'lere , kayıtları objelere dönüştürerek uygulmanın direkt olarak veritabanına erişmesine gerek kalmadan tüm veri tabanı işlemlerini gerçekleştirir. Böylece veritabanındaki işlemler SQL kodları yazılmadan Linq isimli sorgular ile kolayca yapılabilir.Entity Framework bir ORM aracıdır ve Ado.net mantığı ile çalışır.

Entity Framework'un yetenekleri Database First, Code First, Model First olmak üzere 3 farklı biçimde uygulanabilmektedir.

Yukarıda bahsettiğim teknolojileri daha iyi anlamak için gitbook hesabımdaki çalışmamı inceleyebilirsiniz. https://ridvanorun.gitbook.io/entity-framework/

dataaccess's People

Contributors

ridvanorun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.