Skip to main content

All Questions

Tagged with or
0 votes
1 answer
48 views

Is there a way I can set the dotnet version to use for the debugger. I am using the one (debugger) that comes with C# Dev Kit. I currently have dotnet 8 and dotnet 2.2 installed but the debugger ...
Ndifreke James Okpo's user avatar
0 votes
0 answers
48 views

I have a trouble trying to find out how to make a little thing, let me explain more below. I have a project using php-laravel, coreui vue and using a MVC Architecture, and i made my whole vue dynamic ...
KDG's user avatar
  • 1
1 vote
0 answers
135 views

I am trying to pass a javascript array of objects to a .NET controller action List<> parameter. Below is my C# public bool ImportACE([FromBody] List<Element> elements) { foreach(...
NerdyDriod's user avatar
2 votes
0 answers
127 views

I have following context menu defined as a part of the DataTemplate in xaml: <DataTemplate DataType="{x:Type viewModel:OverviewAnnotationItemViewModel}"> <views:...
Djomla's user avatar
  • 23
0 votes
0 answers
80 views

in mvc web app, first chrome memory snapshot is ~ 51mb after i call ajax to re render partialView, second snapshot take double or more! ~ 100bm. and in every call partialview memory usage get larger ...
rahman's user avatar
  • 131
0 votes
1 answer
157 views

I have made a Rails edit form, which works fine. Looking into the developer tools I have seen that the HTTP method is POST. Actually I would have expected that it sets the new form to POST and the ...
st88's user avatar
  • 353
0 votes
0 answers
64 views

I am attempting to create a very flexible routing system that allows users to configure their own publishable url paths to their own content pages, sort of like a CMS. To achieve this, I created a ...
Matt Spinks's user avatar
  • 6,740
0 votes
0 answers
71 views

I'm migrating from ES5 to ES6 and as a result I'm implementing modules. I have a Core.ts file that has a class Core that holds functions that are used in many .ts files. I migrated Core.ts to be ...
Nikola Lazarov's user avatar
-2 votes
2 answers
131 views

I am developing a process in MVC to take input from a database object and convert the data to an Excel file export. I am using NPOI tool to do this. The current conversion process is made completely ...
TUS's user avatar
  • 33
0 votes
0 answers
39 views

I'm trying to export my traderAdmin project as a WAR file using Eclipse. However, the project is not appearing in the "Export > WAR file" wizard. I have another project in the same ...
Chetan Kagda's user avatar
-3 votes
1 answer
104 views

It appears to be a syntax error though I can't seem to find it in my code. import static org.assertj.core.api.Assertions.assertThat; import org.junit.Before; import org.junit.Test; import org.junit....
Bernard Mesh's user avatar
1 vote
1 answer
613 views

I'm currently building a Flutter application and planning to use the GetX package for: State management Routing Dependency injection I would also like to follow the MVC (Model-View-Controller) ...
Navya Narayanan's user avatar
0 votes
0 answers
63 views

I want to store a data customer with this system, I was copy from other my system. the other system is worked fine but why this system not work as the other FormCustomer import { PlaceholderPattern } ...
M.Alfrandhy .D.D's user avatar
0 votes
0 answers
60 views

I have a web page with a map on it, the user clicks a button on their mobile device and it should then show them their position based on their device's geolocation. I have the code which gets the ...
RJPWilliams's user avatar
0 votes
0 answers
127 views

I'm trying to authenticate a user and store the data in the session. I expected that the session should contain the user's data after login, but the current behaviour is that var_dump($_SESSION) ...
Camila L. Oliveira's user avatar

15 30 50 per page
1
2 3 4 5
2239