Posts

Showing posts with the label C

C# Language Tutorial or Notes

Image
Course Title: C# (beginners)     C#- Brief Introduction C# language is Object Oriented Programming language.   C# syntax are easy to learn and don’t need to memories whole concept and details. C# is useful to develop architecture for create website and mobile apps.     Yes this language helps you to grow in future .Once you scale up your skills it takes to AI, Machine learning, Mobile apps .C# can grow with you.   Let’s Start C# What you need to write C#?   1.We need to install visual studio 2019 on our machine   2.Open visual studio2019     3.Click on Create New Project     4 .Select project category 1. For EX. Language-C#, Project type – console 2.Select Console app (.NET framework), click next     5.Configure your project And Click on Create button. Now Your Visual studio is ready with your new project.   You can star...
Image
  What is programming?   We all are seeing growth of technology day by day, most of students taking interest in computer science in order to get their dream job in big technical companies.  Programming is an instruction to help computer to understand their command and execute it to complete a particular task.   Features that explain why we need to learn programming   1.      Programming languages also named as high-level languages, because of easy to learn by humans. 2.      These languages are used to develop applications and their UI which is useful to visually understand by humans to work easily. 3.       These languages easy to learn because of sharing a lot of similarities with each other. 4.      Also using to develop mobile apps. 5.       Some of the commonly used languages are C, C++, HTML, C#, asp.net etc.   Basics of Program   1. ...