C# Tutorial In Hindi

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 4 тыс.

  • @internetexplorer7449
    @internetexplorer7449 4 года назад +1113

    0:00 Introduction
    2:14 Installing Visual Studio
    6:08 Details about C#
    7:30 What is .NET Framework
    10:00 Architecture of.NET
    14:01 Build Tools
    14:21 Creating Project in Visual Studio
    17:06 Running Hello World
    21:14 printing statements Write vs WriteLine
    23:55 Basic Structure of C#
    24:57 namespace
    25:39 Class & Main
    28:20 Comments
    29:52 MultiLine Comment
    31:04 Variables
    33:29 DataTypes
    35:46 Taking inputs
    37:00 Size of datatypes
    42:23 Typecasting double to float
    47:39 Char and String
    50:00 Typecasting other datatypes
    58:48 Typecasting using Methods***
    1:04:15 taking user input
    1:12:24 Arithmetic Operators / Operators
    1:16:19 Assignement Operators
    1:18:34 Logical Operators
    1:21:00 Comparison Operators
    1:23:01 Math Class
    1:27:03 String Methods
    1:36:47 Escape Sequence Character
    1:38:20 If Else Statements
    1:48:41 Loops
    2:09:41 Methods
    2:19:15 Object Oriented Programming

    • @foodiejerks5718
      @foodiejerks5718 4 года назад +48

      Harry Bhai, Inheritance , Abstraction, Polymorphism, Encapsulation bhi thoda detail main sikha dete toh bahot badiya hota. Wait karenge naye video k liye

    • @saqibhussain4970
      @saqibhussain4970 4 года назад +15

      Harry bhai. Plz agar aap c# ka course html css kay course ki tarah complete videos bhut jald bna k load kar dain to aap ki great ness ho gi. Harry bhai. Waisay aap ne shahkaar channel launch kia hy

    • @narendrashukla4725
      @narendrashukla4725 4 года назад +6

      Please upload more tutorial about c#

    • @brajogopalchakraborty7010
      @brajogopalchakraborty7010 4 года назад +8

      Vai
      Maine app se sikhke ak code likha he
      Kaysa he batana
      using System;
      namespace hello_world
      {
      public static class Program
      {
      public static void Main()
      {
      Console.WriteLine("enter your name");
      string inp = Console.ReadLine();
      Console.WriteLine(inp + " tu chutiya he");
      }
      }
      }

    • @ankeshkumar1011
      @ankeshkumar1011 4 года назад +5

      Please upload more concept of c# like core, mvc etc with advanced lavel

  • @mohammedusman3581
    @mohammedusman3581 4 года назад +50

    I am from Sri Lanka and native tamil speaker. But, after watching so many hindi videos I feel like watching in native language also easily understandable. That's where a teacher get success. ❤️👍

  • @vanrajsinhvaghela4236
    @vanrajsinhvaghela4236 4 года назад +27

    Best video for learning programming language. I literally watched 7 videos before this but didn't understood anything and when I watched this one, I understood everything very nicely

  • @uditbhattacharya-student4603
    @uditbhattacharya-student4603 Год назад +26

    Please make complete course on C#.
    Your courses are really helpful to gain skills. Thank you so much. You are really doing a great work and your explanation feels like a big brother explaining complex things in easy way.
    Will be eagerly waiting for the full course on C#.

    • @Oggyy11
      @Oggyy11 Месяц назад

      yes please upload full course of c sharp

  • @karthikmenon7721
    @karthikmenon7721 4 года назад +146

    The best page for learning programming

  • @hypergaming1202
    @hypergaming1202 9 месяцев назад +9

    I have only 1GB RAM mobile! And I have learned html,css,js,Java and now c#! On this channel without any better device!

  • @finnanprasla
    @finnanprasla 3 года назад +156

    Yes, we want a complete course with notes of C sharp please upload it as soon as possible so we can learn more and more about C sharp programming. Thank you for uploading this video. ❤❤❤

    • @uknowchallenge9513
      @uknowchallenge9513 3 года назад +2

      Upload pls

    • @programswithumair4528
      @programswithumair4528 3 года назад +2

      Topi hai harry bs apni marzi sy videos upload krta hai or nahi kisi cheez ko complete krta hai.....

    • @sanju7739
      @sanju7739 2 года назад +1

      bro where i can find the notes of this lecture

    • @talhatechnical7716
      @talhatechnical7716 2 года назад +1

      @@sanju7739 same my problem please anyone can help me

    • @patelhimadri7453
      @patelhimadri7453 2 года назад

      Sir bolto rhe the videos dalenge lekin 2 saal ho gaye, lgta hai sir bde aadmi ban gaye

  • @Aswinarun2014
    @Aswinarun2014 2 года назад +30

    Please make a complete course.. I absolutely loved the content and clarity in this course.

  • @ayushdedhia25
    @ayushdedhia25 4 года назад +26

    Best channel that has been most loved channel for programming for me, Thank you hary sir 😅😍🔥🥰

  • @AnujSharma-uu3tl
    @AnujSharma-uu3tl 2 года назад +34

    C Sharp Introduction
    02:14 - Installing Visual Studio IDE
    06:08 - About C Sharp
    07:30 - What is .NET Framework?
    10:00 - Architecture of.NET Framework
    14:01 - Build Tools
    14:21 - Creating Project in Visual Studio
    17:06 - Running Hello World Program
    21:14 - Printing statements (Write() vs WriteLine())
    23:55 - Basic Structure of a C Sharp Program
    24:57 - What is a namespace?
    25:39 - Class & Main() Function
    28:20 - Comments
    29:52 - MultiLine Comment
    31:04 - Variables
    33:29 - DataTypes
    35:46 - Taking Inputs
    37:00 - Size of Datatypes
    42:23 - Typecasting double to float
    47:39 - Character and Strings
    50:00 - Typecasting other datatypes
    58:48 - Typecasting using Methods
    1:04:15 - Taking user input
    1:12:24 - Arithmetic Operators
    1:16:19 - Assignement Operators
    1:18:34 - Logical Operators
    1:21:00 - Comparison Operators
    1:23:01 - Math Class in C Sharp
    1:27:03 - String Methods
    1:36:47 - Escape Sequence Characters
    1:38:20 - If Else Statements
    1:48:41 - Loops
    2:09:41 - Methods
    2:19:15 - Object Oriented Programming in C Sharp

  • @rohineekadam3055
    @rohineekadam3055 3 года назад +25

    You're really amazing sirr, No-one can teaching like you, i was trying to join private course for this then my bestie recommends ur channel & and now im so glad...Thank you so much🤩😍

  • @abhinavmathur5869
    @abhinavmathur5869 4 года назад +7

    I was just expecting this tutorial from you Harry Bhai. Earlier I used to come on youtube for movies or songs. Now I come only for your learning content. Great Job dear.

  • @peace-eg9og
    @peace-eg9og 3 года назад +15

    Actually I m saying i have never found such a good teacher in my 2 years of coding you are the best

  • @noobcodersgang3991
    @noobcodersgang3991 3 года назад +10

    I have learned my both programming langauges java and python from you really it helps a lot and you are doing a great job !

  • @suryasingh-vy2pi
    @suryasingh-vy2pi 3 года назад +10

    Really feel good after watching the full video .I learned a lot as a beginner .It is useful content for a beginner. Thank you Harry.

  • @pranx2
    @pranx2 3 месяца назад +1

    This Fall 24 semester i have an OOPS course in C# , already I have completed your C and C++ full Tutorial and now C# also Completed. Thank you Harray vai ❤❤

  • @mohdhaiderali283
    @mohdhaiderali283 3 года назад +13

    Harry Sir, You are amazing, your teaching style is wonderful !! Thank you so much for providing
    this type of contents. God bless you.

  • @SpideyVerse001
    @SpideyVerse001 3 года назад +6

    The first ever language that I completed thoroughly only because of codewithharry though there are many channels who have taught in English or in Hindi but the humour and refreshing that this person is, takes my laziness

  • @vigneshnu3511
    @vigneshnu3511 4 года назад +10

    Sir, I completed your python programming tutorial. I would like watch your c# tutorial also. Plz upload videos as fast as u can. Thank you sir for making these series of wonderful programming tutorials.

  • @remboramlakhan8660
    @remboramlakhan8660 2 года назад +10

    Sir you are great Your teaching style is very good and easy understand.

  • @sakhawathussain9696
    @sakhawathussain9696 2 года назад +14

    It is very well interesting to gain your lecturers.you are using simple ways to convey the whole lecture to the audience and get and achive the module techniques in a one lecture.

  • @alyasrahmani826
    @alyasrahmani826 4 года назад +74

    Dear sir,
    i love your teaching sir, we want full course .

  • @Techny
    @Techny 4 года назад +16

    Best Programming Channel Ever🔥

  • @559_tyit_rohit6
    @559_tyit_rohit6 Год назад +11

    TImestamp
    00:00 - C Sharp Introduction
    02:14 - Installing Visual Studio IDE
    06:08 - About C Sharp
    07:30 - What is .NET Framework?
    10:00 - Architecture of.NET Framework
    14:01 - Build Tools
    14:21 - Creating Project in Visual Studio
    17:06 - Running Hello World Program
    21:14 - Printing statements (Write() vs WriteLine())
    23:55 - Basic Structure of a C Sharp Program
    24:57 - What is a namespace?
    25:39 - Class & Main() Function
    28:20 - Comments
    29:52 - MultiLine Comment
    31:04 - Variables
    33:29 - DataTypes
    35:46 - Taking Inputs
    37:00 - Size of Datatypes
    42:23 - Typecasting double to float
    47:39 - Character and Strings
    50:00 - Typecasting other datatypes
    58:48 - Typecasting using Methods
    1:04:15 - Taking user input
    1:12:24 - Arithmetic Operators
    1:16:19 - Assignement Operators
    1:18:34 - Logical Operators
    1:21:00 - Comparison Operators
    1:23:01 - Math Class in C Sharp
    1:27:03 - String Methods
    1:36:47 - Escape Sequence Characters
    1:38:20 - If Else Statements
    1:48:41 - Loops
    2:09:41 - Methods
    2:19:15 - Object Oriented Programming in C Sharp

  • @younggoddapp1537
    @younggoddapp1537 4 года назад +4

    I just clicked on this c# program and its 2am in morning and i still watching your tutorial and completed it.
    And i love you teaching concepts ❤️ thank you ❤️🤗

  • @sobhitdas3071
    @sobhitdas3071 4 года назад +52

    *Harry bhai*😍😍😍😍😍😍
    React Js par vdo banao na.
    Jin logo to React par vdo chayihe like thoko

  • @NAYAKBHAI56
    @NAYAKBHAI56 6 месяцев назад +104

    2024 m kon dakh rha hai😅

    • @nowaythat
      @nowaythat 5 месяцев назад +1

      Wahi toh bc

    • @nowaythat
      @nowaythat 5 месяцев назад +2

      @AshaMaurya-ph4sf game dev ya phir college wgera?

    • @Crack_the_hard
      @Crack_the_hard 5 месяцев назад +1

      Mein hun na

    • @AbbassiStar
      @AbbassiStar 5 месяцев назад

      me

    • @mdadol6802
      @mdadol6802 4 месяца назад +1

      mee :)

  • @Kapilparmar331
    @Kapilparmar331 2 года назад +5

    Thank you so much sir 🙏😊
    I am Unity developer as a Non coder and finally i am getting C# knowledge also my game development journey will start 🤗

  • @rupeshjha7695
    @rupeshjha7695 6 месяцев назад +1

    This man is legend he knows web dev, android, ios, dsa, python, java, machine learning c sharp..... He is full stack of full stack developer

  • @vishalraut2870
    @vishalraut2870 2 года назад +7

    Harry thanks for this free session...Please upload your complete free course of C sharp as early as possible. We are eagerly waiting for that.....

  • @srjmusiccompany7814
    @srjmusiccompany7814 4 года назад +8

    Thanku brother
    Bas isi ki kami mehsoos ho rhi thi
    Aaj puri ho gyi
    C# k sath vb. Net and asp. Net ka overview dena chhaiye I think so

  • @asiangaming-pubg2304
    @asiangaming-pubg2304 4 года назад +13

    Completed this course
    Please make part 2
    And a series on it
    Please sir it's a humble request
    Hope you understand!

  • @sunmeetsingh8136
    @sunmeetsingh8136 2 года назад +8

    Awesome video as usual .We surely need a course on C# .Thanks for explaining C# so much dedication.

  • @srikarravoori124
    @srikarravoori124 4 года назад +54

    Great job! Maximum things covered in a short time. Hope in the next video there would be more about static methods , protected how it can be used, and I want to know whether a project has classes under one namespace, how class libraries created and consumed by the group.

  • @aadritjana5666
    @aadritjana5666 3 года назад +6

    Thank You so much sir, because of you many students like me can gain knowledge.

  • @explore_with_muskan
    @explore_with_muskan Год назад

    seriously bro i am not watching any others channels video for coding just bcz apki video se hi kaam chal jate hai apki video se hi mene humesha interview ki preparation hai
    thankyou so much for your hardwork

  • @shrabonisinha
    @shrabonisinha 2 года назад +12

    You are just a blessing

  • @narenderdhami6242
    @narenderdhami6242 2 года назад +26

    we need next part
    00:00 - C Sharp Introduction
    02:14 - Installing Visual Studio IDE
    06:08 - About C Sharp
    07:30 - What is .NET Framework?
    10:00 - Architecture of.NET Framework
    14:01 - Build Tools
    14:21 - Creating Project in Visual Studio
    17:06 - Running Hello World Program
    21:14 - Printing statements (Write() vs WriteLine())
    23:55 - Basic Structure of a C Sharp Program
    24:57 - What is a namespace?
    25:39 - Class & Main() Function
    28:20 - Comments
    29:52 - MultiLine Comment
    31:04 - Variables
    33:29 - DataTypes
    35:46 - Taking Inputs
    37:00 - Size of Datatypes
    42:23 - Typecasting double to float
    47:39 - Character and Strings
    50:00 - Typecasting other datatypes
    58:48 - Typecasting using Methods
    1:04:15 - Taking user input
    1:12:24 - Arithmetic Operators
    1:16:19 - Assignement Operators
    1:18:34 - Logical Operators
    1:21:00 - Comparison Operators
    1:23:01 - Math Class in C Sharp
    1:27:03 - String Methods
    1:36:47 - Escape Sequence Characters
    1:38:20 - If Else Statements
    1:48:41 - Loops
    2:09:41 - Methods

  • @learncprogramming1670
    @learncprogramming1670 2 года назад +9

    Kaun Kaun C# sikhna chahta hai Programming k saath?? Let's create a Group and do coding.

  • @Mr.Reacts07
    @Mr.Reacts07 Год назад +1

    Harry Bhai Apne bht help kia is video se Bht smjh Aya I mean Mai blkl 0 se bhi niche tha mujhe code ka C bhi ni ata tha lekin is video se Maine Bht Kuch seekha Bhai apko Kabhi samne se thanks bolna chahuga Bhai the Dil se shukriya apka and ap hmesha Khush rhe bhai

  • @swapnilpatnaik6076
    @swapnilpatnaik6076 2 года назад +4

    I have started your Java Script video, Python video, C language video, but never ended them, this was the biggest video I saw in my life, and I was very determined to learn C#, Thanks alot for making this tutorial, and I really want you to make a full course video of C#. I wanna make games in future and if you upload a video of full course of C# it would actually be really helpful, I hope you read my comment!

    • @DhavalAhir10
      @DhavalAhir10 2 года назад

      Bro should i learn C# or GoLANG?

    • @swapnilpatnaik6076
      @swapnilpatnaik6076 2 года назад

      @@DhavalAhir10 I actually don't know what's Go Language so I may not be able to guide you correctly, it's basically your wish what you wanna learn, So Good Luck For That!

    • @rishuloberoi6640
      @rishuloberoi6640 Год назад

      where is the source code?

  • @lokeshkumarray6929
    @lokeshkumarray6929 2 года назад +7

    00:00 - C Sharp Introduction
    02:14 - Installing Visual Studio IDE
    06:08 - About C Sharp
    07:30 - What is .NET Framework?
    10:00 - Architecture of.NET Framework
    14:01 - Build Tools
    14:21 - Creating Project in Visual Studio
    17:06 - Running Hello World Program
    21:14 - Printing statements (Write() vs WriteLine())
    23:55 - Basic Structure of a C Sharp Program
    24:57 - What is a namespace?
    25:39 - Class & Main() Function
    28:20 - Comments
    29:52 - MultiLine Comment
    31:04 - Variables
    33:29 - DataTypes
    35:46 - Taking Inputs
    37:00 - Size of Datatypes
    42:23 - Typecasting double to float
    47:39 - Character and Strings
    50:00 - Typecasting other datatypes
    58:48 - Typecasting using Methods
    1:04:15 - Taking user input
    1:12:24 - Arithmetic Operators
    1:16:19 - Assignement Operators
    1:18:34 - Logical Operators
    1:21:00 - Comparison Operators
    1:23:01 - Math Class in C Sharp
    1:27:03 - String Methods
    1:36:47 - Escape Sequence Characters
    1:38:20 - If Else Statements
    1:48:41 - Loops
    2:09:41 - Methods
    2:19:15 - Object Oriented Programming in C Sharp

  • @sangeetavishwakarma5106
    @sangeetavishwakarma5106 4 года назад +17

    Unity programmers were waiting for this...
    Can I get ur heart 💓

    • @2dboys230
      @2dboys230 4 года назад

      Yeah

    • @raaaavlogs
      @raaaavlogs 4 года назад +1

      Tiktok & pubg ka clone karega kya?

    • @jassmehra389
      @jassmehra389 3 года назад

      Kya ye video mujhe C# for unity as a programming sikhne mai help kre gii?

    • @angadsingh7090
      @angadsingh7090 3 года назад

      @@jassmehra389 hn

  • @abhinavsharma1753
    @abhinavsharma1753 8 месяцев назад +1

    This video is help full sir I take a internship in a company because of you my life is changed and I am enjoying my life thanks 👍🏻💯 sir ☺️😀

  • @shadowyt430
    @shadowyt430 4 года назад +620

    Sir C# ka full tutorial series chahiye...

  • @mdmatiurrahman7373
    @mdmatiurrahman7373 4 года назад +114

    Sir we need a playlist of UNITY GAME ENGINE.....PLZZZZZZ. ..
    BTW love and respect from Bangladesh

  • @krupalimanekar
    @krupalimanekar 4 года назад +9

    Kash aap humare CLG main pdane ate .. sal bhar kuch bhi smj na aya or 2:33hrs ki video ne sb queries cleared kr di... 🤭
    Thank you so much sir.. this video is very helpful... 😊

  • @Krisii_gaming
    @Krisii_gaming Год назад +2

    we want a complete course with notes of C sharp please upload it as soon as possible so we can learn more and more about C sharp programming. Thank you for uploading this video.

  • @thetrickster9885
    @thetrickster9885 4 года назад +172

    After watching Harry's internet speed i was like, 😱

    • @keshabkar2728
      @keshabkar2728 4 года назад +7

      Yes really

    • @monikavarshney5029
      @monikavarshney5029 4 года назад +2

      1 Question for you.
      Where you have bought the internet?
      Your computer (9 MB/sec)
      My computer (2 MB/sec)

    • @chinmoykumar1878
      @chinmoykumar1878 4 года назад +6

      @@monikavarshney5029 my computer 817 kb per second😔😔😔😔

    • @rahilgaming4825
      @rahilgaming4825 4 года назад +3

      @@monikavarshney5029 broadband internet hai bro

    • @KALoftheANONYMOUS
      @KALoftheANONYMOUS 4 года назад +9

      My speed 15 Mbps per second

  • @sunita123wish
    @sunita123wish Год назад +42

    I request you Harry please share the complete course of C Sharp. Thank You

  • @amalsrivastava4585
    @amalsrivastava4585 4 года назад +13

    Bro this is the best c# learning video I have ever seen

  • @Techmaster-qp2ut
    @Techmaster-qp2ut 4 года назад +5

    sir this Was Extremely Helpful...We Want Full Course in Visual Studio Please!!!

  • @farrukhishfaque
    @farrukhishfaque Год назад +6

    Harry Bhai please Make a Complete a Full Course of C# Please 🎉

  • @adityatyagi4724
    @adityatyagi4724 3 года назад +103

    who are watching the whole video without skiping are real legends

  • @LittleArmyFun
    @LittleArmyFun Год назад +1

    Very Foolproof video and it was worth investing time !
    Thank You, Harry
    Please make the entire video playlist.

  • @deepshikha8286
    @deepshikha8286 Год назад +6

    Hey! Harry! your videos are great, have been learning a lot through them. I am really grateful to you for it. So, Thank you. I request one simple thing could you please come up with the series of OOPS using C#! if possible.

  • @amanvishnoi5112
    @amanvishnoi5112 2 года назад +4

    Yes, we want a complete course with notes of C#....

  • @varundev2483
    @varundev2483 4 года назад +5

    i fkin love you mai dekh hi rha tha ki c# kab bnaayega tu ....finalyy its here :D

  • @Srush_Latkar
    @Srush_Latkar Год назад +1

    You are best Programmer in the world...Good Job bhaiya

  • @mridulasingh3782
    @mridulasingh3782 4 года назад +6

    you are rocking sir thank you so much for your help,I was waiting for this video plz share more videos of complete c# with oops concepts.

  • @mahommad786
    @mahommad786 7 месяцев назад +3

    🤗Great Main ne C language ki huyi thi is liye muje C# Achi samjme aagayi🥰

    • @sharozkhan1495
      @sharozkhan1495 5 месяцев назад

      Is it worthy to watch these tutorials now?

    • @mahommad786
      @mahommad786 5 месяцев назад +1

      @@sharozkhan1495 yes But some new topics are not available in this tutorial 😕

    • @sharozkhan1495
      @sharozkhan1495 5 месяцев назад

      @@mahommad786 then through which platform we have to learnt this Bhai?

  • @aatmnirbharr
    @aatmnirbharr 3 года назад +16

    Watched whole video today. Thanks a bunch for the video, Harry. Also learning your Python course soon.

  • @arghyaprotimhalder5592
    @arghyaprotimhalder5592 Год назад +1

    i learned a lot from you , html, css , javascript, node js , php, ruby , python , py game , c from you , well for some things i needed offline courses , thought

  • @himankjeshwar8636
    @himankjeshwar8636 2 года назад +12

    One thing I can say that if you are familiar with Java syntax then learning C# would be easier as their syntax are very familiar.

  • @jackpotter1566
    @jackpotter1566 3 года назад +12

    Can you make e full step to step playlist for C#? Exactly like Python for absolute beginners.....(that means- including exercises and practice problems)

  • @nirlapgoel4063
    @nirlapgoel4063 4 года назад +8

    Agar inke jese 2-3 aur aa gaye to youTube best learning platform ban jaega

  • @adityaarya8438
    @adityaarya8438 11 месяцев назад +1

    Sir Its a humble Request from me
    plz do continue this course of C#
    I got each and everything from this tutorial, and want more.
    THANK YOU

  • @homestudy902
    @homestudy902 4 года назад +22

    Harry bhai ham chate hai ki aap apne life aur apne programming carear ke bare me hame batae or apne education ke bare me bhi

  • @IrfanKhan-iw4pl
    @IrfanKhan-iw4pl 4 года назад +6

    This tutorial is so helpful

  • @manojtripathi7583
    @manojtripathi7583 4 года назад +4

    After c++ start Data structure and algorithm in cpp
    Like who are agree

  • @edusnackdaily
    @edusnackdaily 5 месяцев назад

    ►Time Stamps For Quick Navigation:
    00:00 - C Sharp Introduction
    02:14 - Installing Visual Studio IDE
    06:08 - About C Sharp
    07:30 - What is .NET Framework?
    10:00 - Architecture of.NET Framework
    14:01 - Build Tools
    14:21 - Creating Project in Visual Studio
    17:06 - Running Hello World Program
    21:14 - Printing statements (Write() vs WriteLine())
    23:55 - Basic Structure of a C Sharp Program
    24:57 - What is a namespace?
    25:39 - Class & Main() Function
    28:20 - Comments
    29:52 - MultiLine Comment
    31:04 - Variables
    33:29 - DataTypes
    35:46 - Taking Inputs
    37:00 - Size of Datatypes
    42:23 - Typecasting double to float
    47:39 - Character and Strings
    50:00 - Typecasting other datatypes
    58:48 - Typecasting using Methods
    1:04:15 - Taking user input
    1:12:24 - Arithmetic Operators
    1:16:19 - Assignement Operators
    1:18:34 - Logical Operators
    1:21:00 - Comparison Operators
    1:23:01 - Math Class in C Sharp
    1:27:03 - String Methods
    1:36:47 - Escape Sequence Characters
    1:38:20 - If Else Statements
    1:48:41 - Loops
    2:09:41 - Methods
    2:19:15 - Object Oriented Programming in C Sharp

  • @aryansingh-kk7hk
    @aryansingh-kk7hk 4 года назад +12

    Hey! I will give you guys a solution, learn Java before C# because they both are similar languages and if you want to enter game industry it will be easy for you!

  • @tarun4382
    @tarun4382 4 года назад +4

    Thank you so much!!!
    Waiting for full series.....

  • @SAURABHKUMAR-om3fw
    @SAURABHKUMAR-om3fw 4 года назад +6

    Sir Make videos on data structure and algorithms from basic to advance plzz

    • @SunnyKumar-wz3lb
      @SunnyKumar-wz3lb 4 года назад

      Yess bhiya data structures or algorithm pai series

  • @hamwithamazon7535
    @hamwithamazon7535 Год назад +2

    Sir ma aap ko Dil sy Salam kehta hu
    I am from PAKISTAN

  • @rein556
    @rein556 3 года назад +12

    Harry sir, can you make a complete video for c# on game developement? I really want to use c# on game development

    • @zephrongamer9535
      @zephrongamer9535 3 года назад

      bhaiya here while taking int values you simply declared int variables with value stored in it, can you please tell me how to take in integer values

    • @fictionchaos5213
      @fictionchaos5213 3 года назад

      If you want game development.. then take tutorials of unity from youtube.. in unity you can create very amazing games with c# language basics

    • @rein556
      @rein556 3 года назад

      @@fictionchaos5213 yes, I have learned them, I love Harry's Videos, So, I requested him to make a video on csharp for games

  • @riteshmaagadh
    @riteshmaagadh 2 года назад +4

    This man getting everything what he deserves ❤

  • @syedfarooq5072
    @syedfarooq5072 3 года назад +4

    Bro, I love the way you explain things the desi way...Please make the full C# course as you mentioned in this video...it will be very helpful! Thanks and keep up the good work....God Bless you!

  • @rein556
    @rein556 3 года назад +9

    The ASCII part was taught in my School, its American Standard Code For Information Incharge

  • @cravingforscienceandtechno5076
    @cravingforscienceandtechno5076 4 года назад +634

    I am learning it without laptop lol 😂😂

    • @saurabh1627kondkar
      @saurabh1627kondkar 3 года назад +65

      try by writing the code by pen and paper that's great practice

    • @redoansaleh
      @redoansaleh 3 года назад +37

      i run them on termux

    • @surajgupta-bc8lq
      @surajgupta-bc8lq 3 года назад +30

      Mee too🤣🤣

    • @blitzmlcom2939
      @blitzmlcom2939 3 года назад +20

      @@saurabh1627kondkar Yeah, I used to do it that way to before I got my laptop.

    • @Mahaveergautam
      @Mahaveergautam 3 года назад +13

      Same bro

  • @jasmeenmann5596
    @jasmeenmann5596 3 года назад +4

    I need Notes of C # , can U Plzz upload That ..
    It was Really Helpful in python

    • @fentanyltestersid
      @fentanyltestersid 3 года назад

      Friend try taking notes by yourself, because when I was first starting to learn, I took all notes by myself which helped me to learn and clear concepts 😀

  • @singalong8836
    @singalong8836 4 года назад +5

    I like the way he tells "ye string ko gusednahai " 😂😂😂😂 he is funny man.

  • @yogeshpundir5614
    @yogeshpundir5614 4 года назад +22

    MY MOM: OK YOU CAN WATCH A VIDEO BEFORE YOU GO TO SLEEP
    ME: OK ;)

    • @zombiekiller7101
      @zombiekiller7101 3 года назад +3

      Mom : proud in a corner

    • @imrishisharma
      @imrishisharma 3 года назад +2

      My Mom : You can watch only one
      Me : Ok
      *Starts 15 Hours Python Course by Harry😂*

  • @frosty7674
    @frosty7674 3 года назад +4

    Instead of using:
    float something = 10.5F;
    Can we use:
    Convert.ToFloat ?
    And I also Use Unity Engine in that, I use it as 10.5f and not as 10.5F.
    Does it depend on the Compiler or Interpreter, I am running it on??

  • @ultimatechallenger2529
    @ultimatechallenger2529 3 года назад +4

    My net - Oh My god, i am so tired (400 - 500 KB/s)
    Your net - i wanna run fast! (7 - 9 MB/s)

  • @arush498
    @arush498 4 года назад +9

    You forgot to mention that
    C# USED MOSTLY FOR GAMING.👨‍💻👈

  • @dhruvilmehta3455
    @dhruvilmehta3455 4 года назад +7

    Data structures and algorithms course pls

  • @shivamgupta3633
    @shivamgupta3633 Год назад

    Bhai main 1st Time C# sikh rha hu aur mujhe basic concepts samajh me bhi aagaye except the last topic OOP vala Thoda uppar se gaya but baaki mujhe achi tarah samjh me aaya.....SO THANK U BRO ❤💯😇

  • @shrabonisinha
    @shrabonisinha 2 года назад +4

    Please make .net course

  • @sachinduhan6401
    @sachinduhan6401 4 года назад +15

    Not helpful bro .
    This is extremely helpful

  • @ayushachavan4912
    @ayushachavan4912 Год назад +2

    Your teaching skills are very good for us❤❤this video is very helpful for me 🙏🏼💕

  • @DeepNavapara
    @DeepNavapara 8 месяцев назад +1

    Thanks for This cod is very helpful for my life ❤❤❤

  • @shivakantsingh7648
    @shivakantsingh7648 Год назад +1

    Best class in RUclips ❤❤❤

  • @PramodChouhan-ow2bg
    @PramodChouhan-ow2bg Год назад

    Thanks harry Bhai Jo dundh rha tha just one click p mil gya, thanks to you.

  • @wadewilson4902
    @wadewilson4902 2 года назад

    Bhai you saved my semester Kal mera exam hai .net ka aur ye 2.30 ghante ki video mein aapne poora syllabus cover kar diya ab agar book se na bbi padhu kuch to bhi ache se answer kr dunga . Thank you boss thanks a lot.
    Harry Bhai Zindabad

  • @aakankshapandey6122
    @aakankshapandey6122 Год назад

    Yes, we want a complete course with notes of C sharp please upload it as soon as possible so we can learn more and more about C sharp programming. Thank you for uploading this video

  • @Radhakrushna_Mahadik
    @Radhakrushna_Mahadik 5 месяцев назад

    Started watching your videos in first year of my college and watched this one for my first job.
    It's been a good journey #harrybhai

  • @victorb22622
    @victorb22622 8 месяцев назад

    This is my second video ,first I seen is regarding python 11:52 hours .very simple and consise but very usefull for not only beginners but for intermediates also

  • @Circuit12269
    @Circuit12269 Год назад

    THANKU so much Harry bahiya ap ke wajhe se me free me sikh gai ap bhot acche ho may Allah bless you ameen ❤️

  • @deepalibiradar1287
    @deepalibiradar1287 Год назад +1

    Thank you very much for this beautiful video 😊 I’m grateful for everything 😊