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 Jan 23, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ This sample shows how to build an MVC web application that uses Azure AD for sig
9
9
10
10
For more information about how the protocols work in this scenario and other scenarios, see [Authentication Scenarios for Azure AD](http://go.microsoft.com/fwlink/?LinkId=394414).
11
11
12
+
> Looking for previous versions of this code sample? Check out the tags on the [releases](../../releases) GitHub page.
Copy file name to clipboardExpand all lines: TodoListService/Project_Readme.html
+27-44Lines changed: 27 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<htmllang="en">
3
3
<head>
4
4
<metacharset="utf-8" />
5
-
<title>Welcome to ASP.NET 5</title>
5
+
<title>Welcome to ASP.NET Core</title>
6
6
<style>
7
7
html {
8
8
background:#f1f1f1;
@@ -128,70 +128,53 @@
128
128
<body>
129
129
130
130
<divid="header">
131
-
<h1>Welcome to ASP.NET 5 Preview</h1>
131
+
<h1>Welcome to ASP.NET Core</h1>
132
132
<span>
133
-
We've made some big updates in this release, so it’s <b>important</b> that you spend
133
+
We've made some big updates in this release, so it’s <b>important</b> that you spend
134
134
a few minutes to learn what’s new.
135
-
<br/><br/>
136
-
ASP.NET 5 has been rearchitected to make it <b>lean</b> and <b>composable</b>. It's fully
137
-
<b>open source</b> and available on <ahref="http://go.microsoft.com/fwlink/?LinkID=517854">GitHub</a>.
138
-
<br/>
139
-
Your new project automatically takes advantage of modern client-side utilities
140
-
like <ahref="http://go.microsoft.com/fwlink/?LinkId=518004">Bower</a> and <ahref="http://go.microsoft.com/fwlink/?LinkId=518005">npm</a>
141
-
(to add client-side libraries) and <ahref="http://go.microsoft.com/fwlink/?LinkId=518006">Grunt</a> and
142
-
<ahref="http://go.microsoft.com/fwlink/?LinkId=518007">Gulp</a> (for client-side build and automation tasks).
143
-
144
-
<br/><br/>
145
-
We hope you enjoy the new capabilities in ASP.NET 5 and Visual Studio 2015.
146
-
<br/>
147
-
The ASP.NET Team
148
135
</span>
149
-
<p>You've created a new ASP.NET 5 project. <ahref="http://go.microsoft.com/fwlink/?LinkId=518016">Learn what's new</a></p>
136
+
<p>You've created a new ASP.NET Core project. <ahref="http://go.microsoft.com/fwlink/?LinkId=518016">Learn what's new</a></p>
150
137
</div>
151
138
152
139
<divid="main">
153
140
<divclass="section first">
154
141
<h2>This application consists of:</h2>
155
142
<ul>
156
-
<li>Sample pages using ASP.NET MVC 6</li>
157
-
<li><ahref="http://go.microsoft.com/fwlink/?LinkId=518006">Grunt</a> and <ahref="http://go.microsoft.com/fwlink/?LinkId=518004">Bower</a> for managing client-side resources</li>
143
+
<li>Sample pages using ASP.NET Core MVC</li>
144
+
<li><ahref="http://go.microsoft.com/fwlink/?LinkId=518007">Gulp</a> and <ahref="http://go.microsoft.com/fwlink/?LinkId=518004">Bower</a> for managing client-side libraries</li>
158
145
<li>Theming using <ahref="http://go.microsoft.com/fwlink/?LinkID=398939">Bootstrap</a></li>
0 commit comments