项目作者: ebubekirdgn
项目描述 :
高级语言: JavaScript
项目地址: git://github.com/ebubekirdgn/Professional-Back-End-Development.git
Professional-Back-End-Development
In this project, there are sample coding for some structures that a backend application may need.
Steps to Setup
- Clone the application.
- Open the project in Visual Studio.
- In Solution Explorer, right click the solution and select Restore NuGet Packages.
- On the menu bar, choose Build and then choose Clean Solution.
- On the menu bar, choose Build and then choose Build Solution.
- Press the green arrow (Start Button) on the main Visual Studio toolbar.
To test log4net’s database logging:
- Create a new database named ShopLogTest in Sql Server Object Explorer.
Run the following query on the database.
CREATE TABLE [dbo].[Log] (
[Id] INT IDENTITY (1, 1) NOT NULL,
[TimeStamp] DATETIME NULL,
[MessageObject] NVARCHAR (4000) NULL,
[Level] NVARCHAR (50) NULL,
[Identity] NVARCHAR (50) NULL,
[LoggerName] NVARCHAR (50) NULL,
[UserName] NVARCHAR (255) NULL,
PRIMARY KEY CLUSTERED ([Id] ASC)
);
What can you find in this project?
Dependency Injection
Validation
Logging
Caching
Transaction
Role-Based Authorization
Field Level Role-Based Authorization
Generate Fake Data