Skip to main content

Learn C# Programming Language step1

 Hi, Welcome to All. My name is Abdul Yesdani.

In this blog I am going to teach you C# programing language in a simple, easy way in step by step. Just you need to follow the course and do hands on practice to implement the concepts one by one. 

Every time I will post one particular concept and its hands on exercises to practice. 

What is C#?  C# is a programing language developed by Microsoft for it's .Net Framework. Periodically Microsoft have been releasing new versions as technology is evaluating forever.

What you can do with C#?

You can develop websites or web applications, desktop applications, mobile applications, games and other types of apps.

What you need to learn C# ? 

A laptop or Desktop computer with Windows10 OS and internet connection.

You need to install Visual Studio 2019 community edition on your laptop , here is the setup information for you. In Google search bar just type Visual Studio download, click on the visualstudio.microsoft.com link.  It will take you to the below web page, just you need to download and install the community edition which is free for individuals either you are a student or developer.


This is a powerful IDE(Integrated Development Environment) with all kinds of app template and language options available. It will take some good amount of time to complete the installation because VS is huge.

You also find the download link of Visual Studio 2019 for Mac OS in the same page.

In the next post you can see a real app performance and C# language  features and syntax.

Thanks for reading this content.

नमस्ते,  आपका स्वागत है। मेरा नाम अब्दुल यसदानी है।

इस ब्लॉग में मैं आपको सी # प्रोग्रामिंग लैंग्वेज सिखाने जा रहा हूँ सरल, आसान तरीके से स्टेप बाई स्टेप। बस आपको पाठ्यक्रम का पालन करने और एक-एक करके अवधारणाओं को लागू करने के लिए अभ्यास करने की आवश्यकता है।

हर बार मैं अभ्यास करने के लिए एक विशेष विषय और उसके अभ्यासों को पोस्ट करूंगा।

C # क्या है? C # एक प्रोग्रामिंग भाषा है जो Microsoft द्वारा . नेट फ्रेमवर्क  लिए विकसित की गई है समय-समय पर Microsoft नए संस्करणों को जारी करता रहा है क्योंकि प्रौद्योगिकी हमेशा के लिए मूल्यांकन कर रही है।


आप C # के साथ क्या कर सकते हैं?

आप वेबसाइट या वेब एप्लिकेशन, डेस्कटॉप एप्लिकेशन, मोबाइल एप्लिकेशन, गेम और अन्य प्रकार के एप्लिकेशन विकसित कर सकते हैं।

C # सीखने के लिए आपको क्या चाहिए?

विंडोज 10 ओएस और इंटरनेट कनेक्शन के साथ एक लैपटॉप या डेस्कटॉप कंप्यूटर।आपको अपने लैपटॉप पर विजुअल स्टूडियो 2019 Community Edition install  करने की आवश्यकता है, यहां आपके लिए सेटअप जानकारी है। Google खोज बार में केवल Visual Studio डाउनलोड टाइप करें, Visualstudio.microsoft.com लिंक पर क्लिक करें। यह आपको नीचे दिए गए वेब पेज पर ले जाएगा, बस आपको Community Edition डाउनलोड करने और इंस्टॉल करने की आवश्यकता है जो व्यक्तियों के लिए मुफ्त है या तो आप एक छात्र या डेवलपर हैं।

यह एक शक्तिशाली आईडीई (एकीकृत विकास पर्यावरण) है जिसमें सभी प्रकार के ऐप टेम्पलेट और भाषा विकल्प उपलब्ध हैं। Installation  पूरा करने के लिए कुछ अच्छी मात्रा में समय लगेगा क्योंकि वीएस बहुत बड़ा है।

आप उसी पृष्ठ में मैक ओएस के लिए विजुअल स्टूडियो 2019 का डाउनलोड लिंक भी ढूंढ सकते हैं।अगले पोस्ट में आप एक वास्तविक ऐप प्रदर्शन और C # भाषा सुविधाओं और वाक्य रचना देख सकते हैं।

इस post को पढ़ने के लिए धन्यवाद।


Comments

Popular posts from this blog

Building a Responsive Weather App with React

 Fetching and Displaying Weather Data      By - ABDUL YESDANI Objective:  This document will help you prepare for the workshop on building a responsive weather app using React. You will learn the basics of React, how to use APIs, and how to work with data fetched from an API. By the end of the workshop, you’ll build a simple weather app that fetches real-time weather data.  1. What is React? React is a JavaScript library used to build user interfaces, especially for single-page applications. It lets you create components, which are reusable, isolated pieces of code that define a part of your user interface. Key Terms Component : Think of components as building blocks for your app. Each part of your app’s UI can be a component, like a button, form, or navigation bar. JSX : A syntax extension for JavaScript, which looks a lot like HTML. JSX is used to describe what the UI should look like. State : Data that controls what gets rendered on the screen. State can change over time, like inpu

.Net Presentation

.NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT. You can write .NET apps in C#, F#, or Visual Basic. C# is a simple, modern, object-oriented, and type-safe programming language. F# is a programming language that makes it easy to write succinct, robust, and performant code. Visual Basic is an approachable language with a simple syntax for building type-safe, object-oriented apps. You can write .NET apps in C#, F#, or Visual Basic. C# is a simple, modern, object-oriented, and type-safe programming language. F# is a programming language that makes it easy to write succinct, robust, and performant code. Visual Basic is an approachable language with a simple syntax for building type-safe, object-oriented apps.

node.js tutorial

node.js is a open source server environment. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js is free,it is cross platform means runs on various platforms (Windows, Linux, Unix, Mac). Node.js uses JavaScript on the server.