Modules as part of Web site app?
In 3x I was able to simply create a few classes inside the App_Code directory of my web app (ie: ProductsModule.cs and IProductsModule.cs) to create a new module. Is this same approach possible in SI 4?
I find development time (for me anyways) is quite less developing modules this way instead of the separate Module project way.
Crossing my fingers that you guys have or will have an example of this module development method. I've searched around but nothing.
Thanks!
Matt
Hi Matthew,
In 4.0 we recommend using class libraries and embedded resources. Please check the Products module sample included in Sitefinity 4.0 SDK.
Greetings,
Ivan Dimitrov
the Telerik team
Thats unfortunate and I hope your team can post some sort of non-class project module in the future.
I can't be the only one who is a bit disappointed in this, all though I'm loving the nice new look of SI 4.