Hello Geeks, 
This is my post in ASP.NET MVC, 
In this post I would like to explain what are the Key
factors we need consider while working with Controllers are.
·        
Controllers can’t be static methods
·        
Controllers can’t be reference and out
Parameters
·        
Controllers can’t be any extension methods(Overriding,hiding)
·        
Must Public
·        
Can’t be a method of base controller class
·        
It can’t be getter or setter(auto implementation
Properties)
No comments:
Post a Comment