Left On The Moon
Left On The Moon
CC#
Created by Left On The Moon on 11/5/2023 in #help
✅ Kinda new to MVC/C#/Razor - Need some help passing data from Model -> Controller
mvc's cool bc it helps in getting an application off the ground pretty quick, but once again, I'm not overly used to using it and this may not have been the best call
18 replies
CC#
Created by Left On The Moon on 11/5/2023 in #help
✅ Kinda new to MVC/C#/Razor - Need some help passing data from Model -> Controller
I wasn't sure if using MVC was a good call in this application use case - designed to be very minimal with a nice bootstrapped frontend with a bit of controllers in place
18 replies
CC#
Created by Left On The Moon on 11/5/2023 in #help
✅ Kinda new to MVC/C#/Razor - Need some help passing data from Model -> Controller
i'm calling more controller, and then method
18 replies
CC#
Created by Left On The Moon on 11/5/2023 in #help
✅ Kinda new to MVC/C#/Razor - Need some help passing data from Model -> Controller
No description
18 replies
CC#
Created by Left On The Moon on 11/5/2023 in #help
✅ Kinda new to MVC/C#/Razor - Need some help passing data from Model -> Controller
or not necessarily not understanding it, but getting it to all work together - every guide I see online typically has MVC bound to a db of some sort, but we just need to make lil api calls in the front end
18 replies
CC#
Created by Left On The Moon on 11/5/2023 in #help
✅ Kinda new to MVC/C#/Razor - Need some help passing data from Model -> Controller
for me, this is a very simple process i'd be able to do in Python/Java/JS/even C#, my core issue lies with struggling to understand the MVC framework
18 replies
CC#
Created by Left On The Moon on 11/5/2023 in #help
✅ Kinda new to MVC/C#/Razor - Need some help passing data from Model -> Controller
so as of right now, I have a very simple mvc application, with a controller hitting a public web API - for context, it's a security API that allows you to throw in the hash of a password into the api to scan a db of exposed passwords to determine if the password's been involved in a data breach (we're building a little security website for our capstone) - with this, I need to take the input from the user in the razor front end and pass it into the method as a parameter to be used in the api call
18 replies
CC#
Created by Left On The Moon on 11/5/2023 in #help
✅ Kinda new to MVC/C#/Razor - Need some help passing data from Model -> Controller
gotcha, sorry, also new to the server haha
18 replies