Software Developer - C#/OOP/ASP. NET MVC/MS SQL/SQL Server

所在平台: Udemy

课程主页: https://www.udemy.com/course/software-developer-coopaspnet-mvcms-sqlsql-server/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:软件开发 - C#/面向对象编程/OOP/ASP.NET MVC/MS SQL/SQL Server 课程概述: 本课程主要介绍C#语言,这是一种现代的面向对象且类型安全的编程语言,广泛用于构建各种安全且健壮的.NET应用程序。C#源自C家族语言,熟悉C、C++、Java和JavaScript的程序员能够快速上手。C#支持面向对象编程(OOP),其核心理念是将数据和操作这些数据的方法组合为一个单元,即对象。该课程将涵盖OOP的基本原则和术语,包括封装、继承、多态和可重用性等关键概念。 - **封装**:将代码和数据绑定在一起,保护其不受外部干扰,确保安全性。 - **继承**:允许一个对象继承另一个对象的属性,可以在现有类型上添加新功能。 - **多态**:允许使用一个接口实现多种类的操作,其具体行为由具体情况决定。 - **可重用性**:编写的类可以在其他程序中重复使用,增强了程序的效率。 此外,课程还将介绍ASP.NET框架,该框架用于在.NET平台上构建Web应用程序。ASP.NET Core是其开源版本,支持跨平台开发(macOS、Linux和Windows)。学生将学习ASP.NET的核心组件,包括处理Web请求的基础框架、Razor网页模板、MVC模式以及用户身份验证系统等。 最后,课程还将涵盖SQL Server,这是微软推出的关系型数据库管理系统。将学习结构化查询语言(SQL)及其扩展T-SQL,以便高效管理和存储信息,进行商业智能和事务处理。 总体而言,此课程旨在为学生提供全面的C#和相关技术栈的基本知识,使他们能够在现代软件开发中得心应手。

课程评论(0条)

课程详情

C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in.NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers.C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behaviour.C# programs run on.NET, a virtual execution system called the common language runtime (CLR) and a set of class libraries. The CLR is the implementation by Microsoft of the common language infrastructure (CLI), an international standard. The CLI is the basis for creating execution and development environments in which languages and libraries work together seamlessly.Object-oriented programming (OOP) is the core ingredient of the.NET framework. OOP is so important that, before embarking on the road to.NET, you must understand its basic principles and terminology to write even a simple program. The fundamental idea behind OOP is to combine into a single unit both data and the methods that operate on that data; such units are called an object. All OOP languages provide mechanisms that help you implement the object-oriented model. They are encapsulation, inheritance, polymorphism and reusability.EncapsulationEncapsulation binds together code and the data it manipulates and keeps them both safe from outside interference and misuse. Encapsulation is a protective container that prevents code and data from being accessed by other code defined outside the container.InheritanceInheritance is the process by which one object acquires the properties of another object. A type derives from a base type, taking all the base type members fields and functions. Inheritance is most useful when you need to add functionality to an existing type. For example all.NET classes inherit from the System Object class, so a class can include new functionality as well as use the existing object's class functions and properties as well.PolymorphismPolymorphism is a feature that allows one interface to be used for a general class of action. This concept is often expressed as "one interface, multiple actions". The specific action is determined by the exact nature of circumstances.ReusabilityOnce a class has been written, created and debugged, it can be distributed to other programmers for use in their own program. This is called reusability, or in.NET terminology this concept is called a component or a DLL. In OOP, however, inheritance provides an important extension to the idea of reusability. A programmer can use an existing class and without modifying it, add additional features to it.ASP DOT NET is a popular web-development framework for building web apps on the.NET platform.ASP DOT NET is the open-source version of ASP DOT NET , that runs on macOS, Linux, and Windows. ASP DOT NET Core was first released in 2016 and is a re-design of earlier Windows-only versions of ASP DOT NET . DOT NET is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.The base platform provides components that apply to all different types of apps. Additional frameworks, such as ASP DOT NET , extend DOT NET with components for building specific types of apps.Here are some things included in the DOT NET platform:The C#, F#, and Visual Basic programming languagesBase libraries for working with strings, dates, files/IO, and moreEditors and tools for Windows, Linux, macOS, and DockerASP DOT NET extends the DOT NET platform with tools and libraries specifically for building web apps.These are some things that ASP DOT NET adds to the DOT NET platform:Base framework for processing web requests in C# or F#Web-page templating syntax, known as Razor, for building dynamic web pages using C#Libraries for common web patterns, such as Model View Controller (MVC)Authentication system that includes libraries, a database, and template pages for handling logins, including multi-factor authentication and external authentication with Google, Twitter, and more.Editor extensions to provide syntax highlighting, code completion, and other functionality specifically for developing web pagesWhen using ASP DOT NET your back-end code, such as business logic and data access, is written using C#, F#, or Visual Basic.The SQL Server is a relational database management system from Microsoft. The system is designed and built is to manage and store information. The system supports various business intelligence operations, analytics operations, and transaction processingSQL stands for Structured Query Language. A query language is a kind of programming language that's designed to facilitate retrieving specific information from databases, and that's exactly what SQL does. To put it simply, SQL is the language of databases.T-SQL, which stands for Transact-SQL and is sometimes referred to as TSQL, is an extension of the SQL language used primarily within Microsoft SQL Server. This means that it provides all the functionality of SQL but with some added extras.

课程标签

0人关注该课程

主题相关的课程