
SERGIYSHUMAKOV.WORDPRESS.COM
Blog by Serhiy Shumakov | Blog of developing and information technologiesBlog of developing and information technologies
http://sergiyshumakov.wordpress.com/
Blog of developing and information technologies
http://sergiyshumakov.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.8 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
6
SSL
EXTERNAL LINKS
21
SITE IP
192.0.78.12
LOAD TIME
0.849 sec
SCORE
6.2
Blog by Serhiy Shumakov | Blog of developing and information technologies | sergiyshumakov.wordpress.com Reviews
https://sergiyshumakov.wordpress.com
Blog of developing and information technologies
Перехід фокусу в елемента ListBox (Silverlight) | Blog by Serhiy Shumakov
https://sergiyshumakov.wordpress.com/2012/04/01/перехід-фокусу-в-елемента-listbox-silverlight
Blog of developing and information technologies. Blog by Serhiy Shumakov. Laquo; Виклик функцій баз даних в Linq to Entities. Вивід значеннь змінних в вікно Output без модифікації коду. Перехід фокусу в елемента ListBox (Silverlight). Одного разу, коли я мені потрібно було зробити послідовну передачу фокусу в між елементами управління, за допомогою клавіші Tab, в мене виникло одне непорозуміння у реалізації цієї поведінки в елемента управління ListBox. В даному випадку, елемент CheckBox. В більшості випа...
Зв’язування даних в Silverlight, WPF, WinRT | Blog by Serhiy Shumakov
https://sergiyshumakov.wordpress.com/2012/04/21/звязування-даних-в-silverlight-wpf-winrt
Blog of developing and information technologies. Blog by Serhiy Shumakov. Laquo; Вивід значеннь змінних в вікно Output без модифікації коду. Створення елементів управління в Silverlight/WinRT. Зв’язування даних в Silverlight, WPF, WinRT. Кожен програміст, який розробляє програму за допомогою технологій Silverlight. І я зараз коротко опишу кожен з них. Сценарій 1 зв’язування двох елементів управління. Та добавте наступну розмітку:. Якщо запустити програму, то вона буде мати наступний вигляд:. Яка визначає...
Створення команд в Silverlight/WinRT | Blog by Serhiy Shumakov
https://sergiyshumakov.wordpress.com/2012/05/08/створення-команд-в-silverlightwinrt
Blog of developing and information technologies. Blog by Serhiy Shumakov. Laquo; Створення елементів управління в Silverlight/WinRT. Створення команд в Silverlight/WinRT. Коли розробляєш програми за допомогою технології Silverlight. Обов’язково потрібно буде застосувати одну її можливість, яка називається команди. Принцип досить простий ви створюєте команду, яка повинна інкапсулювати та виконувати певну дію. Добавте новий клас та реалізуйте інтерфейс ICommand. System.Windows.Input;. 10,10,0,0. Цей тип зв...
Вивід значеннь змінних в вікно Output без модифікації коду | Blog by Serhiy Shumakov
https://sergiyshumakov.wordpress.com/2012/04/07/вивід-значеннь-змінних-в-вікно-output-без-мо
Blog of developing and information technologies. Blog by Serhiy Shumakov. Laquo; Перехід фокусу в елемента ListBox (Silverlight). Зв’язування даних в Silverlight, WPF, WinRT. Вивід значеннь змінних в вікно Output без модифікації коду. Я часто помічаю, що багато розробників, які використовують Microsoft Visual Studio. Один зі способів відслідкувати значення певних змінних в такому коді це виводити ці значення у вікно Output в середовищі Microsoft Visual Studio. В цього підходу є один недолік потрібно моди...
sshumakov | Blog by Serhiy Shumakov
https://sergiyshumakov.wordpress.com/author/sshumakov
Blog of developing and information technologies. Blog by Serhiy Shumakov. Hello, my name is Sergii Shumakov. I am very passionate about programming and technologies so visit my blog, read it and have fun ;). Homepage: http:/ sshumakov.com/. Створення команд в Silverlight/WinRT. On May 8, 2012. Коли розробляєш програми за допомогою технології Silverlight. Обов’язково потрібно буде застосувати одну її можливість, яка називається команди. Read the rest of this entry ». Posted in .NET. On April 28, 2012.
TOTAL PAGES IN THIS WEBSITE
6
December | 2012 | Development Insights
https://sshumakov.com/2012/12
Monthly Archives: December 2012. Tags: MSP ( 18 ). MSPTeam2012 ( 5 ). WPF ( 13 ). WPF Image, WPF Resources. How to use Image Component in WPF. Hi Today I will show how to add some image to your application and show it in the Image. Continue reading →. Tags: MSP ( 18 ). MSPTeam2012 ( 5 ). WPF ( 13 ). How to use RelativeSource binding. Hello Today I’m going to show how you can access certain element in tree via RelativeSource. Continue reading →. Tags: MSP ( 18 ). MSPTeam2012 ( 5 ). Continue reading →.
Windows Azure Web Role configuration real-time updates | Development Insights
https://sshumakov.com/2014/10/14/windows-azure-web-role-configuration-real-time-updates
Windows Azure Web Role configuration real-time updates. Recently, I started to work with Windows Azure platform and related .NET stack. One particular issue that I faced with during production configuration adjustments is that those settings sometimes could not be updated in real-time (i.e. Azure Management Portal showed me that settings were updated, but actually they weren’t) . Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. How to use Condit...
February | 2013 | Development Insights
https://sshumakov.com/2013/02
Monthly Archives: February 2013. Tags: MSP ( 18 ). MSPTeam2013 ( 4 ). RelativeSource binding, TemplateBinding, WPF ( 13 ). How to bind to control properties from ControlTemplate. Today I will show you how to bind to control properties from ControlTemplate. Continue reading →. Hello, my name is Sergii Shumakov. I am very passionate about programming and technologies so visit my blog, read it and have fun ;). View Full Profile →. Windows Azure Web Role configuration real-time updates.
How to prevent collection modifications in .NET | Development Insights
https://sshumakov.com/2013/10/20/how-to-prevent-collection-modifications-in-net
Tags: AsReadOnly, MSP ( 18 ). MSPTeam2013 ( 4 ). How to prevent collection modifications in .NET. Hello Today I am going to write short article about one particularly useful method AsReadOnly. That can be found on List T. I find this method useful because it allows protecting collection from external modification. Let’s look at the example below:. Names; } } }. This code works just fine and it effectively breaks encapsulation of PersonalManager class. NamesAsReadOnly(); } } }. Names[0] = “New”. In this c...
September | 2013 | Development Insights
https://sshumakov.com/2013/09
Monthly Archives: September 2013. Tags: .NET, ConditionalAttribute, MSP ( 18 ). MSPTeam2013 ( 4 ). How to use ConditionalAttribute. Hello, today I will show you how to use ConditionalAttribute. Continue reading →. Hello, my name is Sergii Shumakov. I am very passionate about programming and technologies so visit my blog, read it and have fun ;). View Full Profile →. Navigation in Windows Phone with complex parameter type using Caliburn.Micro. Windows Azure Web Role configuration real-time updates.
Navigation in Windows Phone with complex parameter type using Caliburn.Micro | Development Insights
https://sshumakov.com/2014/10/18/navigation-in-windows-phone-with-complex-parameter-type-using-caliburn-micro
Tags: Caliburn.Micro, Windows Phone, Windows Phone Navigation. Navigation in Windows Phone with complex parameter type using Caliburn.Micro. Today I’ll describe the way we do navigation on Windows Phone using Caliburn.Micro for one particular case – when we need to pass instance of complex type. For those who doesn’t know what complex type is, this could be some class which has properties/fields combined of primitive or other complex types:. I’m not sure whether there are other implementations for ...
Development Insights | Sergii Shumakov Blog | Page 2
https://sshumakov.com/page/2
Recent Updates Page 2. Tags: MSP ( 18 ). MSPTeam2012 ( 5 ). WPF ( 13 ). How to use RelativeSource binding. Hello Today I’m going to show how you can access certain element in tree via RelativeSource. Continue reading →. Tags: MSP ( 18 ). MSPTeam2012 ( 5 ). Style for ScrollBar, WPF Styles. How to apply style for ScrollBar placed in template of another control. Hello Today I’ll show how to apply style for ScrollBar. For control that internally uses it. Continue reading →. Tags: MSP ( 18 ). MSPTeam2012 ( 5 ).
How to bind to control properties from ControlTemplate | Development Insights
https://sshumakov.com/2013/02/19/how-to-bind-to-control-properties-from-controltemplate
Tags: MSP ( 18 ). MSPTeam2013 ( 4 ). RelativeSource binding, TemplateBinding, WPF ( 13 ). How to bind to control properties from ControlTemplate. Today I will show you how to bind to control properties from ControlTemplate. Let’s say that we have the following template for button:. Imagine that you want to set some property for this border using value specified for Button. You should use TemplateBinding. Markup extension in this case:. Sometimes you can’t use TemplateBinding. Markup extensions. Bye.
How to use ConditionalAttribute | Development Insights
https://sshumakov.com/2013/09/30/how-to-use-conditionalattribute
Tags: .NET, ConditionalAttribute, MSP ( 18 ). MSPTeam2013 ( 4 ). How to use ConditionalAttribute. Hello, today I will show you how to use ConditionalAttribute. Let’s say you want execute some method in when DEBUG compilation symbol is defined (i.e. in development only). Here is a snipped of code which allows you to achieve this:. Args) { TraceData(); DoSomeWork(); } [Conditional(. TraceData() { Console.WriteLine(. DoSomeWork() { Console.WriteLine(. Leave a Reply Cancel reply. Enter your comment here.
October | 2013 | Development Insights
https://sshumakov.com/2013/10
Monthly Archives: October 2013. Tags: AsReadOnly, MSP ( 18 ). MSPTeam2013 ( 4 ). How to prevent collection modifications in .NET. Hello Today I am going to write short article about one particularly useful method AsReadOnly. That can be found on List T. Continue reading →. Hello, my name is Sergii Shumakov. I am very passionate about programming and technologies so visit my blog, read it and have fun ;). View Full Profile →. Navigation in Windows Phone with complex parameter type using Caliburn.Micro.
TOTAL LINKS TO THIS WEBSITE
21
sergiyoleksa (sergiy) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 2 Years. This deviant's full pageview. Last Visit: 102 weeks ago. This is the place where you can personalize your profile! Window&...
fresaYnata
Martes, 2 de junio de 2009. Pongo esta fotico para gemma. Suscribirse a: Entradas (Atom). Ver todo mi perfil.
Сайт www.sergiyprytula.com не настроен на сервере
Сайт www.sergiyprytula.com не настроен на сервере. Сайт www.sergiyprytula.com. Не настроен на сервере хостинга. Адресная запись домена ссылается на наш сервер, но этот сайт не обслуживается. Если Вы недавно добавили сайт в панель управления - подождите 15 минут и ваш сайт начнет работать.
sergiyradon.ru - This website is for sale! - sergiyradon Resources and Information.
The domain might be for sale. Домен возможно продается. This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.
sergiys.io.ua
По ту сторону солнца. Служение онлайн. 5 новых церквей. Вышел первый альбом Валентина Шаламова 2015 "Только Ты ". Проповеди Я.Н.Пейсти. Смотреть ,Скачать ,Разпечатать. Солнечные дети именно так называют детей с синдромом Дауна (Down Syndrome. Христиане в Северной Корее в сильнейших муках умирают в концлагерях. Спустя 50 лет племя дитя мира все еще следует за Христом. Судья из Южной Каролины приговорил пьяного водителя к изучению Библии. Уверенный рост церкви в Северной Корее. Здесь, под плитой надгробной,.
Blog by Serhiy Shumakov | Blog of developing and information technologies
Blog of developing and information technologies. Blog by Serhiy Shumakov. Створення команд в Silverlight/WinRT. On May 8, 2012. Коли розробляєш програми за допомогою технології Silverlight. Обов’язково потрібно буде застосувати одну її можливість, яка називається команди. Read the rest of this entry ». Створення елементів управління в Silverlight/WinRT. On April 28, 2012. В даній статті, я напишу про створення власних елементів управління в таких технологіях як Silverlight. Їх типи та відмінності. Одного...
Профессор Ситько Сергей Пантелеймонович
New International welcome to Professor Sitko's Quantum Medicine! Нове міжнародне визнання квантової медицини професора Сітька! Новое международное признание квантовой медицины профессора Ситько! Chevalier Sergiy Sitko in the perfection position. Шевальє Сергій Сітько в позі досконалості. Шевалье Сергей Ситько в позе совершенства.
Бизнес-консультант · Сергей Скоробогатов
Сергей Скоробогатов .GQ. Бизнес-консультации по вопросам развития интернет-бизнеса: рекламные стратегии, маркетинговое планирование. Работа с платёжными системами, обмен электронных валют и т. д. Жизнь и отдых в тропических широтах, бизнес и работа на островах. Бизнес-консультации ведутся в том числе и онлайн, в режиме реального времени. Всем клиентам - экзотические презенты (высылаются через Новую почту). При возникновении вопросов просьба обращаться по контактам, указанным ниже. TropicoZ Co., Ltd.
Заметки о Канаде / Notes from Canada | Life is great!
Заметки о Канаде / Notes from Canada. Where to eat in the city. I use Dropbox to share my pictures. Click here to get one for yourself! Получение Канадского гражданства citizenship ceremony. January 1, 2015. Не прошло и трех лет, как я сел за написание финального рассказа из серии “Получение Канадского гражданства”. Недавно открытый бизнес – The [38] Photography. Continue reading →. Share on Facebook (Opens in new window). Click to share on Twitter (Opens in new window). August 23, 2014. Share on Faceboo...
Welcome sergiytraining.com - BlueHost.com
Web Hosting - courtesy of www.bluehost.com.
SergiyUmanets (Sergiy Umanets) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Digital Art / Student. Deviant for 9 Months. This deviant's full pageview. This is the place where you can personalize your profile! Apr 8, 2016.
SOCIAL ENGAGEMENT