In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article is to share with you about how to build the development environment of integrated Visual Studio 2010F# language. The editor thinks it is very practical, so I share it with you. I hope you can get something after reading this article.
The Visual Studio 2010F# language is integrated into Visual Studio 2010, supported by the integrated development environment, and provides IntelliSense (Intelligent Tips) and integrated interactive windows. Can be used to develop programs and components, such as components from .NET 2.0 to .NET 4 and Silverlight. Code highlighting produced by Actipro CodeHighlighter (freeware)
Http://www.CodeHighlighter.com/ let http url = async {let req = WebRequest.Create (Uri url) let! Resp = req.AsyncGetResponse () let stream = resp.GetResponseStream () let reader = new StreamReader (stream) let! Contents = reader.AsyncReadToEnd () return contents} let sites = ["http://bing.com";" http://microsoft.com"; "http://msdn.com";" http://msnbc.com"] let htmlOfSites = Async.Parallel [for site in sites-> http (site)] | > Async.RunSynchronously
In .NET Framework 4 and Visual Studio 2010, there is a large library of documentation and tools for parallel program development. F# provides a robust programming model and flexible features to make these appear more intuitive. Most importantly, we can program asynchronously in the linear programming mode we used to be used to.
In Visual Studio, the Visual Studio 2010F# language interactive tool window provides an exploratory development style pattern. You can see the script of the F # source code and the result of code execution in the interaction window in the Visual Studio editor. In the upper-right corner of the form are the graphics created by the script.
Unit of measurement
One of the breakthroughs in Visual Studio 2010F# is the customization of measurement units, where we can annotate floating-point codes in units, such as meters or seconds. This is easy to do, and its advantage is that it will report an error when the floating point code does not match the comment. In this way, floating-point coding can be detected without sacrificing performance.
The above is how the integrated Visual Studio 2010F# language development environment is built, and the editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.