User contributions for User

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

4 October 2023

  • 12:2812:28, 4 October 2023 diff hist +28 Project SetupNo edit summary
  • 12:2612:26, 4 October 2023 diff hist +16 N Project SetupCreated page with "Technology Stack"
  • 12:2512:25, 4 October 2023 diff hist +36 NovusNo edit summary
  • 12:2112:21, 4 October 2023 diff hist +5,361 N EF CoreCreated page with "<strong>Update entity classes</strong> by running the below command in PowerShell. Server 10.0.2.6 is QA database. Change the database (e.g. below is using MrDairyNovus as an example). <pre>dotnet ef dbcontext scaffold "Server=10.0.2.6;Database=MrDairyNovus;User Id=novususer;Password=h55C*ZftMX1V#ZWZ;" Microsoft.EntityFrameworkCore.SqlServer --startup-project "Novus.Web" --project "Novus.Model.Entity" -f --context-dir "..\Novus.DataAccess" -c NOVUSContext -o "Entities"<..." current
  • 12:1112:11, 4 October 2023 diff hist +578 N General ServiceCreated page with "<pre>public class FooService : BaseService, IFooService { private readonly NOVUSContext dbContext; public FooService( IUnitOfWork uow, IMapper mapper, IHttpContextAccessor httpContextAccessor , NOVUSContext dbContext, ILogger<FooService> logger ) : base(uow, mapper, httpContextAccessor, logger) { this.dbContext = dbContext; } }</pre> Register the registerBusinessLayer() method in the Novus.Web.Common/RegisterLayerServices.cs class wi..." current
  • 12:1012:10, 4 October 2023 diff hist +479 N General API ControllerCreated page with "<pre>[Authorize] [Route("api/[controller]")] [ApiController] public class FooController : BaseController { private readonly IMapper mapper; private readonly IFooService fooService; public FooController( IConfigSettings config, ILogger<FooController> logger, IMapper mapper, IFooService fooService ) : base(config, logger) { this.mapper = mapper; this.fooService = fooService; } }</pre> <strong>Return to Programming Guide</str..." current

3 October 2023

2 October 2023

1 October 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)