repository
How do I make my repository remove child entities and not just navigation properties from my aggregate root
I\'m trying to build a functioning repository using Entity Framework. I feel like I\'m missing something really obvious somewhere. Lets say I have IRepository<Person> which has many Address in a[详细]
2023-04-10 12:13 分类:问答Accessing stored procedures on a code generated DbContext with Entity Framework 4.1 with DDD
I\'m working on a large project using ASP.Net 开发者_JAVA技巧MVC 3, EF 4.1 and Ninject for Dependecy Injection. I\'ve read through many of the existing questions here regarding DDD, EF and the Reposit[详细]
2023-04-09 15:58 分类:问答Unit testing LINQ to SQL CRUD operations using Moq
I\'ve had a look around at other questions, but nothing really matches what I\'m looking for... mainly because I\'m not 100% certain on what it is I\'m looking for![详细]
2023-04-09 15:04 分类:问答can you host a private repository for your organization to use with npm?
Npm sounds like a great platfor开发者_运维问答m to use within an organization, curious if a private repo is possible, like with Nexus/Maven.Nothing comes up on Google :(https://github.com/isaacs/npmjs[详细]
2023-04-09 09:07 分类:问答Dropdown list filled from repository
I have an MVC3 drop down list that come from this code on the controller. private SelectList progCodesList = new SelectList(new[] { \"Description\", \"Require开发者_运维知识库ments\", \"Development\[详细]
2023-04-08 14:02 分类:问答Repository Pattern and MVC help
I\'m new to C# and ASP.NET MVC and i\'m trying to understand the repository pattern.I\'ve read a whole lot of articles, but I just don\'t understand how to use it.I\'m currently using LINQ to SQL to a[详细]
2023-04-08 06:05 分类:问答Push just one file to GitHub from a local repository
I have a re开发者_StackOverflow中文版po with multiple scripts. One of them is especially useful and I want to share it using GitHub.[详细]
2023-04-08 01:53 分类:问答How do you set up github version control for a team of two?
We\'re trying to set up github version control for a Jsp-project in NetBeans 7.0.1. The problem is we don\'t have a clue what to do. I Have set up a public account on github and done all the steps in[详细]
2023-04-07 20:31 分类:问答Is it a code smell that a repository has change events?
I\'ve not seen change events being used in repository pattern implementations, but I\'d like to have my repository like this:[详细]
2023-04-07 04:35 分类:问答Could not connect to SVN Repository. Could not resolve hostname
I try connect to SVN Repository and get SvnRepositoryIOException: Co开发者_运维问答uld not resolve hostname: The requested name is valid, but no data of the requested type was found.[详细]
2023-04-06 15:41 分类:问答