Posts

Showing posts from December, 2020

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...