Base solution for your next web application

Activities of "mfaulcon"

In the EventCloud.EntityFramework project, there are two EventCloudRepositoryBase abstract classes which I think are created by the templating system. No other class inherits from these, as far as I can tell, however; all other repositories are implementing IRepository directly. What is the intended usage of this base class?

Answer

Ah, now I get it. The blog sample isn't just a different project, it's a whole different solution. Now I understand. This is the recommended approach, yes?

Answer

In order to learn the framework, I'm implementing a sample project I did some time ago. It would be have some core functionality, available to all tenants, with three modules (with associated features) of optional/premium functionality. Based on the documentation, it looks like the suggested structure is to develop the optional modules in separate assemblies from the core. Is this correct? Assuming so, do you happen to have an example of this (modules in separate assemblies)? In the Blog sample, the module is in core assembly.

Showing 1 to 3 of 3 entries