How do you use a ForEach loop on ViewModels on .NET MVC?
I have 2 models:
A Park Model:
public class Park
{
[Key]
public int ParkId { get; set; }
public string ParkName { get; set; }
public string ParkState { get; set; }
public string ParkLatitude {...
Hi everyone, I have something that i simply need to get some help with.
I am doing some exercises with async and await. I have this method that i want to make asynchronous. It simply supposed to take an array of strings, and then create a List of strings with the same content, but just with...
lets say i have a square 2x2. when i slide my finger upwards i want it to get bigger in the Y axes and smaller in the x axes..and when i slide my finger down i want it to get smaller in Y and bigger in X.
i have some code but i dont like how it works. can someone help me to create something better?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.