Earlier quoted context omitted.
> Object-Oriented programming doesn't have a place in our hearts, Go is object oriented. > I hate to say it, but I just don't trust Microsoft. But you trust Google? well known for discontinuing products or abandoning them ( GWT?,... ) > It's a statically typed language that treats functions as first class citizens Without some form of generics/type classes you can't fully take advantage of Go first class functions to…
Can you elaborate on what you mean by Google abandoning JWT?
Ask HN: Are there any startups willing to use the ASP.NET Core technology?
41–50 of 68 posts
Re: Ask HN: Are there any startups willing to use the ASP.NET Core technology?
#42Earlier quoted context omitted.
Can I ask what you ran into? I'm thinking about starting a side project with .Net Core for my API and React for my front end. I'm wondering if it's even worth it to use Core at this point or switch to Go or Node.
I personally hate node with all of my being, but Go is good stuff and Java has two very solid REST frameworks Jersey and Spring Boot. Depending on the project needs you could use DropWizard or Play which come with a really solid REST API framework builtin. I was always partial to Pythons Flask as well What did we run into? Tons of brokenness. Inability to use C# libs was the biggest problem, if you're trying to make…
Re: Ask HN: Are there any startups willing to use the ASP.NET Core technology?
#43Re: Ask HN: Are there any startups willing to use the ASP.NET Core technology?
#44Also it is important to realise that ASP.NET Core is not the same as .NET Core (asp.net core can run with .net core or .net 4.5/6).
https://blogs.msdn.microsoft.com/cesardelatorre/2016/06/28/r...
https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introduci...
Re: Ask HN: Are there any startups willing to use the ASP.NET Core technology?
#45Earlier quoted context omitted.
Congratulations on completely failing to answer the question.
The question was about .NET Core, and I wrote about .NET which likely is closely related. It is likely that my use of .NET is also use of some of what is in .NET Core. So, I answered based on what I know about .NET which should be relevant to the question. Others can be more clear on what is the same, similar, or different between .NET and .NET Core. Then the parts of .NET Core that are also in .NET can get something…
Re: Ask HN: Are there any startups willing to use the ASP.NET Core technology?
#46First off - get off the marketing bandwagon. You dont need .NET core. If you want to be "prepared" for .net core eventually, u can do this by using dependency injection, and isolating all your platform specific code - ie. Never use File. Directory. directly, always wrap them in a service, ie IFileSystemService. If u want to be mostly compliant (esp with reflection), use PCL projects as they are widely used and supported and are basically core compliant.
But yeh anyways, u need to be more specific as to WHY u need .NET core? My startup is using Owin + WebAPI + React, no need for ASP.NET/razor at all.
Re: Ask HN: Are there any startups willing to use the ASP.NET Core technology?
#47We have had issues with Visual Studio and Tooling between betas, but now the platform has matured considerably and with the expected release of .net standard 2.0, I would say you can go for it for prod. C#/Editor/Tooling/Access-to-low-level is better than any platform I habe used. The new MS with the open/Azure/AI investments also seems ok. We feel like we are fit for the next 10 years with .net core.
Re: Ask HN: Are there any startups willing to use the ASP.NET Core technology?
#48I'm the lead developer on a startup and all of our backend code is .net core (the frontend is still 4.5)! I love it. Feel free to PM for more info.
Re: Ask HN: Are there any startups willing to use the ASP.NET Core technology?
#49> If not what are the reasons for a startup to stay away from .NET CORE? I've been using .Net for over 10 years now, and just launched a new product on Asp.Net Web API + SQL Server + Orleans. Whatever Microsoft says, .Net Core is not at all ready. The tooling and libraries are still undergoing major (and breaking) changes. You'll spend more time debugging it than your own code. I (foolishly) tried to adopt it a year…
I agree 100%. My last place was a 100% MS shop and while .NET core seems like it will be great we ran into endless problems, specifically with compatibility and existing libraries. We couldn't get anything more than a toy project to work. I recommend anyone looking at .NET core to use Java for now. The languages are basically mutually intelligible and while java is a bit less syntactically pleasant it gets the job do…
This has been my experience with MS in general. Initially everything seems great and you feel productive, but as soon as you decide to go off-road you lose all that you gained and more with buggy and poorly documented software.
Re: Ask HN: Are there any startups willing to use the ASP.NET Core technology?
#50> If not what are the reasons for a startup to stay away from .NET CORE? .NET's text-to-speech isn't available in .NET Core, much less on Linux.