Just my tech blog
Jul 25 2022
Explore GraphQL using introspection queries
Sometimes you need quickly check GraphQL contract and no other tools available. Sometimes you build a script that automatically grabs available resources. Here is the set of useful GraphQL introspection quieries.
May 31 2014
Windows Communication Foundation (WCF) reminder
Just a small WCF crib. Quick reminder about key aspects that should save from long reads.
Mar 04 2013
XAML Path Markup test
This Path Markup tester for XAML may be useful for developers and those who wants to practice creating different shapes with path.
May 16 2012
Templated custom controls in XAML (Windows 8)
Making templated XAML control under Windows 8 METRO. Difference between WPF and Windows 8. Issue with RotateTransform.
May 03 2012
Templated custom controls in XAML (WPF, Silverlight)
How to make a templated control. Step by step instructions. Doing ''Packman'' control as example.
Apr 08 2012
Animation in XAML (Silverlight 5, WPF, Windows 8 METRO)
How to make animation in XAML. Storyboard. Animation based on attribute change. Frame based animation.
Mar 07 2012
Order class members using ReSharper
If you need to orger your class members, following you copmany StyleCop rules, you can use ReSharper (Visual Studio plug-in) to achive that.
Aug 07 2010
How to write jQuery plugin
It is a quick step by step guide that show's how to create a simple jQuery plugin.
Jul 5 2010
Helper for IPv4 operations
This class implements some operations with IP adress. For example '192.168.0.255' + 1 = '192.168.1.0'.
Jun 1 2010
Inheritance principles in practice
This code demonstate's some important principles in inheritance that beginners often forget.