আপনার উপর শান্তি বর্ষিত হোক
step
1:start >Start Microsoft Visual Studio 2008
2:file>new project
3:select windowss>console application
4:write appropriate name in "name box,change the destination folder of the project directory by clicking the "browse"button
5:click"ok" button
5. Click ‘Ok’ button
6:you will see the following code
using system;
using system.collection.generic;
using system.linq;
using system.text;
namespace firstprog
{
class Program
{
static void Main(string[]args)
{
}
}
}
7:now write folling code snippet inside the main method
console.WriteLine("hello Basis");
console.ReadKey();
8:now press F5
see the output.
অনলাইনে ছড়িয়ে ছিটিয়ে থাকা কথা গুলোকেই সহজে জানবার সুবিধার জন্য একত্রিত করে আমাদের কথা । এখানে সংগৃহিত কথা গুলোর সত্ব (copyright) সম্পূর্ণভাবে সোর্স সাইটের লেখকের এবং আমাদের কথাতে প্রতিটা কথাতেই সোর্স সাইটের রেফারেন্স লিংক উধৃত আছে ।