<?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; Proiect</title>
	<atom:link href="http://www.itcsolutions.eu/tag/proiect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Thu, 09 Sep 2010 20:34:34 +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: Create a VB.NET Solution with Visual Studio 2008</title>
		<link>http://www.itcsolutions.eu/2009/07/07/how-to-create-a-vbnet-solution-with-visual-studio-2008/</link>
		<comments>http://www.itcsolutions.eu/2009/07/07/how-to-create-a-vbnet-solution-with-visual-studio-2008/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 08:32:22 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Creare]]></category>
		<category><![CDATA[New Project]]></category>
		<category><![CDATA[Proiect]]></category>
		<category><![CDATA[Solutie]]></category>
		<category><![CDATA[Structura]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=405</guid>
		<description><![CDATA[A software application developed in VB.NET language is built into a VB.NET solution. A VB.NET solution consists of one or more projects. A project VB.NET generates one or more fundamental installation units exe, dll. An installation unit is generated from one or more source files. A source file contains the definition and implementation of classes [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/07/07/how-to-create-a-vbnet-solution-with-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definirea unui ansamblu in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/22/definirea-unui-ansamblu-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/22/definirea-unui-ansamblu-in-vbnet/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 12:09:04 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Ansamblu]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Executie]]></category>
		<category><![CDATA[Proiect]]></category>
		<category><![CDATA[Referire]]></category>
		<category><![CDATA[Tip de date]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=258</guid>
		<description><![CDATA[Ansamblul reprezinta o colectie de tipuri si resurse ce formeaza o unitate functionala. Ansamblul formeaza unitatea fundamentala de implementare, controlul versiunilor, reutilizare, domeniul de activare si permisiunile de securitate pentru aplicatii bazate pe platforma .NET. Intr-un ansamblu se include un manifest, similar unui cuprins: identitatea ansamblului: denumire si versiune; tabela de fisiere: fisierele utilizate pentru [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/22/definirea-unui-ansamblu-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Transmiterea mesajului asociat unui eveniment definit in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/12/transmiterea-mesajului-asociat-unui-eveniment-definit-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/12/transmiterea-mesajului-asociat-unui-eveniment-definit-in-vbnet/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 12:17:18 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Expresie]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[Procedura]]></category>
		<category><![CDATA[Proiect]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=168</guid>
		<description><![CDATA[Aparitia unui eveniment si transmiterea mesajul asociat acestuia se realizeaza prin specificatia RaiseEvent. Specificatia RaiseEvent este utilizata doar pentru evenimente declarate explicit. Utilizarea specificatiei RaiseEvent este exemplificata in urmatoarea secventa de cod sursa VB.NET: Module Module1 'definire handler de eveniment Public Sub OpDiferenta(ByVal a As Integer, ByVal b As Integer)     Dim dif As Integer [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/12/transmiterea-mesajului-asociat-unui-eveniment-definit-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crearea unei solutii VB.NET cu ajutorul mediului de dezvoltare Visual Studio 2008</title>
		<link>http://www.itcsolutions.eu/2009/05/28/crearea-unei-solutii-vbnet-cu-ajutorul-mediului-de-dezvoltare-visual-studio-2008/</link>
		<comments>http://www.itcsolutions.eu/2009/05/28/crearea-unei-solutii-vbnet-cu-ajutorul-mediului-de-dezvoltare-visual-studio-2008/#comments</comments>
		<pubDate>Thu, 28 May 2009 09:05:04 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Creare]]></category>
		<category><![CDATA[New Project]]></category>
		<category><![CDATA[Proiect]]></category>
		<category><![CDATA[Solutie]]></category>
		<category><![CDATA[Structura]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=75</guid>
		<description><![CDATA[O aplicatie software dezvoltata in limbajul VB.NET este construita intr-o solutie VB.NET. O solutie VB.NET este formata din unul sau mai multe proiecte. Un proiect VB.NET genereaza una sau mai multe unitati fundamentale de instalare exe, dll. O unitate de instalare este generata din unul sau mai multe fisiere sursa. Un fisier sursa cuprinde definirea [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/05/28/crearea-unei-solutii-vbnet-cu-ajutorul-mediului-de-dezvoltare-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
