enrico11011
enrico11011
CC#
Created by enrico11011 on 4/28/2025 in #help
✅ how to do a "login screen" in winforms
ok i think i get it now, thanks
25 replies
CC#
Created by enrico11011 on 4/28/2025 in #help
✅ how to do a "login screen" in winforms
ahh ok
25 replies
CC#
Created by enrico11011 on 4/28/2025 in #help
✅ how to do a "login screen" in winforms
so the hierarchy goes like Form -> Panel -> Control?
25 replies
CC#
Created by enrico11011 on 4/28/2025 in #help
✅ how to do a "login screen" in winforms
I'm guess "form" is the top-level window? but it seems you can have more than one per app, whereas in other frameworks you can only have one
25 replies
CC#
Created by enrico11011 on 4/28/2025 in #help
✅ how to do a "login screen" in winforms
i guess part of my issue is, what's the difference between "Form" and "Control" in the context of winforms?
25 replies
CC#
Created by enrico11011 on 4/28/2025 in #help
✅ how to do a "login screen" in winforms
yeah i think i'm gonna go with the 2nd one. I"m guessing i'd need to rewrite Program.cs to open the login "Form" and then pass the result back?
25 replies
CC#
Created by enrico11011 on 4/28/2025 in #help
✅ how to do a "login screen" in winforms
so, in the designer do I make a new UserControl? or add a Form? or can it be either?
25 replies
CC#
Created by enrico11011 on 4/26/2025 in #help
are there any good, up-to-date books on entity framework core?
"entity framework core: second edition"
11 replies
CC#
Created by enrico11011 on 4/26/2025 in #help
are there any good, up-to-date books on entity framework core?
yeah i've looked at both - i think the tutorial is a good start but doesn't really go into stuff like relationships/cardinality (one-to-many, many-to-many), whereas the official docs aren't really structured in a way that makes sense to me coming from Python/Django. OTOH my issue entity framework core 2E is that it gets you thinking that you're going to build a sample app that uses it, but doesn't lay it out very clearly - for one, the full code's only available in the repository and the code snippets in the chapters i've read don't cover all the models that we're building. i had to head to the repo and search for the code to the PriceOffer, Tag, and BookAuthor models, as an example. It does fine explaining the basics of querying with LINQ though. so far i've made do by extracting the models from EFC 2E, and building out a simple console app to mess around with the models, but it's slow going and i'm feel like i'm jumping all over the place to find answers to questions
11 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
will do, thank you @jcotton42 @leowest
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
Yeah thats the plan. Im reading up on Entity Framework and ill start with thr "data layer" stuff on a console app and then port the stuff over when im ready to start the ui
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
Ill try to be ready either way
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
At the same time this kinda is a a "simple" ui so i wouldnt be surprised if he doesnt
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
If he lets us use it then ill use it
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
Sure, ive already asked im just waiting for a reply
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
Oh im sure, im still not sure if were expected to do all this "manually" so im covering my bases
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
Im already using vs code for a bunch of other programming languages (mainly python) so making the project with the CLI and working through there was just easier and faster for me
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
Vs is kinda slow on my laptop, and the screen's small so its kinda cluttered by default
28 replies
CC#
Created by enrico11011 on 4/9/2025 in #help
✅ which .net version should I be starting with?
its working now, thanks for the help all. do i need to mark this as closed or something?
26 replies
CC#
Created by enrico11011 on 4/9/2025 in #help
✅ which .net version should I be starting with?
yeah that seems to have done it. i'm guessing its a bug that the original command puts out 6.0 as opposed to 9.0? or is this sort of thing normal in the C# world?
26 replies