Alexey Zakharov's Blog
-
Silverlight Tip: Cannot change namespace of App class
For rather long period of time I wonder why if you change namespace of App class Silverlight application stop working.
-
MS Prism remote module loading tips
1. Share styles between modules.
-
Silverlight & Fun: Size matters
-
Silverlight Tip: Splash screen issues.
Today I worked on silverlight splash screen for our site and found that documentation about splash screen is very poor and cause many misunderstandings. In this post i'll try to make some of them disappear. =)
-
Little trick with partial classes.
If you have ever look at silverlight control toolkit source you may be found that all visual states and visual state groups are stored as constants in one internal static class called visualstates.
-
Resharper live template for Dependency Properties
Writing of Silverlight and WPF dependency properties is very annoying process.
-
Blend Tip: How to remove gradient stop.
It was a real headache for me to find how to remove gradient stop from the color slider.
-
Silverlight Tip : How to set web page title.
If you have more than one page in your silverlight application it would be great if you will change a web page title when you switch between them.
-
Virtual earth deep zooming.
Recently i wrote an article for SilverlightShow.net, where I've described how you can easily create simple deep zoom application to browse virtual earth maps.
-
ADO.NET Entity framework navigation property trap.
Navigation properties (EntityCollection or EntityReference) of entity object can be automatically loaded without calling their Load method because of they can be already loaded to ObjectStateManager before.