|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-c-make-a-databased-app-with-entity-framework/
课程评论:没有评论
Coursera C# 数据库应用开发课程大纲 本课程将指导您使用 Microsoft Visual Studio 创建一个简单的 C# 应用程序。该应用程序将利用 Entity Framework 连接并与 SQL 数据库进行交互,全程无需直接进行数据库开发。 **核心学习内容:** * **Code First 开发模式:** 您将学习如何仅使用 C# 代码来定义所有数据库表和列。 * **自动化数据库生成:** 所有的数据库表和列将根据您的 C# 代码自动生成,无需手动编辑数据库。 * **无数据库开发(主要):** 除了少量关于直接调用 SQL 语句的章节外,课程将聚焦于使用 C# 进行数据访问。 * **Microsoft Entity Framework:** 学习微软最新的数据访问技术,了解其在 C# 应用中的应用。 * **Visual Studio 2013 项目:** 课程提供完整的源代码,以 Visual Studio 2013 项目的形式,方便您快速上手。 **课程目标:** 通过本课程的学习,您将能够独立使用 C# 和 Entity Framework(Code First)创建数据驱动的应用程序,实现数据库的无缝集成和高效访问。 **提供方:** MPire Solutions Pty Ltd
In this course you will learn how to create a simple C# application using Microsoft Visual Studio that creates and connects to an SQL Database with the Entity Framework*, with no database development required! We will use Code First development principals to define all database tables and columns using only C# code. All database tables and columns will be generated automatically from the C# code without the need to edit the database directly. As such we will be doing no database development (except for a section on calling SQL statements directly if you need to). All source code is included as a Microsoft Visual Studio 2013 project so you can get up and running straight away. Thank you for choosing this course and we look forward to viewing your positive reviews and feedback. MPire Solutions Pty Ltd * Note: The Entity Framework is Microsofts' newest data access technology, and Code First allows us to create database driven applications using only C# code, with no database development required!