Aside: there seems to be a lot of renewed interest in .Net with the advances of Core and other cross platform support in the open.
My company uses .NET mainly so it's nice to see these libraries. But from recent experience with several of them I am starting to be a little wary of .NET SDKs. It seems most .NET SDKs are either buggy, incomplete or have some other issues. It feels like you are a second class citizen with .NET. I would prefer if I could call Java SDKs from .NET. These SDKs seem to be higher quality than most .NET SDKs. C# is a great…
Official support for .NET
11–20 of 64 posts
Re: Official support for .NET
#12Aside: there seems to be a lot of renewed interest in .Net with the advances of Core and other cross platform support in the open.
It always seems odd to me that people are excited about .net coming to Linux or osx. Mono has been around for so long I can't remember when it showed up, 2001? As far as I know mono's been feature complete for a decade or more. .net core is neat, but for me it's a tooling thing and not a "we can write .net of Linux" thing
Re: Official support for .NET
#13Aside: there seems to be a lot of renewed interest in .Net with the advances of Core and other cross platform support in the open.
It always seems odd to me that people are excited about .net coming to Linux or osx. Mono has been around for so long I can't remember when it showed up, 2001? As far as I know mono's been feature complete for a decade or more. .net core is neat, but for me it's a tooling thing and not a "we can write .net of Linux" thing
Re: Official support for .NET
#14Works with .net core also (they don't specify this).
>> targets the .NET Standard It was mentioned.
https://docs.microsoft.com/en-us/dotnet/standard/net-standar...
Re: Official support for .NET
#15I get that until 2016 and Nadella/.NETCore only Ruby, JavaScript, and Python were the hipster languages of choice for web development... but .NET has been an awesome, rapid-development, tried-and-tested, business-friendly option for creating business applications, including, believe it or not, eCommerce platforms.
Outside the "hacker bubble" no one in their right mind would have neglected .NET as a first-class API target for this long. It's insane that Stripe got away with it for as long as they did, actually.
Re: Official support for .NET
#16Aside: there seems to be a lot of renewed interest in .Net with the advances of Core and other cross platform support in the open.
It always seems odd to me that people are excited about .net coming to Linux or osx. Mono has been around for so long I can't remember when it showed up, 2001? As far as I know mono's been feature complete for a decade or more. .net core is neat, but for me it's a tooling thing and not a "we can write .net of Linux" thing
.NET Core is actually cross-platform from the ground up and the .NET Core team considers it blocking issue and won't release if the codebase doesn't run properly and identically on all supported platforms. It's a night-and-day difference.
Re: Official support for .NET
#17Earlier quoted context omitted.
My company uses .NET mainly so it's nice to see these libraries. But from recent experience with several of them I am starting to be a little wary of .NET SDKs. It seems most .NET SDKs are either buggy, incomplete or have some other issues. It feels like you are a second class citizen with .NET. I would prefer if I could call Java SDKs from .NET. These SDKs seem to be higher quality than most .NET SDKs. C# is a great…
not sure i would go this route, but you can actually call java libraries from .net using a project called IKVM. I used it for a toy project and it seemed to work
Re: Official support for .NET
#18Earlier quoted context omitted.
It always seems odd to me that people are excited about .net coming to Linux or osx. Mono has been around for so long I can't remember when it showed up, 2001? As far as I know mono's been feature complete for a decade or more. .net core is neat, but for me it's a tooling thing and not a "we can write .net of Linux" thing
Mono has never put a focus on reliability or production-ready code. It's been awesome for desktop software and client applications, but we actually deployed ASP.NET on Mono to unify our deployment environment across our web infrastructure and ran into random bugs and show stoppers on a daily basis. And I'm not just talking about the horrible process of getting Visual Studio projects to deploy to a Mono server, the un…
It's also a shame that VS for Mac is so half baked for web projects despite MSFTs backing. This issue I have been search for an answer for a while is so obvious I don't understand how they didn't catch it: https://stackoverflow.com/questions/43967326/visual-studio-m...
Re: Official support for .NET
#19(I'd submit a PR with fixes, but I'm short for time).
Re: Official support for .NET
#20Earlier quoted context omitted.
not sure i would go this route, but you can actually call java libraries from .net using a project called IKVM. I used it for a toy project and it seemed to work
IKVM development has been halted: http://weblog.ikvm.net/