Search Results

0
votes

Remove the *.cs, *.Designer.cs codebehind files?

Straight out of the box you should be able to delete the .designer.cs and nothing will break. The other code behind can be useful, for instance if you'd like to strongly type your viewdata. …