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 was archived by the owner on Dec 14, 2018. It is now read-only.
**Note: For ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core), seehttps://github.com/aspnet/AspNetWebStack**
7
7
8
8
ASP.NET Core MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and gives you full control over markup for enjoyable, agile development. ASP.NET Core MVC includes many features that enable fast, TDD-friendly development for creating sophisticated applications that use the latest web standards.
9
9
@@ -19,8 +19,8 @@ Related community projects:
19
19
*[XmlResult](https://github.com/Wallsmedia/XmlResult): XML formatter extensions to allow defining the XML serializer type.
20
20
*[AspNetCoreImageTagHelper](https://github.com/ignatandrei/AspNetCoreImageTagHelper): Tag helper for rendering images as inline base64 data.
21
21
22
-
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the[Home](https://github.com/aspnet/home) repo.
22
+
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the[AspNetCore](https://github.com/aspnet/AspNetCore) repo.
23
23
24
24
##Building from source
25
25
26
-
To run a complete build on command line only, execute`build.cmd` or`build.sh` without arguments. See[developer documentation](https://github.com/aspnet/Home/wiki) for more details.
26
+
To run a complete build on command line only, execute`build.cmd` or`build.sh` without arguments. See[developer documentation](https://github.com/aspnet/AspNetCore/wiki) for more details.