<?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>IT&#38;C Solutions &#187; VB.NET</title>
	<atom:link href="http://www.itcsolutions.eu/tag/vbnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Mon, 06 Sep 2010 20:35:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to: Define a Namespace in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/26/how-to-define-a-namespace-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/26/how-to-define-a-namespace-in-vb-net/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 10:34:19 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Define]]></category>
		<category><![CDATA[Namespace]]></category>
		<category><![CDATA[Referring]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1473</guid>
		<description><![CDATA[A namespace designates a collection of programming elements, organized and classed for grouping operations and easy access. At the namespace level, the programming elements include: Classes of objects [...]; Structures [...]; Modules [...]; Interfaces [...]; Delegates [...]; Enumeration [...]; Other namespaces. Namespaces can be organized, aggregated into an assembly [...]. An assembly can contain multiple [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/26/how-to-define-a-namespace-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Define and Use a Structure in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/26/how-to-define-and-use-a-structure-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/26/how-to-define-and-use-a-structure-in-vb-net/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 09:35:06 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Data Type]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Structure]]></category>
		<category><![CDATA[Use]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1459</guid>
		<description><![CDATA[The structure is a programming entity similar to classes [...]. The difference is that structures are value types while classes of objects are reference types. A value type variable is declared and the space according to said data type is allocated at the execution time. Value type variable is destroyed when leaving the block where [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/26/how-to-define-and-use-a-structure-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Implement Interfaces in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/23/how-to-implement-interfaces-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/23/how-to-implement-interfaces-in-vb-net/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 09:45:22 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Implementare]]></category>
		<category><![CDATA[Interfata]]></category>
		<category><![CDATA[Structura]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1430</guid>
		<description><![CDATA[Implementing an interface in VB.NET is done by specification Implements. Interfaces can be implemented by classes [...] and structures [...]. A class or structure can implement one or more interfaces, separated by the operator , in VB.NET. List of interfaces implemented by class/structure is given by their associated names at defining time [...]. In below [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/23/how-to-implement-interfaces-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Define Interfaces in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/23/how-to-define-interfaces-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/23/how-to-define-interfaces-in-vb-net/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 08:58:42 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Interfata]]></category>
		<category><![CDATA[Mostenire]]></category>
		<category><![CDATA[Namespace]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1419</guid>
		<description><![CDATA[The interface is a set of definitions of properties, methods and events. Unlike classes [...], interfaces do not contain the implementation. Interfaces are implemented [...] by classes, but are defined as separate entities. A class that implement an interface must implement all elements defined in that interface. Defining a VB.NET interface is achieved using the [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/23/how-to-define-interfaces-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Transmit the Message Assigned to an Event Defined in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/18/how-to-transmit-the-message-assigned-to-an-event-defined-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/18/how-to-transmit-the-message-assigned-to-an-event-defined-in-vb-net/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 08:46:21 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[Procedura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1395</guid>
		<description><![CDATA[Appearance of an event and transmission of its message is accomplished by specification RaiseEvent. Specification RaiseEvent is used only for events declared explicitly. Use RaiseEvent specification is exemplified in the following source code sequence developed in VB.NET: Module Module1 &#160; 'defining event handler Public Sub OpDiferenta(ByVal a As Integer, ByVal b As Integer) Dim dif [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/18/how-to-transmit-the-message-assigned-to-an-event-defined-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Define Events in Classes Built in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/18/how-to-define-events-in-classes-built-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/18/how-to-define-events-in-classes-built-in-vb-net/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 08:24:41 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[Procedura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1390</guid>
		<description><![CDATA[Declaring events in a class built in VB.NET is done using Event specification. Defining event involves assigning the name and arguments providing. Because an event is included in a class, the objects defined on that class may send messages related to event &#8211; raise. Transmission is accomplished by specification RaiseEvent. Assigning the event to procedure [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/18/how-to-define-events-in-classes-built-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Define Delegates in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/16/how-to-define-delegates-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/16/how-to-define-delegates-in-vb-net/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 09:24:41 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Delegat]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Invocare]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1381</guid>
		<description><![CDATA[The delegate is a pointer that allows the call of a function indirectly through its memory address. The delegate is used to call methods of other objects. It is similar to the function pointer used in other programming languages. The difference is that the delegate is a reference type on System.Delegate class. Delegates are useful [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/16/how-to-define-delegates-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Identify Characteristics of Events in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/16/how-to-identify-characteristics-of-events-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/16/how-to-identify-characteristics-of-events-in-vb-net/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 08:25:06 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Handler]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1369</guid>
		<description><![CDATA[The event is a message sent by an object and announces the application of production a fact. Events are implemented using delegates [...]. For example, clicking a command button in a graphical interface causes the appearance of the event Click. The event is treated by a procedure. Events are declared in the classes, structures, modules [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/16/how-to-identify-characteristics-of-events-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Use Data Types to Define Variables in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/09/how-to/</link>
		<comments>http://www.itcsolutions.eu/2010/03/09/how-to/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 09:01:25 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Tip de date]]></category>
		<category><![CDATA[Valoare]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1348</guid>
		<description><![CDATA[Data types associated to the variables establish the content of data and size of areas used to store data. In VB.NET, the following data types are available for software developer: Boolean: True/False values; memory area size varies depending on platform implementation; Byte: unsigned integer values; a variable of Byte type refers to a memory area [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/09/how-to/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crearea unei conexiuni ADO.NET si utilizarea DataSet in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/07/10/crearea-unei-conexiuni-adonet-si-utilizarea-dataset-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/07/10/crearea-unei-conexiuni-adonet-si-utilizarea-dataset-in-vbnet/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 14:01:48 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Baza de date]]></category>
		<category><![CDATA[Conexiune]]></category>
		<category><![CDATA[Creare]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Design View]]></category>
		<category><![CDATA[Executie]]></category>
		<category><![CDATA[Obiect]]></category>
		<category><![CDATA[Relatie]]></category>
		<category><![CDATA[Tabel]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=455</guid>
		<description><![CDATA[Databinding reprezinta caracteristica a controalelor de interfata VB.NET de extragere si afisare a datelor dintr-o sursa de date (baza de date) intr-un mod transparent pentru utilizator. Fiecare control de interfata legat de o sursa de date poseda propriile proprietati. Legarea controalelor de interfata cu surse de date se realizeaza prin clase suport definite in mediul [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/07/10/crearea-unei-conexiuni-adonet-si-utilizarea-dataset-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
