<?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; Visual Studio</title>
	<atom:link href="http://www.itcsolutions.eu/tag/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Sun, 16 Oct 2011 21:22:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to deploy .NET applications that use modules/libraries with different version than the development ones</title>
		<link>http://www.itcsolutions.eu/2010/09/11/how-to-deploy-net-applications-that-use-moduleslibraries-with-different-version-than-the-development-ones/</link>
		<comments>http://www.itcsolutions.eu/2010/09/11/how-to-deploy-net-applications-that-use-moduleslibraries-with-different-version-than-the-development-ones/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 18:34:02 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C sharp (C#)]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1553</guid>
		<description><![CDATA[Because with new versions of connectors or another external libraries there may be some compatibility issues, developers of .NET applications may find themselves in the next situation on developer machine they are forced to install these new versions of the external libraries or modules on the client machine, with different software or hardware configuration, there are [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/09/11/how-to-deploy-net-applications-that-use-moduleslibraries-with-different-version-than-the-development-ones/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to connect to MySQL database from Visual Studio VS2010 &#8211; problems with NET connectors</title>
		<link>http://www.itcsolutions.eu/2010/09/09/how-to-connect-to-mysql-database-from-visual-studio-vs2010-problems-with-net-connectors/</link>
		<comments>http://www.itcsolutions.eu/2010/09/09/how-to-connect-to-mysql-database-from-visual-studio-vs2010-problems-with-net-connectors/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 20:17:35 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C sharp (C#)]]></category>
		<category><![CDATA[Baza de date]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1543</guid>
		<description><![CDATA[The application connects to a MySQL database and after porting it to VS2010, the IDE does not show the connection to the MySQL in Server Explorer. Also when trying to add the data connection, in the Choose Data Source window it does not show the MySQL Database.]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/09/09/how-to-connect-to-mysql-database-from-visual-studio-vs2010-problems-with-net-connectors/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<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</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>2</slash:comments>
		</item>
		<item>
		<title>How to: Apply the Arithmetic of Pointers and Access the Areas of Heap Memory in C++</title>
		<link>http://www.itcsolutions.eu/2009/11/21/how-to-apply-the-pointers-arithmetic-and-access-the-areas-of-heap-memory-in-c-programming-language/</link>
		<comments>http://www.itcsolutions.eu/2009/11/21/how-to-apply-the-pointers-arithmetic-and-access-the-areas-of-heap-memory-in-c-programming-language/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 13:00:23 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Adresa]]></category>
		<category><![CDATA[Alocare]]></category>
		<category><![CDATA[Aritmetica]]></category>
		<category><![CDATA[Caracter]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Masiv]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Pointer]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=854</guid>
		<description><![CDATA[Areas of heap memory are accessed via variables of pointer type [...]. This kind of variable manages values of memory address type. Arithmetic of pointers [...] involves the operators use to access the areas of heap memory. Allocating of heap memory areas is done by functions and/or operators implemented in programming language. In the below [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/21/how-to-apply-the-pointers-arithmetic-and-access-the-areas-of-heap-memory-in-c-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patch pentru conectarea la SQL Server 2008 din Visual Studio 2008</title>
		<link>http://www.itcsolutions.eu/2009/11/10/patch-pentru-conectarea-la-sql-server-2008-din-visual-studio-2008/</link>
		<comments>http://www.itcsolutions.eu/2009/11/10/patch-pentru-conectarea-la-sql-server-2008-din-visual-studio-2008/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 13:11:53 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[Baza de date]]></category>
		<category><![CDATA[Conexiune]]></category>
		<category><![CDATA[Patch]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=817</guid>
		<description><![CDATA[Mediul de programare Visual Studio este utilizat pentru dezvoltarea de aplicatii software, utilizand tehnologii Microsoft. Conectarea din mediul de dezvoltare Visual Studio 2008 la o baza de date creata pe un server SQL Server 2008 se poate realiza daca exista instalat un patch pentru Visual Studio 2008. Patch-ul poate fi descarcat si instalat de la [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/10/patch-pentru-conectarea-la-sql-server-2008-din-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utilizarea unei biblioteci DLL &#8211; Dynamic Link Library in C++ sub Visual Studio 2008</title>
		<link>http://www.itcsolutions.eu/2009/10/23/utilizarea-unei-biblioteci-dll-dynamic-link-library-in-limbajul-de-programare-c-sub-visual/</link>
		<comments>http://www.itcsolutions.eu/2009/10/23/utilizarea-unei-biblioteci-dll-dynamic-link-library-in-limbajul-de-programare-c-sub-visual/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 09:51:20 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[Fisier]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Referire]]></category>
		<category><![CDATA[Solutie]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=630</guid>
		<description><![CDATA[Utilizarea elementelor de programare incluse in biblioteci DLL [...] se realizeaza in aplicatii C++ cu respectarea anumitor reguli precizate mai jos. Pentru a utiliza o biblioteca DLL in limbajul de programare C++ sub mediul de programare Visual Studio, se procedeaza astfel: Crearea unui proiect C++ de tip Console application; Definirea continutului pentru fisierul sursa care [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/23/utilizarea-unei-biblioteci-dll-dynamic-link-library-in-limbajul-de-programare-c-sub-visual/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</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>Aritmetica de pointeri si accesarea zonelor de memorie heap in C++</title>
		<link>http://www.itcsolutions.eu/2009/10/12/aplicarea-aritmeticii-de-pointeri-si-accesarea-zonelor-de-memorie-heap/</link>
		<comments>http://www.itcsolutions.eu/2009/10/12/aplicarea-aritmeticii-de-pointeri-si-accesarea-zonelor-de-memorie-heap/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 12:28:01 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Adresa]]></category>
		<category><![CDATA[Alocare]]></category>
		<category><![CDATA[Aritmetica]]></category>
		<category><![CDATA[Caracter]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Masiv]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Pointer]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=552</guid>
		<description><![CDATA[Zonele de memorie heap sunt accesate prin intermediul variabilelor de tip pointer [...]. Acest tip de variabile gestioneaza valori de tip adresa de memorie. Aritmetica de pointeri [...] presupune utilizarea operatorilor pentru accesarea zonelor de memorie heap. Alocarea zonelor de memorie heap se realizeaza prin functii si/sau operatori implementati la nivel de limbaj de programare. [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/12/aplicarea-aritmeticii-de-pointeri-si-accesarea-zonelor-de-memorie-heap/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</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>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</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>
	</channel>
</rss>

