Most voted "repository" questions
A software repository is a storage location from where software packages can be recovered and installed on a computer.
Learn more…61 questions
Sort by count of
-
0
votes1
answer79
viewsAlternative to Unit of Work + Repository for Dbcontext sharing
I’ve seen many times people talking that it makes no sense to use Unit of Work + Repository with Dbcontext Work unit (Unit of Work) with repository Supposedly it would be "more certain" to use…
-
0
votes1
answer81
viewsDatabase connection object: Should I only have one for the whole system or one instance per class?
What is the best practice: to have only one point (Singleton) that returns the connections to the database or to create an instance of the connection for each object? My system accesses several…
-
0
votes0
answers14
viewsDoubt - List of dependencies that do not exist in the repository
Good afternoon, I wonder if there is a Maven command that parses pom.xml and tells all the dependencies that are in the pom.xml file and are not in the repository. I even found a command mvn…
-
0
votes1
answer69
viewsWhat is git send-email for?
I’m needing to use git send-email to send an exercise via email, but I couldn’t understand the purpose of this command in git. Can I send the repository with the files via email? How it works?…
-
0
votes1
answer190
viewsGit Commits are not updating
I created a repository on Github and so far everything perfect, at first I gave a commit just for testing. git add -A git commit -a -m "Original" And so far perfect. So I made several changes to the…
-
0
votes1
answer1218
viewsGit can’t push my project... and other commands are also giving fatal
Hello again to all I’m going through a very boring problem... and so far I haven’t been able to identify.. Whenever I try to push or pull in my project I get the messages below, and nothing goes up…
-
0
votes1
answer333
viewsSpring Boot @Autowired does not work with Repository
I have the following mistake: Description: Field categoriaRepository in com.algaworks.algamoneyapi.resource.CategoriaResource required a bean named 'entityManagerFactory' that could not be found.…
-
-1
votes1
answer67
viewsChange in GIT log
I would like to change my GIT server log using a hook. The situation is this, when someone gives a commit and the local machine is with the wrong date, in the log appears the time of the local…
-
-1
votes1
answer153
viewsDoubt Interface Asp.net mvc
Good night, I have a doubt, I chose to work with Generica interface and my doubt is: Every entity needs to have an interface inheriting from the Generica interface ? Ex: public interface…
-
-2
votes0
answers12
viewsError placing my code on github
I started recently in programming, created a calculator and wanted to put my code on github. For this, I saw a video on Youtube. However, in the last step, when I push is not working, the following…
-
-5
votes1
answer473
viewsMy project not under in git is in the local branch
I created a branch and when I made my changes, everything was in the local branch. I can’t get up to the git repository. What to do? I downloaded the project again and kept a backup of the project…