directory-structure
Solution & Project layout, TFS related but not tfs required
Just want a sanity check on this project layout for use in TFS and just 开发者_如何学JAVAnaming conventions in general.[详细]
2023-03-19 05:16 分类:问答c# mvc area folder structure and class name
I have a web project which the folders are constructed within the areas. There, I have two main folders: Admin and Home. In Home section I will put everything concerning the end user whereas the admin[详细]
2023-03-16 13:33 分类:问答Do I need to create trunk/branches/tags in a Mercurial repository?
When creating a repository on our central server, do I need to create the folder structure of trunk/branches/tags or开发者_如何学编程 does Mercurial take care of all that?Nope, don\'t do it.[详细]
2023-03-15 17:56 分类:问答How to structure Models and Views in NodeJS?
I am writing a NodeJS based server- and client-side JavaScript application. I have Controllers, Models, Views and Presenters. The problem I am facing is that some parts of the code need to be only ser[详细]
2023-03-15 09:48 分类:问答.net winform project structure in subversion
I am about to start on a .net winform project. I am confused on how to setup project structure in SVN. Apart from main GUI, I will write few common libs like communication layer etc. these libs will b[详细]
2023-03-11 07:07 分类:问答HMVC and Views in folders (Codeigniter)
I am using Tank Auth library in Codeigniter with HMVC and the entire tank auth mvc files are in its own module called \'auth\'. tank auth loads a view (domain.com/application/modules/auth/views/auth/l[详细]
2023-03-10 21:30 分类:问答Question regarding SVN directory structure with multiple OSes
I\'m thinking of moving to SVN from mercurial because it seems simpler to maintain and more people have an SVN client than a mercurial client available. However I have a question regarding file struct[详细]
2023-03-07 12:33 分类:问答In ASP.NET MVC, where is the "best practice" place (folder) to put my Entity-Framework DataContext class?
I\'ve seen a few projects with Entity Framework DataContext classes in the \"Models\" folder, but since it\'s not really a model, this doesn\'t feel right.[详细]
2023-03-07 03:38 分类:问答GWT Project Structure
Right now in our project, we have below mentioned structure. Our project is mainly using GWT & Spring framework.[详细]
2023-03-06 21:06 分类:问答Oddity with System.IO.Directory.GetDirectories
Just something I noticed today when doing directory searches that might trip some people up. I found on my Windows XP machine that[详细]
2023-03-06 15:13 分类:问答