Data Structure, Algorithm & Design Pattern in C# & .NET Core

所在平台: Udemy

课程主页: https://www.udemy.com/course/data-structure-algorithm-design-pattern-in-c-net-core/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:C#和.NET Core中的数据结构、算法与设计模式 课程概述: 本课程旨在教授如何高效地组织数据及其在各种问题中的合适实现,帮助学员掌握可重用代码的开发技巧。同时,设计模式作为常见编程问题的可重用解决方案,加速开发过程,提供经过验证的发展范式。课程采取实践导向,首先学习数组、列表、字典和集合,并结合实际应用示例进行讲解。接下来,将学习与对象创建相关的创建型设计模式,如单例模式、工厂模式和依赖注入模式。课程还将深入讲解依赖反转模式,帮助学员编写高可扩展性、可维护性和可测试性强的代码,并探讨结构型和行为型设计模式。课程结束时,学员将能够更快速、轻松地构建C# 7.x桌面应用程序,同时提高应用程序的可维护性和可测试性,并增强启动新项目的信心,掌握函数式编程范式。 内容与概述: 这个培训项目包含两个完整的课程,均经过精心选择,旨在为学员提供最全面的培训。第一个课程《C#中的数据结构与算法入门》将教授学员如何在C#语言中使用各种数据结构,以及实现一些与这些数据结构相关的常见算法。课程内容从数组、列表、字典和集合开始,接着学习堆栈和队列等数据结构,随后引入树和图等复杂数据结构,讨论在图中搜索最短路径的算法,最后将探讨如何以可管理、一致和可扩展的方式组织代码。课程结束时,学员将掌握构建易于理解、调试和在不同应用中使用的组件的技能。 第二个课程《使用C#和.NET Core的设计模式》从基础知识入手,逐步深入到高级模式和特性,确保学员获得所需的知识。学员将从SOLID原则入手,学习清洁代码概念,以提升编程技能。掌握这些知识后,学员将学习创建型设计模式,包括单例模式、工厂模式和依赖注入模式。接下来,将深入理解依赖反转模式,教授如何编写高度可扩展、可维护和可测试的代码。随后,将涵盖结构型设计模式,最后学习行为型设计模式。课程结束时,学员将对在C#和.NET Core中实现新功能充满信心,并能够自如地运用合适的设计模式解决问题。 关于作者: Marcin Jamro博士是一位企业家、研究人员和多种应用程序的开发者与架构师。他是波兰热舒夫市TITUTO Sp. z o.o. [股份有限公司]的董事会主席,对计算机科学的多个方面均有兴趣,包括软件工程和项目管理。此外,他还是《Windows Phone 8游戏开发》和《Windows应用开发食谱》等书籍的作者,拥有多项认证。 Dimitris Loukas是一位软件工程师,目前在一家交易软件公司编写单页面应用程序,使用最新的JavaScript及C#、.NET Core。他曾在两个初创公司工作,并积极参与开源社区。Dimitris精通Angular、Aurelia和Vue.JS,并对.NET Core和现代JavaScript充满兴趣。

课程评论(0条)

课程详情

Data structures allow you to organize data efficiently, but critical to various problems and their suitable implementation can provide a complete solution that acts like reusable code; whereas design patterns are reusable solutions to common programming problems where they speed up the development process by providing tested, proven development paradigms. This course follows a practical approach, where you'll first start learning about arrays, lists, dictionaries, and sets together with real-world examples of your application. Then, you'll be learning creational design patterns, patterns related to the creation of objects, such as Singleton, Factory, and Dependency Injection. Next, you'll gain deep knowledge about dependency Inversion pattern, which will teach you how to write highly extensible, maintainable, and testable code along with insights into structural & behavioral design patterns.By end of this course, you will be able to build your own desktop applications in C# 7.x much faster and with ease also improve the maintainability and testability of your application and gain the confidence to start a new project with Functional Programming paradigms. Contents and OverviewThis training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.The first course, Beginning Data Structures and Algorithms in C# you will learn how to use various data structures while developing in the C# language as well as how to implement some of the most common algorithms used with such data structures. Initially, you will get to know arrays, lists, dictionaries, and sets together with real-world examples of your application. Then you will learn how to create and use stacks and queues. In the following part of the book, more complex data structures will be introduced-trees and graphs-together with some algorithms for searching the shortest path in a graph. We will also discuss how to organize code in a manageable, consistent, and extendable way. By the end of the course, you will have learned how to build components that are easy to understand, debug, and use in different applications.The second course, Design Patterns using C# and.NET Core starts at the nuts-and-bolts level and shows you everything through to advanced patterns and features, going in-depth to give you the knowledge you need. You will begin this course with an introduction to SOLID principles, which will introduce you to clean-code concepts and will elevate your skills. With this knowledge in your toolbox, you will be ready to move on to studying creational design patterns, patterns related to the creation of objects, such as Singleton, Factory, and Dependency Injection. You will then acquire more in-depth knowledge of one specific creational pattern, the Dependency Inversion pattern, which will teach you how to write highly extensible, maintainable, and testable code. Moving on, you will get your hands dirty with structural design patterns and you will complete this course by learning the last group of patterns: behavioral design patterns. By the end of this course you will be very confident in implementing a new feature in C# and.NET Core because, every time you have a problem, the correct design pattern will spontaneously come to mind.About the Authors: Marcin Jamro, PhD, is an entrepreneur and researcher, as well as a developer and architect of various kinds of applications. He is the President of the Board at TITUTO Sp. z o.o. [Ltd.] in Rzeszów, Poland. Marcin is interested in many aspects of computer science, including software engineering and project management. He is the author of two other books-Windows Phone 8 Game Development (2013) and Windows Application Development Cookbook (2017), both by Packt Publishing. Marcin has published several papers, participated in many conferences, organized a few of them, and participated in two internships at Microsoft in Redmond, USA. He has MCP, MCTS, and MCPD certificates. Dimitris Loukas is a software engineer currently writing Single Page Applications and using the latest JavaScript with Aurelia, Angular, C#, and.NET Core for a trading software firm. He has worked for two start-ups in the past, is active in the open source community, and loves taking up small side-projects. He has mastered Angular, Aurelia, and Vue.JS and is now interested in entering the ReactJS world. He is an early adopter of.NET Core and is fascinated by modern JavaScript and where the web is going.

课程标签

0人关注该课程

主题相关的课程