<?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>JAVASCRIPT</title>
	<atom:link href="https://blog.dotnethow.net/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.dotnethow.net</link>
	<description></description>
	<lastBuildDate>Sat, 09 Mar 2024 14:15:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/blog.dotnethow.net/wp-content/uploads/2021/01/rsz_dotnet_how_final_facebook_profile.png?fit=32%2C32&#038;ssl=1</url>
	<title>JAVASCRIPT</title>
	<link>https://blog.dotnethow.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">136201630</site>	<item>
		<title>Blazor, JavaScript, and Interpolation</title>
		<link>https://blog.dotnethow.net/blazor-javascript-and-interpolation/</link>
		
		<dc:creator><![CDATA[Ervis Trupja]]></dc:creator>
		<pubDate>Sat, 09 Mar 2024 14:15:48 +0000</pubDate>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[JAVASCRIPT]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[javascript]]></category>
		<guid isPermaLink="false">https://dotnethow.net/?p=3070</guid>

					<description><![CDATA[ASP.NET Blazor is a free and open-source web framework developed by Microsoft that allows you to build interactive web UIs with C# and HTML. It is a component-based framework, where [&#8230;]]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3070</post-id>	</item>
		<item>
		<title>Angular Data Binding: Synchronizing Pages with Application State</title>
		<link>https://blog.dotnethow.net/angular-data-binding-synchronizing-pages-with-application-state/</link>
		
		<dc:creator><![CDATA[Ervis Trupja]]></dc:creator>
		<pubDate>Fri, 27 Jan 2023 22:13:37 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[JAVASCRIPT]]></category>
		<guid isPermaLink="false">https://dotnethow.net/?p=2764</guid>

					<description><![CDATA[Data binding in Angular is a mechanism that allows the component to update the view automatically when the data in the component changes, and vice versa. This mechanism makes it [&#8230;]]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2764</post-id>	</item>
		<item>
		<title>Exploring Angular Components: Understanding and Building Reusable UI Elements with Examples</title>
		<link>https://blog.dotnethow.net/angular-components/</link>
		
		<dc:creator><![CDATA[Ervis Trupja]]></dc:creator>
		<pubDate>Tue, 24 Jan 2023 23:05:36 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[JAVASCRIPT]]></category>
		<guid isPermaLink="false">https://dotnethow.net/?p=2748</guid>

					<description><![CDATA[A component is the most basic UI building block of an Angular app. It is a class that controls a specific part of the user interface, which includes: A component&#8217;s [&#8230;]]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2748</post-id>	</item>
		<item>
		<title>9 Essential JavaScript Methods You Should Know</title>
		<link>https://blog.dotnethow.net/9-essential-javascript-methods-you-should-know/</link>
		
		<dc:creator><![CDATA[Ervis Trupja]]></dc:creator>
		<pubDate>Mon, 09 Jan 2023 22:17:06 +0000</pubDate>
				<category><![CDATA[JAVASCRIPT]]></category>
		<category><![CDATA[JavaScipt]]></category>
		<guid isPermaLink="false">https://dotnethow.net/?p=2616</guid>

					<description><![CDATA[JavaScript is a programming language that is commonly used in web development. It is used to create and control dynamic content on the web, such as updating content on a [&#8230;]]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2616</post-id>	</item>
		<item>
		<title>Angular CLI &#8211; Commands</title>
		<link>https://blog.dotnethow.net/angular-cli-commands/</link>
		
		<dc:creator><![CDATA[Ervis Trupja]]></dc:creator>
		<pubDate>Fri, 24 Jun 2022 09:26:55 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[JAVASCRIPT]]></category>
		<category><![CDATA[Angular CLI]]></category>
		<guid isPermaLink="false">https://dotnethow.net/?p=2453</guid>

					<description><![CDATA[Angular apps have different pieces that need to work together. It has components, services, pipes, etc. All these pieces need to be configured to work together. You can either manually [&#8230;]]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2453</post-id>	</item>
		<item>
		<title>AngularJS to Angular 14</title>
		<link>https://blog.dotnethow.net/angularjs-to-latest/</link>
		
		<dc:creator><![CDATA[Ervis Trupja]]></dc:creator>
		<pubDate>Sun, 19 Jun 2022 19:35:53 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[JAVASCRIPT]]></category>
		<guid isPermaLink="false">https://dotnethow.net/?p=2446</guid>

					<description><![CDATA[Per definition, Angular is a component-based framework for building scalable web applications. Angular is a great framework because it combines declarative templates, dependency injection, end-to-end tooling, and integrated best practices [&#8230;]]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2446</post-id>	</item>
	</channel>
</rss>
