No announcements
Found 1104 threads
-
0 Votes
Is F#/WPF still being actively used?
I have just finished a WPF/C# based time recording system. We were plagued by null pointer exceptions and other problems which could have been designed out using F# data modeling. I would really like ...Unanswered | 1 Replies | 1672 Views | Created by PeterWilson262 - Friday, September 4, 2020 10:57 PM | Last reply by Mr. Tines - Saturday, September 5, 2020 11:17 AM -
0 Votes
I calculate volume and liters of a cylinder
50) { mitadBarra = 50; } // Fill the bar. for (int i = 1; i ...Unanswered | 2 Replies | 1864 Views | Created by Metaconta - Friday, July 3, 2020 9:46 AM | Last reply by Metaconta - Monday, July 27, 2020 9:28 AM -
0 Votes
Read dll done in C++ with console F#
I want to make this code in C # console, adapt it to F #. What it does is read a dll made in C ++. using System; using ...Answered | 14 Replies | 2649 Views | Created by Metaconta - Thursday, June 18, 2020 2:42 AM | Last reply by Metaconta - Friday, June 19, 2020 10:53 PM -
0 Votes
I want to adapt or transform from C# code to F#.
Hello: I want to adapt or transform from C# code to F#. Code C#: using System; namespace ...Answered | 5 Replies | 1801 Views | Created by Metaconta - Wednesday, June 17, 2020 8:23 AM | Last reply by Metaconta - Thursday, June 18, 2020 2:39 AM -
0 Votes
How to write to a text file using Fable?
I'm trying to use Fable to convert some f# code I wrote into a web project, but I'm having some trouble with writing file output. Previously, when I just had a net core project, I could just ... -
0 Votes
Printed report doesn't show values
Hi, i am experiencing "weird" problem. Previewed report looks different from printed report. Report preview shows perfectly correct information includes all fields and ... -
0 Votes
Pass this code from C# to F#. Menus and SubMenus.
de la última opción que haz entrado // en la hora de volver atrás. Por ejemplo: private static int guardarOpcion = 0; static void Main(string[] ...Answered | 2 Replies | 2104 Views | Created by Metaconta - Saturday, February 29, 2020 11:12 PM | Last reply by Metaconta - Monday, March 2, 2020 11:28 PM -
0 Votes
nameof operator doesn't work
I'm learning F#. Here's the code: let f x = let m = nameof x m [<EntryPoint>] let main argv = let x = f ...Answered | 2 Replies | 3217 Views | Created by JohnyL - Thursday, September 12, 2019 5:51 PM | Last reply by JohnyL - Monday, October 21, 2019 5:03 PM -
0 Votes
Visual Studio F# function 'quickinfo' signature display
Just checking if this problem has already been reported for Visual Studio 2019 (I am using Community Edition 16.2.5 on Windows 10). I tried searching and didn't see anything useful but I don't ...Answered | 2 Replies | 2731 Views | Created by Barfarkle - Sunday, September 29, 2019 4:12 PM | Last reply by Barfarkle - Saturday, October 5, 2019 2:58 PM -
1 Votes
F# sample project can't build
Hi, I'm having a strange behaviour with all my F# files They're all creating C# errors So I've just ...Answered | 1 Replies | 2435 Views | Created by Antoine Besnard - Monday, July 15, 2019 11:59 AM | Last reply by Mr. Tines - Monday, July 15, 2019 1:08 PM -
0 Votes
Render FrameworkElement (F#) without outside WPF application
Original Text from WPF Forum: (Still relevant) We have a Class, written in F# which is basically a FrameworkElement. Internal there is a VisualCollection which holds the rendered ...Unanswered | 0 Replies | 2253 Views | Created by This_display_name_is_already_in_use_They_all_are - Thursday, July 11, 2019 12:42 PM -
0 Votes
F# Interactive Unresponsive
On Visual Studio 2017 15.9.9, I have encountered a weird issue recently. When I code directly in the Interactive windows, F# Interactive just freezes: It is OK when I send a piece of code to it from a ... -
0 Votes
Await event to complete before continuing code
Hi, I have a question. I have a method that sends and receives messengers via serial port as a byte arrays, to SerialPort DataRecived I am adding an event that will read ...Unanswered | 1 Replies | 2719 Views | Created by WojszaM - Thursday, November 15, 2018 8:27 AM | Last reply by Mr. Tines - Thursday, November 15, 2018 6:58 PM -
0 Votes
Trouble connecting F# to an Entity Framework model
Hello, I've been trying out this MSDN walkthrough to connect F# to an edmx file. I started an empty solution, and added a C# class library, to which I added an Entity ...Unanswered | 1 Replies | 3810 Views | Created by Mr Yossu - Wednesday, December 30, 2015 8:10 PM | Last reply by Cherkaoui.Mouad - Friday, September 14, 2018 10:24 AM -
2 Votes
Can the F# HtmlProvider access password protected pages?
I know how to grab data from a web page in F#... let url = @"https://en.wikipedia.org/wiki/Doctor_Who" type DoctorWhoData = ...Unanswered | 4 Replies | 3134 Views | Created by Mr Yossu - Monday, April 9, 2018 4:43 PM | Last reply by Cherkaoui.Mouad - Wednesday, September 5, 2018 4:06 PM -
0 Votes
F# Dapper how to create connection string.
Hello: I recently want to learn Dapper for F#, in order to access SQL Server database. I found some article for this topic. And I created a ...Unanswered | 1 Replies | 4225 Views | Created by zydjohn - Thursday, April 12, 2018 9:24 PM | Last reply by Cherkaoui.Mouad - Monday, September 3, 2018 9:31 PM -
0 Votes
F# how to serialize records to nested JSon data
If I have some records in F#: type Coureur= { runner_name: string distance : string unit : string score: float ...Unanswered | 1 Replies | 3116 Views | Created by zydjohn - Saturday, April 21, 2018 11:03 PM | Last reply by Cherkaoui.Mouad - Monday, September 3, 2018 7:19 PM -
2 Votes
WPF Composites (WPF-CPS) for F#
FYI . . . I just added a basic 'Hello World' example of using my Fluent WPF API named WPF Composites (WPF-CPS) with F#. Just search for WPF Composites on CodePlex and search ...Discussion | 3 Replies | 4871 Views | Created by Bryan Prendergast - Wednesday, July 24, 2013 6:56 AM | Last reply by Cherkaoui.Mouad - Thursday, August 30, 2018 5:02 PM -
0 Votes
Any good "F# under the hood" articles/blogs?
Can anyone point me to some good blogs/articles on what exactly is happening under the hood when F# data structures are copied and updated? I think I know what's supposed to be happening but the ...Unanswered | 1 Replies | 2848 Views | Created by Ingram Barclay - Wednesday, August 29, 2018 5:22 PM | Last reply by Mr. Tines - Wednesday, August 29, 2018 6:12 PM -
1 Votes
F# usage
Hi, I'm pretty new in F# but I'm familiar to C# so i was wondering for what purposes, i can use F#, well i know its usage is mainly in data analysis and all, but mainly i was thinking ...Answered | 3 Replies | 3531 Views | Created by F_M_L - Friday, March 23, 2018 6:08 PM | Last reply by Cherkaoui.Mouad - Sunday, August 19, 2018 1:39 PM - Items 1 to 20 of 1104 Next ›
No announcements