


Since the introduction of ASP.NET MVC, WebForm seems to be disgraced. Referring to WinForm also have to talk a bit about WebForm.
DEVEXPRESS WINFORMS APPLICATION WIZARD WINDOWS
The knowledge of XAML gained when learning WFP will help you when you want to practice writing applications for Windows Phone.

For WPF, it should be tried, in WPF there are some very good concepts: MVVM, data-binding model, … these concepts are quite useful when you later learn AngularJS / other javascript frameworks. However, do not study too deeply about it, there are many things worth learning much more. Recalling my advice about WinForm: Can try to familiar with it, try to master the concepts: Event, Control, Component, … because they are quite useful. Microsoft also wants to guide developers to use WPF to replace WinForm, many projects are also migrating from WinForms to WPF. WPF uses XAML language to make the interface quite flexible: support animation, create a control, … much better than WinForm. WPF is the junior of Win Form, in order to inherit Win Form. Surely, don’t you want to do boring maintenance work this day or something? If the company requires WinForm knowledge, you will probably have to maintain one (or many) old WinForm projects. Currently, the number of companies that recruit WinForm is not much. WinForm has been declared dead by Microsoft, so it will probably be as deadly as VB6. Why? Read the following.ĭon’t invest too much time/effort into WinForm However, if anyone asks me: Should I learn and focus on WinForm? My answer will be: Learning to know is okay, not focusing on effort and time on it. With these advantages, WinForm still lives well and lives well. In addition, just using components like Telerik UI or DevExpress, WinForm can create modern, dreamlike, long-lasting interfaces. This is also the type of application that small and medium enterprises/companies need. That is one of the reasons it is preferred by schools/students: WinForm is easy to learn and easy to teach.Įasy to code, just drag and drop, there are many components available, WinForm is very suitable for making management software, cash register, statistics ….
DEVEXPRESS WINFORMS APPLICATION WIZARD CODE
Actually, I was impressed when I first contacted WinForm: Easy-to-use drag and drop interface Attaching events for buttons only need to double click, re-support the event like click, hover, … Writing code is also extremely intuitive: from taking text from TextBox to displaying data using MessageBox, or using Grid to connect SQL. When I was in old university, I was first exposed to the C # language in my second year, a few days later, it was WinForm. WinForm, childhood friend - simple but effective However, Win Form is still alive and well. Because of its high age (born in 2003), WinForm was officially declared dead by Microsoft in 2014. Thanks to the utility, easy code, simple drag, and drop design interface, … Win Form has been used to develop many applications. WinForm is a Microsoft technology that allows programming Windows applications.
