- first get old code in correct spot - then get default templates working in new world - usual things: `[NotNull]`, `var`, internal -> public - provide a `HtmlHelper.GenerateOption()` static method - pass an `ViewDataDictionary<object>` instance to `TemplateRenderer` constructor - run default templates synchronously with an IHtmlHelper<object> - copy over resources - add Microsoft.Data.Entity reference for EntityState type - use default templates in MVC sample - remove most on-disk overrides of the default templates |
||
|---|---|---|
| .. | ||
| Areas/Travel | ||
| Components | ||
| Content | ||
| Filters | ||
| Models | ||
| Views | ||
| FiltersController.cs | ||
| Home2Controller.cs | ||
| HomeController.cs | ||
| LinkController.cs | ||
| MvcSample.Web.kproj | ||
| OverloadController.cs | ||
| SimplePocoController.cs | ||
| SimpleRest.cs | ||
| Startup.cs | ||
| ViewMetadata.cs | ||
| project.json | ||
| web.Debug.config | ||
| web.Release.config | ||
| web.config | ||