1
mrstebo
7y

Went to a dotNET interview yesterday and I had to do a simple MCV app. They were using Visual Studio 2017, so I thought "cool! I can use some C# 6-7 features!". But for some reason it didn't build...and the errors were not very helpful!

Also my ajax calls kept refreshing the page, even though I was calling preventDefault() in the form submit action 😣

Comments
  • 1
    Isn't preventDefault() only for not "scrolling up" or was that what you meant?
Add Comment