|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/mongodb-net-csharp/
课程评论:没有评论
课程名称:MongoDB for .NET/C# 开发者 课程概述:欢迎参加本课程。本课程旨在帮助学员在.NET环境中使用MongoDB。MongoDB是全球广泛使用的一种NoSQL数据库,它相较于传统软件具有许多优势,如动态结构,使得可以存储不同形状的数据。学员将学习如何以JSON格式存储数据,并在同一个集合中添加不同格式的JSON文档。集合类似于表格,用于存储所需的数据。在MongoDB中,可以使用独特的查询语法对集合内的文档进行查询,类似于SQL数据库。MongoDB适用于各种项目类型,尤其推荐用于大数据项目、内容管理和社交网络等场景。 MongoDB提供灵活性,适合于无法确定数据库结构的开发场景。无论是.NET Core项目还是.NET Framework项目,都可以使用MongoDB。用户可以选择本地托管数据库服务器,或使用在线MongoDB云服务。MongoDB特性丰富,支持轻松复制和扩展,并提供多种优化工具以满足不同需求。虽然MongoDB的存储数据结构与SQL数据库不同,但其查询方式亦可进行列限制或添加条件以限制数据检索,并且支持结果排序。 本课程将帮助学员掌握MongoDB的基础知识,学员将能够创建一个.NET应用程序以连接MongoDB,实现数据的存储和检索。此外,我们还将添加一个ASP.NET Core应用程序,通过ASP.NET Core API实现数据的保存和获取。
Hello and welcome to this course. This course will help you in using MongoDB with.NET. MongoDB is one of the most well known NoSQL Databases that is used around the world. MongoDB as a NoSQL database has many advantages over traditional software such as the dynamic structure that allows you to store different shapes of data.MongoDB will allow you to store data in JSON format like where you have the ability to add different sets of JSON documents that do not look alike in the same collection. Collections are like tables where you store the data that you desire. After storing document you can query them inside a collection like a SQL database but with a unique query syntax. MongoDB can be used for different project types. But, it recommended for Big data projects. Also, Content Management and Social Networks. If you find yourself cannot decide on a certain structure for the database you can use MongoDB where it gives you the most flexibility for your work.MongoDB can be used for.NET Core Projects and.NET Framework projects. For MongoDB, you can either host it's database server locally or uses online MongoDB cloud providers.MongoDB can be replicated easily and also scaled out. Many features available for you that you can use to optimize the database to suit your needs and work.MongoDB's main difference is the structure of the stored data. But, the query is like any SQL database where you can limit your selection of columns or add where clauses to your selections to limit data retrieval. Also, you can order by the results just as you do with SQL.This course will help you with MongoDB basics where you will be able to create a.NET application that will connect to MongoDB to save and retrieve the data. Also, we will add an ASP.NET Core Application where you can save and retrieve data to MongoDB via ASP.NET Core API.