开发者

Folders without Namespaces C#, .Net, VS 2008

开发者 https://www.devze.com 2022-12-27 16:29 出处:网络
I\'m working on an ASP.NET webapp using the MVP pattern, and as I\'m organizing my files I\'m wondering - are there conventions on folders with开发者_如何学Cin projects and how they relate to namespac

I'm working on an ASP.NET webapp using the MVP pattern, and as I'm organizing my files I'm wondering - are there conventions on folders with开发者_如何学Cin projects and how they relate to namespaces?

I have a bunch of controls and a bunch of pages, and I was going to throw them into Controls and Pages folders with subfolders, but I didn't know if it was bad form to do this if I wasn't also going to seperate them out into namespaces.

Thanks.


Convention is to have classes that reside in a sub-namespace in a folder with the same name

0

精彩评论

暂无评论...
验证码 换一张
取 消