<?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>WPF &#8211; NetKalon</title>
	<atom:link href="https://netkalon.com/blog/tag/wpf/feed/" rel="self" type="application/rss+xml" />
	<link>https://netkalon.com</link>
	<description> Explore tech world happening around you</description>
	<lastBuildDate>Sun, 18 Feb 2024 06:34:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://netkalon.com/wp-content/uploads/2022/09/cropped-NK1-32x32.png</url>
	<title>WPF &#8211; NetKalon</title>
	<link>https://netkalon.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WPF Application Using VS Code</title>
		<link>https://netkalon.com/blog/wpf-application-using-vs-code/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 11 Dec 2018 03:35:45 +0000</pubDate>
				<category><![CDATA[Visual Stidio Code]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://netkalon.com/?p=2990</guid>

					<description><![CDATA[Microsoft has an announced WPF &#038; Winform are as open source. Both, WPF &#038; Winform are most popular technologies in dot net. This UI framework for building windows desktop application that supported on .NET Core.]]></description>
		
		
		
			</item>
		<item>
		<title>Learn WPF Using Google Place API</title>
		<link>https://netkalon.com/blog/learn-wpf-using-google-place-api/</link>
					<comments>https://netkalon.com/blog/learn-wpf-using-google-place-api/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 06 Jun 2017 01:51:11 +0000</pubDate>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Google Place API]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WPF]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=431</guid>

					<description><![CDATA[Introduction In this article, we will learn WPF using Google Place API with the WPF control web browser in Visual Studio 2015. In this article, we are going to: Create a WPF Application. Using Google Place API. Configure the API. Create a WPF Application Open Visual Studio 2015 Select the File menu &#62;New &#62; Click [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-wpf-using-google-place-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Learn WPF CRUD Operations Using VB.NET</title>
		<link>https://netkalon.com/blog/learn-wpf-crud-operations-using-vb-net/</link>
					<comments>https://netkalon.com/blog/learn-wpf-crud-operations-using-vb-net/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 08 May 2017 16:13:53 +0000</pubDate>
				<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WPF]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=337</guid>

					<description><![CDATA[In this article, we are going to: Create a database. Create stored procedures. Create a WPF application in VB.NET. Perform CRUD operations. Create a Database Open SQL Server 2016. Then, click the New Query window and run the below query. USE [test] GO /****** Object: Table [dbo].[EmployeeMaster] Script Date: 5/7/2017 8:07:35 AM ******/ SET ANSI_NULLS ON GO [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-wpf-crud-operations-using-vb-net/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Learn Web API Using WPF, WebForms And Xamarin</title>
		<link>https://netkalon.com/blog/learn-web-api-using-wpf-webforms-and-xamarin/</link>
					<comments>https://netkalon.com/blog/learn-web-api-using-wpf-webforms-and-xamarin/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Sat, 06 May 2017 19:26:51 +0000</pubDate>
				<category><![CDATA[Web API]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[WebForms]]></category>
		<category><![CDATA[Xamarin]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=334</guid>

					<description><![CDATA[What is ASP.NET Web API? ASP.NET Web API is a framework to build Web API’s on the top of .NET framework, which makes it easy to build HTTP Services that comprises of range of clients, including mobile devices, all the Browsers &#38; desktop Application. Web API is a similar to ASP.NET MVC, so it contains [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/learn-web-api-using-wpf-webforms-and-xamarin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apply ComboBox Selected Color To The Form’s Background Color In WPF</title>
		<link>https://netkalon.com/blog/apply-combobox-selected-color-to-the-forms-background-color-in-wpf/</link>
					<comments>https://netkalon.com/blog/apply-combobox-selected-color-to-the-forms-background-color-in-wpf/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Sat, 10 Dec 2016 06:01:26 +0000</pubDate>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[C#]]></category>
		<guid isPermaLink="false">https://dotnetspices.wordpress.com/?p=159</guid>

					<description><![CDATA[Introduction:            This article is used for binding system color properties in a combo box, even the same scenario will work with any other control. Combo box selected color applies to the form’s background color. Background Open visual studio 2015 and create a new project from WPF. Project opened like as [&#8230;]]]></description>
		
					<wfw:commentRss>https://netkalon.com/blog/apply-combobox-selected-color-to-the-forms-background-color-in-wpf/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
