asp.net-boilerplate Questions
4
Solved
I made a test with code below to update the Product:
var existing = await _productRepository.FirstOrDefaultAsync(c => c.Id == input.Id);
if (existing == null)
throw new UserFriendlyException(L...
Viens asked 12/4, 2018 at 13:58
2
I'm trying to set variable value (selected option from a select component in angular) in some component to use it in another component and I don't want to use window.sessionStorage() by javascript ...
Fennec asked 21/2, 2020 at 12:21
3
Solved
ASP NET Boilerplate > Generating C# swagger client using swagger codegen tool (nswag) not working
I tried generating c# code for and API I created with ASP Net Boilerplate, but the response is not deserializing correctly.
Upon investigation, it seems the json response is wrapped using a class ...
Irresolute asked 20/8, 2017 at 2:1
1
Solved
I'm using ASP.NET Boilerplate.
I have an application in Angular (external to ABP) that I would like to consume my API.
For that, I get an access token via /api/TokenAuth/Authenticate, and then I u...
Breazeale asked 1/9, 2018 at 19:36
1
Solved
i'm implementing Application Service that sends statistical data to home page (dashboard application page).
Based on User's Role (the service needs authentication) i would extract/aggregate data f...
Lovering asked 25/10, 2017 at 10:50
3
Solved
I want to get the user data which is currently logged in,, ??
I have to send current user ID to a table in database How to do this??
Liverpudlian asked 8/9, 2017 at 6:28
1
Solved
I'm playing with the Asp.Net MVC 6 boilerplate project. I'm trying to configure the dependency injection for one of my services. It seems like the built in IoC container is ignoring my binding.
St...
Fireback asked 25/7, 2016 at 17:34
2
Solved
I am learning DDD, n-Tier, Repositoriess and the likes. Someone pointed me to ASP.NET Boilerplate and I decided to start a test project using that. I have never dealt with dependency injection so t...
Uund asked 3/9, 2015 at 1:0
1
© 2022 - 2024 — McMap. All rights reserved.