Tag: Development

Community

Encrypting the Web.Config File

(Peter Vogel) I love keeping information in my Web.config file’s appSettings section; it lets me change the behavior of a Web site just by changing values in a text file. I especially like keeping connection strings in the connectionStrings element (it lets me ensure that I keep the number of connec

Community

Binding in ASP.NET MVC

(Steve Smith) At my ASP.NET MVC + SOLID Principles talk in Cleveland last night, I had a couple of questions about binding in ASP.NET MVC. For instance: ¡Can you still do something like in your form? ¡How does the controller that receives a POST get back the Model that w