Should I Use .NET Core or Spring Boot for My Internship Project?

0
7
Asked By CodingNinja42 On

I'm currently interning at a company that primarily uses Microsoft's technology stack. I'm leaning towards developing the backend with .NET Core because their database is Microsoft SQL Server, and it will be deployed on Azure. However, I'm wondering if it really matters if I choose Spring Boot instead. I'm assuming Spring Boot might integrate better with Azure and SQL Server, plus I think there are advantages to using it with Visual Studio Code. I haven't found solid documentation to back up this idea. Does anyone have insights or sources that can help me out? Thanks!

4 Answers

Answered By AzurePro On

Honestly, .NET Core web APIs are incredibly powerful and perform really well, especially with Azure. I've built several projects with them, and the integrations are seamless. If you're looking to make an impact during your internship, .NET could be a great choice for you.

Answered By InternGuru On

Both .NET and Spring Boot have their strengths, but keep in mind that one of the main benefits of an internship is to soak up knowledge from more experienced developers. If your team is only familiar with .NET, you might miss out on critical feedback if you choose Java.

Answered By JavaFan123 On

It’s worth asking if the company will actually let you develop in Java when they’re mainly a .NET shop. If they're using Docker or VMs in Azure, it should work, but remember, as an intern, you typically shouldn't be calling the shots on tech choices—better to get your superiors' input first.

Answered By TechieDev On

While you might think VS Code has its perks for .NET, there are significant advantages to using Visual Studio itself for .NET development. Similarly, if you go the Spring Boot route, consider using a dedicated Java IDE like IntelliJ IDEA, which can make your development experience much smoother.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.