❔ Where are my properties?
Every tutorial I've found online shows a property bar in the menu here but whenever I boot up a new program it never shows up.
9 Replies
App. Config is old.
Probably outdated tutorial
Of course it's outdated. Thanks.
So out of curiosity, where do I go to find the Assembly Info?
Properties only exists in .NET Framework, while Dependencies exists for .NET, .NET Standard and .NET Core
.NET Framework is legacy.
So should I bother with the udemy tturoials then?
Not if they're basic c# intro, but that out of date
$helloworld
Written interactive course https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/tutorials/
Videos https://dotnet.microsoft.com/learn/videos
you can definitely bother with them, all the code they'll go over is still valid, but the project structure stuff, I.E. the stuff about how code files come together to make a DLL/EXE is what's changed
and it hasn't changed ALL that much
just a lot more streamlined
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.