What is significance of 'using' in MVC?

 Posted by Sumank on 5/15/2013 | Category: ASP.NET MVC Interview questions | Views: 6805 | Points: 40
Answer:

@using(Html.Beginform())
{
Content Here.....
}
It ensures that an object is disposed when it goes out of scope.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response