C
C#2mo ago
peace

✅ I am a web app developer but I need to invest in a better web app

I got 100 bucks, I want a good platform that I can make high quality webapp windows forms app .netframeworks with that code in C#
68 Replies
leowest
leowest2mo ago
$rule6
peace
peaceOP2mo ago
no no no Im not asking to buy anything, im askign whats a good app to develop webapps for C#
leowest
leowest2mo ago
I mean if any one had the next billion dollar idea they wouldn't be sharing it in a random chat. a good idea is something that solves real world problems
peace
peaceOP2mo ago
no no no
leowest
leowest2mo ago
finding and making it into a product is the difficulty
peace
peaceOP2mo ago
you dont get it im sorry I cant word it properly basically I want an app like visual studio but better so I can develop webapps
leowest
leowest2mo ago
ah I see
leowest
leowest2mo ago
like https://bootstrapstudio.io/ but that also supports c#
Bootstrap Studio - The Revolutionary Web Design Tool
Powerful Web Development Tool For The Bootstrap Framework.
peace
peaceOP2mo ago
exaclty it doesnt have to support C# I just need one to make like clean webapp I suck rn
leowest
leowest2mo ago
I mean there is figma which is a popular one
peace
peaceOP2mo ago
alr
leowest
leowest2mo ago
Figma
Figma: The Collaborative Interface Design Tool
Figma is the leading collaborative design tool for building meaningful products. Seamlessly design, prototype, develop, and collect feedback in a single platform.
peace
peaceOP2mo ago
I also heard someone talk about adobe XD is that any good
leowest
leowest2mo ago
well adobe requires u to know design very well and beyond that requires u to know how to convert that into html/css
peace
peaceOP2mo ago
alright.
leowest
leowest2mo ago
and adobe has many products
peace
peaceOP2mo ago
I opened this and it showed a lot of phone apps, is this for that and pc webapps?
leowest
leowest2mo ago
so I assume u mean adobe photohop?
peace
peaceOP2mo ago
I think yeah
leowest
leowest2mo ago
you can make either
peace
peaceOP2mo ago
I wanna make this basically
No description
peace
peaceOP2mo ago
Alright.
leowest
leowest2mo ago
that is not webapp that is desktop app
peace
peaceOP2mo ago
ohh I got confused sorry do you know one to make a desktop app
leowest
leowest2mo ago
for winforms no best u will find are theme libraries that are paid and some free ones on github
peace
peaceOP2mo ago
oh. dang
leowest
leowest2mo ago
like some examples
leowest
leowest2mo ago
Syncfusion
WinForms Theme Studio | Theme Editor | Syncfusion
Theme Studio for WinForms is used to create new themes based on existing themes, which can be exported and referenced in any user application.
leowest
leowest2mo ago
WinForms UI Controls - .NET 9 Support, Visual Studio, C#
The award-winning DevExpress .NET WinForms Subscription with .NET 9 / .NET 8 Support includes 190+ UI Controls and Libraries, including Data Grid, Data Visualization and Reporting, and many more.
peace
peaceOP2mo ago
so Im guessing visual studio is the best one
leowest
leowest2mo ago
Telerik.com
Telerik & Kendo UI - .NET Components Suites & JavaScript UI Libraries
Save time building sleek web, mobile and desktop apps with professional .NET UI Components, JavaScript UI Libraries, Reporting and Automated Testing solutions.
leowest
leowest2mo ago
visual studio is just a tool to develop winforms making winforms look good require a lot of work
peace
peaceOP2mo ago
oh dang
leowest
leowest2mo ago
wpf is a lot easier but still complex controls require time and knowledge to modify to make it look different or match some visual u have in mind $wpfuilibs
leowest
leowest2mo ago
WPF is what is used to make visual studio is there a reason why it needs to be winforms? like college or something?
peace
peaceOP2mo ago
my friend does C# coding to make like lil winforms, Ai etc and I like making the Ui for him sometimes we sell it for side hobby so I wanna learn to make a good one
leowest
leowest2mo ago
I see well if only winforms then you're out of luck. You would require to understand how winforms works, how the controls are made, how GDI+ works because a lot of the time u need to redraw the control to make it look different or know the API underlying it to change certain behaviors
peace
peaceOP2mo ago
is there something other than winforms all I really need is like something that doesnt pop up on your browser
leowest
leowest2mo ago
WPF, Avalonia, UWP, WinUI3
peace
peaceOP2mo ago
it needs to be a seperate app thats all
leowest
leowest2mo ago
WPF out of the box looks like this
No description
No description
peace
peaceOP2mo ago
WOAH thats perfect
leowest
leowest2mo ago
if u need it to run on Linux, Mac, and windows then Avalonia WPF is windows only
peace
peaceOP2mo ago
just windows that works
leowest
leowest2mo ago
just keep in mind that WPF learning curve is a lot harder than winforms $newproject
MODiX
MODiX2mo ago
When creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework. .NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended. https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png
leowest
leowest2mo ago
No description
leowest
leowest2mo ago
it would be this one
peace
peaceOP2mo ago
alr alr
leowest
leowest2mo ago
https://wpf-tutorial.com/ you can learn the basics here its not easy if ur coming from winforms
peace
peaceOP2mo ago
alright
peace
peaceOP2mo ago
No description
peace
peaceOP2mo ago
all I really need is like an incredibly simple version of this none of the charts or anything just the like looks
leowest
leowest2mo ago
https://github.com/microsoft/WPF-Samples/tree/main/Sample%20Applications/WPFGallery this is the app from the images above it has a side menu pages that open on the right
peace
peaceOP2mo ago
do I just download trhis
leowest
leowest2mo ago
that is not trivial to do it requires a lot of knowledge it requires u to understand how navigation works bindings mvvm the fundamentals of c# so its a lot of things to do but if all u want is to make the visual its possible with no much c# knowlege
peace
peaceOP2mo ago
I make the visuals with 0 coidn coding my friend does it all
leowest
leowest2mo ago
still not simple u need to understand WPF visual with 0 code = ugly app
peace
peaceOP2mo ago
no no I send it to him and he adds the code
leowest
leowest2mo ago
yes but to modify the visual of the app u need code u can make winform look pretty if u know how same with wpf but requires knowing c# and/or XAML
peace
peaceOP2mo ago
oh ok I will try and learn do u know how to download this
leowest
leowest2mo ago
u click WPF-Samples at the top left then u should have a green code button that lets u download it as zip
peace
peaceOP2mo ago
alright
leowest
leowest2mo ago
anyway the other alternative would be for u to look up yt channels/videos on how to be clever with winforms using panels and other controls to create the design which is expensive because you're layering multiple controls on top of each other making the app heavy like say https://www.youtube.com/watch?v=PR1emWi6gns
Kim Too
YouTube
CRM Dashboard - C# Winforms
💜 KimTools SDK🔹 VS Top-Notch UI Tools: 💜 https://sdk.kimtoo.net —————————————————— . . ⬇️ Download Bunifu UI Framework https://kimtoo.net/bunifu . Join Kimtoo Academy to access unlimited the source code from this Channel: https://kimtooflex.gumroad.com/l/kimtoo-academy . 🔽 Get Bunifu Ui Framework (20% Discount code 'kimtoo') https:...
peace
peaceOP2mo ago
thanks
MODiX
MODiX2mo ago
If you have no further questions, please use /close to mark the forum thread as answered

Did you find this page helpful?