Posts

Showing posts from November, 2018

Introduction to C#; Lesson 1

Image
In this post, you'll be learning basic c# code which will probably help you with your c# assignments. Well lets be honest, printing "hello world" got to be the extreme basic of every programing language, so we'll also start with this along with the concept of taking input as well. So basically, our first lesson will be: Taking "input" from user and "printing" it. First of all, I assume you all are well familiar with visual studio. If not, then here is a link to download visual studio: Microsoft Visual Studio   Don't worry! Its free of cost for students. It may have less functionalities as compared to professional or enterprise version, but trust me! It has everything a student or a beginner needs. All you need to do is, click on circled link. Download the exe file, and select needed language, say c++ or c# etc and start coding! Now after installing and all, lets jump to how to create a file, design a form and finally coding