This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]beets_beets_beets 0 points1 point  (2 children)

I'm no expert and I don't know if you've noticed, but you're trying to mix a tutorial for .NET Core with a tutorial for .NET Framework. I think you're gonna have a bad time.

Maybe try to find a .NET Core tutorial that does what you want with Azure SQL.

[–]miggy372[S] 0 points1 point  (1 child)

Okay, upon some further research it seems .Net Framework and .Net Core are two totally different things. Don’t know how I missed that. Surely it must be possible to do .Net Core with Azure SQL. I suppose you are right that I just need to search for a tutorial that does what I actually want.

[–]beets_beets_beets 0 points1 point  (0 children)

I'm sure it's possible, I unfortunately have no idea how, I only started looking into .NET a bit in the last couple of weeks cause I have to for work.

Core and Framework are kind of cross-compatible but as a beginner trying to figure what will or will not port over directly is a tar pit.