(Lviv community of .NET developers)

Recent posts

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

September 16, 2008 13: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 (5) | RSSRSS comment feed

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

May 7, 2008 02: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 (0) | RSSRSS comment feed

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

April 18, 2008 07: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 03: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 (0) | 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 (18) | RSSRSS comment feed

Markup Extensions

October 22, 2007 13: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 (33) | RSSRSS comment feed

Робота з ItemsSource y WPF

October 8, 2007 02: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 (0) | RSSRSS comment feed

Theme dictionary in WPF

September 20, 2007 14: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 (0) | RSSRSS comment feed

Expression Blend 2 September Preview

September 17, 2007 10: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

Render, Arrange и Measure механизмы в WPF

September 14, 2007 07:03 by rat

Есть в WPF пару забавных механизмов, которые не так уж и хорошо описаны в нете - это рендеринг, компоновка и измерение.
Про них и я буду писать некоторые свои познания. (думаю будет полезно почитать особенно тем, кого интересует вопрос производительности програмного обеспечения написанного на WPF)

... >>>

Currently rated 4.8 by 4 people

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