Skip to content

Commit 1f0a753

Browse files
committed
Added basic repo list, plus link to full repo list
1 parent 4310e9b commit 1f0a753

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The samples provided in this repo are designed to show some of the features of t
1414
* [Getting Started](#getting-started)
1515
* [Samples](#samples)
1616
* [Documentation and Further Learning](#documentation-and-further-learning)
17+
* [Repos and Projects](#repos-and-projects)
1718
* [Feedback](#feedback)
1819

1920
## Minimum Requirements
@@ -121,6 +122,19 @@ If you see errors, or want some extra content, then feel free to create an issue
121122
### [ASP.NET/vNext](http://www.asp.net/vnext)
122123
The vNext page on the ASP.NET site has links to some TechEd videos and articles with some good information about vNext.
123124

125+
## Repos and Projects
126+
127+
These are some of the most common repos:
128+
129+
* [DependencyInjection](https://github.com/aspnet/DependencyInjection) - basic dependency injection infrastructure and default implementation
130+
* [EntityFramework](https://github.com/aspnet/EntityFramework) - data access technology
131+
* [Identity](https://github.com/aspnet/Identity) - users and membership system
132+
* [KRuntime](https://github.com/aspnet/KRuntime) - core runtime, project system, loader
133+
* [MVC](https://github.com/aspnet/Mvc) - MVC framework for web apps and services
134+
* [SignalR-Server](https://github.com/aspnet/SignalR-Server) - real-time
135+
136+
A description of all the repos is [here](https://github.com/aspnet/Home/wiki/Repo-List).
137+
124138
## Feedback
125139

126140
Check out the [contributing](https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md) page to see the best places to log issues and start discussions.

0 commit comments

Comments
 (0)