<?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>Yuriy Maturin </title>
	<atom:link href="https://www.maturin.in.ua/category/c/feed" rel="self" type="application/rss+xml" />
	<link>https://www.maturin.in.ua</link>
	<description>Сайт Юрия Матурина</description>
	<lastBuildDate>Sat, 18 Oct 2025 05:41:45 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Byte++ video lessons</title>
		<link>https://www.maturin.in.ua/c/video-uroki-ot-byte</link>
		<comments>https://www.maturin.in.ua/c/video-uroki-ot-byte#comments</comments>
		<pubDate>Mon, 12 Nov 2018 12:26:35 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[C#, .Net]]></category>

		<guid isPermaLink="false">http://www.maturin.in.ua/?p=1510</guid>
		<description><![CDATA[Description Hello, you are on Byte++ channel! Here you will find many interesting and useful tutorials on programming languages such as C#, C++, as well as videos on the latest technologies in programming &#8211; Xamarin, Android, ASP.NET, MS-SQL. Be sure to subscribe to not miss new unique content! You can … <a class="continue-reading-link" href="https://www.maturin.in.ua/c/video-uroki-ot-byte">Читать далее<i]]></description>
		<wfw:commentRss>https://www.maturin.in.ua/c/video-uroki-ot-byte/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GitHub for Windows users</title>
		<link>https://www.maturin.in.ua/c/github-dlya-polzovateley-windows</link>
		<comments>https://www.maturin.in.ua/c/github-dlya-polzovateley-windows#comments</comments>
		<pubDate>Sun, 11 Nov 2018 22:26:17 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[C#, .Net]]></category>
		<category><![CDATA[Github]]></category>

		<guid isPermaLink="false">http://www.maturin.in.ua/?p=1508</guid>
		<description><![CDATA[If your project is only stored on your disk, you&#8217;re in trouble if your disk fails. Even regular backups can&#8217;t always save you. Some developers can make so many messes in a project that they are shocked. And remember what was done and where it was done, it is difficult. … <a class="continue-reading-link" href="https://www.maturin.in.ua/c/github-dlya-polzovateley-windows">Читать далее<i]]></description>
		<wfw:commentRss>https://www.maturin.in.ua/c/github-dlya-polzovateley-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a project from Visual Studio to Github</title>
		<link>https://www.maturin.in.ua/c/dobavlenie-proekta-iz-visual-studio-na-github</link>
		<comments>https://www.maturin.in.ua/c/dobavlenie-proekta-iz-visual-studio-na-github#comments</comments>
		<pubDate>Sat, 07 Jul 2018 18:54:20 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[C#, .Net]]></category>
		<category><![CDATA[Github]]></category>

		<guid isPermaLink="false">http://www.maturin.in.ua/?p=1487</guid>
		<description><![CDATA[Adding a project from Visual Studio to Github]]></description>
		<wfw:commentRss>https://www.maturin.in.ua/c/dobavlenie-proekta-iz-visual-studio-na-github/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good link to prepare for C# tests</title>
		<link>https://www.maturin.in.ua/c/horoshiy-link-dlya-podgotovki-k-testam-po-c</link>
		<comments>https://www.maturin.in.ua/c/horoshiy-link-dlya-podgotovki-k-testam-po-c#comments</comments>
		<pubDate>Tue, 22 May 2018 18:20:51 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[C#, .Net]]></category>
		<category><![CDATA[Useful Links]]></category>

		<guid isPermaLink="false">http://www.maturin.in.ua/?p=1467</guid>
		<description><![CDATA[https://www.indiabix.com]]></description>
		<wfw:commentRss>https://www.maturin.in.ua/c/horoshiy-link-dlya-podgotovki-k-testam-po-c/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One illustration</title>
		<link>https://www.maturin.in.ua/c/odno-illyustratsiya</link>
		<comments>https://www.maturin.in.ua/c/odno-illyustratsiya#comments</comments>
		<pubDate>Sun, 11 Feb 2018 12:26:26 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[C#, .Net]]></category>

		<guid isPermaLink="false">http://www.maturin.in.ua/?p=1441</guid>
		<description><![CDATA[namespace ConsoleApp14 { class Shape { public void Method1() { Console.WriteLine(&#8220;Method1&#8243;); } } class Circle : Shape { public void Method2() { Console.WriteLine(&#8220;Method2&#8243;); } } public interface IContainer { T Figure {get;} } public class Container : IContainer { private T figure; public T Figure { get { return figure; … <a class="continue-reading-link" href="https://www.maturin.in.ua/c/odno-illyustratsiya">Читать далее<i]]></description>
		<wfw:commentRss>https://www.maturin.in.ua/c/odno-illyustratsiya/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design patterns</title>
		<link>https://www.maturin.in.ua/c/patternyi-proektirovaniya</link>
		<comments>https://www.maturin.in.ua/c/patternyi-proektirovaniya#comments</comments>
		<pubDate>Sun, 11 Feb 2018 12:19:06 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[C#, .Net]]></category>

		<guid isPermaLink="false">http://www.maturin.in.ua/?p=1439</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>https://www.maturin.in.ua/c/patternyi-proektirovaniya/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS SQL Server Lessons</title>
		<link>https://www.maturin.in.ua/c/uroki-ms-sql-server</link>
		<comments>https://www.maturin.in.ua/c/uroki-ms-sql-server#comments</comments>
		<pubDate>Sat, 30 Dec 2017 00:06:19 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[C#, .Net]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.maturin.in.ua/?p=1430</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>https://www.maturin.in.ua/c/uroki-ms-sql-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming is easy</title>
		<link>https://www.maturin.in.ua/c/programmirovanie-eto-prosto</link>
		<comments>https://www.maturin.in.ua/c/programmirovanie-eto-prosto#comments</comments>
		<pubDate>Fri, 29 Dec 2017 23:45:04 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[C#, .Net]]></category>

		<guid isPermaLink="false">http://www.maturin.in.ua/?p=1428</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>https://www.maturin.in.ua/c/programmirovanie-eto-prosto/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video course from Metanit.com</title>
		<link>https://www.maturin.in.ua/c/videokurs-ot-metanit-com</link>
		<comments>https://www.maturin.in.ua/c/videokurs-ot-metanit-com#comments</comments>
		<pubDate>Thu, 21 Dec 2017 21:12:14 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[C#, .Net]]></category>

		<guid isPermaLink="false">http://www.maturin.in.ua/?p=1417</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>https://www.maturin.in.ua/c/videokurs-ot-metanit-com/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roman Nevolin &#8211; Machine Learning on the .NET Platform</title>
		<link>https://www.maturin.in.ua/c/roman-nevolin-mashinnoe-obuchenie-na-platforme-net</link>
		<comments>https://www.maturin.in.ua/c/roman-nevolin-mashinnoe-obuchenie-na-platforme-net#comments</comments>
		<pubDate>Sat, 11 Nov 2017 22:32:50 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[C#, .Net]]></category>
		<category><![CDATA[Data Science]]></category>
		<category><![CDATA[F#]]></category>
		<category><![CDATA[Machine Learning]]></category>

		<guid isPermaLink="false">http://www.maturin.in.ua/?p=1405</guid>
		<description><![CDATA[A continuation of the report about the potential and possibilities of machine learning on the .NET platform. This time with a focus on vivid and expressive demos demonstrating the capabilities of .NET and Machine Learning.]]></description>
		<wfw:commentRss>https://www.maturin.in.ua/c/roman-nevolin-mashinnoe-obuchenie-na-platforme-net/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
