David Fowler
ebbb481fea
Print hello world for k10 project.
2014-02-01 00:39:26 -08:00
David Fowler
4c17c864f9
Added global.json
2014-01-31 16:40:42 -08:00
Pranav K
cc414e0fef
* Renaming Mvc.Forms to Mvc.Rendering
...
* Moving data types to Mvc.ModelBinding
2014-01-30 16:45:40 -08:00
Pranav K
7963eaf5fa
Restoring NuGet.config that was removed
2014-01-30 16:03:15 -08:00
Pranav K
6c9d562fc3
* Using RazorView<dynamic> as base type until we get model support
...
* Modifying ViewData to share inner dictionary until we figure out how to
pass it correctly
* Removing unused NuGet.config
2014-01-30 07:26:46 -08:00
Pranav K
85a25685d2
Changes to let Net45 sample run over Owin
2014-01-29 20:29:21 -08:00
Pranav K
a6393e77ab
Moving MvcRazorHost to a separate assembly
2014-01-29 15:20:48 -08:00
Pranav K
cb8a32e5a6
Updating the view engine to use Microsoft.AspNet.Razor package
2014-01-29 10:08:46 -08:00
David Fowler
a1d5a02c70
Updated build files.
2014-01-28 22:21:10 -08:00
David Fowler
5d1371e18a
Removed the clear for sources.
2014-01-27 23:25:14 -08:00
David Fowler
a90b7e7d95
Updated build.cmd
2014-01-27 19:32:03 -08:00
David Fowler
768e2f09fc
Added nuget.config
2014-01-27 17:23:15 -08:00
David Fowler
ea97108e76
Swallow errors while trying to load types.
2014-01-26 03:38:24 -08:00
David Fowler
2ea440609c
Skip the cache for KoreBuild
2014-01-26 01:29:21 -08:00
David Fowler
8415b190b1
Fixed how initialize is called.
2014-01-26 00:54:14 -08:00
David Fowler
a59d30011d
Renamed Mvc to WebFx.sln
2014-01-26 00:15:57 -08:00
Pranav K
afa22994bf
Fixing project.json schemas
2014-01-25 23:57:22 -08:00
David Fowler
f36aa5ba3c
Fixed up project.json to be more specific.
2014-01-25 22:16:30 -08:00
David Fowler
127b6886c4
Removed the generated csprojes
2014-01-25 17:16:00 -08:00
David Fowler
328d43a638
Updated the sample to use the owin http abstractions glue.
2014-01-25 16:44:35 -08:00
David Fowler
2bd1aab88d
Updated the samples project for net45 to use owin.
2014-01-25 16:04:50 -08:00
David Fowler
1d27b4e2e4
Remove packages.config
2014-01-25 15:16:24 -08:00
David Fowler
75169fefff
Updated the build.
2014-01-25 02:12:04 -08:00
David Fowler
a0de7048b5
Ifdef to make stuff compile on both platforms.
2014-01-24 02:20:46 -08:00
David Fowler
b0933fdd35
Updated the build and removed older projects.
2014-01-24 02:02:47 -08:00
David Fowler
b54a0da6e8
Updated MVC.
...
- Use new HttpAbstractions
- Updated the build
- Added new projects
2014-01-24 01:55:17 -08:00
David Fowler
fb35288326
Removed core services.
2014-01-22 19:35:13 -08:00
David Fowler
f3008e8ff9
Renamed the solution file.
2014-01-22 19:04:34 -08:00
David Fowler
477cf79e58
Removed unneeded dependencies and updated owin bits.
2014-01-22 19:03:56 -08:00
Pranav K
7adb658a38
Moving compilation to Microsoft.AspNet.Mvc.Razor
2014-01-22 15:12:28 -08:00
Pranav K
df5a6d30d6
* Migrating HtmlHelper stub
...
* Updating project json files to new format
2014-01-22 12:27:24 -08:00
Pranav K
69a99e5c41
Moving View overloads to Controller base type
2014-01-22 10:59:32 -08:00
David Fowler
c734eada6f
Added restore to build.
2014-01-21 21:52:44 -08:00
David Fowler
cd744ed7bd
Nuke the bin folder
2014-01-21 20:16:13 -08:00
Pranav K
7b8a54cc24
* Updating project structure to use the src, test, build, samples format
...
* Adding build scripts to use K compilation.
2014-01-21 16:15:44 -08:00
Pranav K
5f4807dc9e
Adding support for ViewData
2014-01-21 11:59:47 -08:00
Pranav K
0699e7aa40
Adding support for disk based views with code generation and compilation
2014-01-19 18:50:22 -08:00
Pranav K
b918cb8170
Adding view engines
2014-01-16 16:04:18 -08:00
Yishai Galatzer
1ba47fa480
Extension methods/Object content/Dummy conneg/and formurlformatter
2014-01-15 21:22:50 -08:00
Yishai Galatzer
bd2e434da9
Add JSON formatter support
2014-01-15 21:22:01 -08:00
David Fowler
99f612e5cb
Use new reflection API
2013-12-15 06:53:05 -08:00
David Fowler
cb2e881d4b
Added project.json files.
2013-12-14 16:39:52 -08:00
David Fowler
e7ade37b3f
Moved the routing up a level.
2013-12-14 16:11:13 -08:00
David Fowler
81a4cfbfbf
Call into the IActionResultFactory only if the return value isn't IActionResult.
2013-12-14 15:58:06 -08:00
David Fowler
e87e819b14
Small tweaks.
2013-12-14 15:51:32 -08:00
David Fowler
307d2ea198
Reworked it so that it's fully action based.
...
- The action invoker factory is the entry point to an mvc application.
- The default implementation will use an IActionDescriptorProvider with
a IActionInvokerProvider to resolve an IActionInvoker to invoke.
2013-12-12 21:40:56 -08:00
David Fowler
b798736385
Treat returned strings as content results.
2013-12-12 19:47:56 -08:00
David Fowler
1dcafe5df4
Added basic HttpRequestMessage and HttpResponseMessage.
2013-12-12 12:37:06 -08:00
David Fowler
485eb48114
Added IActionResultHelper and other services.
...
- Support the Initialize pattern as an alternate ctor.
2013-12-12 12:05:43 -08:00
David Fowler
b575d2c337
Added action result sample.
2013-12-12 11:14:22 -08:00