<?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>Cloud Technologies &#8211; The Server Side Technology</title>
	<atom:link href="https://www.theserverside.technology/it/category/cloud-technologies-dev/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.theserverside.technology/it</link>
	<description>in-depth information for tech pros</description>
	<lastBuildDate>Sun, 12 May 2019 12:24:20 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.1</generator>
	<item>
		<title>Azure Service Fabric: warning per incompatibilità dell&#039;architettura della CPU di una libreria</title>
		<link>https://www.theserverside.technology/it/2019/05/12/azure-service-fabric-warning-per-incompatibilita-dellarchitettura-della-cpu-di-una-libreria/?pk_campaign=feed&#038;pk_kwd=azure-service-fabric-warnings-about-mismatched-processor-architecture</link>
					<comments>https://www.theserverside.technology/it/2019/05/12/azure-service-fabric-warning-per-incompatibilita-dellarchitettura-della-cpu-di-una-libreria/?pk_campaign=feed&#038;pk_kwd=azure-service-fabric-warnings-about-mismatched-processor-architecture#respond</comments>
		
		<dc:creator><![CDATA[The Server-Side Technology Staff]]></dc:creator>
		<pubDate>Sun, 12 May 2019 12:11:37 +0000</pubDate>
				<category><![CDATA[Cloud Technologies]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[.net core]]></category>
		<category><![CDATA[azure service fabric]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[x64]]></category>
		<guid isPermaLink="false">https://www.theserverside.technology/?p=1360</guid>

					<description><![CDATA[<div style="margin: 5px 5% 10px 5%;"><img src="https://www.theserverside.technology/wp-content/uploads/2019/05/azure_servicefabric_intro-300x104.png" width="300" height="104" title="" alt="" /></div><div><p>Sviluppando una applicazione per Azure Service Fabric e aggiungendo una libreria .NET Standard al progetto ci si potrebbe imbattere in una serie di warning di Visual Studio come questo</p>
Warning MSB3270 There was a mismatch between the processor architecture of the project being built &#8220;MSIL&#8221; and the processor architecture of the reference &#8220;C:\[&#8230;]&#8221;, &#8220;AMD64&#8221;. This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
<p>Si tratta di un warning che indica che l&#8217;architettura selezionata per la CPU non è l&#8217;unica supportata da Azure Service Fabric e cioè x64. Probabilmente l&#8217;impostazione è AnyCPU e la libreria funzionerà correttamente ma per fare sparire i warning è sufficiente modificare il target di compilazione nell&#8217;apposita sezione Build di Visual Studio:</p>
<p></p>
<p>oppure impostare l&#8217;architettura target direttamente nel file .csproj del progetto:</p>
&#60;PropertyGroup&#62;
    &#60;TargetFramework&#62;netcoreapp2.0&#60;/TargetFramework&#62;
    &#60;PlatformTarget&#62;x64&#60;/PlatformTarget&#62;
    &#60;RootNamespace&#62;Microsoft.*.Tests&#60;/RootNamespace&#62;
&#60;/PropertyGroup&#62;
<p>E&#8217; sufficiente salvare il file ed effettuare una nuova compilazione : non si dovrebbero visualizzare altri warning.</p>
<p>Ovviamente bisogna ricordare che questa modifica renderà inutilizzabile la libreria nel contesto di una applicazione a 32bit.</p>
</div><img src="https://stats1.vaisulweb.cloud/piwik.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fwww.theserverside.technology%2Fit%2F2019%2F05%2F12%2Fazure-service-fabric-warning-per-incompatibilita-dellarchitettura-della-cpu-di-una-libreria%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dazure-service-fabric-warnings-about-mismatched-processor-architecture&amp;action_name=Azure+Service+Fabric%3A+warning+per+incompatibilit%C3%A0+dell%27architettura+della+CPU+di+una+libreria&amp;urlref=https%3A%2F%2Fwww.theserverside.technology%2Fit%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
		
					<wfw:commentRss>https://www.theserverside.technology/it/2019/05/12/azure-service-fabric-warning-per-incompatibilita-dellarchitettura-della-cpu-di-una-libreria/?pk_campaign=feed&#038;pk_kwd=azure-service-fabric-warnings-about-mismatched-processor-architecture/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://www.theserverside.technology/wp-content/uploads/2019/05/azure_servicefabric_intro.png" length="103496" type="image/jpg" />
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2019/05/azure_servicefabric_intro-300x104.png" width="300" height="104" medium="image" type="image/jpeg">
	<media:copyright>The Server Side Technology</media:copyright>
	<media:title></media:title>
	<media:description type="html"><![CDATA[]]></media:description>
</media:content>
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2019/05/azure_servicefabric_intro-300x104.png" width="300" height="104" />
	</item>
		<item>
		<title>Il file-system ReFS : 4 super-motivi per usarlo sui server (e 2 per non farlo!)</title>
		<link>https://www.theserverside.technology/it/2017/10/31/il-file-system-refs-4-super-motivi-per-usarlo-sui-server-e-2-per-non-farlo/?pk_campaign=feed&#038;pk_kwd=il-file-system-refs-4-super-motivi-per-usarlo-sui-server-e-2-per-non-farlo</link>
					<comments>https://www.theserverside.technology/it/2017/10/31/il-file-system-refs-4-super-motivi-per-usarlo-sui-server-e-2-per-non-farlo/?pk_campaign=feed&#038;pk_kwd=il-file-system-refs-4-super-motivi-per-usarlo-sui-server-e-2-per-non-farlo#respond</comments>
		
		<dc:creator><![CDATA[Guglielmo Mengora]]></dc:creator>
		<pubDate>Tue, 31 Oct 2017 17:06:48 +0000</pubDate>
				<category><![CDATA[Cloud Technologies]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[refs]]></category>
		<category><![CDATA[s2d]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[windows server 2016]]></category>
		<guid isPermaLink="false">http://www.theserverside.technology/?p=1236</guid>

					<description><![CDATA[<div style="margin: 5px 5% 10px 5%;"><img src="https://www.theserverside.technology/wp-content/uploads/2017/10/hard_disk_technology_low-300x200.jpg" width="300" height="200" title="" alt="" /></div><div><p>Già dal 2012, con l&#8217;introduzione di Windows Server 2012, Microsoft ha presentato ReFS (Resilient File System), un nuovo file system per gli ambienti Windows progettato per i workload moderni e, idealmente, per sostituire NTFS appena possibile. Le prime versioni di ReFS non brillavano per velocità ma con Windows Server 2016 ReFS è diventato il file system raccomandato per workload importanti come i cluster di storage S2D o per le infrastrutture iperconvergenti basate su Hyper-V, promuovendolo ormai senza riserve all&#8217;uso in produzione.</p>
<p>Nel mondo di Windows Server è certamente inusuale discutere di file-system alternativi a NTFS, discussioni più comuni nel mondo Linux nel quale le alternative sono numerose, ma se Microsoft ha deciso di introdurre una alternativa a NTFS lo ha fatto probabilmente per superare le limitazioni di una tecnologia disegnata tantissimi anni fa</p>
<p>ReFS include novità come l&#8217;introduzione dei B+ trees per incrementare le prestazioni, una tecnologia di block cloning che riduce la necessità di trasferire i dati da una parte all&#8217;altra del disco implementando l&#8217;operazione come una modifica di puntatori che possono essere aggiornati con pochissimo I/O e lo sparse VDL (Valid Data Length) che può inizializzare in modo super-veloce i nuovi file e che rende quindi la creazione di file molto grandi una operazione che dura pochissimi secondi. Accanto a questo, la dimensione massima di ogni volume passa a 1 yottabyte, cioè un miliardo di terabyte, garantendo il supporto per dati di dimensioni difficilmente immaginabili quando il vecchio NTFS fu progettato e proiettando ReFS nell&#8217;era del cloud.</p>
<p>Ci sono però 4 funzionalità killer che consentono al nuovo file system di fare da subito la differenza anche quando non si abbiano necessità particolari come l&#8217;implementazione di cluster di storage o di virtualizzazione o sistemi complessi. Alcune di queste non sono novità assolute ma richiedevano controller hardware per essere implementate mentre ReFS è un modulo completamente software che non usa i controller RAID hardware.</p>
<p>Funzionalità #1: chkdsk senza downtime
Con l&#8217;avvento del cloud i workload sono diventati ancora più complessi e la mole di dati da gestire è aumentata a dismisura. In passato il danneggiamento di un file system richiedeva l&#8217;uso di chkdsk ma, soprattutto, la sospensione delle attività del volume per la correzione degli errori. L&#8217;unità doveva essere messa offline e verificata, una operazione che poteva durare anche decine di ore per volumi molto grandi e questo spesso incoraggiava e creare volumi più piccoli per rendere questi tempi accettabili.</p>
<p>Nell&#8217;era del cloud la sospensione dell&#8217;attività di un volume, e quindi l&#8217;indisponibilità dei relativi dati, per ore non è più accettabile. ReFS non ha quindi più bisogno di chkdsk e nemmeno di sospendere l&#8217;attività del volume perché il file system può correggere (se possibile) i problemi in modo automatico e, nei casi in cui la correzione non sia possibile, può rimuovere le aree danneggiate dalla gestione del volume senza andare ad intaccare gli altri dati.</p>
<p>Perchè è importante
Chiunque si sia trovato davanti alla necessità di effettuare un chkdsk di un volume, magari a causa di un file danneggiato che non poteva essere rimosso nè rinominato, e abbia [...]</div><img src="https://stats1.vaisulweb.cloud/piwik.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fwww.theserverside.technology%2Fit%2F2017%2F10%2F31%2Fil-file-system-refs-4-super-motivi-per-usarlo-sui-server-e-2-per-non-farlo%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dil-file-system-refs-4-super-motivi-per-usarlo-sui-server-e-2-per-non-farlo&amp;action_name=Il+file-system+ReFS+%3A+4+super-motivi+per+usarlo+sui+server+%28e+2+per+non+farlo%21%29&amp;urlref=https%3A%2F%2Fwww.theserverside.technology%2Fit%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
		
					<wfw:commentRss>https://www.theserverside.technology/it/2017/10/31/il-file-system-refs-4-super-motivi-per-usarlo-sui-server-e-2-per-non-farlo/?pk_campaign=feed&#038;pk_kwd=il-file-system-refs-4-super-motivi-per-usarlo-sui-server-e-2-per-non-farlo/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://www.theserverside.technology/wp-content/uploads/2017/10/hard_disk_technology_low.jpg" length="278028" type="image/jpg" />
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2017/10/hard_disk_technology_low-300x200.jpg" width="300" height="200" medium="image" type="image/jpeg">
	<media:copyright>The Server Side Technology</media:copyright>
	<media:title></media:title>
	<media:description type="html"><![CDATA[]]></media:description>
</media:content>
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2017/10/hard_disk_technology_low-300x200.jpg" width="300" height="200" />
	</item>
		<item>
		<title>Windows Azure Pack: how to restart an over-quota website</title>
		<link>https://www.theserverside.technology/it/2015/11/02/windows-azure-pack-how-to-restart-an-over-quota-website/?pk_campaign=feed&#038;pk_kwd=windows-azure-pack-how-to-restart-an-over-quota-website</link>
					<comments>https://www.theserverside.technology/it/2015/11/02/windows-azure-pack-how-to-restart-an-over-quota-website/?pk_campaign=feed&#038;pk_kwd=windows-azure-pack-how-to-restart-an-over-quota-website#respond</comments>
		
		<dc:creator><![CDATA[Guglielmo Mengora]]></dc:creator>
		<pubDate>Mon, 02 Nov 2015 23:56:37 +0000</pubDate>
				<category><![CDATA[Cloud Technologies]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[clienti]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[windows azure pack]]></category>
		<guid isPermaLink="false">http://www.theserverside.technology/?p=849</guid>

					<description><![CDATA[<div style="margin: 5px 5% 10px 5%;"><img src="https://www.theserverside.technology/wp-content/uploads/2015/11/http-300x225.jpg" width="300" height="225" title="" alt="" /></div><div><p>Windows Azure Pack is a great technology but sometimes Microsoft seems to be missing the complexity of providing services to hundreds if not thousands of customers, each of them with different needs. Standardization is good but it should provide enough flexibility to manage things in a reasonable way. So here&#8217;s the scenario: you deployed WAP and your customer starts to buzz into your server because how good WAP actually is. Rock solid, able to run most demanding websites. Great technology, I said.</p>
<p>However, one of your customers runs over his allotted quota of one of the seventeen metrics you can monitor for your websites. Since your customer didn&#8217;t opt for a pay-per-use billing model, you just suspend his website, like any hoster in the world would do, and your customer calls in to buy more &#8220;of that something&#8221;. He pays (if needed), if you&#8217;re like us he gets an add-on to increase his quota over a standardized plan and, after a while and a little synchying, WAP states that his account is now back in quota. End of story.</p>
<p>Well, almost! Because your customer calls in again stating that his website is still suspended while on his portal he sees no over-quota warnings and you realized that he is right: no warnings, increased quota but website still suspended. Hmmm&#8230;</p>
<p>From now on, you start a journey to understand why WAP didn&#8217;t re-enable that website. You try to update plans, subscriptions, add-ons, force subscription resynchying, force plans to update, open-up Powershell to look for a well-hidden parameter that will allow you tell WAP to re-evaluate quota and re-enable website, or (at least) a cmdlet to tell WAP to re-enable that #&#38;%$@#!$ website because I&#8217;m the one who rules here. Apparently, you discover that there isn&#8217;t anything like that: no way to re-enable a website that is over quota. So you basically look at portal where it states that counters will be reset in 29 days and you start thinking if WAP really wants to re-evaluate quota in 29 days from today. You wait in the hope that it will take a little time to start that website again but no luck. After hours, you really start to think that WAP will keep that website suspended until it will be time to reset counters, which is obviously totally unacceptable. But the most scary thing is that you cannot force it to change his mind. You&#8217;re basically powerless.</p>
<p>After a little checking, it turns out what I stated is not true for all quota items. For example, a short while after upgrading (by adding an add-on) sent bytes quota, a suspended website has been restarted by WAP itself. However, there are other counters that seem to be evaluated only when their configured period will expire, for example CPU burst and received bytes. No matter how long you wait after changing those, WAP won&#8217;t restart the affected website. I&#8217;m talking about hours here, not minutes, but I couldn&#8217;t wait days to check if it would happen after 29 days as suspected. [...]</div><img src="https://stats1.vaisulweb.cloud/piwik.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fwww.theserverside.technology%2Fit%2F2015%2F11%2F02%2Fwindows-azure-pack-how-to-restart-an-over-quota-website%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dwindows-azure-pack-how-to-restart-an-over-quota-website&amp;action_name=Windows+Azure+Pack%3A+how+to+restart+an+over-quota+website&amp;urlref=https%3A%2F%2Fwww.theserverside.technology%2Fit%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
		
					<wfw:commentRss>https://www.theserverside.technology/it/2015/11/02/windows-azure-pack-how-to-restart-an-over-quota-website/?pk_campaign=feed&#038;pk_kwd=windows-azure-pack-how-to-restart-an-over-quota-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://www.theserverside.technology/wp-content/uploads/2015/11/http.jpg" length="1323890" type="image/jpg" />
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2015/11/http-300x225.jpg" width="300" height="225" medium="image" type="image/jpeg">
	<media:copyright>The Server Side Technology</media:copyright>
	<media:title></media:title>
	<media:description type="html"><![CDATA[]]></media:description>
</media:content>
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2015/11/http-300x225.jpg" width="300" height="225" />
	</item>
		<item>
		<title>How to run ASP.NET beta8 on Windows Azure Pack WebSites v2</title>
		<link>https://www.theserverside.technology/it/2015/10/18/how-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2/?pk_campaign=feed&#038;pk_kwd=how-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2</link>
					<comments>https://www.theserverside.technology/it/2015/10/18/how-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2/?pk_campaign=feed&#038;pk_kwd=how-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2#respond</comments>
		
		<dc:creator><![CDATA[Guglielmo Mengora]]></dc:creator>
		<pubDate>Sun, 18 Oct 2015 08:43:30 +0000</pubDate>
				<category><![CDATA[Cloud Technologies]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[editor pick]]></category>
		<category><![CDATA[httpplatformhandler]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[windows azure pack]]></category>
		<guid isPermaLink="false">http://www.theserverside.technology/?p=695</guid>

					<description><![CDATA[<div style="margin: 5px 5% 10px 5%;"><img src="https://www.theserverside.technology/wp-content/uploads/2015/10/wap_1161-300x169.jpg" width="300" height="169" title="" alt="" /></div><div><p>A few days ago Microsoft released ASP.NET 5 beta8, the first feature-complete version of its flagship Web framework. A lot of expectations come with this new version, both because Microsoft decided to change ASP.NET down to its basis and because this one will be the first multi-platform release for the technology, allowing developers to run their Web or console applications on Windows, Linux and Mac OS X. However, the new version will also be the first one designed from the ground up for the cloud era and thus adopting all methodologies, technologies and conventions that emerged in past few years. As we detailed in a past article (sorry: Italian language only this time!), ASP.NET 5 will also change the way ASP.NET will be hosted on Windows because it will run through the famous HTTPPlatformHandler module that enabled Azure to run basically any runtime, including Java, Python, RoR and more. Later, that module has been channeled down to partners and Windows Azure Pack incorporated it in UR7.</p>
<p>You might be running your website or application on Windows Azure Pack and, if you do, I do really hope that you&#8217;re hosting with us at VaiSulWeb since we also have free accounts for you to try ASP.NET 5. However, even if you&#8217;re hosting at another service provider, you might be wondering if you will be able to run ASP.NET 5 starting from beta8, since this version switches to HTTPPlatformHandler. Up until beta7, hosting with Azure Pack was very easy: you only needed to publish your project to a folder and then upload that package to your WAP account. Everything was working fine since the very first second.</p>
 Spoiler: scroll down for a quick solution
<p>There&#8217;s a quick solution waiting for you at the end of this article. If you&#8217;re only interested in understanding how you can run ASP.NET 5 from beta8 using WAP, just skip this lengthy explanation and run to the end. This article will be used to as an handy excuse to showcase some nice features that Windows Azure Pack provide its users and that our company provides its customers. We will use such features to understand what&#8217;s going on with beta8 and then provide a quick solution to host it on WAP.</p>
 Publishing your beta8 to your WAP account : Redmond we have a problem&#8230;
<p>So you just started a new project based on ASP.NET 5 beta8 in Visual Studio 2015 or you just created a template project to check how things would shape up. Quick and easy. Now you would like to upload that project to your Web hosting account to check if your provider is compatible with the technology. So you just export your project&#8230;</p>
<p id="caption-attachment-707" class="wp-caption-text">Publishing your project to file system</p>
<p>&#8230; publishing to file system, the same way you did up to beta7. Then, after that operation completes, you upload your project on your WAP accounts via FTP or WebDeploy. Compilation time, just a few seconds, and then&#8230; uh ?</p>
<p>It seems that something went wrong since no shiny MVC homepage appears in your [...]</div><img src="https://stats1.vaisulweb.cloud/piwik.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fwww.theserverside.technology%2Fit%2F2015%2F10%2F18%2Fhow-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dhow-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2&amp;action_name=How+to+run+ASP.NET+beta8+on+Windows+Azure+Pack+WebSites+v2&amp;urlref=https%3A%2F%2Fwww.theserverside.technology%2Fit%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
		
					<wfw:commentRss>https://www.theserverside.technology/it/2015/10/18/how-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2/?pk_campaign=feed&#038;pk_kwd=how-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://www.theserverside.technology/wp-content/uploads/2015/10/wap_1161.jpg" length="153924" type="image/jpg" />
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2015/10/wap_1161-300x169.jpg" width="300" height="169" medium="image" type="image/jpeg">
	<media:copyright>The Server Side Technology</media:copyright>
	<media:title></media:title>
	<media:description type="html"><![CDATA[]]></media:description>
</media:content>
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2015/10/wap_1161-300x169.jpg" width="300" height="169" />
	</item>
	</channel>
</rss>
