συμβάν
17 Μαρ, 9 μ.μ. - 21 Μαρ, 10 π.μ.
Συμμετάσχετε στη σειρά meetup για να δημιουργήσετε κλιμακούμενες λύσεις AI που βασίζονται σε πραγματικές περιπτώσεις χρήσης με συναδέλφους προγραμματιστές και ειδικούς.
Εγγραφή τώραΑυτό το πρόγραμμα περιήγησης δεν υποστηρίζεται πλέον.
Κάντε αναβάθμιση σε Microsoft Edge για να επωφεληθείτε από τις τελευταίες δυνατότητες, τις ενημερώσεις ασφαλείας και την τεχνική υποστήριξη.
You can install F# in multiple ways, depending on your environment.
If you're downloading Visual Studio for the first time, it will first install Visual Studio Installer. Install the appropriate edition of Visual Studio from the installer.
If you already have Visual Studio installed, choose Modify next to the edition you want to add F# to.
On the Workloads page, select the ASP.NET and web development workload, which includes F# and .NET Core support for ASP.NET Core projects.
Choose Modify in the lower right-hand corner to install everything you've selected.
You can then open Visual Studio with F# by choosing Launch in Visual Studio Installer.
Ensure you have git installed and available on your PATH. You can verify that it's installed correctly by entering git --version
at a command prompt and pressing Enter.
Install the .NET SDK and Visual Studio Code.
Select the Extensions icon and search for "Ionide":
The only plugin required for F# support in Visual Studio Code is Ionide-fsharp. However, you can also install Ionide-FAKE to get FAKE support and Ionide-Paket to get Paket support. FAKE and Paket are additional F# community tools for building projects and managing dependencies, respectively.
If you're using .NET Core or .NET Framework via the .NET SDK, you simply need to install the .NET SDK on your build server. It has everything you need.
If you're using .NET Framework and you are not using the .NET SDK, then you'll need to install the Visual Studio Build Tools SKU onto your Windows Server. In the installer, select .NET desktop build tools, and then select the F# compiler component on the right-hand side of the installer menu.
.NET σχόλια
.NET είναι ένα έργο ανοιχτού κώδικα. Επιλέξτε μια σύνδεση για να παρέχετε σχόλια:
συμβάν
17 Μαρ, 9 μ.μ. - 21 Μαρ, 10 π.μ.
Συμμετάσχετε στη σειρά meetup για να δημιουργήσετε κλιμακούμενες λύσεις AI που βασίζονται σε πραγματικές περιπτώσεις χρήσης με συναδέλφους προγραμματιστές και ειδικούς.
Εγγραφή τώραΕκπαίδευση
Διαδρομή εκμάθησης
F के साथ अपना पहला कदम उठाएं# - Training
एफ # एक ओपन-सोर्स, क्रॉस-प्लेटफ़ॉर्म प्रोग्रामिंग भाषा है जो संक्षिप्त, प्रदर्शनकारी, मजबूत और व्यावहारिक कोड लिखना आसान बनाती है। यह एक सामान्य-उद्देश्य वाली भाषा है जो आपको वेब एपीआई, डेस्कटॉप, आईओटी, गेमिंग और बहुत कुछ जैसे कई अलग-अलग प्रकार के एप्लिकेशन बनाने में सक्षम बनाती है।
Τεκμηρίωση
Get Started with F# in Visual Studio Code - .NET
Learn how to use F# with Visual Studio Code and the Ionide plugin suite.
Find out how to get started with the F# programming language.
Get started with F# with command-line tools - .NET
Learn how to build a simple multi-project solution on F# using the .NET CLI on any operating system (Windows, macOS, or Linux).