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

Complete C# Programming Master Class

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

C# Ultimate Master Class: .NET, ASP.NET, Dynamic Programming, Unity, Advanced APIs


1. Introduction
  • 1. Introduction
  • 2. Course overview
  • 3. What is a computer language
  • 4. Types of programming languages
  • 5. What is object oriented programming
  • 6. Programming applications examples
  • 7. Programmer vs. developer
  • 8. Introduction to C#
  • 9. History of C#
  • 10. Decoding the name C#
  • 11. Importance or benefits of C#
  • 12. What can I build using C#
  • 13. How to succeed as C# developer

  • 2. Lab Setup
  • 1. Lab design
  • 2. Introduction to software tools
  • 3. Installation of .NET SDK
  • 4. Installation of Visual Studio
  • 5. Quiz.html

  • 3. Programming Basics
  • 1. What is an IDE
  • 2. Hello World Program using IDE
  • 3. What are Variables and Datatypes
  • 4. Variable Naming Conventions
  • 5. What are Keywords
  • 6. Ranges of Primitive Data types
  • 7. Variables and Datatypes Exercise
  • 8. Byte, Short, Long Primitive Datatypes
  • 9. Exercise Assigning & validating ranges
  • 10. Byte, Short, Long Primitive Datatypes.html
  • 11. Char vs String
  • 12. Type Casting in C#
  • 13. String Manipulation
  • 14. String Manipulation.html
  • 15. Quiz.html

  • 4. Operators in C#
  • 1. C# Coding Standards
  • 2. C# Program Structure
  • 3. What are Operators
  • 4. Arithmetic Operators
  • 5. Arithmetic Operators.html
  • 6. Conditional Statement (if-then)
  • 7. Logical Operators
  • 8. OR and NOT Logical Operators
  • 9. Assignment Operators.
  • 10. Comparison Operators
  • 11. Ternary Operator
  • 12. Ternary Operator.html
  • 13. Quiz.html

  • 5. Decision Making
  • 1. If-else Control Statement
  • 2. Ladder If-else Control Statement
  • 3. Exercise Age Classification
  • 4. Ladder If-else Control Statement.html
  • 5. Nested if-else Statement
  • 6. Switch Statement
  • 7. Exercise Weekday Finder
  • 8. Enhanced Switch Statement in C#
  • 9. Exercise Area Calculation Shapes
  • 10. Enhanced Switch Statement in C#.html
  • 11. Quiz.html

  • 6. Methods and Exception Handling
  • 1. Introduction to Methods
  • 2. Introduction to Methods.html
  • 3. Return Statement in a Method
  • 4. Exercise Student Position Finder
  • 5. Exercise Temperature Conversion
  • 6. Exercise Leap year finder
  • 7. Exercise Rectangle-Square Calculations
  • 8. Method Overloading
  • 9. Exercise Shape Areas Calculation
  • 10. Method Overloading.html
  • 11. Exercise String Concatenation with method
  • 12. Understanding and Implementing Exception Handling
  • 13. Debugging Techniques
  • 14. Quiz.html

  • 7. Loops in C#
  • 1. Introduction to Loops
  • 2. For Loop
  • 3. Exercise Find Prime Numbers
  • 4. While Loop
  • 5. Exercise Even & odd Finder
  • 6. While Loop.html
  • 7. Do-While Loop
  • 8. Exercise Sum of integers in a given range
  • 9. Nested loop
  • 10. Exercise Displaying a triangle using asterisks
  • 11. Nested Loop.html
  • 12. Quiz.html

  • 8. Object-Oriented Programming (OOP) Basics
  • 1. Classes and Objects
  • 2. Properties, Fields, and Methods
  • 3. Constructors and Destructors
  • 4. Exercise Library management system
  • 5. Access Modifiers & Encapsulation
  • 6. Classes and Objects.html
  • 7. Exercise Person Information management system
  • 8. Quiz.html

  • 9. Collections and File Handling
  • 1. Introduction to Arrays
  • 2. Exercise Find Min and Max Number in Array
  • 3. Exercise Reversing an array values
  • 4. Introduction to Arrays.html
  • 5. Introduction to Lists
  • 6. Exercise ArrayList vs. LinkedList Performance
  • 7. Introduction to Dictionaries
  • 8. Exercise Dictionary Value Existence Check
  • 9. Working with Strings and String-Builder
  • 10. Introduction to Stack & Queue
  • 11. Exercise Hot Potato Game Simulation
  • 12. Introduction to Stack & Queue.html
  • 13. Quiz.html

  • 10. Advanced OOP Concepts
  • 1. Introduction to Inheritance
  • 2. Exercise Find Radius, Area, Height and Volume of Circle
  • 3. Introduction to Inheritance.html
  • 4. Introduction to Polymorphism
  • 5. Exercise Cars exhibit varied functionalities
  • 6. Abstract Classes and Interfaces
  • 7. Exercise Gym Fitness
  • 8. Abstract Classes and Interfaces.html
  • 9. Quiz.html

  • 11. Advanced Data Types
  • 1. Introduction to Enumerations
  • 2. Exercise Traffic Light Control
  • 3. Introduction to Enumerations.html
  • 4. Introduction to Structures
  • 5. Exercise Creating a Rectangle
  • 6. Introduction to Structures.html
  • 7. Introduction to Tuples
  • 8. Exercise Iterating Through a Tuple
  • 9. Quiz.html

  • 12. Delegates and Events
  • 1. Understanding delegates
  • 2. Exercise Delegate-Based Math Operations
  • 3. Understanding delegates.html
  • 4. Using events and event handlers
  • 5. Exercise Office Task Assignment
  • 6. Lambda expressions
  • 7. Exercise Employees Sorting
  • 8. Lambda expressions.html
  • 9. Quiz.html

  • 13. LINQ and Data Management
  • 1. Introduction to LINQ (Language Integrated Query)
  • 2. Exercise Flight Information System
  • 3. Introduction to LINQ.html
  • 4. Using LINQ with Collections
  • 5. Exercise University Student Management System
  • 6. LINQ to XML and LINQ to SQL Basics
  • 7. Exercise Data Transfer Program
  • 8. Quiz.html

  • 14. File IO and Serialization
  • 1. Reading and writing to files
  • 2. Reading and writing to files.html
  • 3. Serialization and deserialization
  • 4. Exercise Real-Time File-Based Counter
  • 5. Working with different file formats (e.g., JSON, XML)
  • 6. Exercise File Processing with JSON and XML
  • 7. Quiz.html

  • 15. Asynchronous Programming and Threading
  • 1. Understanding Threads and Task Parallel Library (TPL)
  • 2. Async and Await for Asynchronous Programming
  • 3. Exercise Parallel Processing of Student Data
  • 4. Managing Concurrent Processes
  • 5. Exercise Speech Competition Management
  • 6. Managing Concurrent Processes.html
  • 7. Quiz.html

  • 16. Working with Databases and Entity Framework
  • 1. Introduction to ADO.NET
  • 2. CRUD Operations in Entity Framework
  • 3. CRUD Operations in Entity Framework.html
  • 4. Database Migrations and Updates
  • 5. Quiz.html

  • 17. Building Applications
  • 1. Creating a Basic Console Application
  • 2. Introduction to WPF for Desktop Applications
  • 3. Building a Simple Web Application using ASP.NET
  • 4. Quiz.html

  • 18. Unit Testing and Events
  • 1. Introduction to Databases
  • 2. Writing unit tests delegates
  • 3. Writing unit tests delegates.html
  • 4. Using testing frameworks (e.g., NUnit, MSTest)
  • 5. Test-driven development (TDD) concepts
  • 6. Quiz.html

  • 19. Real-life Applications
  • 1. Creating a Scientific Calculator
  • 2. Creating Volume Converter
  • 3. Creating Currency Converter
  • 4. Quiz.html

  • 20. Unity Basics
  • 1. Introduction to Unity Basics
  • 2. Installation & Interface Overview
  • 3. Customizing Layout
  • 4. Implementing Player Movement
  • 5. Physics Basics Rules
  • 6. Simulating Physical Bodies
  • 7. Understanding Colliders and Types
  • 8. Exercise Player Maze Explorer Game
  • 9. Quiz.html

  • 21. Bonus video
  • 1. Bonus video
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

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

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

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