Setup ASP - Net Project Tutorial by Faiz
Setup ASP - Net Project Tutorial by Faiz
BUILD DEPENDENCIES
PROJECT REFERENCE
STEP 5 – ADD THESE FOLLOWING FOLDERS TO PROJECT
STEP 6 – INSTALL EXTENSION TO THE PROJECT
Optional:
1. Core:
Domain folder
Misc folder
i. Result.vb - https://pastebin.com/bbD5f6gA
ii. Precision.vb - https://pastebin.com/XUBYZ7YA
Services folder
2. Infrastructure:
Migrations folder
i. Configuration.vb - https://pastebin.com/62bnPFD2
EntityFramework folder
3. Nomal:
App_Start folder
i. NinjectWebCommon.vb - https://pastebin.com/QyKrdLua
ii. ? Startup.Auth.vb - https://pastebin.com/bJxj7KkT
STEP 8 – CREATE DATABASE
Update-database
You will be able to see your newly created Database in SQL Management Studio
STEP 9 – ADD SERVICES
1. Core
a. Services folder
i. IUserService.vb - https://pastebin.com/CF0exSJj
ii. IUserSession.vb - https://pastebin.com/EMRjzfjz
2. Normal
a. Services folder
i. HttpUserSession.vb - https://pastebin.com/3tkEUhx3
ii. UserService.vb - https://pastebin.com/7SMfn9h2
Add services to NinjectWebCommon > RegisterServices (Do this everytime adding new service)
1. _index.vbhtml
2. _login.vbhtml
3. _alert.vbhtml (Toastr Notifcation example) - https://pastebin.com/MbDxt6pJ