repository-design Questions

2

I have a project that uses couple (for now ~6) dependencies (other libraries). Most of them are on MIT/simplyfied BSD licences so it should not be a problem to just copy them to my repo. Would it b...
Prowl asked 22/8, 2015 at 8:47

2

Solved

I'm making the switch from a centralized SCM system to GIT. OK, I'll admit which one, it is Visual SourceSafe. So in addition to getting over the learning curve of Git commands and workflow, the bi...

1

Solved

Suppose I have a domain service which implements the following business rule / policy: If the total price of all products in category 'family' exceeds 1 million, reduce the price by 50% of the fam...
Howler asked 25/4, 2021 at 14:58

6

Solved

Most subversion tools create a default repository layout with /trunk, /branches and /tags. The documentation also recommends not using separate repositories for each project, so that code can be mo...
Burtonburty asked 9/4, 2010 at 22:3

2

I am coding an MVC 5 internet application with a web api 2 web service. Do I need a dispose method for the DbContext class in a web service? It is not there as default.

1

Solved

I have my code first, SQL data models (using EF Core 1.1) that are used to model my schema/tables. However I also have domain objects which are partial or full mapped versions of these SQL data mod...

1

I understand the benefit or repository pattern but I just can't understand in Symfony3 Doctrine there are Doctrine\ORM\EntityManager and \Doctrine\ORM\EntityRepository What are the difference bet...

2

Solved

I have a number of "dot" files in my home directory that I'd like to track with git - e.g. .pryrc, .zshrc, etc. I want to have a remote repository for these files so that a) there is an easy way to...
Waistcloth asked 5/8, 2015 at 19:58

1

Solved

Where should I be building my repos? My tutorial repos went to root, but I thought since I would have a test of my production site, that I should build them in ~/sites/. It might seem trivial, but...
Downdraft asked 22/8, 2014 at 17:2

1

Solved

I'm trying to build a prototype that applies Aspect Oriented Programming to my project using Decorators. Some portion of my project will use a generic Repository (for simple CRUD), but eventually I...

1

Solved

I am trying to implement Unit of Work/Repository pattern in my MVC Web application. Since DbContext itself is a unit of work, I want to mix it with my own UOW for testing and decoupling purposes (...

2

I'm looking for a way to automatically synchronize Git repositories across (2) servers so they are interchangeable from a third point. Situation is as follows: We heavily use git for all our proje...
Vivavivace asked 26/11, 2010 at 10:38

3

Solved

I'm sure someone has asked this before, but I'm struggling to find where. I'm using Ninject to remove dependencies from my controllers, along with a repository design pattern. As I understand it,...

2

Solved

I'm using git on a daily basis for a while now, and this time I've run into a problem which I could describe like this. I have a repository which holds entire website structure, and web root is in...
Undertaking asked 12/5, 2011 at 11:37

1

Solved

I'm working on a drupal website. I've been keeping an svn repository of my custom modules which I've recently ported to github to work with another developer. Coming from SVN I'm used to just being...
Middleton asked 28/10, 2010 at 4:14

6

Solved

I am getting ready to set up an SVN repository, and was wondering if anyone had a good example for a repo structure. I am currently thinking: Development .. Applications .... App1 ...... trun...
Masquer asked 19/11, 2009 at 23:16

3

Solved

So I'm implementing the repository pattern in an application and came across two "issues" in my understanding of the pattern: Querying - I've read responses that IQueryable should not be used whe...
Othilie asked 28/8, 2009 at 15:20

3

Solved

I have a couple of projects with different release cycles sitting in my SVN repository. Releases are created by using the classic tags structure in SVN. When there are bugs to fix in releases a bra...
Onassis asked 30/5, 2009 at 10:35
1

© 2022 - 2024 — McMap. All rights reserved.