(Lviv community of .NET developers)

Recent posts

Семiнари для розробникiв

September 17, 2008 01:46 by rredcat
23 вересня — 27 листопада 2008 року
Київ, Житомир, Рiвне, Тернопiль, Хмельницький, Вiнниця, Миколаїв, Херсон, Суми, Iвано-Франкiвськ, Днiпропетровськ, Запорiжжя, Донецьк, Харкiв, Львiв, Сiмферополь, Одеса ... >>>

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , ,
Categories: WPF | .NET | WinForms | Links | ASP.NET | WinFx | Networking
Actions: Permalink | Comments (3) | RSSRSS comment feed

Полезные ссылки - Part 6

May 7, 2008 09:49 by alexk

How to learn WPF fast?

This is a good question and I have easy answer on it. Read this articles and in several hours you will know sufficient to start writting simple applications on WPF...
  1. WPF: A Beginner's Guide - Part 1 of n
  2. WPF: A Beginner's Guide - Part 2 of n
  3. WPF: A Beginner's Guide - Part 3 of n
  4. WPF: A Beginner's Guide - Part 4 of n
  5. WPF: A Beginner's Guide - Part 5 of n
  6. WPF: A Beginner's Guide - Part 6 of n
Easy learning and Enjoy. Great thanks Sacha Barber the author of these great articles.
... >>>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Categories: .NET | General | Links | WinFx | WPF
Actions: Permalink | Comments (5) | RSSRSS comment feed

Унаслідувані (Inherit) проперті

April 18, 2008 14:32 by RredCat

Працюючи з WPF, мене сильно цікавило застуосування унаслідуваних (Inherits) пропертей (особливо в світлі того наскільки "дорогі" біндінги (Binding)),

... >>>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , ,
Categories: .NET | WinFx
Actions: Permalink | Comments (2) | RSSRSS comment feed

Cider vs VS2008's builder. Just for fun

April 15, 2008 07:25 by RredCat
Довелось мені писати маленький тестовий сампл для WPF. В неймспейсі самплу додав кастомний клас і захотів відобразити його на формі. За старою звичкою роботи з контролами прописав, щось типу такого
xmlns:local="clr-namespace:WpfApplication1;assembly=WpfApplication1"
Далі мене чекало велике розчарування.
... >>>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , , ,
Categories: .NET | WinFx
Actions: Permalink | Comments (3) | RSSRSS comment feed

Microsoft Expression Blend 2 December Preview

December 7, 2007 11:33 by rat

I am glad to announce that the new CTP of the Blend 2 is out

... >>>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: ,
Categories: WinFx
Actions: Permalink | Comments (1) | RSSRSS comment feed

Markup Extensions

October 24, 2007 18:36 by rat

First of all, what is this misterious thing, MarkupExtension? As it follows from it's name, this is some kind of the extension for the XAML markup syntax, and in our case that is an the extension that allows user to shorten or simplify some operations in XAML, or at least provide some non-string data in case TypeConverter can not be used. One of the most common examples of the MarkupExtension is a shortened declaration of a data binding, like {Binding Path}. {StaticResource key} is also widely used, and that is also a MarkupExtension. Both of them can be declared in element syntax, but that is not widely used because the amount of XAML needed in such case is a bit larger, so I will use attribute syntax in my samples.

... >>>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: ,
Categories: WinFx
Actions: Permalink | Comments (17) | RSSRSS comment feed

Робота з ItemsSource y WPF

October 8, 2007 03:52 by RredCat
При написанні механізму перетягуванні (Drag & Drop) чайлдів (Children)  в середині контролу, важливу роль грає утримання елемента у логічному дереві контрола ( ну щоб як мінімум унаcлідувані (inherit) атач (attached) проперті коректно працювали ;) ). Припустимо в темпліті контролу (в самих чайлдах, в чайлдах чайдів... ) знаходиться інший контрол, що наслідується від ItemsControl (на ваш смак). Нам потрібно приєднати до нього кілька чайлдів. Який механізм краще застосувати?
... >>>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , , , ,
Categories: .NET | WinFx
Actions: Permalink | Comments (1) | RSSRSS comment feed

Theme dictionary in WPF

September 20, 2007 15:01 by rat

I have just found out one cool feature in WPF: there is one cool markup extension called ThemeDictionaryExtension, that can provide ResourceDictionary, associated with a current theme.


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: ,
Categories: WinFx
Actions: Permalink | Comments (1) | RSSRSS comment feed

Expression Blend 2 September Preview

September 17, 2007 11:26 by rat

Думаю, уже об этом многие читали, но я осмелю повториться: очередная версия Бленда увидила свет: Expression Blend 2 September Preview уже доступен к скачиванию.

... >>>

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: ,
Categories: WinFx
Actions: Permalink | Comments (0) | RSSRSS comment feed

Control Templates and UIAutomation

September 14, 2007 19:54 by fors

Off and on I try and use the UIAutomation libraries from .NET 3.0 for a variety of things. Most often it is testing but not always. Since I do more unit testing than anything else I find LogicalTreeHelper, VisualTreeHelper and the AutomationPeer functionality more useful than AutomationElement.
On a recent project we were doing some work on a screen that wasn't particularly easy to get to. It took about 9 clicks. Not that bad but I'm lazy. We were doing a lot of fancy WPF stuff and we really wanted to see things live in the full application context instead of in Blend or just raw xaml. So we would run the app a lot. I got tired of doing the same clicks and occasionally making mistakes just to get the screen to show. So I chose to write a small app that would use UIAutomation to get me to the screen. Seemed simple enough. I've done plenty of work with UIAutomation and I thought it would be easy. Was I in for a suprise.

... >>>

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , ,
Categories: WinFx
Actions: Permalink | Comments (6) | RSSRSS comment feed