All Projects → aspnet → Mvc

aspnet / Mvc

Licence: apache-2.0
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore

Programming Languages

C#
18002 projects
HTML
75241 projects
shell
77523 projects
powershell
5483 projects
lua
6591 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mvc

Coherence
A build that verifies that all the packages form a consistent graph.
Stars: ✭ 30 (-99.48%)
Mutual labels:  aspnet-product
Javascriptservices
[Archived] This repository has been archived
Stars: ✭ 3,108 (-45.73%)
Mutual labels:  aspnet-product
Caching
[Archived] Libraries for in-memory caching and distributed caching. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 470 (-91.79%)
Mutual labels:  aspnet-product
XamarinHosting
Xamarin Forms Generic Host implementation for Microsoft.Extensions.Hosting.
Stars: ✭ 19 (-99.67%)
Mutual labels:  aspnet-product
EventNotification
[Archived] Event notification system for broadcasting application state and configuration. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 43 (-99.25%)
Mutual labels:  aspnet-product
Microsoft.data.sqlite
[Archived] SQLite implementations of the System.Data.Common interfaces. Project has moved to https://github.com/aspnet/EntityFrameworkCore
Stars: ✭ 344 (-93.99%)
Mutual labels:  aspnet-product
Kestrelhttpserver
[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 2,643 (-53.85%)
Mutual labels:  aspnet-product
Hosting
[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
Stars: ✭ 553 (-90.34%)
Mutual labels:  aspnet-product
Routing
[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 276 (-95.18%)
Mutual labels:  aspnet-product
Dotnettools
[Archived] Various .NET command line tools. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 447 (-92.19%)
Mutual labels:  aspnet-product
PlatformAbstractions
OBSOLETE - used only for 1.0/1.1 patch builds
Stars: ✭ 22 (-99.62%)
Mutual labels:  aspnet-product
Testing
[Archived] Testing infrastructure, including support for xUnit.net and StyleCop. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 64 (-98.88%)
Mutual labels:  aspnet-product
Websockets
[Archived] Implementation of the WebSocket protocol, along with client and server integration components.
Stars: ✭ 364 (-93.64%)
Mutual labels:  aspnet-product
libuv-build
Libuv build automation for ASP.NET Core
Stars: ✭ 22 (-99.62%)
Mutual labels:  aspnet-product
Logging
[Archived] Common logging abstractions and a few implementations. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 502 (-91.23%)
Mutual labels:  aspnet-product
EntityFramework.Tools
.NET Command Line tools for Entity Framework Core
Stars: ✭ 23 (-99.6%)
Mutual labels:  aspnet-product
Configuration
[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 313 (-94.53%)
Mutual labels:  aspnet-product
Webhooks
[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
Stars: ✭ 617 (-89.23%)
Mutual labels:  aspnet-product
Entropy
A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.
Stars: ✭ 524 (-90.85%)
Mutual labels:  aspnet-product
Httpabstractions
[Archived] HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 378 (-93.4%)
Mutual labels:  aspnet-product

ASP.NET Core MVC [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.

Note: For ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core), see https://github.com/aspnet/AspNetWebStack

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.

ASP.NET Core MVC includes support for building web pages and HTTP services in a single aligned framework that can be hosted in IIS or self-hosted in your own process.

See the ASP.NET Core MVC documentation.

Related community projects:

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the AspNetCore repo.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].