Skip to content

Commit 8653c93

Browse files
committed
changed screenshots according to AspNet Zero v4.0
1 parent 088d06c commit 8653c93

16 files changed

+25
-21
lines changed

doc/Development-Guide-Angular.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ <h4>Edition Management</h4>
279279
page</strong> (available in host login)<strong> </strong>is used to manage
280280
application's editions:</p>
281281
<p>
282-
<img class="img-thumbnail" alt="Editions page" height="227" src="images/editions-page-core.png" width="800" /></p>
282+
<img class="img-thumbnail" alt="Editions page" src="images/editions-page-core-2.png" /></p>
283283
<p>Editions are used to group feature values and assign to tenants. When we
284284
click Actions/Edit for an edition, we can see it's assigned features:</p>
285285
<p>
@@ -309,7 +309,7 @@ <h4>Tenant Management</h4>
309309
<p>If this is a multi-tenant application and you logged in as a host user, then
310310
tenants page is shown:</p>
311311
<p>
312-
<img class="img-thumbnail" alt="Tenant management page" height="272" src="images/tenant-management-core.png" width="1168" /></p>
312+
<img class="img-thumbnail" alt="Tenant management page" src="images/tenant-management-core-1.png" /></p>
313313
<p>A tenant is represented by <strong>Tenant</strong> class. Tenant class
314314
<a href="Extending-Existing-Entities.html">can be
315315
extended</a> by adding new properties. There is an only
@@ -379,7 +379,7 @@ <h4>Role Management</h4>
379379

380380
<p>When we click Administration/Roles menu, we enter to the role management page:</p>
381381
<p>
382-
<img class="img-thumbnail" alt="Role management page" height="333" src="images/role-management-core.png" width="702" /></p>
382+
<img class="img-thumbnail" alt="Role management page" src="images/role-management-core-1.png" /></p>
383383
<p>Roles are used to <strong>group permissions</strong>. When a user has a
384384
role, then they will have all permissions of that role.</p>
385385
<p>A role is represented by the <strong>Role</strong> class. Role class
@@ -421,7 +421,7 @@ <h4>User Management</h4>
421421

422422
<p>When we click Administration/Users menu, we enter to the user management page:</p>
423423
<p>
424-
<img class="img-thumbnail" alt="User management" height="635" src="images/user-management-core.png" width="1643" /></p>
424+
<img class="img-thumbnail" alt="User management" src="images/user-management-core-1.png" /></p>
425425

426426
<p><strong>Users</strong> are people who can <strong>login </strong>to the application and
427427
perform some operations based on their <strong>permissions</strong>.</p>
@@ -460,7 +460,7 @@ <h4>Language Management</h4>
460460
<p>Language management page is used to manage (add/edit/delete) <strong>application
461461
languages</strong> and change <strong>localized texts</strong>:</p>
462462
<p>
463-
<img class="img-thumbnail" alt="Language management" height="510" src="images/language-list-core.png" width="752" /></p>
463+
<img class="img-thumbnail" alt="Language management" src="images/language-list-core-1.png" /></p>
464464
<p>We can create new language, edit/delete an existing language and <strong>set a
465465
language as default</strong>. Note that; tenants can not edit/delete default
466466
languages, but host users can do.</p>

doc/Development-Guide-Core.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h4>Solution Structure (Layers)</h4>
4848
<p>After you create and <a href="/Download">download</a> your project, you have a solution structure
4949
as shown below:</p>
5050
<p>
51-
<img class="img-thumbnail" alt="ASP.NET Core solution" height="201" src="images/solution-overall-core-3.png" width="256" /></p>
51+
<img class="img-thumbnail" alt="ASP.NET Core solution" src="images/solution-overall-core-4.png" /></p>
5252
<p>There are 8 projects in the solution:</p>
5353
<ul>
5454
<li><strong>Core</strong> project contains domain layer classes (like
@@ -350,7 +350,7 @@ <h4>Edition Management</h4>
350350
page</strong> (available in host login)<strong> </strong>is used to manage
351351
application's editions:</p>
352352
<p>
353-
<img class="img-thumbnail" alt="Editions page" height="227" src="images/editions-page-core.png" width="800" /></p>
353+
<img class="img-thumbnail" alt="Editions page" src="images/editions-page-core-2.png" /></p>
354354
<p>Editions are used to group feature values and assign to tenants. When we
355355
click Actions/Edit for an edition, we can see it's assigned features:</p>
356356
<p>
@@ -379,7 +379,7 @@ <h4>Tenant Management</h4>
379379
<p>If this is a multi-tenant application and you logged in as a host user, then
380380
tenants page is shown:</p>
381381
<p>
382-
<img class="img-thumbnail" alt="Tenant management page" height="272" src="images/tenant-management-core.png" width="1168" /></p>
382+
<img class="img-thumbnail" alt="Tenant management page" src="images/tenant-management-core-1.png" /></p>
383383
<p>A tenant is represented by <strong>Tenant</strong> class. Tenant class
384384
<a href="Extending-Existing-Entities.html">can be
385385
extended</a> by adding new properties. There is an only
@@ -465,7 +465,7 @@ <h4>Role Management</h4>
465465

466466
<p>When we click Administration/Roles menu, we enter to the role management page:</p>
467467
<p>
468-
<img class="img-thumbnail" alt="Role management page" height="333" src="images/role-management-core.png" width="702" /></p>
468+
<img class="img-thumbnail" alt="Role management page" src="images/role-management-core-1.png" /></p>
469469
<p>Roles are used to <strong>group permissions</strong>. When a user has a
470470
role, then he/she will have all permissions of that role.</p>
471471
<p>A role is represented by the <strong>Role</strong> class. Role class can be
@@ -508,7 +508,7 @@ <h4>User Management</h4>
508508

509509
<p>When we click Administration/Users menu, we enter to the user management page:</p>
510510
<p>
511-
<img class="img-thumbnail" alt="User management" height="635" src="images/user-management-core.png" width="1643" /></p>
511+
<img class="img-thumbnail" alt="User management" src="images/user-management-core-1.png" /></p>
512512

513513
<p><strong>Users</strong> are people who can <strong>login </strong>to the application and
514514
perform some operations based on their <strong>permissions</strong>.</p>
@@ -555,7 +555,7 @@ <h4>Language Management</h4>
555555
<p>Language management page is used to manage (add/edit/delete) <strong>application
556556
languages</strong> and change <strong>localized texts</strong>:</p>
557557
<p>
558-
<img class="img-thumbnail" alt="Language management" height="510" src="images/language-list-core.png" width="752" /></p>
558+
<img class="img-thumbnail" alt="Language management" src="images/language-list-core-1.png" /></p>
559559
<p>We can create new language, edit/delete an existing language and <strong>set a
560560
language as default</strong>. Note that; tenants can not edit/delete default
561561
languages, but host users can do.</p>
@@ -1026,6 +1026,10 @@ <h4>Sending Emails</h4>
10261026
emails. You can enable it if you want. It's enabled in RELEASE mode. Check <em>
10271027
YourProjectName</em>CoreModule class's PreInitialize method to change it if you
10281028
like.</p>
1029+
<div class="bs-callout bs-callout-warning">
1030+
<p><strong>.Net Core Compability</strong></p>
1031+
<p>Since .net core does not support smpt client, AspNet Zero uses <a href="https://github.com/jstedfast/MailKit">MailKit</a> to send emails.</p>
1032+
</div>
10291033
<h4>BinaryObjectManager</h4>
10301034
<p>User <strong>profile pictures</strong> are stored in database, instead of
10311035
file system. But it's not stored in Users table for performance reasons (Users

doc/Getting-Started-Angular.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ <h3 id="DocCreateProject">Create a Project</h3>
2222
<p>Go to the <a href="/Download">download</a> page. You will see a form as shown
2323
below:</p>
2424
<p>
25-
<img class="img-thumbnail" alt="Download angular" height="538" src="images/download-angular.png" width="570" /></p>
26-
<p>Select <strong>ASP.NET Core &amp; Angular 2.x</strong> as Project Type and fill
25+
<img class="img-thumbnail" alt="Download angular" src="images/download-angular-1.png" /></p>
26+
<p>Select <strong>ASP.NET Core &amp; Angular</strong> as Project Type and fill
2727
other required fields. Your project will be ready
2828
in one minute. When you open the downloaded zip file, you will see two folders:</p>
2929
<p>
30-
<img class="img-thumbnail" alt="Client Server folders" height="54" src="images/client-server-folders.png" width="70" /></p>
30+
<img class="img-thumbnail" alt="Client Server folders" src="images/angular-solution-folders.png" /></p>
3131
<ul>
3232
<li><strong>angular</strong> folder contains the <a href="Development-Guide-Angular.html">
3333
Angular application</a> which is configured to work with
@@ -46,7 +46,7 @@ <h3>ASP.NET Core Application</h3>
4646
<p>When you open Server side solution in <strong>Visual Studio 2017+</strong>, you will see the
4747
solution structure as like below:</p>
4848
<p>
49-
<img class="img-thumbnail" alt="AspNet Core solution structure" height="181" src="images/aspnet-core-host-solution-2.png" width="257" /></p>
49+
<img class="img-thumbnail" alt="AspNet Core solution structure" src="images/aspnet-core-host-solution-3.png" /></p>
5050
<p>
5151
Right click the
5252
<strong>.Web.Host</strong> project and select "<strong>Set as StartUp project</strong>": Then <strong>
@@ -73,12 +73,12 @@ <h5>Entity Framework Migration Command</h5>
7373
<strong>Package Manager Console</strong> in Visual Studio, set<strong> .</strong>EntityFrameworkCore
7474
as the <strong>Default Project</strong> and run the <strong>Update-Database</strong> command as shown below:&nbsp;</p>
7575
<p>
76-
<img class="img-thumbnail" alt="dotnet ef database update" height="27" src="images/dotnet-ef-database-update.png" width="499" /></p>
76+
<img class="img-thumbnail" alt="dotnet ef database update" src="images/update-database-ef-core.png" /></p>
7777

7878
<p>This command will create your database and fill initial data. You can open
7979
SQL Server Management Studio to check if database is created:</p>
8080
<p>
81-
<img class="img-thumbnail" alt="AspNet Zero Database Tables" height="507" src="images/created-database-tables-3.png" width="243" /></p>
81+
<img class="img-thumbnail" alt="AspNet Zero Database Tables" src="images/created-database-tables-4.png" /></p>
8282
<p>
8383
You can use EF console commands for development and Migrator.exe for
8484
production. But notice that; Migrator.exe supports running migrations in

doc/Getting-Started-Core.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ <h3 id="DocCreateProject">Create a Project</h3>
2222
<p>Go to the <a href="/Download">download</a> page. You will see a form as shown
2323
below:</p>
2424
<p>
25-
<img class="img-thumbnail" alt="Create project" height="678" src="images/download-core-jquery.png" width="571" /></p>
25+
<img class="img-thumbnail" alt="Create project" src="images/download-core-jquery-1.png" /></p>
2626
<p>Select <strong>ASP.NET Core &amp; jQuery</strong> as Project Type and fill
2727
other required fields. Click to the Download button, your project will be ready
2828
in one minute. Open the solution in <strong>Visual Studio 2017+</strong>:</p>
2929

3030
<p>
31-
<img class="img-thumbnail" alt="ASP.NET Core solution" height="201" src="images/solution-overall-core-3.png" width="256" /></p>
31+
<img class="img-thumbnail" alt="ASP.NET Core solution" src="images/solution-overall-core-4.png" /></p>
3232
<p>
3333
Right click the
3434
<strong>.Web.Mvc</strong> project and select "<strong>Set as StartUp project</strong>": Then <strong>
@@ -58,12 +58,12 @@ <h5>Entity Framework Migration Command</h5>
5858
<strong>Package Manager Console</strong> in Visual Studio, set<strong> .</strong>EntityFrameworkCore
5959
as the <strong>Default Project</strong> and run the <strong>Update-Database</strong> command as shown below:&nbsp;</p>
6060
<p>
61-
<img class="img-thumbnail" alt="dotnet ef database update" height="27" src="images/dotnet-ef-database-update.png" width="499" /></p>
61+
<img class="img-thumbnail" alt="dotnet ef database update" src="images/update-database-ef-core.png" /></p>
6262

6363
<p>This command will create your database and fill initial data. You can open
6464
SQL Server Management Studio to check if database is created:</p>
6565
<p>
66-
<img class="img-thumbnail" alt="AspNet Zero Database Tables" height="507" src="images/created-database-tables-3.png" width="243" /></p>
66+
<img class="img-thumbnail" alt="AspNet Zero Database Tables" src="images/created-database-tables-4.png" /></p>
6767
<p>
6868
You can use EF console commands for development and Migrator.exe for
6969
production. But notice that; Migrator.exe supports running migrations in
3.37 KB
Loading
8.7 KB
Loading
14.5 KB
Loading

doc/images/download-angular-1.png

38.4 KB
Loading

doc/images/download-core-jquery-1.png

47.3 KB
Loading

doc/images/editions-page-core-2.png

15.3 KB
Loading

doc/images/language-list-core-1.png

51.7 KB
Loading

doc/images/role-management-core-1.png

18.7 KB
Loading
9.22 KB
Loading
23.7 KB
Loading
7.75 KB
Loading

doc/images/user-management-core-1.png

74.1 KB
Loading

0 commit comments

Comments
 (0)