TOC

This article is currently in the process of being translated into Hindi (~65% done).

The basics:

Getting started

एएसपी.नेट वेब फॉर्म ढांचे के साथ एक वेबसाइट विकसित करने के लिए, आपको वास्तव में केवल .NET ढांचे (अधिमानतः नवीनतम संस्करण) और एक साधारण पाठ संपादक की आवश्यकता होती है, उदा। नोटपैड या जो भी टेक्स्ट एडिटर आप पसंद करते हैं। फिर आप संपादक में अपना कोड लिख सकते हैं और अपने कोड को संकलित करने के लिए .NET फ्रेमवर्क में शामिल कमांडलाइन कंपाइलर का उपयोग कर सकते हैं। कुछ लोग चीजों को करने के तरीके को "मूलभूत आधार पर" पसंद करेंगे, लेकिन मेरा मानना ​​है कि एएसपी.नेट एक सभ्य आईडीई के साथ सबसे अच्छा प्रोग्राम किया गया है।

समन्वित विकास पर्यावरण

IDE stands for Integrated Development Environment and is usually a combination of an editor, some sort of project management, integration with one or several compilers and much more. In this tutorial, we will use the free Visual Studio Community IDE from Microsoft - it's free, quick to install and easy to use! You can use an IDE from another vendor or even a simple editor, and you will still be able to follow most of this tutorial, but you will benefit the most by using Visual Studio Community. Using a good IDE will make a lot of things faster in the long run.

विजुअल स्टूडियो समुदाय डाउनलोड करें

तो, इस ट्यूटोरियल के साथ शुरू करने के लिए, आगे बढ़ें और विजुअल स्टूडियो समुदाय को visualstudio.com से डाउनलोड करें। डाउनलोड पेज का सीधा लिंक यहां दिया गया है:

https://www.visualstudio.com/downloads/

जैसे ही आपने इसे डाउनलोड और इंस्टॉल किया है, आप अगले लेखों के साथ आगे बढ़ने के लिए तैयार हैं, जहां हम आपकी पहली एएसपी.नेट वेबसाइट तैयार करेंगे।

विंडोज का उपयोग नहीं कर रहे हैं?

चिंता न करें, मैकोज़ के लिए भी एक संस्करण है - बस ऊपर दिए गए लिंक का पालन करें और मैकोज़ के लिए विजुअल स्टूडियो समुदाय के संस्करण का चयन करना सुनिश्चित करें!


This article has been fully translated into the following languages: Is your preferred language not on the list? Click here to help us translate this article into your language!