© 2023 Hashnode
#wpf
Windows Presentation Foundation, also popularly known as WPF, is a popular UI framework for building Windows applications. Since its launch in 2006, it has gained popularity, and many apps running on …
What is WPF?It is abbreviated as 'Windows Presentation Foundation, really are we going to have documentation? Nah. So, here we go. WPF is a windows application development template available in .NET F…
Some time ago I published in here a post where I was speaking about me getting a bit of an idea on how to work with Desktop apps in 2022, after years of Web Development (and with a massive disgust for…
I am a web kind of guy. I have been a web kind of guy since a computer technician told me it was too hard for a kid to make a website in the 1990s (yes I still remember you, piece of shit, look at me …
C#(C-sharp) and XAML are two powerful technologies that are often used together to create modern, user-friendly applications. C# is a programming language developed by Microsoft that is widely used fo…
Windows Presentation Foundation (WPF) is a powerful framework for building Windows desktop applications. It allows developers to create rich, visually stunning user interfaces using a combination of X…
Basic Command I've recently worked on a project where I had to create a WPF plugin for AutoCAD. And surprisingly, I was not able to find a single resource which talks about all the fundamentals of a W…
In the first part of this series, I introduced the menu service and the menu item base class. In the second part I introduced the command implementation and the hierarchical data template. In this…
In part 1 I introduced the idea of a dynamic menu build using WPF and the hierarchical data template. In this, part 2 I will carry on putting the foundations in place for the menu, and in part 3 I wil…
WPF provides some really nice features allowing us to create dynamic user interfaces. In the next 3 posts I will demonstrate how to create a dynamic menu bar [or tool-bar] that we can add and remove i…