Udemy Complete CSharp Programming Master Class
3.6 GB | 00:07:37 | mp4 | 1280X720 | 16:9
Genre:eLearning |
Language:
English
Files Included :
001 Introduction (29.04 MB)
002 Course overview (70.05 MB)
003 What is a computer language (43.89 MB)
004 Types of programming languages (9.98 MB)
005 What is object oriented programming (42.14 MB)
006 Programming applications examples (25.29 MB)
007 Programmer vs developer (11.49 MB)
008 Introduction to C# (27.68 MB)
009 History of C# (5.69 MB)
010 Decoding the name C# (5.19 MB)
011 Importance or benefits of C# (5.26 MB)
012 What can I build using C# (35.16 MB)
013 How to succeed as C# developer (10.35 MB)
001 Lab design (38.05 MB)
002 Introduction to software tools (11.55 MB)
003 Installation of NET SDK (18.2 MB)
004 Installation of Visual Studio (53.46 MB)
001 Program using Notepad (8 MB)
002 What is an IDE (9.59 MB)
003 Hello World Program using IDE (74.81 MB)
004 What are Variables and Datatypes (16.96 MB)
005 Variable Naming Conventions (6.79 MB)
006 What are Keywords (13.83 MB)
007 Ranges of Primitive Data types (12.5 MB)
008 Variables and Datatypes Exercise (38.61 MB)
009 Byte, Short, Long Primitive Datatypes (19.48 MB)
010 Exercise Assigning & validating ranges (14.88 MB)
012 Char vs String (52.47 MB)
013 Type Casting in C# (24.98 MB)
014 String Manipulation (40.25 MB)
001 C# Coding Standards (19.61 MB)
002 C# Program Structure (10.94 MB)
003 What are Operators (5.74 MB)
004 Arithmetic Operators (63.12 MB)
006 Conditional Statement (if-then) (18.47 MB)
007 Logical Operators (72.82 MB)
008 OR and NOT Logical Operators (61.04 MB)
009 Assignment Operators (21.73 MB)
010 Comparison Operators (15.9 MB)
011 Ternary Operator (10.16 MB)
001 If-else Control Statement (20.27 MB)
002 Ladder If-else Control Statement (10.24 MB)
003 Exercise Age Classification (17.89 MB)
005 Nested if-else Statement (13.42 MB)
006 Switch Statement (12.11 MB)
007 Exercise Weekday Finder (16.16 MB)
008 Enhanced Switch Statement in C# (52.87 MB)
009 Exercise Area Calculation Shapes (27.93 MB)
001 Introduction to Methods (33.11 MB)
003 Return Statement in a Method (12.27 MB)
004 Exercise Student Position Finder (42.62 MB)
005 Exercise Temperature Conversion (17.15 MB)
006 Exercise Leap year finder (18.22 MB)
007 Exercise Rectangle-Square Calculations (30.37 MB)
008 Method Overloading (14.9 MB)
009 Exercise Shape Areas Calculation (18.79 MB)
011 Exercise String Concatenation with method (9.45 MB)
012 Understanding and Implementing Exception Handling (20.32 MB)
013 Debugging Techniques (26.83 MB)
001 Introduction to Loops (8.49 MB)
002 For Loop (74.72 MB)
003 Exercise Find Prime Numbers (64.51 MB)
004 While Loop (12.31 MB)
005 Exercise Even & odd Finder (9.48 MB)
007 Do-While Loop (8.16 MB)
008 Exercise Sum of integers in a given range (7.78 MB)
009 Nested loop (23.61 MB)
010 Exercise Displaying a triangle using asterisks (8.27 MB)
001 Classes and Objects (72.27 MB)
002 Properties, Fields, and Methods (27.43 MB)
003 Constructors and Destructors (7.07 MB)
004 Exercise Library management system (57.92 MB)
005 Access Modifiers & Encapsulation (8.67 MB)
007 Exercise Person Information management system (25.44 MB)
001 Introduction to Arrays (40.74 MB)
002 Exercise Find Min and Max Number in Array (53.2 MB)
003 Exercise Reversing an array values (26.26 MB)
005 Introduction to Lists (11.7 MB)
006 Exercise ArrayList vs LinkedList Performance (14.97 MB)
007 Introduction to Dictionaries (15.05 MB)
008 Exercise Dictionary Value Existence Check (14.58 MB)
009 Working with Strings and String-Builder (4.39 MB)
010 Introduction to Stack & Queue (8.37 MB)
011 Exercise Hot Potato Game Simulation (32.7 MB)
001 Introduction to Inheritance (18.74 MB)
002 Exercise Find Radius, Area, Height and Volume of Circle (26.74 MB)
004 Introduction to Polymorphism (48.74 MB)
005 Exercise Cars exhibit varied functionalities (42.22 MB)
006 Abstract Classes and Interfaces (28.21 MB)
007 Exercise Gym Fitness (22.25 MB)
001 Introduction to Enumerations (12.51 MB)
002 Exercise Traffic Light Control (15.01 MB)
004 Introduction to Structures (6.61 MB)
005 Exercise Creating a Rectangle (6.51 MB)
007 Introduction to Tuples (6.49 MB)
008 Exercise Iterating Through a Tuple (10.77 MB)
001 Understanding delegates (11.46 MB)
002 Exercise Delegate-Based Math Operations (44.56 MB)
004 Using events and event handlers (33.21 MB)
005 Exercise Office Task Assignment (37.43 MB)
006 Lambda expressions (5.97 MB)
007 Exercise Employees Sorting (34.32 MB)
001 Introduction to LINQ (Language Integrated Query) (12.6 MB)
002 Exercise Flight Information System (96.55 MB)
004 Using LINQ with Collections (7.89 MB)
005 Exercise University Student Management System (26.87 MB)
006 LINQ to XML and LINQ to SQL Basics (17.91 MB)
007 Exercise Data Transfer Program (27.64 MB)
001 Reading and writing to files (28.45 MB)
003 Serialization and deserialization (39.85 MB)
004 Exercise Real-Time File-Based Counter (37.95 MB)
005 Working with different file formats (e g , JSON, XML) (9.08 MB)
006 Exercise File Processing with JSON and XML (98.23 MB)
001 Understanding Threads and Task Parallel Library (TPL) (8.12 MB)
002 Async and Await for Asynchronous Programming (21.54 MB)
003 Exercise Parallel Processing of Student Data (20.19 MB)
004 Managing Concurrent Processes (4.88 MB)
005 Exercise Speech Competition Management (69.03 MB)
001 Introduction to ADO NET (6.1 MB)
002 CRUD Operations in Entity Framework (41.13 MB)
004 Database Migrations and Updates (7.78 MB)
001 Creating a Basic Console Application (4.96 MB)
002 Introduction to WPF for Desktop Applications (11.78 MB)
003 Building a Simple Web Application using ASP NET (56.87 MB)
001 Introduction to Databases (8.27 MB)
002 Writing unit tests delegates (24.54 MB)
004 Using testing frameworks (e g , NUnit, MSTest) (5.03 MB)
005 Test-driven development (TDD) concepts (7.04 MB)
001 Creating a Scientific Calculator (39.25 MB)
002 Creating Volume Converter (22.72 MB)
003 Creating Currency Converter (23.53 MB)
001 Introduction to Unity Basics (20.17 MB)
002 Installation & Interface Overview (102.9 MB)
003 Customizing Layout (10.2 MB)
004 Implementing Player Movement (31.17 MB)
005 Physics Basics Rules (36 MB)
006 Simulating Physical Bodies (18.4 MB)
007 Understanding Colliders and Types (8.07 MB)
008 Exercise Player Maze Explorer Game (122.13 MB)
001 Bonus video (5.4 MB)
[center]
Screenshot
[/center]
Коментарии
Информация
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.