Home for the Programmer, Webmaster and Bloggers

14 November 2018

GETTING STARTED WITH C# IN .NET FRAMEWORK




Firstly, you need to get your computer ready then follow the steps below:


1 Install Microsoft Visual Studio of any version (if you are using Window XP install 2008 version)


2 After the Visual Studio is successfully installed then launch Microsoft Visual Studio from your start button (wait for it to load environment for the first time)


3 click on File and the Menu bar the click new Select your choice since we are want to create a window based software.



4 click on Project


5 It will prompt you an open file dialog



6 Select the directory you want to save you project to, click on visual c# on the left hand side of your screen


7 Select the type of software you want to write either console application or form application, then click on ok.


You can start coding on C#.Net


Thanks, hope it was explanatory.


Comment any problem encounter at comment box below.

No comments:

Post a Comment