I am planning a SaaS system, to be written in C#, ASP.NET using WCF that has two separate components:
I have a resource called Media, which has a number of properties (Name, MediaType, MetaData, File). The Media resource also holds a pysical file. Now some of the details of the Media resource (MetaDat
Things you should know know about my disposition - 1. My First Time building a \"big\" site. 2. Working on PHP
I think it\'s best to ask based on an example: There are people, customers and projects. People to customers is a n:m relationship. People can work for multiple customers.
My team is beginning implementation of a greenfield application, with a requirement for multi-tenancy.I have 开发者_StackOverflow中文版been doing a large amount of research on patterns for simple scal
I have a 3 layered application. Front, Business, Data layer. I have used Microsoft Unity as the dependency container.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am working on designing an application data cache for a large system in .NET. The application data cache will be polling from multiple (10+) different systems or databases. It will also required t
I have an application in which i want to provide the people who write plugins to it (plugins are made by implementing a basic interface, then i load the .dll). I want to give them the possibility to c
I currently am part of a project where there is an interface like this: public interface RepositoryOperation {