swh:1:snp:98e404981ce90ec17a3e821c4adf8c8da1621029
Raw File
Tip revision: cd5a675c2e6c1d0c0dfe8f846746d3bbf9545ce1 authored by Olivier Rogier on 22 September 2021, 11:45:41 UTC
Update file
Tip revision: cd5a675
index-205.html
<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Ordisoftware Ingénierie</title>
	<atom:link href="https://www.ordisoftware.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ordisoftware.com</link>
	<description>Création agile d&#039;applications orientées objet</description>
	<lastBuildDate>Sat, 04 Sep 2021 19:10:15 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.1</generator>
	<item>
		<title>Est-ce que tout est un objet en .NET et C# ?</title>
		<link>https://www.ordisoftware.com/blog/2021/09/is-everything-an-object-in-dotnet-and-csharp/</link>
		
		<dc:creator><![CDATA[Webmaster]]></dc:creator>
		<pubDate>Sat, 04 Sep 2021 12:37:53 +0000</pubDate>
				<category><![CDATA[Csharp .NET]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=7930</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>In .NET and C# all is object.</p> <p>Simply said.</p> <p>Even a value type, a struct, an interface and an enum.</p> <p>One can not approve, but the point is that everything is object, except pointers/references, and literals from binary files, even CPU optimized primitive types, since it is the OOP Theory as well as the. <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/blog/2021/09/is-everything-an-object-in-dotnet-and-csharp/">Lire la suite</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Que sont les classes et les interfaces en C# ?</title>
		<link>https://www.ordisoftware.com/blog/2021/09/what-are-classes-and-interfaces-in-c/</link>
		
		<dc:creator><![CDATA[Webmaster]]></dc:creator>
		<pubDate>Sat, 04 Sep 2021 08:15:02 +0000</pubDate>
				<category><![CDATA[Csharp .NET]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=7912</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>Interfaces are to make an abstraction, an archetype, of the abstraction, the classes, of the reality, the objects.</p> <p>Interfaces are to specify contract terms without providing implementation provided by classes.</p> <p></p> <p>Interfaces are specifications:</p> Interfaces are design time artifacts to specify the immobile behavior of the concept as it is alone and static. Classes <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/blog/2021/09/what-are-classes-and-interfaces-in-c/">Lire la suite</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Qu&#039;est-ce que le polymorphism en POO ?</title>
		<link>https://www.ordisoftware.com/blog/2021/09/what-is-polymorphism-in-oop/</link>
		
		<dc:creator><![CDATA[Webmaster]]></dc:creator>
		<pubDate>Fri, 03 Sep 2021 18:40:30 +0000</pubDate>
				<category><![CDATA[Csharp .NET]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=7879</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>Polymorphism in OOP Theory is the ability to:</p> Invoke an operation on an instance of a specialized type by only knowing its generalized type while calling the method of the specialized type and not that of the generalized type: this is dynamic polymorphism. Define several methods having the save name but having differents parameters: <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/blog/2021/09/what-is-polymorphism-in-oop/">Lire la suite</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Qu&#039;est-ce que l&#039;encapsulation en POO ?</title>
		<link>https://www.ordisoftware.com/blog/2021/09/what-is-encapsulation-in-oop/</link>
		
		<dc:creator><![CDATA[Webmaster]]></dc:creator>
		<pubDate>Fri, 03 Sep 2021 18:02:47 +0000</pubDate>
				<category><![CDATA[Csharp .NET]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=7866</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>Encapsulation in OOP Theory is the process to mask some properties and operations in the class that will become inaccessible from the exterior: these are only internal things and behaviours like a digestive system.</p> <p>It's a compartmentalization.</p> <p></p> <p>Here is a short and reduced description of what access modifiers do in C#:</p> Public : <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/blog/2021/09/what-is-encapsulation-in-oop/">Lire la suite</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Qu&#039;est-ce que l&#039;abstraction en POO ?</title>
		<link>https://www.ordisoftware.com/blog/2021/09/what-is-abstraction-in-oop/</link>
		
		<dc:creator><![CDATA[Webmaster]]></dc:creator>
		<pubDate>Fri, 03 Sep 2021 11:56:06 +0000</pubDate>
				<category><![CDATA[Csharp .NET]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=7848</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>Abstraction in OOP Theory consists in retaining only the relevant aspects of a real world object for a specific problem.</p> <p>Thus we talk about abstraction of the reality.</p> <p>It's a reduction.</p> <p></p> <p>For example, in the real world we have cats and dogs that are vertebrate animals. Such an animal has properties such as <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/blog/2021/09/what-is-abstraction-in-oop/">Lire la suite</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Comment améliorer ses connaissances en C#</title>
		<link>https://www.ordisoftware.com/blog/2021/09/how-to-improve-your-knowledge-of-csharp/</link>
		
		<dc:creator><![CDATA[Webmaster]]></dc:creator>
		<pubDate>Wed, 01 Sep 2021 13:30:31 +0000</pubDate>
				<category><![CDATA[Csharp .NET]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=7772</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>Etudiez le code des logiciels que vous aimez que vous pouvez trouver par exemple sur CodeProject, GitHub, GitLab, SourceForge, etc.</p> <p>Essayez de faire des logiciels similaires et adaptez-les, sans plagier en dehors de l'apprentissage personnel, comme un bloc-notes, une calculatrice, un explorateur de fichiers, un gestionnaire de banque... ou un jeu.</p> <p>Ecrivez du code, <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/blog/2021/09/how-to-improve-your-knowledge-of-csharp/">Lire la suite</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Suppression du compte Stack Overflow</title>
		<link>https://www.ordisoftware.com/blog/2021/08/deletion-of-the-stack-overflow-account/</link>
		
		<dc:creator><![CDATA[Webmaster]]></dc:creator>
		<pubDate>Tue, 31 Aug 2021 17:17:33 +0000</pubDate>
				<category><![CDATA[Annonces]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=7728</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>Apres des mois d'attaques grandissantes via Stack Overflow par un petit groupe de gens utilisant de nombreux comptes anonymes, certains puissants jusqu'aux moderateurs et donc aux administrateurs, me meprisant constamment, etant insulte et hait pour mon nom civil comme hebreu, sans savoir pourquoi, j'ai decide de supprimer mon compte.</p> <p>C'etait juste divertissant, sauf ca. <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/blog/2021/08/deletion-of-the-stack-overflow-account/">Lire la suite</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>De l&#039;ennui et des ordinateurs</title>
		<link>https://www.ordisoftware.com/blog/2021/08/of-boredom-and-computers/</link>
		
		<dc:creator><![CDATA[Webmaster]]></dc:creator>
		<pubDate>Mon, 23 Aug 2021 15:11:40 +0000</pubDate>
				<category><![CDATA[Informatique]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=7661</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>Donnez un logiciel a quelqu'un, vous l'empechez de s'ennuyer pendant quelques jours ; apprenez-lui a programmer, il ne s'ennuiera plus de toute sa vie.</p> <p style="margin-top: 25px; margin-bottom: 25px;"> </p> <p>En l'absence des mechants, j'aurais du commencer sur un Alice avec le meme Basic 8-bits et l'Assembleur 6803 au lieu du 6809. Alors autant <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/blog/2021/08/of-boredom-and-computers/">Lire la suite</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Nouveau projet Tweets Inspector</title>
		<link>https://www.ordisoftware.com/blog/2021/04/nouveau-projet-tweets-inspector/</link>
		
		<dc:creator><![CDATA[Webmaster]]></dc:creator>
		<pubDate>Fri, 23 Apr 2021 17:57:28 +0000</pubDate>
				<category><![CDATA[Projets]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=7525</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>Logiciel libre et open source ecrit en C# qui permet de lister, filtrer et effacer les tweets d'un compte Twitter.</p> <p></p> </p>]]></description>
		
		
		
			</item>
		<item>
		<title>Nouvelle année 2021</title>
		<link>https://www.ordisoftware.com/blog/2021/01/new-year-2021/</link>
		
		<dc:creator><![CDATA[Webmaster]]></dc:creator>
		<pubDate>Thu, 31 Dec 2020 23:00:26 +0000</pubDate>
				<category><![CDATA[Annonces]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=6972</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>Que l'organisation medico-sociale et juridique-judiciaire du systeme de sante-aide-justice actuellement anticonstitutionnelle et illegale, car privatisee et faisant commerce de la protection de la vie et des biens des gens, alors que c'est une prerogative contractuelle de la Republique, et qui dirige les comites territoriaux publics de l'Etat et donc le gouvernement et les administrations, <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/blog/2021/01/new-year-2021/">Lire la suite</a></span></p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
back to top