项目作者: ebubekirdgn

项目描述 :
高级语言: JavaScript
项目地址: git://github.com/ebubekirdgn/Professional-Back-End-Development.git


Professional-Back-End-Development

" class="reference-link">DEVFRAMEWORK (2)

In this project, there are sample coding for some structures that a backend application may need.

Steps to Setup

  1. Clone the application.
  2. Open the project in Visual Studio.
  3. In Solution Explorer, right click the solution and select Restore NuGet Packages.
  4. On the menu bar, choose Build and then choose Clean Solution.
  5. On the menu bar, choose Build and then choose Build Solution.
  6. Press the green arrow (Start Button) on the main Visual Studio toolbar.

To test log4net’s database logging:

  1. Create a new database named ShopLogTest in Sql Server Object Explorer.
  2. Run the following query on the database.

    1. CREATE TABLE [dbo].[Log] (
    2. [Id] INT IDENTITY (1, 1) NOT NULL,
    3. [TimeStamp] DATETIME NULL,
    4. [MessageObject] NVARCHAR (4000) NULL,
    5. [Level] NVARCHAR (50) NULL,
    6. [Identity] NVARCHAR (50) NULL,
    7. [LoggerName] NVARCHAR (50) NULL,
    8. [UserName] NVARCHAR (255) NULL,
    9. PRIMARY KEY CLUSTERED ([Id] ASC)
    10. );

What can you find in this project?

Dependency Injection
Validation
Logging
Caching
Transaction
Role-Based Authorization
Field Level Role-Based Authorization
Performance Counter
Generate Fake Data