SubSonic: What if something changes? -
I am using SS 2.1 and starting with it. I am full of everything and it works for the simple test I have done, but a general question: Is there a way to update my creation without fully rebuilding, for example if we are one The table layout changes. Say we have the ID, and name, and then the ID, name and disabled later on. Is the SS Smart and capable of taking it or will it require a new build? Thank you very much for your time.
Cheers
I believe that your command line application can be used as your mapping To create a file, so that the command-line app needs to be run again to do this. Second, after incorporating the mapping code must be compiled on the fly ... most net applications do not do this.
But the biggest reason you want is that the mapping does not occur on the fly: speed takes time to do it, at least several seconds. So how will you have it? Not every call - will it be crazy once a day? When during the day?
Otherwise, the subsonic mapping generates files only when you ask it if you change the database that breaks your application.
Comments
Post a Comment