fateos
fateos
CC#
Created by fateos on 10/11/2023 in #help
❔ Panel scroll bar only vertical
yes
5 replies
CC#
Created by fateos on 10/11/2023 in #help
❔ Panel scroll bar only vertical
panel.FlowDirection = FlowDirection.TopDown; I changed this line to: panel.FlowDirection = FlowDirection.LeftToRight; and now I get the vertical Scrollbar and the items are added from top to bottom. I am super confused why it works like this??
5 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
atleast I didnt find one with a newer technology being used
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
i think almost all companies work still with 4.8 Frameowrk
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
I think it was called tfs and now its called Azure DevOps Server which we use
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
but I didnt set this up so I wouldnt know how it was configured and everything
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
is it really tho? even we have QA testers and I thought maybe in other IT companies there are also people who specialize on unittesting and testing in general
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
we use winforms at work and xamarin for mobile app (but I dont program that for now) and then we have webbased aswell but its not asp.net its gizmox webgui I dont know if it says something for you
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
Is it worth getting in to? I keep hearing winforms is outdated and so on
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
I program event driven (winforms) noone writes unit tests also isnt fun the few times I had to do it. What do you mean with program c# with azure? I know azure has a version control is that what you meant? Hard to keep design patterns in mind if you dont use it in practise enviroment.. Never done anything with different architectures. I looked into delegates and its also very specific knowledge I prob wont need in a long while. SOLID I heard a lot I will look deeper in to that. Whats with stuff like ASP.NET ? is it the winforms for web?
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
so far I have done winforms and console apps
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
like one step above polymorphism and so on. I feel like internet is flooded with tutorials up to that point but I am looking for things to learn after that
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
offtopic question: Is there some sort of a guide after the basic oop stuff that I can go and learn with tutorials?
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
is this only a wpf thing?
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
I wouldnt know how this line works NotifyOfPropertyChange(() => FirstName
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
public string FirstName { get { return _firstName; } set { _firstName = value; NotifyOfPropertyChange(() => FirstName); // this notifies the change to whoever binded to FirstName property NotifyOfPropertyChange(() => FullName); // this notifies the change to whoever binded to FullName property } }
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
so in that github example
84 replies
CC#
Created by fateos on 10/3/2023 in #help
❔ Understanding the model-view-controller
ye I didnt learn with the bindings yet
84 replies