No video

Is LEARNING WPF still WORTH it in 2023?

  Рет қаралды 47,726

tutorialsEU

tutorialsEU

Күн бұрын

Пікірлер: 80
@tutorialsEU
@tutorialsEU 11 ай бұрын
🚀 C# Progress Academy - Skyrocket your C# skills with the ultimate course bundle: academy.tutorials.eu/p/csharp-progress-academy 🐝 Thank you, NordVPN, for sponsoring this video! We use NordVPN daily for all of us here at TutorialsEU, so you can be sure that our recommendation is genuine! Go and check it out for yourself! nordvpn.com/tutorialsEU 🚀 Master C# and .NET programming EASILY with our best-selling C# Masterclass: bit.ly/47Hk3u7 Check out these GITHUB projects! WPF Server Client - github.com/goktugfevzi/WPF-Server-Client WPF MVVM Example - github.com/Ramaloke/WPF-MVVM-Example Machine Learning Object Detection in .NET with WPF App - github.com/gerardo-lijs/MachineLearning-ObjectDetect-WPF WPF Roadmap 2023 - github.com/dotnet/wpf/blob/main/roadmap.md What is ReactiveUI? - github.com/reactiveui/ReactiveUI Awesome WPF - github.com/Carlos487/awesome-wpf#libraries Check out the KZbin video featured in the video! WPF C# Professional Modern Flat UI Tutorial - kzbin.info/www/bejne/hquzaaCtbK-IsKs ML.NET Model Builder: Machine learning with .NET - kzbin.info/www/bejne/mYbUf62QrN-IjJI
@LouisDuran
@LouisDuran 7 ай бұрын
10:30 I think you meant to say "Is learning WPF still worth it in 2023?" learning C# is practically a pre-requisite for WPF (I don't know anyone that does WPF in another language). Learning C# is a very different question but also a resounding yes.
@baderuk73
@baderuk73 8 ай бұрын
I develop add-ons for AutoCAD and Revit. WPF is an essential tool in my arsenal Love it!!
@djelasrca8091
@djelasrca8091 6 ай бұрын
What i dont like about wpf is that is hard to customize anything. For example to change te color of the title bar and make custom buttons on it you have to set WindowStyle to none and write lot od code to make your custom window work and in the end you lose animations and lot of other things. Recently i discovered something called WPFUI and its much easier but overall i would always prefer avalonia over wpf
@CarrigansGuitarClub
@CarrigansGuitarClub 2 ай бұрын
I'd say learning XAML is extremely important in 2024 (MAUI is basically all XAML - which is Microsoft's platform for desktop and mobile UI) - the back-end will be .Net8 (time of writing).
@markbennett1237
@markbennett1237 10 ай бұрын
I'm looking into two competitors... Avalonia UI and Uno Platform. Avalonia is very much like WPF, except that it is portable to other operating systems like Linux and Mac. I believe Uno Platform is also like WPF and is also portable. WPF has more tutorials out there, so I am currently learning WPF and intend to use one of these other two GUI libraries later.
@andik70
@andik70 9 ай бұрын
I heard one shd learn wpf to understand avalonia
@alexandrufilipescu1301
@alexandrufilipescu1301 6 ай бұрын
I will do the same.
@patboy24
@patboy24 4 ай бұрын
isnt WPF also portable to other OS if it based on .NET code instead of .NET Framework?
@markbennett1237
@markbennett1237 4 ай бұрын
@@patboy24 No it is not. I don’t know all the details, but I believe there are several parts of WPF that depend on Windows only code, and Microsoft has no plans to port it to other platforms. Apparently, Avalonia has a commercial package available that can take existing WPF code, and with just a few modifications, compile it for other platforms. I don’t know how well it works though.
@ODTMedia
@ODTMedia 9 ай бұрын
Avalonia is the way forward for me!
@_buffer
@_buffer 6 ай бұрын
WPF and MAUI are so nice, Uno is another good once! Love the content, keep it up!
@JeanRosa-qc3mb
@JeanRosa-qc3mb Ай бұрын
winforms is ANCIENT tech and still has it's uses today, WPF is way more powerful and newer, trust me WPF is not going anywhere anytime soon.
@vladoz9299
@vladoz9299 23 сағат бұрын
WPF is desktop tech. If you have a need of desktop tech, why not use WPF. Do we consider using web tech as desktop tech, better? Just adds another tech in the mix, you need to use html, css, javascript and a server tech for web app to work :) Hearing professional "programmers", console apps will die, also "professional" programmers say, everything will be converted to web technologies... yes, I had problem with Flash AS3 and struggled to find job with it... companies such an inert beings, can train employees new tech if needed...
@twilite295
@twilite295 3 ай бұрын
I got a WPF job as my first software engineering job. The skill set has made me struggle to find a new job.
@maciekmrakowski
@maciekmrakowski 3 ай бұрын
I also did a lot of WPF work. It’s seldom used (at least in the US and especially in California). Did you eventually find a new job? I’m curious to hear about your job search experience doing WPF full time at your job.
@twilite295
@twilite295 3 ай бұрын
@@maciekmrakowski No I haven’t, it’s been rough. People are genuinely surprised when I tell them I do WPF.
@maciekmrakowski
@maciekmrakowski 3 ай бұрын
@@twilite295 In one of my jobs, I was purely a WPF developer for 3 straight years, and managed to transition into more of the mainstream technologies. When I was actively looking, it was tough answering specifics on React. But eventually I got through it and no longer have to compete with people on the job market who know the mainstream tech while I'm an expert with the niche technologies. Where are you based off of approximately? Is it in California, the Midwest, New York? I'm curious to hear about your job search experiences (and maybe I can offer a pointer or two, who knows?)
@WChrisW-oy3mn
@WChrisW-oy3mn Ай бұрын
I got a job that uses WPF to just pay the bills while looking for other jobs. I worked there for a month and decided to quit without new jobs and not include it in my resume lmao.
@twilite295
@twilite295 Ай бұрын
@@maciekmrakowski I’m based off NY. I’ve been working for 2 years now. Can’t find anything and when I do get interviews, it’s tough answering mainstream technology questions
@dmytrohryshyn
@dmytrohryshyn 6 ай бұрын
I wish to see more attention from Microsoft on this framework. Yes for sure WPF will be around for a while but WPF need get some modernization. Like toggle switches, Year picker control, Time picker, Ribbon and many more good stuff.
@alexandrufilipescu1301
@alexandrufilipescu1301 6 ай бұрын
WPF is now open source so its up to the cummunity.
@InsertHere
@InsertHere 10 ай бұрын
Thank youu! I have been stumbling a lot looking for a way to make a UI for my program. Never done something like this, and this video helped me!
@footlessbird1998
@footlessbird1998 9 ай бұрын
your c# Visualizer programs?
@putinninovacuna8976
@putinninovacuna8976 7 ай бұрын
The bad and horrible thing about Avalonia is that it doesn’t have support for Microsoft Blend for Visual Studio, so I have to go back to WPF. Blend for studio is a W. Avalonia should improve
@xgui4-studios
@xgui4-studios Ай бұрын
what is blend ??? it is the visual ui drag and drop designer inside of visual studio ???
@williambell4591
@williambell4591 Ай бұрын
Blend is an additional editor that deeply supports WPF features - visually creating animations vs coding them, for example.
@malandr1
@malandr1 5 ай бұрын
Hi, great content. I can't find the video you mention at 5:55, I would really like to watch it, can you please give me a link ?
@djelasrca8091
@djelasrca8091 7 ай бұрын
I recently built an application with WPF, but when I open it on a large monitor, my fonts are blurry. Does anyone know how to fix that?
@xgui4-studios
@xgui4-studios Ай бұрын
i think it is because your app may not be well optimised for higth dpi
@mutayyab01
@mutayyab01 11 ай бұрын
Can You make a video side by side comparison of WPF & Windows Form How WPF has an edge instead of Windows Form Can You Upload a management system project on WPF .. Amazing Video
@DotnetMailer-pv9cy
@DotnetMailer-pv9cy Ай бұрын
UWP?
@Tecnoesclavos
@Tecnoesclavos 3 ай бұрын
I don't understand when I create new project in Visual Studio what I choose WPF or WinUI 3...
@Quick-Bull01
@Quick-Bull01 6 ай бұрын
I'm a student learning C# on Udemy, with the goal of game development. Would I be missing out on too much content if I skip the entire WPF section?
@clemch97
@clemch97 6 ай бұрын
Not really as you are ultimately only going to be using API calls from your game engine. WPF is mostly used for standalone applications.
@IsraelBelongToChrist
@IsraelBelongToChrist 28 күн бұрын
I can tell you, WPF is pretty easy if you already have knowledge with another language.
@liftfresh4life
@liftfresh4life 11 ай бұрын
I just bought murachs most recent windows forms but, should I consider learning wpf instead or is win forms a good baseline?
@LuigiZambetti
@LuigiZambetti 11 ай бұрын
WPF for sure. Windows Forms are not supported anymore, and less used in these days.
@liftfresh4life
@liftfresh4life 11 ай бұрын
@@LuigiZambetti What does not supported mean?
@tunamusic2314
@tunamusic2314 9 ай бұрын
intersred@@liftfresh4life
@adrianstrassnig8287
@adrianstrassnig8287 9 ай бұрын
@@liftfresh4life no updates
@footlessbird1998
@footlessbird1998 9 ай бұрын
You need to check the needs of the company not your hobbies.
@deepakbind5543
@deepakbind5543 6 ай бұрын
nice video love from INDIA
@FernandoPena-ug8rt
@FernandoPena-ug8rt 11 ай бұрын
Good morning -can techonology help us learn and teach better?can it make us be more productive?
@patyue5012
@patyue5012 11 ай бұрын
I can't find any good source to learn wpf.
@xtr4zy
@xtr4zy 6 ай бұрын
Have you tried SingletonSean ?
@alexhoyt3748
@alexhoyt3748 2 ай бұрын
Udemy has some good courses
@spcjm
@spcjm 4 ай бұрын
where is the wpf journal app video?
@89tkp
@89tkp 7 ай бұрын
I believe that react native is better.
@xgui4-studios
@xgui4-studios Ай бұрын
react native is for mobile while wpf is for Windows, a desktop operating system
@Csharp-O-Matic
@Csharp-O-Matic 7 ай бұрын
Competitors ... Uno Project ... Avalonia ... Gtk# .... etc... etc...
@matswessling6600
@matswessling6600 4 ай бұрын
avalonia was such a mistake.
@roddypine6077
@roddypine6077 5 ай бұрын
Microsoft has not develop a successful APP framework since WPF 4.5. Everything they have done, they have trashed and MAUI is going the same route.
@mdsafikulislam7430
@mdsafikulislam7430 11 ай бұрын
Why not Windows Forms...
@etiennelemieux472
@etiennelemieux472 11 ай бұрын
Well, you can use it, but it will be more difficult to make it testable, and very difficult to make it looking good !
@baderuk73
@baderuk73 8 ай бұрын
Winforms are good, but you can get really creative with WPF.
@williambell4591
@williambell4591 Ай бұрын
WinForms apps use X,Y,Width,Height for control placements whereas WPF supports various “Layout Managers” that allows the controls on a screen to dynamically resize and reflow, based on window size similar to website pages etc. IMO Winforms is great for small(ish), “quickie” utility applications that require minimal user interaction. WPF has the ability to “LOOK HELLA GOOD” while performing complex functionality as well…
@jessedv5915
@jessedv5915 3 ай бұрын
What about WinUI
@abdullah6115
@abdullah6115 2 ай бұрын
Not mature yet
@HOWYOUDOIN884
@HOWYOUDOIN884 25 күн бұрын
cool video but the music is distracting
@heinzriemann3213
@heinzriemann3213 4 ай бұрын
Really liked this video but the background music was highly annoying .
@0L1
@0L1 4 ай бұрын
You're mixing apples and oranges here mate, ReactiveUI is (ironically) not a UI framework.
@wodzupl25
@wodzupl25 11 ай бұрын
Only Avalonia wpf is dead
@jacksmith-hz8vb
@jacksmith-hz8vb 9 ай бұрын
why,😂 i just went to they web site, the app ui is pretty, that is really a pity
@footlessbird1998
@footlessbird1998 9 ай бұрын
Ava did too
@footlessbird1998
@footlessbird1998 9 ай бұрын
ded
@vectar
@vectar 9 ай бұрын
@@footlessbird1998So what is the answer?
@bryanpaderes8963
@bryanpaderes8963 5 ай бұрын
As of now Avalonia doesn't have more available third parties UI controls like WPF. I can easily achieve desktop development project using WPF compare to avalonia with its resources. WPF is matured framework, but its windows only.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 155 М.
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 44 МЛН
7 Days Stranded In A Cave
17:59
MrBeast
Рет қаралды 94 МЛН
What is the MVVM pattern, What benefits does MVVM have?
22:38
James Montemagno
Рет қаралды 96 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
My 2 Year Journey of Learning C, in 9 minutes
8:42
VoxelRifts
Рет қаралды 594 М.
How to Create Custom ValidationRule in WPF Applications.
8:07
Microsoft FINALLY killed it
6:45
Alex Ziskind
Рет қаралды 633 М.
When RESTful architecture isn't enough...
21:02
Dreams of Code
Рет қаралды 272 М.
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 551 М.
Intro to WPF: Learn the basics and best practices of WPF for C#
1:10:34
9 UI Frameworks for .NET Desktop App Development [2024]
16:13
Claudio Bernasconi
Рет қаралды 29 М.
Essential AI prompts for developers
8:31
Visual Studio Code
Рет қаралды 57 М.
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 44 МЛН