<?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; Creare</title>
	<atom:link href="http://www.itcsolutions.eu/tag/creare/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 DLL &#8211; Dynamic Link Library in C++ as Visual Studio 2008 Project</title>
		<link>http://www.itcsolutions.eu/2009/12/10/how-to-create-a-dll-dynamic-link-library-in-c-as-visual-studio-2008-project/</link>
		<comments>http://www.itcsolutions.eu/2009/12/10/how-to-create-a-dll-dynamic-link-library-in-c-as-visual-studio-2008-project/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 14:11:53 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Creare]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[Fisier]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Reutilizare]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=956</guid>
		<description><![CDATA[Using DLL ensure productivity and/or financial gain in the software development process by reusing the source code written C++. Routines and/or programming components included in a DLL are referenced in the application without the need of their re-implementation in these applications. To build a DLL in C++ programming language as Visual Studio 2008 project, it [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/12/10/how-to-create-a-dll-dynamic-link-library-in-c-as-visual-studio-2008-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crearea unei biblioteci DLL &#8211; Dynamic Link Library in C++ sub Visual Studio 2008</title>
		<link>http://www.itcsolutions.eu/2009/10/20/crearea-unei-biblioteci-dll-dynamic-link-library-in-limbajul-de-programare-c-sub-visual-studio/</link>
		<comments>http://www.itcsolutions.eu/2009/10/20/crearea-unei-biblioteci-dll-dynamic-link-library-in-limbajul-de-programare-c-sub-visual-studio/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 09:26:47 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Creare]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[Fisier]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Reutilizare]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=610</guid>
		<description><![CDATA[Utilizarea bibliotecilor DLL asigura productivitate si/sau castig financiar in procesul de dezvoltare software prin reutilizarea de cod sursa C++. Rutinele si/sau componentele de programare incluse intr-o biblioteca DLL sunt doar referite in aplicatii fara a mai fi nevoie reimplementarea lor in aceste aplicatii. Pentru a construi o biblioteca DLL in limbajul de programare C++ sub [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/20/crearea-unei-biblioteci-dll-dynamic-link-library-in-limbajul-de-programare-c-sub-visual-studio/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>
		<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>How to: Create the Structure of a Table Using Design View in Microsoft Access 2003</title>
		<link>http://www.itcsolutions.eu/2009/07/06/how-to-create-the-structure-of-a-table-using-design-view-in-microsoft-access-2003/</link>
		<comments>http://www.itcsolutions.eu/2009/07/06/how-to-create-the-structure-of-a-table-using-design-view-in-microsoft-access-2003/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 12:25:56 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[Access 2003]]></category>
		<category><![CDATA[Baza de date]]></category>
		<category><![CDATA[Cheie primara]]></category>
		<category><![CDATA[Creare]]></category>
		<category><![CDATA[Design View]]></category>
		<category><![CDATA[Inregistrare]]></category>
		<category><![CDATA[Structura]]></category>
		<category><![CDATA[Tabel]]></category>
		<category><![CDATA[Tip de date]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=394</guid>
		<description><![CDATA[Creating a table using Design View in Access 2003 consists in explicit defining the data types [...] associated to the fields and their properties. Table EMPLOYEES is considered, having the following structure: IDAng, DenDep, Nume, Pren, Functia, AdrEmail, TelInt, Adresa, Loc, Jud, CodPost, TelAcs, TelJob, DataNast, DataAng, Obs. Fields of the table EMPLOYEES have the following [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/07/06/how-to-create-the-structure-of-a-table-using-design-view-in-microsoft-access-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crearea unei baze de date in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/26/crearea-unei-baze-de-date-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/26/crearea-unei-baze-de-date-in-vbnet/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 14:16:15 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Baza de date]]></category>
		<category><![CDATA[Creare]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Obiect Table]]></category>
		<category><![CDATA[SGBD]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Structura]]></category>
		<category><![CDATA[Tabel]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=347</guid>
		<description><![CDATA[Baza de date este un termen ce desemneaza un fisier structurat, creat in vederea stocarii si administrarii datelor. Administrarea datelor in baze de date vizeaza operatii precum: regasirea, sortarea, gruparea si relationarea datelor. Stocarea si administrarea datelor se realizeaza prin intermediul sistemelor de gestiune a bazelor de date SGBD. Un exemplu de astfel de SGBD [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/26/crearea-unei-baze-de-date-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Create a Table Object in a Database Microsoft Access 2003</title>
		<link>http://www.itcsolutions.eu/2009/06/24/how-to-create-a-table-object-in-a-database-microsoft-access-2003/</link>
		<comments>http://www.itcsolutions.eu/2009/06/24/how-to-create-a-table-object-in-a-database-microsoft-access-2003/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 12:04:44 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[Access 2003]]></category>
		<category><![CDATA[Baza de date]]></category>
		<category><![CDATA[Creare]]></category>
		<category><![CDATA[Obiect Table]]></category>
		<category><![CDATA[Tabel]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=306</guid>
		<description><![CDATA[Creating a table in a database Microsoft Access 2003 consists in: selecting the type of object Tables in the Database Window [...]; command launch New in the toolbar of the Database Window; selecting how to create the table from the list of the options in the dialog box New Table. Ways to create a table [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/24/how-to-create-a-table-object-in-a-database-microsoft-access-2003/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Create a Database in Microsoft Access 2003</title>
		<link>http://www.itcsolutions.eu/2009/06/19/creating-a-database-in-microsoft-access-2003/</link>
		<comments>http://www.itcsolutions.eu/2009/06/19/creating-a-database-in-microsoft-access-2003/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 07:46:18 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[Access 2003]]></category>
		<category><![CDATA[Baza de date]]></category>
		<category><![CDATA[Creare]]></category>
		<category><![CDATA[Template]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=223</guid>
		<description><![CDATA[A database contains information on data to be stored and managed. Creating a database Microsoft Access 2003 is made either from a blank database, either from a template of the database provided by Microsoft Access 2003 application. Creating a blank database in Access 2003 consists of: opening panel of the New File task order selection [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/19/creating-a-database-in-microsoft-access-2003/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>
		<item>
		<title>Crearea structurii unui tabel inclus intr-o baza de date Microsoft Access 2003 utilizand Design View</title>
		<link>http://www.itcsolutions.eu/2009/05/27/crearea-structurii-unui-tabel-inclus-intr-o-baza-de-date-microsoft-access-2003-utilizand-design-view/</link>
		<comments>http://www.itcsolutions.eu/2009/05/27/crearea-structurii-unui-tabel-inclus-intr-o-baza-de-date-microsoft-access-2003-utilizand-design-view/#comments</comments>
		<pubDate>Wed, 27 May 2009 09:34:46 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[Access 2003]]></category>
		<category><![CDATA[Baza de date]]></category>
		<category><![CDATA[Cheie primara]]></category>
		<category><![CDATA[Creare]]></category>
		<category><![CDATA[Design View]]></category>
		<category><![CDATA[Inregistrare]]></category>
		<category><![CDATA[Structura]]></category>
		<category><![CDATA[Tabel]]></category>
		<category><![CDATA[Tip de date]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=42</guid>
		<description><![CDATA[Crearea unui tabel utilizand Design View in Access 2003 consta in definirea explicita a tipurilor de date [...] asociate campurilor si proprietatile acestora. Se considera relatia ANGAJATI cu urmatoarea structura: IDAng, DenDep, Nume, Pren, Functia, AdrEmail, TelInt, Adresa, Loc, Jud, CodPost, TelAcs, TelJob, DataNast, DataAng, Obs. Relatia ANGAJATI este implementata in tabelul ANGAJATI creat in [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/05/27/crearea-structurii-unui-tabel-inclus-intr-o-baza-de-date-microsoft-access-2003-utilizand-design-view/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
