In our application we use the repository pattern to retrieve and persist data from our data storage medium. The medium we opted to use is Entity Framework 4. This seems to be a very clean way to do th
I\'m importing a TLB file into my project since I\'m using a COM DLL. A TLB file is a binary file, which I need to compile my source code and so I was wondering 开发者_如何学Pythonif it\'s good progra
I\'m trying to add a remote linux SVN repository to my project but when I enter the server address I get the message Host is unreachable.
I\'ve been developing an application and I\'m trying to aply DDD and other tools (Nhibernate and asp.net MVC).
I\'m interesting in reducing the size of .hg folder in my p开发者_运维知识库roject. I have size of .hg folder near 180Mb, but the real sources size of project is near 6Mb. So, I need some ways to down
I\'m creating my first N-Tier MVC applicatio开发者_如何学Pythonn and I\'ve run into a road block with how to manage multiple DbContexts with my database first approach.
Right, after much struggle I finally managed to get a sort of shared folder among my all workmates where we can make a common git repo.
In plain language (hopefully with a simple example), what do the ahead/behind metrics on a Github repo\'s branch mean?
Lets say you have an established SVN repository with many hundreds of revisions and has been around for upwards of a year. The repository does not have the standard tags, trunk and branches at the top
I\'m working on a project that uses svn, but I like the way mercurial works. I can\'t force the other folks to use mercurial and convert the whole project, so I decided to use mercurial just locally.