oaxino Posted August 29, 2024 Report Share Posted August 29, 2024 Developer Bootcamp C# And Asp.Net Core For BeginnersPublished 8/2024MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHzLanguage: English | Size: 8.07 GB | Duration: 20h 19mLearn C# and ASP.NET Core from scratch in this beginner-friendly bootcamp and master the essential programming concepts.What you'll learnLearn Software Development 101 Fundamentals and Information Technology BasicsLearn programming basics using the C# language (strings, numbers, conditional logic, loops, lists, arrays, objects, classes, methods., etc.)Learn how to create a web application with a database using ASP DOTNET Core and SQLiteLearn about OOP, such as Encapsulation, Inheritance, Abstraction and PolymorphismLearn advance techniques such as Version Control, Unit Testing, APIs, Authentication and Authorization, and Hosting Web AppsRequirementsNo programming experience neededNeed to have a good understand how to work with files and explorer on a PCNeed to be able to think logically and be an analytical mindYou are good at Solving Computer ProblemsUnderstand the basics of mathematicsYou are creative and enjoy finding solutions for problemsTo complete building the web application, some HTML knowledge would be an advantageDescriptionKickstart your programming journey with our Developer Bootcamp designed specifically for beginners! Learn to code using C#, one of the most powerful and versatile languages in the industry. This hands-on course covers all the essential programming concepts, from basic syntax to advanced object-oriented programming (OOP) principles, SOLID principles and how to store and retrieve data from a SQLite database. You'll dive into strings, numbers, arrays, list collections, conditional logic, functional programming, exception handling, and more, gaining the skills to build real-world applications. You'll also learn how to use GitHub by using Git from your local PC to a remote repository. You'll also learn some advance topics regarding security, how to implement authentication and authorization, unit testing and TDD, and how to write API's and essentials regarding hosting a web application.By the end of this course, you'll create a fully functional web application using ASP.NET Core, complete with database integration and image handling. Whether you're aiming to start a career in software development or simply want to learn a new skill, this bootcamp provides the foundation you need to succeed.No prior programming experience is required-just bring your enthusiasm to learn! Join us and transform your ideas into working code.OverviewSection 1: IntroductionLecture 1 IntroductionLecture 2 Considerations before we start and Important InformationLecture 3 History of Information Technology and Software DevelopmentLecture 4 Journeys and roles within ITSection 2: Software Development 101Lecture 5 Introduction to Software Development 101Lecture 6 Definition and importance of software developmentLecture 7 Basic Understanding of SoftwareLecture 8 Role of Software in Various IndustriesLecture 9 Fundamental Concepts in Software DevelopmentLecture 10 Programming LanguagesLecture 11 Development Environments such as IDE and EditorsLecture 12 Basic Programming ConstructsLecture 13 Object-Oriented Programming (OOP)Lecture 14 Software Development Life Cycle (SDLC)Lecture 15 Basic Algorithms and Problem SolvingLecture 16 Testing and DebuggingLecture 17 Web Development BasicsLecture 18 Introduction to Mobile DevelopmentLecture 19 Database FundamentalsLecture 20 Security in Software DevelopmentLecture 21 Basics of networking and protocolsLecture 22 Introduction to InfrastructureLecture 23 DevOps: Continuous Integration/Continuous Deployment (CI/CD)Lecture 24 Code Reviews and Documentation StandardsSection 3: Introduction to C#Lecture 25 Introduction to this section of understanding C#Lecture 26 History of C# by MicrosoftLecture 27 Key Concepts of C# - OOP, Type-Safe, managed code, modern features and moreLecture 28 What is .NET MAUI?Lecture 29 The .Net Framework ArchitectureLecture 30 Theory - Installing the .Net Tools and System RequirementsLecture 31 Practical - Installing the .Net SDK'sLecture 32 Practical - Installing Visual Studio CodeLecture 33 Practical - Install Extension needed for Visual Studio Code and C#Lecture 34 How to use Visual Studio CodeSection 4: C# Basics - Using StringsLecture 35 Introduction to C# using StringsLecture 36 Introduction to C# BasicsLecture 37 C# Basics - Agenda for this String sectionLecture 38 Introduction to StringsLecture 39 Practical - Write your first "Hello World" programLecture 40 Using a String variable - Example 2Lecture 41 Working with strings - Example 3Lecture 42 Trimming Strings - Example 4Lecture 43 Replace & Case methods in strings - Example 5Lecture 44 Search strings - Example 6Lecture 45 The String ChallengeLecture 46 String Challenge - The Solution and CodeSection 5: C# Basics - Using NumbersLecture 47 Introduction to Numbers SectionLecture 48 Introduction to Numbers, the agenda and what Numbers are in C#Lecture 49 Working with Integers - Example 1Lecture 50 Double Type - Example 2Lecture 51 Decimal Types - Example 3Lecture 52 The Numbers ChallengeLecture 53 The Number Challenge - The solutionSection 6: C# Basics - Using ArraysLecture 54 Introduction to this Arrays SectionLecture 55 Agenda for Arrays using C#Lecture 56 Single-dimension Arrays- Example 1Lecture 57 Multidimensional Arrays - Example 2Lecture 58 Jagged arrays - Example 3Lecture 59 Implicitly typed arrays - Example 4Lecture 60 The Arrays ChallengeLecture 61 The Arrays Challenge - The SolutionSection 7: C# Basics - Conditional LogicLecture 62 Introduction to the Conditional Logic SectionLecture 63 What is Conditional Logic and Decision Statements in C#Lecture 64 Decision Statements - Sample 1Lecture 65 If and else statement - Sample 2Lecture 66 Switch statement - Sample 3Lecture 67 Using the Loop Statement - Sample 4Lecture 68 Do while loop - Sample 5Lecture 69 The "for loop" statement - Sample 6Lecture 70 Nested loops - Sample 7Lecture 71 The Challenge - Combine conditions and loopsLecture 72 Combine conditions and loops - The SolutionSection 8: C# Basics - List CollectionsLecture 73 Introduction to the list collection sectionLecture 74 List Collection - AgendaLecture 75 What is Generics and what is lists in C#?Lecture 76 Create list - Sample 1Lecture 77 Modify list contents - Sample 2Lecture 78 Search and sort lists - Sample 3Lecture 79 Lists of other types - Sample 4Lecture 80 The Challenge - Using List CollectionsLecture 81 The Solution - Using List CollectionsSection 9: C# Basics - Functional ProgrammingLecture 82 Introduction to the functional programming sectionLecture 83 Functional Programming - AgendaLecture 84 Pattern matching and Casting - Sample 1Lecture 85 Explicit Casting - Sample 2Lecture 86 Using as Operator - Sample 3Lecture 87 Null Checks - Sample 4Lecture 88 Using Key Value Pairs - Sample 5Lecture 89 Challenge - List Filtering with Key Value PairLecture 90 The Solution - List Filtering with Key Value PairSection 10: C# Error and Exception HandlingLecture 91 Introduction to the exception handling sectionLecture 92 What is exception handling in C# and .Net?Lecture 93 Using an exception - Sample 1Lecture 94 Catch Blocks - Sample 2Lecture 95 Finally Blocks - Sample 3Lecture 96 Create and Throw Exceptions - Sample 4Lecture 97 Overview of Exception handling, Serilog, log4net and NLog - TheoryLecture 98 Install and use Serilog - Practical write to consoleLecture 99 Use Serilog to log errors to filesLecture 100 The Challenge - Exceptions and SerilogLecture 101 The Solution - Exceptions and SerilogSection 11: C# - OOP FundamentalsLecture 102 Introduction to the OOP Section and AgendaLecture 103 Introduction to OOPLecture 104 What is a Class in C# - SampleLecture 105 What is a Class in C# - SolutionLecture 106 What is members of a class?Lecture 107 Members - Fields & Constructors - SampleLecture 108 Members - Fields & Constructors - SolutionLecture 109 Members - Constants - SampleLecture 110 Members - Constants - SolutionLecture 111 Members - Properties - SampleLecture 112 Members - Properties - SolutionLecture 113 Members - Methods - Sample and SolutionLecture 114 Members - Events - SampleLecture 115 Members - Events - SolutionLecture 116 Members - Finalizers - Sample and SolutionLecture 117 Members - Indexers - Sample and SolutionLecture 118 Members - Operators - Sample and SolutionLecture 119 Members - Nested Types - Sample and SolutionLecture 120 Theory on what is Accessibility?Lecture 121 Encapsulation - Sample and SolutionLecture 122 Inheritance - Sample and SolutionLecture 123 Abstraction - Sample and SolutionLecture 124 Polymorphism - Sample and SolutionLecture 125 The SOLID PrinciplesLecture 126 The Challenge - OOP ProgrammingLecture 127 The Solution - OOP ProgrammingSection 12: Database TheoryLecture 128 Introduction to the database theory sectionLecture 129 What is Databases?Lecture 130 Types of Database - Relational DatabasesLecture 131 Types of Databases - Relational Databases Design and SQLLecture 132 Three more database types - noSQL, Key-Value Store and Column-Oriented DatabasesLecture 133 What is MySQL and SQLite Relational Databases and how does it compare?Lecture 134 What is ORM (Object-Relational Mapping)?Section 13: SQLite and using it with C# and Visual Studio CodeLecture 135 Introduction to SQLite SectionLecture 136 Setup VSCode and install SQLiteLecture 137 Demo Projects and Steps using Visual Studio CodeLecture 138 Demo how to use scaffold EF Migration in Visual Studio Code with SQLiteSection 14: Create a Web Application using ASP.NET Core and SQLite with C#Lecture 139 Introduction to building a Web Application SectionLecture 140 ASP.NET Core AgendaLecture 141 What is ASP.NET Core and its key features and concepts?Lecture 142 ASP.NET Core Project Structure and MVCLecture 143 Setup Environment for ASP.NET Core in Visual Studio CodeLecture 144 Sample 1 - Quick ASP.NET Web AppLecture 145 Sample 2 - Add and List ProductsLecture 146 ASP.NET Core Project break down and detail explanationsLecture 147 Sample 3 - Product Web App - with SQLite DatabaseLecture 148 Sample 3 - Product App - with SQLite Database - ContinueLecture 149 Sample 3 - Product App - with SQLite Database - Add Create ScreenLecture 150 Debug your ASP.NET Code by enabling debuggingLecture 151 Challenge - Create an Online Shopping Web ApplicationLecture 152 The Solution - Online Shopping Web ApplicationSection 15: Version Control and using GITLecture 153 Introduction to the version control sectionLecture 154 What is Version Control and Git and Version Control Platforms to use?Lecture 155 Git Version Control CapabilitiesLecture 156 Key concepts of GitLecture 157 Agenda for the Demo using GithubLecture 158 How to create a GitHub account and create your first RepositoryLecture 159 Install Git locally on your PC and enable it on Visual Studio CodeLecture 160 How to create branches on GitHub and pull to local and push back to GiHubLecture 161 How to perform a pull request on GitHubLecture 162 How to pull code from Visual Studio Code using the UILecture 163 How to clone a Repo from GitHub using Visual Studio CodeLecture 164 Git Flow Branching Model Best PracticesSection 16: Security using Authentication and AuthorizationLecture 165 Introduction to Security using Authentication and Authorization SectionLecture 166 Security using Authentication & Authorization in ASP.NET Core Web ApplicationLecture 167 Solution for Authentication and Authorization using ASP.NET Core Web ApplicationSection 17: Unit Testing and Test-Driven Development (TDD)Lecture 168 Introduction to Unit testing and TDD SectionLecture 169 Unit testing frameworks, mocking and TDDLecture 170 Example of Using xUnit using Visual Studio CodeSection 18: API's or Application Programming Interfaces using ASP.NET CoreLecture 171 Introduction to the API's SectionLecture 172 What is API's, types of API's, key components and design principlesLecture 173 API's in ASP.NET Core and Create an ASP.NET Core Web API ProjectLecture 174 Solution - ASP.NET Core Web API ProjectSection 19: Hosting ASP.NET Core Web ApplicationsLecture 175 Introduction to Hosting ASP.NET Core Web Applications SectionLecture 176 Theory of Hosting ASP.NET Web Applications and various options of hostingLecture 177 Example - Deploy a ASP.NET Core Web App to Azure App ServicesSection 20: Final Words from the LecturerLecture 178 Final WordsBeginner C# Developers who wants to learn from the very beginning,Junior developers who wants to improve their Object-Oriented Programming skills in C#,Beginners who wants to learn all the programming basics, including how to write a web applicationScreenshotsrapidgator.net:https://rapidgator.net/file/58820e727e2ca86e828296cd34040203/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part01.rar.htmlhttps://rapidgator.net/file/78580f402de5b1581d8ac5f62a679ef2/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part02.rar.htmlhttps://rapidgator.net/file/13f2a59f1c8b6563cb2297c2eb331d2b/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part03.rar.htmlhttps://rapidgator.net/file/af1fe8db4235ba9db24d655b5cd226d6/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part04.rar.htmlhttps://rapidgator.net/file/711ff8c109c2eda25151bc354b731f69/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part05.rar.htmlhttps://rapidgator.net/file/67e4e9a1b4a2e39411420f6020eb3590/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part06.rar.htmlhttps://rapidgator.net/file/1b8398cc1fd581f389e41869bb5aed66/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part07.rar.htmlhttps://rapidgator.net/file/4d7bb37f9b63b8cdc49b386745311cda/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part08.rar.htmlhttps://rapidgator.net/file/e68792dff7003151e73688069c4d081f/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part09.rar.htmlnitroflare.com:https://nitroflare.com/view/FF70ED0DBF61E0F/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part01.rarhttps://nitroflare.com/view/ABE66D9127F1124/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part02.rarhttps://nitroflare.com/view/2FA1A10986F9C05/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part03.rarhttps://nitroflare.com/view/B4CA1899427F6D7/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part04.rarhttps://nitroflare.com/view/E16FBD646CD357B/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part05.rarhttps://nitroflare.com/view/B6C36890E8DC7A1/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part06.rarhttps://nitroflare.com/view/69EC2584A25A732/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part07.rarhttps://nitroflare.com/view/1C692B25F7B76EE/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part08.rarhttps://nitroflare.com/view/C6FAC53799EF759/gblaw.Developer.Bootcamp.C.And.Asp.Net.Core.For.Beginners.part09.rar Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now