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
<p>Select <strong>ASP.NET Core & Angular</strong> as Project Type and fill
27
27
other required fields. Your project will be ready
28
28
in one minute. When you open the downloaded zip file, you will see two folders:</p>
@@ -42,10 +42,16 @@ <h4>Merging Client and Server Solutions</h4>
42
42
Client and Server solutions are designed to work separately by default but if you want to work on a single Visual Studio solution, you can select "One Solution" checkbox while downloading your project.
43
43
</p>
44
44
<h3>ASP.NET Core Application</h3>
45
-
<p>When you open Server side solution in <strong>Visual Studio 2017+</strong>, you will see the
45
+
<p>When you open Server side solution
46
+
<strong>*.Web.sln</strong> in <strong>Visual Studio 2017+</strong>, you will see the
46
47
solution structure as like below:</p>
48
+
<divclass="alert alert-warning">
49
+
<p>If you want to work on only Xamarin project, open <strong>*.Mobile.sln</strong> solution. If you want to work on both Xamarin and Web projects, open
<p>Open <strong>appsettings.json</strong> in <strong>.Web.Host</strong> project and change the <strong>Default</strong> connection string if you want:</p>
<ahref="Development-Guide-Angular.html"><spanclass="text-primary">development guide</span></a> document for more
155
+
<ahref="Getting-Started-Xamarin.html"><spanclass="text-primary">getting started</span></a> for Xamarin application, <ahref="Development-Guide-Angular.html"><spanclass="text-primary">development guide</span></a> document for more
<p>Select <strong>ASP.NET Core & jQuery</strong> as Project Type and fill
27
27
other required fields. Click to the Download button, your project will be ready
28
-
in one minute. Open the solution in <strong>Visual Studio 2017+</strong>:</p>
29
-
28
+
in one minute. Open the <strong>*.Web.sln</strong> solution in <strong>Visual Studio 2017+</strong>:</p>
29
+
<divclass="alert alert-warning">
30
+
<p>If you want to work on only Xamarin project, open <strong>*.Mobile.sln</strong> solution. If you want to work on both Xamarin and Web projects, open
@@ -40,34 +43,33 @@ <h3 id="DocConfigureProject">Configure The Project</h3>
40
43
41
44
<divclass="alert alert-warning">
42
45
<strong>Important Notice:</strong><br>
43
-
<p>Installing client side npm dependencies using <strong>yarn</strong> before opening the solution will increase project opening & building time dramatically.</p>
46
+
<p>Installing client side npm dependencies using <strong>yarn</strong> before opening the solution will decrease project opening & building time dramatically.</p>
44
47
</div>
45
48
46
49
<p>Before opening the solution open a command prompt, navigate to root directory of <strong>*.Web.Mvc</strong> project and run "<strong>yarn</strong>" command to install client side dependencies.</p>
47
50
48
51
<h3id="DocPrerequirements">Prerequirements</h3>
49
52
50
-
<p>MVC application needs to following tools be installed:</p>
53
+
<p>MVC application needs the following tools to be installed:</p>
<p>Open <strong>appsettings.json</strong> in <strong>.Web.Mvc</strong> project and change the <strong>Default</strong> connection string if you want:</p>
<p>We have two options to create and migrate database to the latest version.</p>
68
70
<h5>AspNet Zero Migrator Application</h5>
69
71
<p>AspNet Zero solution includes a <strong>.Migrator</strong> (like
70
-
Acme.PhoneBook.Migrator) project in the solution. You can run
72
+
Acme.PhoneBookDemo.Migrator) project in the solution. You can run
71
73
this tool for database migrations on development and production (see
72
74
<ahref="Development-Guide-Core.html">development guide</a> for more information).</p>
73
75
@@ -118,7 +120,7 @@ <h3 id="DocMore">More</h3>
118
120
119
121
<p>Your solution is up and working.
120
122
See
121
-
<ahref="Development-Guide-Core.html"><spanclass="text-primary">development guide</span></a> document for more
123
+
<ahref="Getting-Started-Xamarin.html"><spanclass="text-primary">getting started</span></a> for Xamarin application, <ahref="Development-Guide-Core.html"><spanclass="text-primary">development guide</span></a> document for more
0 commit comments