in asp.net mvc project, you cant see the changes, before project building. I have a website on a hosting company, I changed some C# code, and I build the project on my local. If I post only changed class, I cant see changes. (of course, css and html codes are changing, after updating, and posting them to host)
So, Should I publish my project after project building, every time? Is there any simple way to update changed class (just post changed class to host)? What is the website updating steps?
Thanks...