SimorghNest
SimorghNest
  • 249
  • 16 049
C# Tutorial - Intermediate - 034 - The Double-Edged Sword of Primary Constructor Parameters
==================================================
🌟 Contents 🌟
⌛ 00:02 : Intro - Problem with primary constructor parameters in C#.
⌛ 00:44 : Primary constructor parameters accessible globally
⌛ 01:18 : Illustrating the problem in action
⌛ 02:41 : Avoiding the problem of primary constructor parameters
⌛ 03:36 : Making primary constructor parameters readonly with a trick
==================================================
C# Tutorial from Basic to Advanced - Created by Mojo & Immo
In this Series, we teach you C# in three parts
Basic, Intermediate, and Advanced
==================================================
✅The main goal of all our courses is to cover everything in a simple, visual, and practical way✅
==================================================
#constructors #constructor #primaryconstructors #secondaryconstructors #csharptutorial #csharpintermediate #csharpforbeginners #csharp
zhlédnutí: 27

Video

Clean Code - Refactoring - Preserve Whole Object
zhlédnutí 159Před 14 dny
🌟 Contents 🌟 ⌛ 00:02 : Intro - Preserve Whole Object Technique ⌛ 00:55 : Understanding Preserve Whole Object ⌛ 01:48 : Refactoring Diagram ⌛ 02:04 : Applying the "Preserve Whole Object" technique ⌛ 02:56 : Preserve Whole Object vs Introduce Parameter Object Clean Code - Refactoring - Created by Mojo & Immo ✅The main goal of all our courses is to cover everything in a simple, visual, and practic...
HTML Tutorial - Beginner to Pro - 018 - Heading Tags - H1, H2, H3, H4, H5 and H6
zhlédnutí 45Před 14 dny
🌟 Contents 🌟 ⌛ 00:02 : Intro - Heading Elements in HTML ⌛ 01:49 : The H1 Tag in HTML ⌛ 02:53 : The H1 Tag in Action ⌛ 03:09 : Keep heading elements hierarchical ⌛ 03:48 : Using CSS ⌛ 04:24 : Explore the properties of H1 headings ⌛ 05:24 : Headings convey meaning and structure ⌛ 07:09 : The H2 Tag in HTML ⌛ 08:51 : The H3 Tag in HTML HTML Tutorial from Beginner to Pro - Created by Mojo & Immo ✅T...
C# Tutorial - Intermediate - 033 - Primary Constructors
zhlédnutí 65Před 21 dnem
🌟 Contents 🌟 ⌛ 00:02 : Intro - Primary Constructors in C# ⌛ 00:52 : Secondary Constructors in C# ⌛ 01:54 : Important key points about primary constructors ⌛ 02:39 : Create a C# primary constructor ⌛ 04:40 : Secondary constructors must invoke the primary constructor ⌛ 07:23 : Compare two player classes C# Tutorial from Basic to Advanced - Created by Mojo & Immo In this Series, we teach you C# in...
Clean Code - Refactoring - Extract Class
zhlédnutí 321Před 21 dnem
🌟 Contents 🌟 ⌛ 00:02 : Intro - Extract Class Refactoring Technique ⌛ 00:55 : Understanding the Extract Class Refactoring ⌛ 01:51 : Refactoring Diagram ⌛ 02:01 : Single Responsibility Principle ⌛ 02:36 : Applying the "Extract Class" technique Clean Code - Refactoring - Created by Mojo & Immo ✅The main goal of all our courses is to cover everything in a simple, visual, and practical way✅ #cleanco...
C# Tutorial - Intermediate - 032 - Constructor Chaining
zhlédnutí 37Před 21 dnem
🌟 Contents 🌟 ⌛ 00:02 : Intro - Constructor Chaining in C# ⌛ 00:36 : What is Constructor Chaining in C# ⌛ 00:53 : How to do constructor chaining in C# ⌛ 02:36 : Constructor Chaining in Action C# Tutorial from Basic to Advanced - Created by Mojo & Immo In this Series, we teach you C# in three parts Basic, Intermediate, and Advanced ✅The main goal of all our courses is to cover everything in a sim...
HTML Tutorial - Beginner to Pro - 017 - Semantic Elements - Article, Aside and Section Elements
zhlédnutí 54Před 28 dny
🌟 Contents 🌟 ⌛ 00:02 : Intro - Some HTML Semantic Elements ⌛ 00:44 : Section Tag in HTML ⌛ 01:57 : Article Tag in HTML ⌛ 03:57 : Aside Tag in HTML ⌛ 04:55 : Some Points About Section,Article and Aside HTML Tutorial from Beginner to Pro - Created by Mojo & Immo ✅The main goal of all our courses is to cover everything in a simple, visual, and practical way✅ #article #section #aside #semantics #di...
C# Tutorial - Intermediate - 031 - Introduction to Constructors
zhlédnutí 26Před 28 dny
🌟 Contents 🌟 ⌛ 00:02 : Intro - C# Constructors ⌛ 00:54 : Understanding Constructors in C# ⌛ 03:12 : Constructors in action C# Tutorial from Basic to Advanced - Created by Mojo & Immo In this Series, we teach you C# in three parts Basic, Intermediate, and Advanced ✅The main goal of all our courses is to cover everything in a simple, visual, and practical way✅ #constructors #constructor #overload...
Clean Code - Refactoring - Introduce Parameter Object
zhlédnutí 119Před měsícem
🌟 Contents 🌟 ⌛ 00:02 : Intro - Introduce Parameter Object Refactoring Technique ⌛ 00:50 : Refactoring Diagram ⌛ 01:07 : Understanding the Introduce Parameter Object Refactoring ⌛ 02:05 : Applying the "Introduce Parameter Object" technique - Example 01 ⌛ 03:24 : Applying the "Introduce Parameter Object" technique - Example 02 ⌛ 04:12 : Prevents duplicating code Clean Code - Refactoring - Created...
C# Tutorial - Intermediate - 030 - Params Keyword
zhlédnutí 38Před měsícem
🌟 Contents 🌟 ⌛ 00:02 : Intro - Params Keyword in C# ⌛ 01:12 : Understanding Params Keyword in C# ⌛ 02:10 : Params Keyword in action ⌛ 03:57 : Rules for Using Params Keyword C# Tutorial from Basic to Advanced - Created by Mojo & Immo In this Series, we teach you C# in three parts Basic, Intermediate, and Advanced ✅The main goal of all our courses is to cover everything in a simple, visual, and p...
HTML Tutorial - Beginner to Pro - 016 - Semantic Elements
zhlédnutí 66Před měsícem
🌟 Contents 🌟 ⌛ 00:02 : Intro - Understanding HTML Semantic Elements ⌛ 01:40 : What are Semantic Elements? ⌛ 01:54 : Comparing the Structure of Semantic and Non-Semantic Elements ⌛ 02:34 : Enhancing Code Readability with Semantic Elements ⌛ 02:54 : Improved accessibility with Semantics ⌛ 03:37 : Consistency through Semantic Elements ⌛ 04:15 : Practical use of Semantic Elements ⌛ 04:46 : Header T...
C# Tutorial - Intermediate - 029 - Method Overloading
zhlédnutí 23Před měsícem
🌟 Contents 🌟 ⌛ 00:02 : Intro - Method Overloading in C# ⌛ 00:55 : Comparing Optional Parameters and Method Overloading ⌛ 01:34 : Understanding Method Overloading in C# ⌛ 03:57 : Rules for Using Method Overloading ⌛ 05:00 : Method Overloading in action C# Tutorial from Basic to Advanced - Created by Mojo & Immo In this Series, we teach you C# in three parts Basic, Intermediate, and Advanced ✅The...
Clean Code - Refactoring - Decompose Conditional
zhlédnutí 196Před měsícem
Clean Code - Refactoring - Decompose Conditional
C# Tutorial - Intermediate - 028 - Named Parameters
zhlédnutí 26Před měsícem
C# Tutorial - Intermediate - 028 - Named Parameters
HTML Tutorial - Beginner to Pro - 015 - div Tag
zhlédnutí 167Před měsícem
HTML Tutorial - Beginner to Pro - 015 - div Tag
C# Tutorial - Intermediate - 027 - Optional Parameters
zhlédnutí 71Před měsícem
C# Tutorial - Intermediate - 027 - Optional Parameters
Clean Code - Refactoring - Inline Method
zhlédnutí 845Před měsícem
Clean Code - Refactoring - Inline Method
C# Tutorial - Intermediate - 026 - Out Parameter
zhlédnutí 26Před měsícem
C# Tutorial - Intermediate - 026 - Out Parameter
HTML Tutorial - Beginner to Pro - 014 - Keywords, Author, Rating, Copyright and Language Meta Tags
zhlédnutí 22Před měsícem
HTML Tutorial - Beginner to Pro - 014 - Keywords, Author, Rating, Copyright and Language Meta Tags
C# Tutorial - Intermediate - 025 - In & Ref Readonly Modifiers
zhlédnutí 45Před měsícem
C# Tutorial - Intermediate - 025 - In & Ref Readonly Modifiers
Clean Code - Refactoring - Move Field
zhlédnutí 100Před měsícem
Clean Code - Refactoring - Move Field
C# Tutorial - Intermediate - 024 - Pass by Value & Pass by Reference #2 (ref keyword)
zhlédnutí 31Před měsícem
C# Tutorial - Intermediate - 024 - Pass by Value & Pass by Reference #2 (ref keyword)
HTML Tutorial - Beginner to Pro - 013 - Canonical URL
zhlédnutí 22Před měsícem
HTML Tutorial - Beginner to Pro - 013 - Canonical URL
C# Tutorial - Intermediate - 023 - Pass by Value & Pass by Reference
zhlédnutí 30Před měsícem
C# Tutorial - Intermediate - 023 - Pass by Value & Pass by Reference
Clean Code - Refactoring - Move Method
zhlédnutí 81Před měsícem
Clean Code - Refactoring - Move Method
C# Tutorial - Intermediate - 022 - Shadowing Variables
zhlédnutí 24Před měsícem
C# Tutorial - Intermediate - 022 - Shadowing Variables
HTML Tutorial - Beginner to Pro - 012 - Robots Meta Tags
zhlédnutí 31Před 2 měsíci
HTML Tutorial - Beginner to Pro - 012 - Robots Meta Tags
C# Tutorial - Intermediate - 021 - Scopes
zhlédnutí 46Před 2 měsíci
C# Tutorial - Intermediate - 021 - Scopes
Clean Code - Refactoring - Replace Parameter with Explicit Methods
zhlédnutí 64Před 2 měsíci
Clean Code - Refactoring - Replace Parameter with Explicit Methods
C# Tutorial - Intermediate - 020 - Heap & Stack
zhlédnutí 50Před 2 měsíci
C# Tutorial - Intermediate - 020 - Heap & Stack

Komentáře

  • @nestorjimenez8498
    @nestorjimenez8498 Před 19 dny

    Thank for this video <3

    • @SimorghNest
      @SimorghNest Před 19 dny

      Thank you for your support, we're glad you found the video helpful

  • @Deepak-qo9kk
    @Deepak-qo9kk Před 22 dny

    I recently started learning web development applications like HTML, CSS, JS. So is MSYS2 important to install. I am using Vs code.

    • @SimorghNest
      @SimorghNest Před 22 dny

      No, MSYS2 is not important to install. For web development using HTML, CSS, and JavaScript, you primarily need a code editor like VS Code, which you already have

  • @johnp2115
    @johnp2115 Před 24 dny

    "promo sm"

  • @dhruvagrawal8836
    @dhruvagrawal8836 Před 29 dny

    Nice. 🔥

  • @AslamNazeerShaikh
    @AslamNazeerShaikh Před měsícem

    Hey Great.. lots of love from India.. Thanks for making such great content.. keep it up !

    • @SimorghNest
      @SimorghNest Před 29 dny

      Thank you for your support. Sending lots of love back to India. We'll keep it up

  • @masterweber9488
    @masterweber9488 Před měsícem

    Please don't do this!

  • @Ahmed-gg4oz
    @Ahmed-gg4oz Před měsícem

    I seen many tutorials and nobody has ever explained this

  • @Ahmed-gg4oz
    @Ahmed-gg4oz Před měsícem

    Hey bro can you make basic c# programs? Would love to follow

    • @SimorghNest
      @SimorghNest Před měsícem

      We have a dedicated playlist on the channel that covers fundamental concepts and includes basic C# programs. Feel free to check it out and follow along. Happy learning C# Basic Course : czcams.com/play/PLV5UA5HvpVoAM0LzL51KL7j6Toz_hn1QJ.html

  • @Ahmed-gg4oz
    @Ahmed-gg4oz Před měsícem

    Finding your channel is a blessing and all your content is recent too thats good.

    • @SimorghNest
      @SimorghNest Před měsícem

      Thank you for your kind words! We're glad you find our channel and content valuable

  • @pateljoy5048
    @pateljoy5048 Před měsícem

    Thank you so much to clear my confusion in this concept 🙏🏻

    • @SimorghNest
      @SimorghNest Před měsícem

      Thank you for your support, we're glad you found the video helpful

  • @Nih1l__
    @Nih1l__ Před měsícem

    Wow after watching this video and checking how many vids on c# and other stuff you had already uploaded on your channel it surprised me seeing how many subs you got so far, you deserve way more I hope your channel grows, thanks for the helpful content!

    • @SimorghNest
      @SimorghNest Před měsícem

      Thank you for your support and kind words! we're glad you found the video helpful. Your encouragement means a lot to us, and we'll continue working hard to provide valuable content

  • @rishabhlakhara9583
    @rishabhlakhara9583 Před měsícem

    thanks man

  • @xanh.9999
    @xanh.9999 Před měsícem

    thank you

  • @dhanushkumar831
    @dhanushkumar831 Před měsícem

    Better understandable

  • @emmanuelvalverderamos
    @emmanuelvalverderamos Před 3 měsíci

    The clean code also mention to don't add an extra param boolean, because you would have several decition baranching on the method czcams.com/video/lbnctzf5qXA/video.htmlsi=RW_1FCNloSbnvPzT&t=27

    • @SimorghNest
      @SimorghNest Před 3 měsíci

      In general, you are correct, but as we said in the previous lectures Clean code principles are not absolute rules Adding a Boolean parameter in some scenarios can be justified and does not necessarily violate clean code principles, because sometimes creating separate methods for a simple differentiation would be overkill and unnecessarily complicate the code It's important to evaluate the context and complexity of the code when applying clean code principles. Thank you for bringing up this valuable point

  • @ishmaelsarpongasiedu6727
    @ishmaelsarpongasiedu6727 Před 4 měsíci

    Thanks sir. Please can this description be done in an SPA?

    • @SimorghNest
      @SimorghNest Před 4 měsíci

      Thank you for asking such a thoughtful question, yes, you can use meta descriptions in single-page applications (SPA). But for better search engine visibility, it's recommended to use server-side rendering (SSR) or pre-rendering techniques. These techniques make sure that the meta description is included in the initial HTML response that search engine crawlers receive. So, search engines can index and show accurate meta descriptions for your pages for example, if you're developing your application using ReactJS, you can utilize the Next.js framework, which offers server-side rendering (SSR) as one of its key features

  • @OfficalTPAnimates
    @OfficalTPAnimates Před 4 měsíci

    nice! thank you

  • @thenightwolf224
    @thenightwolf224 Před 5 měsíci

    I Dunno Why Stupid People Are Being Famous And Get A Fucking Millions of views and Likes and That Amazing Channel and other educational Channel Get Nothing

  • @AnotherPersonStoppingBy
    @AnotherPersonStoppingBy Před 5 měsíci

    Beautifully explained. The graphics made everything crystal clear. Subscribed!

    • @SimorghNest
      @SimorghNest Před 5 měsíci

      Thank you for your support! We're glad you found the explanation and graphics helpful

  • @codeozz
    @codeozz Před 6 měsíci

    Greetings teacher, our lessons will continue for how many videos on average. I completed 96 videos today.

    • @SimorghNest
      @SimorghNest Před 6 měsíci

      Hello and thank you for watching our videos. We want to let you know that this course will wrap up with three more videos. As we mentioned in our overview video, our C# training program includes three levels: basic, intermediate, and advanced courses

  • @leonardocorreadasilva4682
    @leonardocorreadasilva4682 Před 6 měsíci

    cool content and a good teaching method, we programmers in Brazil are grateful

    • @SimorghNest
      @SimorghNest Před 6 měsíci

      Thank you! We're glad you find the content and teaching method helpful. Grateful for the support from programmers in Brazil like you.

  • @salvatorepage3924
    @salvatorepage3924 Před 7 měsíci

    😪 'Promo SM'

  • @user-wl3lb3hm5g
    @user-wl3lb3hm5g Před 8 měsíci

    good man

  • @updatediwant
    @updatediwant Před 9 měsíci

    please speak properly,we cant understand your language,chi

  • @nimeshthakur789
    @nimeshthakur789 Před 9 měsíci

    Good Video

  • @munaf_s
    @munaf_s Před 10 měsíci

    Best of luck! <3

  • @LateNightBGMIWarriers
    @LateNightBGMIWarriers Před 10 měsíci

    Make more lengthy this playlist is going to help so many peoples in coming days

  • @LateNightBGMIWarriers
    @LateNightBGMIWarriers Před 10 měsíci

    Best animations ❤

  • @LateNightBGMIWarriers
    @LateNightBGMIWarriers Před 10 měsíci

    Never stop 😊

  • @LateNightBGMIWarriers
    @LateNightBGMIWarriers Před 10 měsíci

    Where is your Insta id 🆔?

    • @SimorghNest
      @SimorghNest Před 10 měsíci

      Thank you for your support. Our focus is currently only on the CZcams channel. Whenever we are active on other social networks, we will inform everyone

  • @LateNightBGMIWarriers
    @LateNightBGMIWarriers Před 10 měsíci

    Hey! Make full playlist I am supporting you

  • @THEjacekx
    @THEjacekx Před 11 měsíci

    nice animations

  • @pouyaazi
    @pouyaazi Před 11 měsíci

    good❤

  • @kirekav1199
    @kirekav1199 Před rokem

    don't give up you make very good tutorials continue bro

    • @SimorghNest
      @SimorghNest Před rokem

      thank you for your kind words, we'll try our best.

  • @bennipeagler562
    @bennipeagler562 Před rokem

    P R O M O S M 🌟