You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
Compile .cshtml files into a single .dll file for deploying views
Would also be nice to support "html pack" automatically handling cache (Not Modified)
for bigger projects would also be nice to distribute the views into different .dlls, and having a file that knows in which .dll that resource is placed
** what I meant about html pack is to just put the html into the .dll and use the .dll creation date to handle the NotModified for http caching
It enables, and makes easier, to create a UI project, handling only views, and controllers for those views, static content etc... into a completely separate project..
And also is possible to deploy many UI projects into same application (I do it nowadays but uploading lots of files, packing would be much easier)
for example.. creating an
usual user interface project
and an admin user interface project
The text was updated successfully, but these errors were encountered:
Compile .cshtml files into a single .dll file for deploying views
Would also be nice to support "html pack" automatically handling cache (Not Modified)
for bigger projects would also be nice to distribute the views into different .dlls, and having a file that knows in which .dll that resource is placed
** what I meant about html pack is to just put the html into the .dll and use the .dll creation date to handle the NotModified for http caching
It enables, and makes easier, to create a UI project, handling only views, and controllers for those views, static content etc... into a completely separate project..
And also is possible to deploy many UI projects into same application (I do it nowadays but uploading lots of files, packing would be much easier)
for example.. creating an
usual user interface project
and an admin user interface project
The text was updated successfully, but these errors were encountered: