No announcements
Found 15855 threads
-
0 Votes
Razor Pages - Date format in the "form-row input-group"
User1778916669 posted Date is displayed as mm/dd/yyyy. I would like to display date in my filter section as dd/mm/yyyy. No idea how to ...Answered | 3 Replies | 177 Views | Created by An0nym0u5User - Monday, May 3, 2021 5:16 PM | Last reply by An0nym0u5User - Monday, June 21, 2021 5:19 PM -
0 Votes
handling validation exception in asp.net core web api
{ options.Filters.Add(new ApiExceptionFilter()); options.Filters.Add(new ValidationFilterAttribute()); });Unanswered | 1 Replies | 193 Views | Created by An0nym0u5User - Friday, May 7, 2021 4:34 AM | Last reply by An0nym0u5User - Saturday, June 19, 2021 1:39 AM -
0 Votes
The correct method of implementing the clean architecture in asp core
User461962111 posted I have seen several ways to implement a clean architecture in the asp core environment. Some only used repositories, some use use ...Unanswered | 4 Replies | 157 Views | Created by An0nym0u5User - Tuesday, May 25, 2021 9:02 AM | Last reply by An0nym0u5User - Monday, June 7, 2021 5:31 AM -
0 Votes
The correct method of implementing the clean architecture in asp core
User461962111 postedI have seen several ways to implement a clean architecture in the asp core environment. Some only used repositories, some use use cases, some use Cqrs, some use Uow, ...Unanswered | 4 Replies | 249 Views | Created by An0nym0u5User - Tuesday, May 25, 2021 9:02 AM | Last reply by An0nym0u5User - Monday, June 7, 2021 5:31 AM -
0 Votes
How can I force the input value with Max integer and Max Decimal .
User-1355965324 postedHow can I force the user to enter the integer part maximum value 10 and decimal part maximum .59. the system should only acccept the values from 1 to ...Answered | 3 Replies | 330 Views | Created by An0nym0u5User - Thursday, May 27, 2021 6:39 AM | Last reply by An0nym0u5User - Friday, June 4, 2021 11:39 AM -
0 Votes
How can I force the input value with Max integer and Max Decimal .
User-1355965324 posted How can I force the user to enter the integer part maximum value 10 and decimal part maximum .59. the system should only acccept the ...Answered | 3 Replies | 126 Views | Created by An0nym0u5User - Thursday, May 27, 2021 6:39 AM | Last reply by An0nym0u5User - Friday, June 4, 2021 11:39 AM -
0 Votes
Creating a data filter in a API
User1750806012 postedIm not sure if this is the right approach to create a product filter systemto filter products on a page.Reactjs: async getFilteredProducts() { const ...Unanswered | 5 Replies | 139 Views | Created by An0nym0u5User - Monday, May 31, 2021 1:44 AM | Last reply by An0nym0u5User - Wednesday, June 2, 2021 5:47 AM -
0 Votes
Is it possible to send an extra parameter to the HandleRequirementAsync method of AuthorizationHandler?
User-1095454647 posted I want to be able to send a parameter to the handler, for example: ActivityId="1001", I could write some logic based on it. Can this be done? ...Unanswered | 1 Replies | 134 Views | Created by An0nym0u5User - Monday, May 31, 2021 6:02 PM | Last reply by An0nym0u5User - Tuesday, June 1, 2021 8:54 AM -
0 Votes
Is it possible to send an extra parameter to the HandleRequirementAsync method of AuthorizationHandler?
User-1095454647 postedI want to be able to send a parameter to the handler, for example: ActivityId="1001", I could write some logic based on it. Can this be done? If yes how? If not ...Unanswered | 1 Replies | 213 Views | Created by An0nym0u5User - Monday, May 31, 2021 6:02 PM | Last reply by An0nym0u5User - Tuesday, June 1, 2021 8:54 AM -
0 Votes
Get user id in startup
User477335199 postedHi. How I can get current user id in ConfigureServices or it is not possible ?Answered | 2 Replies | 221 Views | Created by An0nym0u5User - Monday, May 31, 2021 7:07 AM | Last reply by An0nym0u5User - Tuesday, June 1, 2021 12:09 AM -
0 Votes
Get user id in startup
User477335199 posted Hi. How I can get current user id in ConfigureServices or it is not possible ?Answered | 2 Replies | 109 Views | Created by An0nym0u5User - Monday, May 31, 2021 7:07 AM | Last reply by An0nym0u5User - Tuesday, June 1, 2021 12:09 AM -
0 Votes
Creating a data filter in a API
User1750806012 posted Im not sure if this is the right approach to create a product filter system to filter products on a ...Unanswered | 5 Replies | 100 Views | Created by An0nym0u5User - Monday, May 31, 2021 1:44 AM | Last reply by An0nym0u5User - Monday, May 31, 2021 11:03 PM -
0 Votes
I need help with this error
User-1011208607 posted I need to know what means this error plesase any help. Error MessageUnanswered | 1 Replies | 115 Views | Created by An0nym0u5User - Monday, May 31, 2021 1:46 PM | Last reply by An0nym0u5User - Monday, May 31, 2021 2:33 PM -
0 Votes
I need help with this error
User-1011208607 postedI need to know what means this error plesase any help. Error MessageUnanswered | 1 Replies | 160 Views | Created by An0nym0u5User - Monday, May 31, 2021 1:46 PM | Last reply by An0nym0u5User - Monday, May 31, 2021 2:33 PM -
0 Votes
How to get a service from anywhere using Microsoft.DependencyInjection?
User911375783 posted Hello, I'm working on an ASP.NET Core 3.1 Web API project and I'm writing some integration tests. I created a database fixture that I ...Answered | 2 Replies | 142 Views | Created by An0nym0u5User - Sunday, May 30, 2021 4:20 PM | Last reply by An0nym0u5User - Sunday, May 30, 2021 5:30 PM -
0 Votes
How to get a service from anywhere using Microsoft.DependencyInjection?
User911375783 postedHello, I'm working on an ASP.NET Core 3.1 Web API project and I'm writing some integration tests. I created a database fixture that I use in my tests and for ...Answered | 2 Replies | 199 Views | Created by An0nym0u5User - Sunday, May 30, 2021 4:20 PM | Last reply by An0nym0u5User - Sunday, May 30, 2021 5:30 PM -
0 Votes
HttpConent does not contain a definition for ReadAsAsync and no accessible extension method ReadAsAync accepting a first argument of type HttpContent could be found
User-973886032 postedhi guys I have a web API project that uses a HTTPRequest class to get a remote JSON result file and pass to the calling app. However I want to encapsulate the ...Answered | 2 Replies | 939 Views | Created by An0nym0u5User - Saturday, May 29, 2021 9:44 AM | Last reply by An0nym0u5User - Saturday, May 29, 2021 10:16 PM -
0 Votes
HttpConent does not contain a definition for ReadAsAsync and no accessible extension method ReadAsAync accepting a first argument of type HttpContent could be found
User-973886032 posted hi guys I have a web API project that uses a HTTPRequest class to get a remote JSON result file and pass to the calling app. However I want ...Answered | 2 Replies | 123 Views | Created by An0nym0u5User - Saturday, May 29, 2021 9:44 AM | Last reply by An0nym0u5User - Saturday, May 29, 2021 10:16 PM -
0 Votes
Convert CSV file to NACHA format with ASP.net core
User-1537674085 postedHello ASP.NET developers, I am new to .NET and trying to learn as much as I can.I have a project that I am trying to accomplish but I am having some issues with ...Unanswered | 1 Replies | 223 Views | Created by An0nym0u5User - Friday, May 28, 2021 7:40 PM | Last reply by An0nym0u5User - Friday, May 28, 2021 8:14 PM -
0 Votes
Convert CSV file to NACHA format with ASP.net core
User-1537674085 posted Hello ASP.NET developers, I am new to .NET and trying to learn as much as I can. I have a project that I am trying to accomplish but ...Unanswered | 1 Replies | 128 Views | Created by An0nym0u5User - Friday, May 28, 2021 7:40 PM | Last reply by An0nym0u5User - Friday, May 28, 2021 8:14 PM - Items 1 to 20 of 15855 Next ›
No announcements