Skip to main content

Posts

Showing posts from September, 2020

Learn C# Programming in Easy way, Step-3. Variables, Datatypes, values.

Hi, Welcome to all. My name is Abdul Yesdani. Today we are going to learn how to work with different types , what is a variable, how the values are stored in a variable and how to work with numbers. A variable is a memory location to store a value or data. Different datatypes of variables needed to store different data. Numeric data types : int, double, float, decimal. Variables will be declared in association with data types. Example: int number =78; In the above statement 'int' is datatype and number is variable , '=' is assignment operator and '78' is value assigned to the variable. Create a new Console app in the Visual studio IDE, give a relevant name to the app.  Type the following code in the code editor. Run the application by pressing CTRL + F5 keys . You will get the output as shown below. Watch the video for the same.     

Learn C# in Simple way Step-2 the First program

 Hi, Welcome to all, My name is Abdul Yesdani. Another refreshing day to start with C# programming language by the grace of God. To day I am going to teach you the First Program of C# with Visual Studio IDE. Generally any computer program accept some input from the user,  it will be processed and give some output. To implement this we will create a basic console program in our Visual Studio IDE. Start Visual Studio in your laptop/ computer. Click on Create New project then it will show you different templates to choose.  Select C# Language , Select Console App(.Net Core) template from template list and click on NEXT.  Give a name to it. Click on CREATE button. It will create a solution Folder at specified location or at default location. Now a editor window will open just like shown below. You are ready to write your code. Start typing the code within the main() function. Now time to run the application.  In Debug menu choose start without debugging option or press Ctrl+F5 keys simulta

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