- Регистрация
- 13.03.2019
- Сообщения
- 48 482
Что вы получите: 13,5 часов видео 1 статья 8 ресурсов для скачивания 4 упражнения по написанию кода О курсе: But why learn C# (C Sharp)? Well, there are a couple of great reasons - C# (C Sharp) will allow you to develop games, mobile apps, desktop apps and web apps. This means that if you know C# (C Sharp) well and can build desktop or web applications using it then you will always be in demand. .NET (and more specifically C# (C Sharp)) developers make anywhere from 80K - 100K+ (obviously the range would depend on where you reside), but the point is that C# (C Sharp) is not only a valuable skill but a profitable one as well. However, before going anywhere you first need to learn the fundamentals. Now, there are numerous courses, blogs and videos about the basics of C# (C Sharp) - so that begs a question: Why take THIS course? That is a very good question and the answer is quality. Файлы примеров: есть Формат видео: MP4 Видео : AVC, 1280x720, 16:9, 30fps, 36kbps Аудио: AAC, 48KHz, 189kbps, stereo Содержание складчины 01 Setup 001 Thank You.mp4 [5m 397k 954] 002 Installing Visual Studio Community 2015.mp4 [12m 968k 450] 003 Handling Visual Studio And C Updates.mp4 [6m 485k 625] 004 Correct Mindset For This Course.mp4 [7m 361k 802] 02 Simple Calculator 005 Acceptance Criteria.mp4 [7m 71k 689] 006 Algorithm.mp4 [5m 989k 951] 007 Flowchart.mp4 [15m 804k 671] 008 Variables.mp4 [26m 265k 411] 009 Expressions Operators.mp4 [10m 55k 425] 010 Converting String To Number.mp4 [11m 308k 432] 011 Order Of Evaluation.mp4 [12m 776k 851] 012 String Manipulation Formatting and More.mp4 [43m 379k 691] 013 Conditional Statements.mp4 [25m 759k 516] 014 Objects Classes.mp4 [12m 928k 18] 015 Methods.mp4 [20m 196k 422] 016 Static vs Non Static.mp4 [13m 979k 524] 017 Exceptions Throw Keyword.mp4 [24m 669k 630] 018 Try Catch Finally.mp4 [36m 40k 412] 019 Writing Simple Calculator.mp4 [45m 646k 647] 020 Writing Simple Calculator Unit Tests.mp4 [44m 921k 995] attached_files 006 Algorithm Algorithm-Text.docx [11k 849] 007 Flowchart FlowChart.xml [2k 390] quizzes 001 Add Or Subtract.html [4k 134] 03 Word Unscrambler 021 Acceptance Criteria.mp4 [8m 510k 477] 022 Algorithm.mp4 [12m 700k 574] 023 Flowchart.mp4 [10m 354k 283] 024 Lists.mp4 [8m 315k 328] 025 Arrays.mp4 [18m 235k 269] 026 Array.Sort and More.mp4 [8m 141k 345] 027 For Loop.mp4 [18m 43k 841] 028 While Loop.mp4 [14m 530k 687] 029 Do While Loop.mp4 [12m 942k 330] 030 Foreach Loop.mp4 [5m 530k 227] 031 Iterating Lists and Arrays.mp4 [21m 829k 51] 032 Reference vs Value Types.mp4 [34m 68k 383] 033 Classes vs Structs.mp4 [10m 770k 721] 034 Out vs Ref Parameters.mp4 [11m 883k 802] 035 Null Null Coalescing.mp4 [15m 98k 990] 036 Readonly vs Const.mp4 [10m 823k 52] 037 Read and Write to Files.mp4 [18m 706k 668] 038 DRY Principle.mp4 [14m 408k 68] 039 Writing Program Part 1.mp4 [42m 359k 43] 040 Writing Program Part 2.mp4 [54m 595k 427] 041 Writing FileReader.mp4 [11m 82k 259] 042 Writing WordMatcher.mp4 [27m 15k 710] 043 Writing Constants.mp4 [59m 694k 343] 044 Writing Word Unscrambler Unit Tests.mp4 [61m 406k 574] attached_files 022 Algorithm Algorithm-Text.docx [12k 428] 023 Flowchart FlowChart.xml [2k 486] quizzes 002 Inline Array.html [4k 45] 04 Simple Web Scraper 045 Acceptance Criteria.mp4 [7m 237k 505] 046 Algorithm.mp4 [7m 845k 657] 047 Flowchart.mp4 [15m 898k 286] 048 Fields.mp4 [10m 403k 585] 049 Properties.mp4 [25m 750k 606] 050 Constructors.mp4 [15m 44k 516] 051 Object Oriented Programming.mp4 [17m 813k 896] 052 Encapsulation InternalsVisibleTo.mp4 [44m 248k 954] 053 Using Keyword.mp4 [18m 661k 409] 054 Builder Pattern.mp4 [41m 864k 194] 055 Single Responsibility Principle.mp4 [17m 939k 40] 056 HTML Basics.mp4 [9m 497k 963] 057 Regular Expressions.mp4 [28m 220k 847] 058 Writing Both Builders.mp4 [39m 198k 259] 059 Writing Scraper.mp4 [19m 532k 127] 060 Writing Program Part 1.mp4 [48m 534k 854] 061 Writing Program Part 2.mp4 [24m 782k 332] 062 Writing Simple Web Scraper Unit Tests.mp4 [33m 404k 614] attached_files 046 Algorithm Algorithm-Text.docx [12k 189] 047 Flowchart FlowChart.xml [2k 794] quizzes 003 Simple Id Validation.html [7k 96] 05 Sudoku Solver 063 Acceptance Criteria.mp4 [6m 335k 576] 064 Algorithm.mp4 [12m 91k 883] 065 Flowchart.mp4 [14m 317k 811] 066 StringBuilder.mp4 [6m 391k 303] 067 Jagged Arrays vs Multidimensional Arrays.mp4 [11m 341k 344] 068 Dependency Injection.mp4 [9m 673k 998] 069 Interfaces.mp4 [15m 349k 157] 070 Abstract Classes.mp4 [15m 836k 30] 071 Interfaces vs Abstract Classes.mp4 [5m 828k 264] 072 Polymorphism.mp4 [8m 936k 751] 073 LINQ Introduction.mp4 [36m 817k 178] 074 Writing SudokuFileReader.mp4 [40m 263k 180] 075 Writing SudokuMapper.mp4 [26m 733k 239] 076 Writing SudokuBoardDisplayer.mp4 [14m 356k 77] 077 Writing SudokuBoardStateManager.mp4 [13m 200k 182] 078 Writing SudokuSolverEngine.mp4 [30m 716k 412] 079 Writing SimpleMarkUpStrategy Part 1.mp4 [39m 103k 707] 080 Writing SimpleMarkUpStrategy Part 2.mp4 [38m 102k 539] 081 Writing NakedPairsStrategy Part 1.mp4 [46m 561k 335] 082 Writing NakedPairsStrategy Part 2.mp4 [43m 753k 725] 083 Fixing Few Bugs.mp4 [26m 378k 979] 084 Writing Program.mp4 [25m 675k 297] 085 Writing Unit Tests Part 1.mp4 [24m 485k 359] 086 Writing Unit Tests Part 2.mp4 [29m 611k 169] attached_files 064 Algorithm Algorithm-Text.docx [12k 604] 065 Flowchart FlowChart.xml [2k 444] quizzes 004 From 2D To 1D.html [4k 717] 06 Visual Studio Community 2017 And C 7 087 Installing Visual Studio Community 2017.mp4 [20m 433k 51] 088 C 7 Features Well Cover.mp4 [15m 402k 50] 089 Out Variables.mp4 [7m 299k 382] 090 Throw Expressions.mp4 [16m 192k 104] 091 Binary Literals Digit Separators.mp4 [9m 637k 743] 092 Expression Bodies.mp4 [15m 546k 871] 093 Ref Locals Returns.mp4 [23m 546k 979] 094 Deconstruction.mp4 [22m 267k 251] 095 Local Functions.mp4 [17m 61k 178] 096 Pattern Matching - Part 1.mp4 [39m 979k 157] 097 Pattern Matching - Part 2.mp4 [21m 991k 324] 098 Tuples.mp4 [39m 446k 341] 07 Closing Words 099 Farewell.mp4 [10m 174k 610] 100 Download Application Code Here.html [1k 47] Курс на английском языке |
Быстрая оплата RUB, UAH, KZT