Post
Topic
Board Project Development
Merits 4 from 1 user
Re: Developing projects with AI
by
yhiaali3
on 08/06/2025, 05:20:24 UTC
⭐ Merited by pooya87 (4)
I only recently started trying DeepSeek web interface to get some ideas how to solve the problems I am facing in a rather complex code I have been trying to write for a trading bot. My conclusion so far is that It can be useful to give you some ideas how to solve your problem but I don't think it can solve it for you. It is just like an assistant or a tool you can take advantage of.

The code was based on .NET Framework 4.7.2, even though the latest version is .NET Framework 9.
Unless the video conversion library it was using didn't support 4.7.2, this framework target seems like a logical decision considering if your code can run on .Net framework 4.7.2 it will definitely run on dotnet 9 but the opposite may not be true (eg. if you use something like Span or new language features like Foo foo = new(); it won't run on older versions).

FWIW it is best to target dotnet 8 since it is LTS version while 9 is STS expiring sooner than 8.

This warning indicates that the event name btnBrowse_Click does not follow C# naming rules. According to naming rules, event names must begin with capital letters.
The thing about naming conventions is that there is no universal one. For example I used to use this exact format for UI element names a long time ago (btnSomething, txtSomethingElse,...). It is a terrible convention but I used to use it nonetheless, specially back when I played around with VB.Net language and had migrated to c#.

I'd say the biggest problem here is that it is using code behind. MVVM pattern is the only thing I approve even for tiny app that is supposed to do a tiny job Cheesy
I am addicted to decoupling code...
Yes these small details sometimes seem annoying even though they're nothing.
However, I found another AI that's smarter than DS Cheesy at least in terms of writing code with a small margin of error and capable of performing the exact tasks you ask of it.

Try this improved AI version from anthropic.com, claude.ai version 4.
I tried writing the same program, and the results were truly amazing. A program that would have taken months to write was created in just a few minutes, almost error-free.

I optimized it and tested it on Windows 11 and the results were truly amazing.

The problem is that the version is still beta and the free version is limited, making it difficult to write large programs.