Recently I wrote about packaging an MVC controller from a live application as a NuGet package. This article will show how to alter the nuspec for the NuGet content (non-assembly based) packages to have the same version number as the overall solution and reference the
This is a followup from my last article on Candor Mvc bootstrap. This will show the first steps in moving a portion of an Mvc project out into a NuGet package. The NuGet package will include the controller and the associated view models and views.
Previously I’ve talked about the concepts behind securing passwords and the backend code related to that. I am now going to follow up with how to use the candor security features from a Microsoft MVC web application. The full source code can be found in