Click here to Skip to main content
15,896,606 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Welcome to Thursday Pin
Marc Clifton16-Nov-17 11:56
mvaMarc Clifton16-Nov-17 11:56 
GeneralRe: Welcome to Thursday Pin
Jeremy Falcon16-Nov-17 11:57
professionalJeremy Falcon16-Nov-17 11:57 
GeneralRe: Welcome to Thursday Pin
Marc Clifton16-Nov-17 12:23
mvaMarc Clifton16-Nov-17 12:23 
GeneralRe: Welcome to Thursday Pin
Jeremy Falcon16-Nov-17 13:26
professionalJeremy Falcon16-Nov-17 13:26 
GeneralRe: Welcome to Thursday Pin
Mycroft Holmes16-Nov-17 12:12
professionalMycroft Holmes16-Nov-17 12:12 
GeneralRe: Welcome to Thursday Pin
Marc Clifton16-Nov-17 12:21
mvaMarc Clifton16-Nov-17 12:21 
QuestionRe: Welcome to Thursday Pin
Jeremy Falcon16-Nov-17 11:37
professionalJeremy Falcon16-Nov-17 11:37 
AnswerRe: Welcome to Thursday Pin
Marc Clifton16-Nov-17 12:06
mvaMarc Clifton16-Nov-17 12:06 
Jeremy Falcon wrote:
How do you like Core in general?


So far I'm impressed. It's a major improvement over core 1.0, in that one of the things I do a lot of, reflection, is working quite nicely. Other stuff we've come to love like Linq is working great too.

One annoying thing, when I add a reference to the "dependencies" graph, it doesn't set the "copy local" to true. In fact, it's blank. So the DLL doesn't show up in the bin\debug\netcoreapp2.0 folder, leading to a "unable to load assembly" error. Manually setting "Copy Local" to true fixed the problem, but still, Microsoft is dropping some bits, given my bizarre sub-sub-folder problem I mentioned in my other response.

What I'm trying to achieve ultimately should be fairly interesting but arcane -- I want to create a website where people can publish (as source code) microservices, like "verify the address with the USPS" or "get me the weather forecast" -- basically a library of public (and private) microservices from which you can build an application that get triggered automatically when a particular piece of "semantic data" is available. The output needs to be in some DSL that I'll have to create that will generate the HTML snippet to insert into the web page so you can view the results. The other fun part is slopping the code into a Docker container, building it there and running it in the container, so people don't blow away the server itself. I figure I'm opening a can of worms of malicious evil-doers, so at some point I'll have to figure out how to block access in the VM to the outside world, and only "approved" coders can write microservices that hit the web.

Anyways, that's the plan. It's a web version of what I've been working on with HOPE and FlowSharpCode, etc., and with .net core 2.0 I think I can finally support C# and true semantic types, rather than kludging it in a language like Python.

Sorry, probably more than you wanted to know. Smile | :) On the other hand, if you have some free time... Wink | ;)
Latest Article - Class-less Coding - Minimalist C# and Why F# and Function Programming Has Some Advantages

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: Welcome to Thursday Pin
Jeremy Falcon16-Nov-17 13:25
professionalJeremy Falcon16-Nov-17 13:25 
GeneralRe: Welcome to Thursday Pin
Marc Clifton16-Nov-17 14:11
mvaMarc Clifton16-Nov-17 14:11 
GeneralRe: Welcome to Thursday Pin
Jeremy Falcon16-Nov-17 20:09
professionalJeremy Falcon16-Nov-17 20:09 
GeneralWhile away the hours with idle chatter Pin
W Balboos, GHB16-Nov-17 8:44
W Balboos, GHB16-Nov-17 8:44 
GeneralRe: While away the hours with idle chatter PinPopular
ZurdoDev16-Nov-17 9:03
professionalZurdoDev16-Nov-17 9:03 
GeneralRe: While away the hours with idle chatter Pin
Daniel Pfeffer16-Nov-17 19:34
professionalDaniel Pfeffer16-Nov-17 19:34 
GeneralRe: While away the hours with idle chatter Pin
Marc Clifton16-Nov-17 9:27
mvaMarc Clifton16-Nov-17 9:27 
GeneralRe: While away the hours with idle chatter Pin
ZurdoDev16-Nov-17 9:30
professionalZurdoDev16-Nov-17 9:30 
GeneralRe: While away the hours with idle chatter Pin
Marc Clifton16-Nov-17 10:25
mvaMarc Clifton16-Nov-17 10:25 
QuestionRe: While away the hours with idle chatter Pin
Slacker00716-Nov-17 9:58
professionalSlacker00716-Nov-17 9:58 
AnswerRe: While away the hours with idle chatter Pin
ZurdoDev16-Nov-17 10:28
professionalZurdoDev16-Nov-17 10:28 
AnswerRe: While away the hours with idle chatter Pin
W Balboos, GHB17-Nov-17 1:38
W Balboos, GHB17-Nov-17 1:38 
GeneralRe: While away the hours with idle chatter Pin
GenJerDan16-Nov-17 19:37
GenJerDan16-Nov-17 19:37 
GeneralRe: While away the hours with idle chatter Pin
W Balboos, GHB17-Nov-17 1:40
W Balboos, GHB17-Nov-17 1:40 
GeneralRe: While away the hours with idle chatter Pin
Richard MacCutchan16-Nov-17 22:10
mveRichard MacCutchan16-Nov-17 22:10 
GeneralTimeouts all the way down Pin
Brady Kelly16-Nov-17 7:24
Brady Kelly16-Nov-17 7:24 
JokeRe: Timeouts all the way down Pin
Randor 16-Nov-17 7:28
professional Randor 16-Nov-17 7:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.