azmisahin-software-web-service-webapi-net

Web Api Serevice with .netframework

View the Project on GitHub

Logo

Web Api with .netframework

It uses the ASP.NET Web API to create an API that returns a list of web products.

Test Project

Test-Project

Document Web Site

api-documentation

Password Policy

IdentityConfig.cs

manager.PasswordValidator = new PasswordValidator
{
    RequiredLength = 6,
    RequireNonLetterOrDigit = false,
    RequireDigit = false,
    RequireLowercase = false,
    RequireUppercase = false,
};