Click here to Skip to main content
15,881,248 members

Articles by Evgeny Bestfator (Tip/Tricks: 6)

Tip/Tricks: 6

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 3.97

Desktop Programming
WPF
7 Feb 2013   Updated: 9 Jun 2013   Rating: 4.93/5    Votes: 11   Popularity: 5.14
Licence: CPOL    Views: 47,348     Bookmarked: 12   Downloaded: 1,206
Please Sign up or sign in to vote.
How to use WPF Styles in other assemblies, or other project types, like WinForms
11 Jun 2015   Updated: 11 Jun 2015   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 5,690     Bookmarked: 2   Downloaded: 55
Please Sign up or sign in to vote.
Implementation if ICommand is trivial, but it is poor by its nature. We can not get Picture or Text or Disabled properties from usual ICommand implementation. But we can make a trik and have all information about command in a single object and use this information on as many command elements as we w
25 Mar 2015   Updated: 25 Mar 2015   Rating: 4.43/5    Votes: 3   Popularity: 2.11
Licence: CPOL    Views: 18,451     Bookmarked: 12   Downloaded: 125
Please Sign up or sign in to vote.
Usage of non vector graphics in WPF application is too complicated by default, I will show how it can be simple and convenient.
Programming Languages
C#
23 Mar 2015   Updated: 23 Mar 2015   Rating: 2.86/5    Votes: 5   Popularity: 2.00
Licence: CPOL    Views: 17,781     Bookmarked: 5   Downloaded: 33
Please Sign up or sign in to vote.
Many programmers know what calling virtual members from not sealed class constructor may cause runtime error, because some members used in virtuals could be not initialized. I will show a simple way to call virtuals safely from constructors of inherited classes.
8 May 2015   Updated: 16 Apr 2017   Rating: 2.26/5    Votes: 4   Popularity: 1.36
Licence: CPOL    Views: 27,464     Bookmarked: 2   Downloaded: 53
Please Sign up or sign in to vote.
I work with WPF not too long, but every time when I see someone code implementation of INotifyPropertyChanged I become sad. I would like to present a convinient implementation of INotifyPropertyChanged, this class could be a base class for all your databindable classes.
SQL
30 Mar 2015   Updated: 30 Mar 2015   Rating: 4.36/5    Votes: 7   Popularity: 3.68
Licence: CPOL    Views: 17,062     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
Sometimes for processing rowsets we need a cursor, but we may not use standard cursor, we can create our pseudo cursor with much more simple syntax...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior) Saber Interactive
Russian Federation Russian Federation
My specializations:

C# (especially multithreading)
WPF (MVVM, styling)
WCF (message inspectors, configuration)
MSSQL (administartion, creation, procedures, recursive queries, bulk processing)