see these url which talking about area
https://www.codeproject.com/Articles/714356/Areas-in-ASP-NET-MVC
http://www.dotnettricks.com/learn/mvc/mvc-areas-with-example
the above url show how to work with area but they never use [Area("Admin")] in code.
so still it is not clear when to use [Area("Admin")] in code.
please make this area more clear for me. thanks