Avatar

Organizations

@github @twitter @linkedin @instagram @dev.to @rss
1 results for MVC
  • Security? Security is one of the most important cross-cutting concern for any web application. All applications (except for static web sites) require to identify a user and restrict the users from viewing or performing actions on pages. Authentication Authentication is the method by which an application identifies a user. By identifying a user, the application can decide whether the user is a valid user to access the application. Authorization Authorization is the way the application decides if the identified user can view a particular page or perform a particular action.
    ASP.Net Security .Net c# MVC Created Sat, 14 Oct 2017 10:51:44 +1100