TOC

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

Getting Started:

Visual Studio Community

إذا كنت قد عملت مع لغات برمجة أو أطارات عمل من مايكروسوفت من قبل، فمن المحتمل أنك تعرف بالفعل الفيجوال ستيديو (Visual Studio) إنها بيئة تطوير متكاملة (IDE) مناسبة تمامًا للعمل مع تقنيات NET. مثل ASP.NET MVC ولغات البرمجة مثل #C و VB.NET. ال(IDE) هو محرر متقدم، حيث يمكنك بالعادة تعديل الكود الخاص بك ولكن أيضًا إدارة مشاريعك، وترجمة الكود الخاص بك وما إلى ذلك.

In other words, Visual Studio (VS) is an advanced tool which allows you to work with every aspect of your ASP.NET MVC projects. Advanced tools are usually expensive and so is Visual Studio. Fortunately for all of us, Microsoft has been so kind as to release a completely free version of Visual Studio called Visual Studio Community. The Community edition contains all but the most advanced features found in VS and it will be more than enough to learn about ASP.NET MVC through this tutorial.

Download Visual Studio Community

لذلك لنبدأ بهذه الدورة التعليمي - امض قدمًا وقم بتنزيل برنامج الفيجوال ستيديو( Visual Studio Community) من موقع visualstudio.com ، إليك رابط مباشر لصفحة التنزيل:

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

بمجرد تنزيله وتثبيته، أنت جاهز لمتابعة المقالات التالية، حيث سنقوم بإنشاء أول تطبيق ASP.NET MVC لك.

لا تستخدم ويندوز ؟

لا تقلق، هناك إصدار لنظام ماك (macOS) أيضًا، فقط اتبع الرابط أعلاه وتأكد من تحديد إصدار الفيجوال ستيدو (Visual Studio Community) لنظام ماك (macOS)!

Summary

Visual Studio Community is the free version of Visual Studio, an IDE (Integrated Development Environment) that you can use to develop ASP.NET MVC applications with. I want to emphasize that you definitely CAN develop ASP.NET MVC websites without Visual Studio, e.g. by using a simple text editor like Notepad and the command line compiler, but especially for beginners, Visual Studio makes everything easier to get started with. I highly recommend that you give VS Community a try - it will be the IDE used through out this tutorial.


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!