<?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>DevSource360.com &#187; Programming</title>
	<atom:link href="http://www.devsource360.com/freedownload/category/freetipsandtricks/programming-freetipsandtricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devsource360.com</link>
	<description>Free Source Code,Free Download,Free E-Book,Free Software, Free Tutorial, Free Tips and Tricks, Open Source</description>
	<lastBuildDate>Sun, 01 Aug 2010 00:12:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Free WinForms Controls</title>
		<link>http://www.devsource360.com/freedownload/otherdownload/free-download-free-winforms-controls.html</link>
		<comments>http://www.devsource360.com/freedownload/otherdownload/free-download-free-winforms-controls.html#comments</comments>
		<pubDate>Mon, 29 Mar 2010 11:53:29 +0000</pubDate>
		<dc:creator>viblend</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[FREE SOFTWARE DOWNLOAD]]></category>
		<category><![CDATA[FREE SOURCE CODE DOWNLOAD]]></category>
		<category><![CDATA[ICONS AND ETC.]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Visual Basic.NET]]></category>
		<category><![CDATA[Free .NET Controls]]></category>
		<category><![CDATA[Free WinForms Components]]></category>
		<category><![CDATA[Free WinForms Controls]]></category>
		<category><![CDATA[VIblend]]></category>
		<category><![CDATA[VIBlend WinForms Controls]]></category>

		<guid isPermaLink="false">http://www.devsource360.com/?p=3599</guid>
		<description><![CDATA[The  Accordion style Navgation pane is a WinForms control that allows you to create multiple panes which are stacked on each other. Only one of the panes is expanded at a  time. The accordion navigation pane ships with 15 professionally designed themes including Office and Vista style themes

 


Other controls included in the [...]]]></description>
		<wfw:commentRss>http://www.devsource360.com/freedownload/otherdownload/free-download-free-winforms-controls.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Techniques To Avoid And Detect Deadlocks In .NET Apps</title>
		<link>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-advanced-techniques-to-avoid-and-detect-deadlocks-in-net-apps.html</link>
		<comments>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-advanced-techniques-to-avoid-and-detect-deadlocks-in-net-apps.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 15:08:26 +0000</pubDate>
		<dc:creator>philipnaparan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[TIPS AND TRICKS]]></category>
		<category><![CDATA[Advanced Techniques To Avoid And Detect Deadlocks In .NET Apps]]></category>

		<guid isPermaLink="false">http://www.devsource360.com/?p=2376</guid>
		<description><![CDATA[ 

Contents
Deadlocks 101 
 Other Subtle Deadlock Examples 
 Avoiding Deadlocks with Lock Leveling 
 Detecting and Breaking Deadlocks 
 The Algorithms 
 Spelunking Through the Hosting APIs 
 Wait Graph Construction and Traversal 
 Custom Deadlock Host in Action 
 Wrap-Up


 
Application hangs are one of the most frustrating situations a user can experience. They&#8217;re [...]]]></description>
		<wfw:commentRss>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-advanced-techniques-to-avoid-and-detect-deadlocks-in-net-apps.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql in visual basic Sample Source Code</title>
		<link>http://www.devsource360.com/freedownload/freesourcecodes/free-download-mysql-in-visual-basic-sample-source-code.html</link>
		<comments>http://www.devsource360.com/freedownload/freesourcecodes/free-download-mysql-in-visual-basic-sample-source-code.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 10:58:21 +0000</pubDate>
		<dc:creator>rodolfo_panganiban</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[FREE SOURCE CODE DOWNLOAD]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[TIPS AND TRICKS]]></category>
		<category><![CDATA[Visual Basic 6.0]]></category>
		<category><![CDATA[Mysql in visual basic Sample Source Code]]></category>

		<guid isPermaLink="false">http://www.devsource360.com/?p=2206</guid>
		<description><![CDATA[






'Here I create a variable named MySQL as a new connection object for MySQL








Global MySQL As New MySQL_CONNECTION








 








Private Function MySQL_Connect() As Boolean








Dim res_MySQL As MYSQL_CONNECTION_STATE








 








MySQL_Connect = False








res_MySQL = MySQL.OpenConnection("server", "username", "password", "database", 3306, CLIENT_COMPRESS)








 








If res_MySQL = MY_CONN_OPEN Then








  MySQL_Connect = True








End Function








 








' Query -&#62; MySQL query to execute.








' CloseRS -&#62; Optional. Close recordset created [...]]]></description>
		<wfw:commentRss>http://www.devsource360.com/freedownload/freesourcecodes/free-download-mysql-in-visual-basic-sample-source-code.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complete Comparison for VB.NET and C#</title>
		<link>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-complete-comparison-vbnet.html</link>
		<comments>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-complete-comparison-vbnet.html#comments</comments>
		<pubDate>Thu, 24 Dec 2009 11:50:54 +0000</pubDate>
		<dc:creator>philipnaparan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[TIPS AND TRICKS]]></category>
		<category><![CDATA[Complete Comparison for VB.NET and C#]]></category>

		<guid isPermaLink="false">http://www.devsource360.com/?p=1697</guid>
		<description><![CDATA[Complete Comparison for VB.NET and C#
Contents
1. Introduction
 2. Advantages of both languages
 3. Keyword Differences
 4. Data types Differences
 5. Operators Differences
 6. Programming Difference
 7. New Features of both languages in 2005 version
 8. Conclusion
 9. History
 
 Introduction
Some people like VB.NET&#8217;s natural language, case-insensitive approach, others like C#&#8217;s terse syntax. But both have [...]]]></description>
		<wfw:commentRss>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-complete-comparison-vbnet.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>E-World UI – Free controls (2.0.6) for ASP.NET</title>
		<link>http://www.devsource360.com/freedownload/freesourcecodes/free-download-eworld-ui-free-controls-206-aspnet.html</link>
		<comments>http://www.devsource360.com/freedownload/freesourcecodes/free-download-eworld-ui-free-controls-206-aspnet.html#comments</comments>
		<pubDate>Thu, 22 Oct 2009 17:18:40 +0000</pubDate>
		<dc:creator>philipnaparan</dc:creator>
				<category><![CDATA[ASP/ASP.NET]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[FREE SOURCE CODE DOWNLOAD]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[E-World UI – Free controls (2.0.6) for ASP.NET]]></category>

		<guid isPermaLink="false">http://www.devsource360.com/?p=932</guid>
		<description><![CDATA[
 Custom Server Controls 
Below are the controls that I&#8217;ve been working on, find out more information by clicking on the control name. If you wish to download the controls immediately, head over to the downloads page. 
 



Control Name:
Description:


Calendar Popup
Allows you to easily create a popup calendar that does not require a postback to [...]]]></description>
		<wfw:commentRss>http://www.devsource360.com/freedownload/freesourcecodes/free-download-eworld-ui-free-controls-206-aspnet.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrate Google Maps into Flash CS4</title>
		<link>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-integrate-google-maps-flash-cs4.html</link>
		<comments>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-integrate-google-maps-flash-cs4.html#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:03:27 +0000</pubDate>
		<dc:creator>philipnaparan</dc:creator>
				<category><![CDATA[Graphics And Multimedia]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[TIPS AND TRICKS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Integrate Google Maps into Flash CS4]]></category>

		<guid isPermaLink="false">http://www.devsource360.com/?p=894</guid>
		<description><![CDATA[
One of the most important skills for Flash developers to learn is how to utilize the vast collections of Web APIs that are available for services such as Flickr, Twitter, Facebook, and mapping using either Google or Yahoo. In this tutorial you’ll learn how to integrate Google Maps into your Flash application using just a [...]]]></description>
		<wfw:commentRss>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-integrate-google-maps-flash-cs4.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET JW FLV Flash Video Player Control</title>
		<link>http://www.devsource360.com/freedownload/freesourcecodes/free-download-aspnet-jw-flv-flash-video-player-control.html</link>
		<comments>http://www.devsource360.com/freedownload/freesourcecodes/free-download-aspnet-jw-flv-flash-video-player-control.html#comments</comments>
		<pubDate>Fri, 16 Oct 2009 21:10:17 +0000</pubDate>
		<dc:creator>rodolfo_panganiban</dc:creator>
				<category><![CDATA[ASP/ASP.NET]]></category>
		<category><![CDATA[Complete Application System Source Code]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[FREE SOFTWARE DOWNLOAD]]></category>
		<category><![CDATA[FREE SOURCE CODE DOWNLOAD]]></category>
		<category><![CDATA[General Programming]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ASP.NET JW FLV Flash Video Player Control]]></category>

		<guid isPermaLink="false">http://www.devsource360.com/?p=868</guid>
		<description><![CDATA[
How to use ASP.NET JW FLV Flash Video Player Control
To use control, unzip downloaded package and add reference in your web project to JW-FLV-Player-Control.dll. After that, place the control to the web form. On the web form control is not rendered correctly. It looks like in image bellow.

 FLV player on web form at design [...]]]></description>
		<wfw:commentRss>http://www.devsource360.com/freedownload/freesourcecodes/free-download-aspnet-jw-flv-flash-video-player-control.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Compact and Repair MS Access Database using ADO and JRO</title>
		<link>http://www.devsource360.com/freedownload/freesourcecodes/free-download-compact-repair-ms-access-database-ado-jro.html</link>
		<comments>http://www.devsource360.com/freedownload/freesourcecodes/free-download-compact-repair-ms-access-database-ado-jro.html#comments</comments>
		<pubDate>Tue, 06 Oct 2009 18:19:37 +0000</pubDate>
		<dc:creator>ginxwizard</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[FREE SOURCE CODE DOWNLOAD]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[TIPS AND TRICKS]]></category>
		<category><![CDATA[Visual Basic 6.0]]></category>
		<category><![CDATA[Compact and Repair MS Access Database using ADO and JRO]]></category>

		<guid isPermaLink="false">http://www.devsource360.com/?p=696</guid>
		<description><![CDATA[
This function uses the Microsoft Jet and Replication ObjectsLibrary (part of ADO) to compact and repair a Microsoft Accessdatabase. A project reference is required to the Microsoft Jetand Replication Objects Library.You may want to add error handling to this procedure, or tothe function that calls it as the compact and repair may fail,for instance, if [...]]]></description>
		<wfw:commentRss>http://www.devsource360.com/freedownload/freesourcecodes/free-download-compact-repair-ms-access-database-ado-jro.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compact and Repair Access Database using C# and late binding</title>
		<link>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-compact-repair-access-database-late-binding.html</link>
		<comments>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-compact-repair-access-database-late-binding.html#comments</comments>
		<pubDate>Tue, 06 Oct 2009 16:25:15 +0000</pubDate>
		<dc:creator>ginxwizard</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[TIPS AND TRICKS]]></category>
		<category><![CDATA[Compact and Repair Access Database using C# and late binding]]></category>

		<guid isPermaLink="false">http://www.devsource360.com/?p=679</guid>
		<description><![CDATA[Introduction
This code compacts and repairs an MS Access database from a C# .NET application, no matter if it&#8217;s a simple &#8220;.mdb&#8221;, or a &#8220;.mdw&#8221;-secured workgroup-shared DB. It performs exactly the same operation as &#8220;Tools &#8211; Database Utils &#8211; Compact and Repair Database&#8230;&#8221; menu item in the MS Access application. The code uses &#8220;late binding&#8221; (creating [...]]]></description>
		<wfw:commentRss>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-compact-repair-access-database-late-binding.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full particle animation using the AS (flash)</title>
		<link>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-full-particle-animation.html</link>
		<comments>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-full-particle-animation.html#comments</comments>
		<pubDate>Sun, 04 Oct 2009 20:16:04 +0000</pubDate>
		<dc:creator>roynaparan</dc:creator>
				<category><![CDATA[Graphics And Multimedia]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[TIPS AND TRICKS]]></category>
		<category><![CDATA[Full particle animation using the AS (flash)]]></category>

		<guid isPermaLink="false">http://www.devsource360.com/?p=631</guid>
		<description><![CDATA[

Using this thoroughly explained, detailed flash lesson, I will explain to you how to create advanced and full particle animation using the Action Script code and some special flash tips and tricks. You can use this animation for any flash header, banner or for some other flash components. Using this lesson, you will also learn [...]]]></description>
		<wfw:commentRss>http://www.devsource360.com/freedownload/freetipsandtricks/free-download-full-particle-animation.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
