وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Advanced C# with .NET Core: Learn by Coding

سرفصل های دوره

Advanced C# Mastery with .NET Core: Live Coding and Practical Assignments for In-depth Learning


1. Introduction
  • 1. Introduction
  • 2. About Your Instructor
  • 3. Before You Start - Course Essentials

  • 2. Introduction to Object Oriented Programming in C#
  • 1. Introduction to OOP
  • 2. How to Declare a Class in C#
  • 3.1 1 - Demo Class and Objects -CarDealer.zip
  • 3. Demo Application to Illustrate OOP Basics
  • 4. Constructor

  • 3. Visual Studio Community 2022 IDE
  • 1. Installing Visual Studio 2022
  • 2.1 CarDealer2022.zip
  • 2. Demo Application to Illustrate OOP Basics in Visual Studio 2022

  • 4. Principles of OOP
  • 1. Principles of OOP

  • 5. Quiz
  • 1. Quiz 1.html

  • 6. Assignment
  • 1. Simple Library Management System.html

  • 7. Exploring Microsoft Documentation
  • 1.1 C# Language Documentation.html
  • 1. Exploring Microsoft Documentation

  • 8. Encapsulation
  • 1. Introduction to Encapsulation
  • 2. How to Implement Encapsulation
  • 3.1 3 - Demo Encapsualtion.zip
  • 3. Demo Application to Illustrate the Implementation of Encapsulation

  • 9. Encapsulation Using Properties
  • 1. How to Implement Encapsulation Using Properties
  • 2.1 4 - Demo Properties.zip
  • 2. Demo Application to illustrate Encapsulation using Properties

  • 10. Quiz
  • 1. Quiz 2.html

  • 11. Assignment
  • 1. Assignment 2 Customer Registration System.html

  • 12. Inheritance
  • 1. Introduction to Inheritance
  • 2. Types of Inheritance
  • 3. Single Inheritance
  • 4. Hierarchical Inheritance
  • 5. Multilevel Inheritance

  • 13. Quiz
  • 1. Quiz 3.html

  • 14. Assignment
  • 1. Assignment 3 Vehicle Rental System.html

  • 15. Interfaces
  • 1. Introduction to Interfaces
  • 2.1 8 - Demo Interface.zip
  • 2. Demo Application - Interfaces

  • 16. Extensibility of Interfaces
  • 1. Extensibility of Interfaces
  • 2.1 9 - Demo Extensibility.zip
  • 2. Demo Application - Extensibility of Interfaces

  • 17. Assignment
  • 1. Assignment 4 Bookstore Management System.html

  • 18. Cohesion & Coupling
  • 1. Cohesion
  • 2. Coupling

  • 19. Multiple Inheritance
  • 1. Multiple Inheritance

  • 20. Quiz
  • 1. Quiz 4.html

  • 21. Abstraction
  • 1. Introduction to Abstraction
  • 2. Abstract Class
  • 3.1 AppAbstractClass.zip
  • 3. Demo Application - Abstract Class
  • 4. Differences between Abstraction and Encapsulation

  • 22. Quiz
  • 1. Quiz 5.html

  • 23. Assignment
  • 1. Assignment 5 Vehicle Maintenance Reminder.html

  • 24. Polymorphism
  • 1. Introduction to Polymorphism
  • 2. Compile Time Polymorphism
  • 3. Run-Time Polymorphism
  • 4.1 AppOverridden.zip
  • 4. Demo Application - Run-Time Polymorphism
  • 5. Differences Between Compile-Time & Run-Time Polymorphism

  • 25. Quiz
  • 1. Quiz 6.html

  • 26. Assignment
  • 1. Assignment 6 Shape Area Calculator.html

  • 27. base Keyword
  • 1. base Keyword
  • 2. Calling Base Class Constructor
  • 3.1 AppBaseConstructor.zip
  • 3. Demo Application - Calling Base Class Constructor

  • 28. Sealed Class & Method
  • 1. Sealed Class
  • 2. Sealed Method
  • 3.1 AppDemoSealed.zip
  • 3. Demo Application - Sealed Class & Method

  • 29. Upcasting & Downcasting
  • 1. Introduction to Upcasting & Downcasting
  • 2.1 AppDemoUpcasting.zip
  • 2. Demo Application - Upcasting
  • 3.1 AppDemoDowncasting.zip
  • 3. Demo Application - Downcasting

  • 30. Quiz
  • 1. Quiz 7.html

  • 31. Pattern Matching
  • 1. Introduction to Pattern Matching Designs
  • 2. Property Pattern Matching
  • 3.1 AppPropertyPattern.zip
  • 3. Demo Application - Property Pattern Matching

  • 32. Assignment
  • 1. Assignment 7 Library Discount Calculator.html

  • 33. Tuples & Records
  • 1. Introduction to Tuples
  • 2.1 AppTuple.zip
  • 2. Demo Application - Tuples
  • 3. Introduction to Records
  • 4.1 AppUserProfiles.zip
  • 4. Demo Application - Records

  • 34. Quiz
  • 1. Quiz 8.html

  • 35. Section
  • 1. Assignment 8 Employee Records Management.html

  • 36. Indices & Ranges
  • 1. Introduction to Indices and Ranges
  • 2.1 AppIndices.zip
  • 2. Demo Application - Indices and Ranges

  • 37. Immutable Classes
  • 1. Introduction to Immutable Classes
  • 2.1 AppImmutableClasses.zip
  • 2. Demo Application - Immutable Class

  • 38. Delegates & Events
  • 1. Delegates
  • 2.1 AppDelegateEmployee.zip
  • 2. Demo Application - Delegates
  • 3. Multicast Delegates
  • 4.1 AppMulticastDelegate.zip
  • 4. Demo Application - Multicast Delegates
  • 5. Events
  • 6.1 AppEvent.zip
  • 6. Demo Application - Events
  • 7. Null Safety in Events
  • 8. Advantages of Events

  • 39. Quiz
  • 1. Quiz 9.html

  • 40. Lambda Expressions & LINQ
  • 1. Lambda Expressions
  • 2.1 AppLambdaDemo.zip
  • 2. Demo Application - Lambda Expression
  • 3. Benefits of Lambda Expressions
  • 4. Language Integrated Query (LINQ)
  • 5.1 AppLINQSongs.zip
  • 5. Demo Application - LINQ

  • 41. Quiz
  • 1. Quiz 10.html

  • 42. Assignment
  • 1. Assignment 9 Product Management System.html

  • 43. Asynchronous Programming
  • 1. Asynchronous Programming
  • 2.1 AppAsynchronous.zip
  • 2.2 Web API URL for Jokes.html
  • 2. Demo Application - Asynchronous Programming

  • 44. Introduction to Database Programming in C#
  • 1. Database Programming in C#
  • 2. Installing SQL Server & Management Studio
  • 3. Creating Database & Tables in SSMS
  • 4. Library Management Application -Install SqlClient
  • 5. Library Management Application - Develop Menu System
  • 6. Library Management Application - Insert a Book
  • 7. Library Management Application - List all Books
  • 8. Library Management Application - Search for a Book
  • 9. Library Management Application - Update a Book
  • 10. Library Management Application - Delete a Book
  • 11.1 AppDBLibrary.zip
  • 11. Refactor the Library Management Application

  • 45. Quiz
  • 1. Quiz 11.html

  • 46. Progressing Ahead
  • 1. Whats Next
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 38227
    حجم: 5654 مگابایت
    مدت زمان: 889 دقیقه
    تاریخ انتشار: ۱۲ تیر ۱۴۰۳
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید