<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jakub Florczyk - Blog o programowaniu .NET &#187; .NET</title>
	<atom:link href="http://jakubflorczyk.pl/index.php/category/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://jakubflorczyk.pl</link>
	<description>Programista praktyczny</description>
	<lastBuildDate>Tue, 17 Apr 2012 07:50:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>ID aplikacji Windows Phone</title>
		<link>http://jakubflorczyk.pl/index.php/2012/04/16/id-aplikacji-windows-phone/</link>
		<comments>http://jakubflorczyk.pl/index.php/2012/04/16/id-aplikacji-windows-phone/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 21:32:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://jakubflorczyk.pl/?p=1220</guid>
		<description><![CDATA[Jakiś czas temu znalazłem ciekawy trick na uzyskanie ID aplikacji Windows Phone. Całość sprowadza się do odczytania pliku WMAppManifest.xml: using System; using System.Xml.Linq; namespace PhoneApp.ApplicationId { public static class ApplicationProperties { public static Guid GetId() { Guid applicationId = Guid.Empty; var productId = XDocument.Load("WMAppManifest.xml").Root.Element("App").Attribute("ProductID"); if (productId != null &#038;&#038; !string.IsNullOrEmpty(productId.Value)) Guid.TryParse(productId.Value, out applicationId); return applicationId; [...]]]></description>
		<wfw:commentRss>http://jakubflorczyk.pl/index.php/2012/04/16/id-aplikacji-windows-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Na warsztatach Nokia dla developerów Windows Phone najlepsza była&#8230; kawa</title>
		<link>http://jakubflorczyk.pl/index.php/2012/04/16/na-warsztatach-nokia-dla-developerow-windows-phone-najlepsza-byla-kawa/</link>
		<comments>http://jakubflorczyk.pl/index.php/2012/04/16/na-warsztatach-nokia-dla-developerow-windows-phone-najlepsza-byla-kawa/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 21:15:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Windows Phone Marketplace]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://jakubflorczyk.pl/?p=1187</guid>
		<description><![CDATA[Marco Mayer &#169; Więcej zdjęć na Fotolia.pl Dzisiaj pofatygowałem swoje szanowne cztery litery na warsztaty Nokia dla developerów Windows Phone. Trochę z chęci do otarcia się o świat wielkich idei a trochę z powodu znajomego, który mnie podpuszczał, że pewnie mam za duże ego aby się na takie warsztaty wybrać. Miejsce warsztatów, to nowoczesny budynek Auditorium [...]]]></description>
		<wfw:commentRss>http://jakubflorczyk.pl/index.php/2012/04/16/na-warsztatach-nokia-dla-developerow-windows-phone-najlepsza-byla-kawa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Syncfusion Metro Studio</title>
		<link>http://jakubflorczyk.pl/index.php/2012/03/09/syncfusion-metro-studio/</link>
		<comments>http://jakubflorczyk.pl/index.php/2012/03/09/syncfusion-metro-studio/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 08:52:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://jakubflorczyk.pl/?p=1170</guid>
		<description><![CDATA[Jednym z problemów tworzenia interfejsów użytkownika od początku istnienia platformy Windows Phone było odszukanie (ewentualnie narysowanie) odpowiednich ikon zgodnych z zaleceniami Mango. Choć wielu grafików już przygotowało własne zestawy ikon, to często dostarczany przez nich format albo rozmiar wymuszał edycję w Gimpie albo innym programie graficzny. Wydaje się jednak iż koniec problemów dzięki oprogramowaniu od [...]]]></description>
		<wfw:commentRss>http://jakubflorczyk.pl/index.php/2012/03/09/syncfusion-metro-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Phone Design Mistakes and How to Avoid them</title>
		<link>http://jakubflorczyk.pl/index.php/2012/02/24/windows-phone-design-mistakes-and-how-to-avoid-them/</link>
		<comments>http://jakubflorczyk.pl/index.php/2012/02/24/windows-phone-design-mistakes-and-how-to-avoid-them/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 10:44:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://jakubflorczyk.pl/?p=1135</guid>
		<description><![CDATA[David Crawford, User Experience Consultant w Microsoft opowiada o błędach popełnianych przy projektowaniu aplikacji dla Windows Phone. Polecam, bo to jeden z niewielu filmów o projektowaniu, przy którym nie zaśniecie; rzeczowy i na temat, bez zbędnego lania wody.]]></description>
		<wfw:commentRss>http://jakubflorczyk.pl/index.php/2012/02/24/windows-phone-design-mistakes-and-how-to-avoid-them/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Telerik pokazał środkowy palec Red Gate Software</title>
		<link>http://jakubflorczyk.pl/index.php/2012/02/24/telerik-pokazal-srodkowy-palec-red-gate-software/</link>
		<comments>http://jakubflorczyk.pl/index.php/2012/02/24/telerik-pokazal-srodkowy-palec-red-gate-software/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 10:30:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://jakubflorczyk.pl/?p=1129</guid>
		<description><![CDATA[Chyba każdy developer .NET używał starego dobrego Reflector-a. Ale w momencie kiedy oprogramowanie zostało wykupione przez Red Gate w sieci podniosło się wielkie larum. Sam byłem zdenerwowany sytuacją w której darmowy produkt, którego używam często nagle staje się płatny. Co zabawne jakiś rok temu próbowałem go kupić. Ale o dziwo Red Gate nie chciał zaakceptować [...]]]></description>
		<wfw:commentRss>http://jakubflorczyk.pl/index.php/2012/02/24/telerik-pokazal-srodkowy-palec-red-gate-software/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Użyteczne rozszerzenia 4/n!</title>
		<link>http://jakubflorczyk.pl/index.php/2012/02/24/uzyteczne-rozszerzenia-4n/</link>
		<comments>http://jakubflorczyk.pl/index.php/2012/02/24/uzyteczne-rozszerzenia-4n/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 10:08:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://jakubflorczyk.pl/?p=1121</guid>
		<description><![CDATA[Konwersja koloru &#8220;z&#8221; oraz &#8220;do&#8221; Int32 oraz konwersja z zapisu szesnastkowego. Dwa pierwsze rozszerzenia są przydatne przy konwersji kolorów z WriteableBitmap. // metody public static Color ToColor(this int value) { return new Color() { A = (byte)(value >> 24), R = (byte)(value >> 16), G = (byte)(value >> 8), B = (byte)(value) }; } public [...]]]></description>
		<wfw:commentRss>http://jakubflorczyk.pl/index.php/2012/02/24/uzyteczne-rozszerzenia-4n/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Użyteczne rozszerzenia 3/n!</title>
		<link>http://jakubflorczyk.pl/index.php/2012/02/24/uzyteczne-rozszerzenia-3n/</link>
		<comments>http://jakubflorczyk.pl/index.php/2012/02/24/uzyteczne-rozszerzenia-3n/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 09:54:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://jakubflorczyk.pl/?p=1116</guid>
		<description><![CDATA[Uzupełnienie rozszerzenia z części pierwszej dotyczącego nawigacji w Windows Phone. Nawigowanie do typów w Windows Phone z parametrami: // metoda public static bool Navigate&#60;T&#62;(this NavigationService navigationService, string query) where T : PhoneApplicationPage { return navigationService.Navigate(new Uri(String.Format("/{0}.xaml{1}", typeof(T).Name, query), UriKind.Relative)); } // sposób użycia NavigationService.Navigate&#60;CommentAddPage&#62;("?Id=" + comment.Id + "&#038;Author=" + HttpUtility.UrlEncode(comment.Author));]]></description>
		<wfw:commentRss>http://jakubflorczyk.pl/index.php/2012/02/24/uzyteczne-rozszerzenia-3n/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Użyteczne rozszerzenia 2/n!</title>
		<link>http://jakubflorczyk.pl/index.php/2012/01/09/uzyteczne-rozszerzenia-2n/</link>
		<comments>http://jakubflorczyk.pl/index.php/2012/01/09/uzyteczne-rozszerzenia-2n/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 16:27:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://jakubflorczyk.pl/?p=1089</guid>
		<description><![CDATA[W dzisiejszej części proste przełączanie widoczności UIElement w Silverlight: // metoda public static void ToggleVisibility(this UIElement uie) { uie.Visibility = (uie.Visibility == Visibility.Visible ? Visibility.Collapsed : Visibility.Visible); } // sposób użycia Button.ToggleVisibility();]]></description>
		<wfw:commentRss>http://jakubflorczyk.pl/index.php/2012/01/09/uzyteczne-rozszerzenia-2n/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WP7 Emulator Skin Switcher</title>
		<link>http://jakubflorczyk.pl/index.php/2012/01/02/wp7-emulator-skin-switcher/</link>
		<comments>http://jakubflorczyk.pl/index.php/2012/01/02/wp7-emulator-skin-switcher/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 09:39:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://jakubflorczyk.pl/?p=1078</guid>
		<description><![CDATA[Na blogu Geert van der Cruijsen pojawiło się ciekawe narzędzie do zmieniania skórek emulatora Windows Phone 7. Polecam każdemu komu znudził się wygląd standardowego emulatora albo potrzebuje ładniejsze zrzuty z aplikacji dla klienta.]]></description>
		<wfw:commentRss>http://jakubflorczyk.pl/index.php/2012/01/02/wp7-emulator-skin-switcher/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Użyteczne rozszerzenia 1/n!</title>
		<link>http://jakubflorczyk.pl/index.php/2012/01/02/uzyteczne-rozszerzenia-1n/</link>
		<comments>http://jakubflorczyk.pl/index.php/2012/01/02/uzyteczne-rozszerzenia-1n/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 00:56:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://jakubflorczyk.pl/?p=1066</guid>
		<description><![CDATA[Od kiedy Microsoft wprowadził rozszerzenia (ang. extensions) do platformy .NET jestem ich wielkim fanem. Dlatego raz po raz wrzucę jakiś użyteczne rozszerzenie, które może się okazać przydatne. W dzisiejszej części rozwiązanie bolączki nawigowania do stron w Windows Phone: NavigationService.Navigate(new Uri("/ProductPage.xaml", UriKind.Relative)); Zawsze mnie to kuło w oczy ze względu na string w kodzie, których nie [...]]]></description>
		<wfw:commentRss>http://jakubflorczyk.pl/index.php/2012/01/02/uzyteczne-rozszerzenia-1n/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

