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-3.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 Engineering</title>
	<atom:link href="https://www.ordisoftware.com/en/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ordisoftware.com/en</link>
	<description>Agile creation of object-oriented applications</description>
	<lastBuildDate>Sat, 04 Sep 2021 19:10:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.1</generator>
	<item>
		<title>Is everything an object in .NET and C#?</title>
		<link>https://www.ordisoftware.com/en/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/en/blog/2021/09/is-everything-an-object-in-dotnet-and-csharp/">Read next</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>What are classes and interfaces in C#?</title>
		<link>https://www.ordisoftware.com/en/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/en/blog/2021/09/what-are-classes-and-interfaces-in-c/">Read next</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>What is polymorphism in OOP?</title>
		<link>https://www.ordisoftware.com/en/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/en/blog/2021/09/what-is-polymorphism-in-oop/">Read next</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>What is encapsulation in OOP?</title>
		<link>https://www.ordisoftware.com/en/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/en/blog/2021/09/what-is-encapsulation-in-oop/">Read next</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>What is abstraction in OOP?</title>
		<link>https://www.ordisoftware.com/en/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/en/blog/2021/09/what-is-abstraction-in-oop/">Read next</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>How to improve your knowledge of C#</title>
		<link>https://www.ordisoftware.com/en/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 style="text-align: left;">Study the code of software you like that you can found for example on CodeProject, GitHub, GitLab, SourceForge, etc.</p> <p>Try to make similar software and adapt them, without plagiarizing outside of personal learning, like a notepad, a calculator, a file explorer, a bank manager... or a game.</p> <p>Write code, don't stop to <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/en/blog/2021/09/how-to-improve-your-knowledge-of-csharp/">Read next</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Deletion of the Stack Overflow account</title>
		<link>https://www.ordisoftware.com/en/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[Announcements]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=7728</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>After months of growing attacks via Stack Overflow by a small group of people using many anonymous accounts, some powerful up to moderators and thus administrators, despising me constantly, being insulted and hatred for my civil as well as my hebrew name, without knowing why, I decided to delete my account.</p> <p>It was just <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/en/blog/2021/08/deletion-of-the-stack-overflow-account/">Read next</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Of boredom and computers</title>
		<link>https://www.ordisoftware.com/en/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[Computing]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=7661</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>Give a software to someone, you keep them from getting bored for a few days; teach them to program, they will never be bored again for a lifetime.</p> <p style="margin-top: 25px; margin-bottom: 25px;"> </p> <p>In the absence of the villains, I should have started on an Alice with the same 8-bit Basic and Assembler <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/en/blog/2021/08/of-boredom-and-computers/">Read next</a></span></p>]]></description>
		
		
		
			</item>
		<item>
		<title>New project Tweets Inspector</title>
		<link>https://www.ordisoftware.com/en/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[Projects]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=7525</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>Libre and open-source software written in C# that allows to list, filter and delete tweets from a Twitter account.</p> <p></p> </p>]]></description>
		
		
		
			</item>
		<item>
		<title>New year 2021</title>
		<link>https://www.ordisoftware.com/en/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[Announcements]]></category>
		<guid isPermaLink="false">https://www.ordisoftware.com/?p=6972</guid>

					<description><![CDATA[<p style="margin-bottom:25px;"><p>That the medico-social and juridical-judicial organization of the health-help-justice system, which is currently unconstitutional and illegal, because it is privatized and trades in the protection of people's lives and properties, while it is a contractual prerogative of the Republic, and which leads the public territorial committees of the State and therefore the government and <p><span style="color:#333"> &#8594; <a href="https://www.ordisoftware.com/en/blog/2021/01/new-year-2021/">Read next</a></span></p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
back to top