C# Tutorial 1 – Introduction | First C# Program | C# Vs Java | C# Tutorial in Hindi for Beginners



C# Tutorial 1 – Introduction | First C# Program | C# Vs Java | C# Tutorial in Hindi for Beginners

C#Tutorials #CSharpTutorials C#Hindi

👉 Follow us on Social media:
Facebook: http://tiny.cc/ibdrsz
▶️ Links for Hindi playlists of all subjects are:
Data Structure: http://tiny.cc/lkppsz
#DBMS : http://tiny.cc/zkppsz
#Java: http://tiny.cc/1lppsz
Control System: http://tiny.cc/3qppsz
Computer Network Security: http://tiny.cc/6qppsz
Web Engineering: http://tiny.cc/7qppsz
Operating System: http://tiny.cc/dqppsz
EDC: http://tiny.cc/cqppsz
TOC: http://tiny.cc/qqppsz
Software Engineering: http://tiny.cc/5rppsz
DCN: http://tiny.cc/8rppsz
Data Warehouse and Data Mining: http://tiny.cc/yrppsz
Compiler Design: http://tiny.cc/1sppsz
Information Theory and Coding: http://tiny.cc/2sppsz
Computer Organization and Architecture(COA): http://tiny.cc/4sppsz
Discrete Mathematics (Graph Theory): http://tiny.cc/5sppsz
Discrete Mathematics Lectures: http://tiny.cc/gsppsz
C Programming: http://tiny.cc/esppsz
C++ Programming: http://tiny.cc/9sppsz
Algorithm Design and Analysis(ADA): http://tiny.cc/fsppsz
E-Commerce and M-Commerce(ECMC): http://tiny.cc/jsppsz
Adhoc Sensor Network(ASN): http://tiny.cc/nsppsz
Cloud Computing: http://tiny.cc/osppsz
STLD (Digital Electronics): http://tiny.cc/ysppsz
Artificial Intelligence: http://tiny.cc/usppsz

Links for #GATE/#UGCNET/ PGT/ TGT CS Previous Year Solved Questions:

UGC NET : http://tiny.cc/brppsz
DBMS GATE PYQ : http://tiny.cc/drppsz
TOC GATE PYQ: http://tiny.cc/frppsz
ADA GATE PYQ: http://tiny.cc/grppsz
OS GATE PYQ: http://tiny.cc/irppsz
DS GATE PYQ: http://tiny.cc/jrppsz
Network GATE PYQ: http://tiny.cc/mrppsz
CD GATE PYQ: http://tiny.cc/orppsz
Digital Logic GATE PYQ: http://tiny.cc/rrppsz
C/C++ GATE PYQ: http://tiny.cc/srppsz
COA GATE PYQ: http://tiny.cc/xrppsz
DBMS for GATE UGC NET : http://tiny.cc/0tppsz

43 Comments

  1. Namespace explanation is wrong. If you dont enclose a class in a nanespace then it would be added to default namespace that is root. We are not adding the class to System namespace as suggested here. Using system is serving only one purpose ie to use Console class which is part of System namespace

  2. Give me a generic example while you explain (NON PROGRAMMING REAL LIFE COMPARISON WOULD BE MORE HELPFUL TO UNDERSTAND PROGRAMMING CONCEPTS) Foe Example: WHAT IS Class? CLass is like a CAR and particular is LUXURY CAR SOMETHING LIKE !!!!

  3. When I used the code used above it produced a error………..why???
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;

    namespace SoloLearn
    {
    class Program
    {
    static void Main(string[] args)
    {
    Console.WriteLine("Hello World!");
    }
    }
    }
    This is the code which actually worked on my computer

Leave a Reply

© 2023 53GB