2

Forced to work with ASP.NET for a project. Not minding it though, even found it nice, kinda excited about .NET Core now.

HOWEVER, spent over 3 hours figuring out why can't I make a virtual property (Entity Framework actually provides proxy classes to be able to override behaviors of navigational properties, but I digress).

Says I don't have a type named 'virtual'. 3 hours in, no changes (git confirms), and IT SUDDENLY WORKS.

Fuck Visual Studio.

Comments
  • 1
    I have recently seen some robust/impressive .NET enterprise applications.
    Good luck!
  • 0
    @Jumpshot44 Oh, I'm doubtless it's robust. It's just that intellisense is playing tricks on me, and I feel like the whole build/serve development pipeline is taken away from me. Coming from a Django stack, I hate "comfortable" tools that abstract way too much of the framework from me. (disclaimer, I hate non-standardized communities, such as JS, too, that much freedom is a disaster as well :))
Add Comment