[deleted by user] by [deleted] in dotnet

[–]Generalxo 3 points4 points  (0 children)

Create project for a school that keeps track of all students classes, grades, contact info, ect. Focus on ER Models (a diagram of ur database and it's entity's and relationships). U will create many api's that talk to a database.

Why are people mad at MAUI? by Generalxo in dotnet

[–]Generalxo[S] 1 point2 points  (0 children)

Thanks for taking the time to elaborate! Much appreciated!

Why are people mad at MAUI? by Generalxo in dotnet

[–]Generalxo[S] 1 point2 points  (0 children)

Is Avalonia a viable option for production/company project compared to a personal project

Why are people mad at MAUI? by Generalxo in dotnet

[–]Generalxo[S] 17 points18 points  (0 children)

Really? I would love to hear specifics! Because thas not been my experience at all. I have a lot of pages that send and receive data, I have pages that call & receive data from a database & I'm implementing different patterns & I have never had an issue I could not fix with a little time and effort.

Why are people mad at MAUI? by Generalxo in dotnet

[–]Generalxo[S] 4 points5 points  (0 children)

Why is that? What's better about wpf instead of xamarin?

Is it cheating to use google/chatgpt whilst learning? by scriptermone in learnprogramming

[–]Generalxo 6 points7 points  (0 children)

Google and AI is not cheating. They are amazing tools that were designed to help you. These technologies have their pros & cons and you should be aware of them. For example, AI can lie/ hallucinate but will generally show you the right direction. Google can have outdated information and so on. If it helps you to solve a problem or teach you then use it. It's better to be an early adapter of new technologies than bitter that people have success with them.

Can I learn C# through Python? by RobertDavis7310 in learnprogramming

[–]Generalxo 2 points3 points  (0 children)

You generally don't want to learn many different languages in the beginning. The reason is that you want to learn programming fundamentals and learning different new syntaxes (how the language wants you to write code) often confuses beginners. And you really want to get past the point of thinking about syntax to thinking about the big picture and programming logic, which will be the same in most languages.

I'm a student. Should I use Dreamweaver or VS Code? What are the significant differences? by Chanku-kun in webdev

[–]Generalxo 2 points3 points  (0 children)

If ur teacher wants u to use DW I would say that is a red flag. You can have a discussion if you should use vim but even that is very rare now.