﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>C-Sharpcorner Latest Articles</title><link>http://www.c-sharpcorner.com/</link><description>Watch articles from C# Corner</description><copyright>© 1999 - 2007  Mindcracker LLC. All Rights Reserved</copyright><item><title>Listing and Killing Processes with Visual Basic</title><description>This article provides a simple example of how to use the System.Diagnostics.Process library to display a list of running processes, and to select and kill processes by their process name and ID. </description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/ListKillProcessesVB05012008062858AM/ListKillProcessesVB.aspx</link><pubDate>5/6/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>VB Object Instantiation: Part I. Constructors</title><description>There are many ways to approach object instantiation.  In this article we'll cover a few of the patterns used to instantiate objects.</description><link>http://www.vbdotnetheaven.com/UploadFile/rmcochran/instantiationI05052008043112AM/instantiationI.aspx</link><pubDate>5/6/2008 12:00:00 AM</pubDate><author>Matthew Cochran</author></item><item><title>Web Services</title><description>This article tells you about Web Services, which provide a way to run a service on the web and access its methods using standard protocols, including  SOAP, XML, WSDL and HTTP.</description><link>http://www.vbdotnetheaven.com/UploadFile/mahesh/WebServices05052008005647AM/WebServices.aspx</link><pubDate>5/5/2008 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Ajax Toolkit: AlwaysVisibleControlExtender</title><description>Through this article you will learn: How to use AlwaysVisibleControlExtender control in ASP.NET 2.0.</description><link>http://www.vbdotnetheaven.com/UploadFile/raj1979/AlwaysVisibleControlExtender05022008000230AM/AlwaysVisibleControlExtender.aspx</link><pubDate>5/2/2008 12:33:43 AM</pubDate><author>Raj Beniwal</author></item><item><title>Serialization in VB and .net</title><description>Serialization is a process through which an object's state is transformed into some serial data format, such as XML or binary format.</description><link>http://www.vbdotnetheaven.com/UploadFile/Nimusoft/Serialization105022008052559AM/Serialization1.aspx</link><pubDate>5/2/2008 12:00:00 AM</pubDate><author>Nimesh Patel</author></item><item><title>Working with delegates: part I</title><description>This article gives you complete information about the delegates.</description><link>http://www.vbdotnetheaven.com/UploadFile/vmsanthosh.chn/delegatesOne05012008015011AM/delegatesOne.aspx</link><pubDate>5/1/2008 2:07:58 AM</pubDate><author>Santhosh Veeraraman LnT</author></item><item><title>Word automation using VB</title><description>This article is tells you about Word automation through VB, which is all about programmatically generating the Word Document using VB code. </description><link>http://www.vbdotnetheaven.com/UploadFile/amrish_deep/WordAutomation05012008043859AM/WordAutomation.aspx</link><pubDate>5/1/2008 12:00:00 AM</pubDate><author>Amrish Deep Ravidas</author></item><item><title>Web based colour tool for .NET</title><description>This article gives you information about the System.Drawing namespace, which is very useful while working with colours in your .net projects.</description><link>http://www.vbdotnetheaven.com/UploadFile/beto7474/WebBasedColourTool04302008023919AM/WebBasedColourTool.aspx</link><pubDate>4/30/2008 2:56:40 AM</pubDate><author>Rob </author></item><item><title>Accessing themes/skinid's programmatically using asp.net 2.0</title><description>This article tells you about how you can access Theme &amp; Skins &amp; use CSS with respect to each theme.</description><link>http://www.vbdotnetheaven.com/UploadFile/munnamax/ThemesSkins04302008041915AM/ThemesSkins.aspx</link><pubDate>4/30/2008 12:00:00 AM</pubDate><author>Munir Shaikh</author></item><item><title>Using pointers in VB</title><description>This article explains the concept of pointers and how you implement them in VB should you need to.</description><link>http://www.vbdotnetheaven.com/UploadFile/pcurnow/usingpointers04292008062040AM/usingpointers.aspx</link><pubDate>4/29/2008 6:45:00 AM</pubDate><author>Phil Curnow</author></item><item><title>Callback operations in windows communication foundation.</title><description>This article is intended to illustrate how to implement callback operations in WCF through a common business scenario.</description><link>http://www.vbdotnetheaven.com/UploadFile/john_charles/Callbackoperationsinwindowscommunicationfoundation04282008061015AM/Callbackoperationsinwindowscommunicationfoundation.aspx</link><pubDate>4/29/2008 12:00:00 AM</pubDate><author>John Charles Olamendy</author></item><item><title>A guide to objectdatasource control</title><description>One of the best new features of the forthcoming ASP.NET 2.0 will be the ObjectDataSource control. However, as I found out in my experimentation what seems like a simple control has some complex behaviours to master to get it working properly. If (like me) you have an existing data access layer you may have to make changes to be able to use ObjectDataSource.
</description><link>http://www.vbdotnetheaven.com/UploadFile/rehamanshaik/Objectdatasource04282008012910AM/Objectdatasource.aspx</link><pubDate>4/29/2008 12:00:00 AM</pubDate><author>Rehaman SK</author></item><item><title>Auto refresh data on page using AJAX</title><description>In this article, I am going to explain how we can auto refresh data on an ASP.NET page after a certain interval using AJAX UpdatePanel and other controls. </description><link>http://www.vbdotnetheaven.com/UploadFile/raj1979/ac04252008025024AM/ac.aspx</link><pubDate>4/25/2008 3:08:45 AM</pubDate><author>Raj Beniwal</author></item><item><title>Generate SQL statements with objects, attributes and reflection</title><description>This article tells you about how to create a sql command with sql statement and parameters dynamically.</description><link>http://www.vbdotnetheaven.com/UploadFile/AquilaNonE/SQLAttributeReflection04252008003513AM/SQLAttributeReflection.aspx</link><pubDate>4/25/2008 12:00:00 AM</pubDate><author>Edmund H  Smith</author></item><item><title>How to: compress and decompress data</title><description>This article shows that how we can compress and decompress our data.</description><link>http://www.vbdotnetheaven.com/UploadFile/ahsanshakir/CompressandDecompressData04242008044454AM/CompressandDecompressData.aspx</link><pubDate>4/24/2008 5:01:40 AM</pubDate><author>Muhammad Shakir</author></item><item><title>OleHelper for microsoft access using asp.net 2.0</title><description>This Article is very much similar to the Microsoft Data Access Application Block, provides static methods in a "sealed class OleHelper" Where I have execute Dataset, Executenonquery &amp; preparecommand.</description><link>http://www.vbdotnetheaven.com/UploadFile/munnamax/Olehelper04242008004807AM/Olehelper.aspx</link><pubDate>4/24/2008 1:27:01 AM</pubDate><author>Munir Shaikh</author></item><item><title>Edit and encrypt web.config sections using .net 2.0</title><description>An article to illustrate editing and encrypting of sections of Web.Config file programmatically. </description><link>http://www.vbdotnetheaven.com/UploadFile/neo_matrix/EditWebConfig04232008032339AM/EditWebConfig.aspx</link><pubDate>4/23/2008 4:14:56 AM</pubDate><author>Mohammed Habeeb</author></item><item><title> .Net and active directory</title><description>This article outlines connecting to AD from .Net using ADO and System.DirectoryServices and also forming a unique ID from AD, moving entries from AD to a database and forming AD queries (also date formatting for AD).</description><link>http://www.vbdotnetheaven.com/UploadFile/kb_sathya/DotNETActiveDirectory04232008014621AM/DotNETActiveDirectory.aspx</link><pubDate>4/23/2008 12:00:00 AM</pubDate><author>sathya </author></item><item><title>Windows workflow foundation at a glance</title><description>This article is intended to show information about Windows workflow foundation (WWF) of key part of Microsoft.NET 3.0 technologies suite. I will illustrate the concepts and the main components of this technology.</description><link>http://www.vbdotnetheaven.com/UploadFile/john_charles/Windowsworkflowfoundationataglance04222008022912AM/Windowsworkflowfoundationataglance.aspx</link><pubDate>4/22/2008 2:54:11 AM</pubDate><author>John Charles Olamendy</author></item><item><title>Accessing oracle database from Microsoft.NET 2.0 using oracle data provider for .NET</title><description>This article is intended to show how to access the Oracle database using ADO.NET programming model and Oracle Data Provider for .NET (ODP.NET) that Oracle makes available.</description><link>http://www.vbdotnetheaven.com/UploadFile/john_charles/AccessingOracleDatabasefromMicrosoftNET04222008012317AM/AccessingOracleDatabasefromMicrosoftNET.aspx</link><pubDate>4/22/2008 1:35:29 AM</pubDate><author>John Charles Olamendy</author></item><item><title>Using the BackgroundWorker Component with composite user controls</title><description>In this article you will learn how to use the BackgroundWorker Component with user controls in VB.</description><link>http://www.vbdotnetheaven.com/UploadFile/LivMic/UC_BGWorker04212008051337AM/UC_BGWorker.aspx</link><pubDate>4/21/2008 5:56:09 AM</pubDate><author>Michael Livshitz</author></item><item><title>XAML layout using the panel class</title><description>This article describes how to use the DockPanel element to achieve standard layouts in XAML.  While there are a number of interface elements that can be used to position controls in your application, DockPanel provides one of the easiest mechanisms for defining scalable layouts.</description><link>http://www.vbdotnetheaven.com/UploadFile/cook451/XAMLLayout04212008004009AM/XAMLLayout.aspx</link><pubDate>4/21/2008 12:00:00 AM</pubDate><author>Doug Cook</author></item><item><title>Edit, Delete and Update in a DataGrid in Visual Web developer 2005</title><description>Here in this article I am going to show, how to edit, Delete and update data in a DataGrid.</description><link>http://www.vbdotnetheaven.com/UploadFile/rahul4_saxena/BasicoperationsofDataGrid04192008014120AM/BasicoperationsofDataGrid.aspx</link><pubDate>4/19/2008 12:00:00 AM</pubDate><author>Raahul Kumar Saxena</author></item><item><title>Extracting the country from IP Address</title><description>Sometimes we want to get visitors details who visit our web site or using client connecting our server. This sample descirbes how to translate IP address and query countrie and city from IP address.</description><link>http://www.vbdotnetheaven.com/UploadFile/subcom/204182008010941AM/2.aspx</link><pubDate>4/18/2008 1:27:52 AM</pubDate><author>John Jiang</author></item><item><title>Digital ink in windows vista using XAML</title><description>Digital ink used to only be available as part of the Tablet PC SDK.  Now it is bundled with Windows Presentation Foundation.  This tutorial demonstrates how easy it is to integrate digital ink into your Avalon applications using XAML and VB.</description><link>http://www.vbdotnetheaven.com/UploadFile/cook451/DigitalInk04182008005013AM/DigitalInk.aspx</link><pubDate>4/18/2008 12:00:00 AM</pubDate><author>Doug Cook</author></item><item><title>Power pack drawing primitives for visual basic 2005</title><description>This kit contains a collection of drawing primitive controls in the form of an oval, rectangle and a line shape.</description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/VBPPdrawing10282007080711AM/VBPPdrawing.aspx</link><pubDate>4/18/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Cross Tab or Pivot Data Table</title><description>This article gives you a VB.NET function that pivot the data table.</description><link>http://www.vbdotnetheaven.com/UploadFile/superna/SUP00101252008191619PM/SUP001.aspx</link><pubDate>4/18/2008 12:00:00 AM</pubDate><author>Superna Parajuli</author></item><item><title>Easily find tags and values in a large xml document using XmlTextReader in VB</title><description>In this article you will learn how to find tags and values in a large xml document using XmlTextReader in VB.</description><link>http://www.vbdotnetheaven.com/UploadFile/liju84/XML04172008002127AM/XML.aspx</link><pubDate>4/17/2008 12:35:54 AM</pubDate><author>Liju Gopalan</author></item><item><title>Programming crystal report with ASP.Net 2.0 (VB) , Oracle</title><description>I searched a lot for this program. Atlast I tried these code and made it working.</description><link>http://www.vbdotnetheaven.com/UploadFile/joseabie/810242007082431AM/8.aspx</link><pubDate>4/17/2008 12:00:00 AM</pubDate><author>Abie Jose</author></item><item><title>Using a COM callable wrapper to launch a program from a hyperlink in the webbrowser control</title><description>This article describes how you can launch an application from a link inside the WebBrowser Control using a combination of javascript and an ActiveX Control created in VB.</description><link>http://www.vbdotnetheaven.com/UploadFile/mgold/HyperlinkExec04172008014440AM/HyperlinkExec.aspx</link><pubDate>4/17/2008 12:00:00 AM</pubDate><author>Mike Gold</author></item><item><title>Accessing the active directory from Microsoft .NET</title><description>This article is intended to explain the architecture design of one application querying information to Microsoft Active Directory. Microsoft Active Directory is a directory service that provides the foundation for distributed networks built on Windows.</description><link>http://www.vbdotnetheaven.com/UploadFile/john_charles/AccessingtheActiveDirectoryfromMicrosoftNET04142008000822AM/AccessingtheActiveDirectoryfromMicrosoftNET.aspx</link><pubDate>4/17/2008 12:00:00 AM</pubDate><author>John Charles Olamendy</author></item><item><title>Put ASP.NET AJAX Timer and UpdatePanel with RssToolKit all in action</title><description>This is simple article to show how ASP.NET AJAX 1.0 Timer Control can be used in conjunction with UpdatePanel Control and RssToolKit to achieve real usage scenario. It also shows how to maintain ViewState across page postbacks.</description><link>http://www.vbdotnetheaven.com/UploadFile/mosessaur/aspnetcombobox04162008001008AM/aspnetcombobox.aspx</link><pubDate>4/16/2008 1:17:23 AM</pubDate><author>Muhammad Mosa</author></item><item><title>INDEXER in VB</title><description>Through this article you will learn the concept of INDEXER in VB.</description><link>http://www.vbdotnetheaven.com/UploadFile/senthurganesh/104162008001322AM/1.aspx</link><pubDate>4/16/2008 12:00:00 AM</pubDate><author>Senthurganesh Ramkumar</author></item><item><title>WPF Database communication Adding new record to the database</title><description>WPF Database communication Adding new record to the database (XAML-MS-Access), I have a XAML form with FirstName, LastName, Email &amp; Contact fields in it on click of submit button it will first check if the same email address is exists in the table else it will add new record I have made use of OleDbTransaction to perform add functionality.</description><link>http://www.vbdotnetheaven.com/UploadFile/munnamax/WpfDBComm04142008003924AM/WpfDBComm.aspx</link><pubDate>4/16/2008 12:00:00 AM</pubDate><author>Munir Shaikh</author></item><item><title>How to display the records in DataGrid by using the Paging</title><description>Through this article you will learn the concept of Paging in detail. You can display the large records in DataGrid by using Paging.</description><link>http://www.vbdotnetheaven.com/UploadFile/prathore/Paging04152008002122AM/Paging.aspx</link><pubDate>4/15/2008 1:13:58 AM</pubDate><author>Purushottam Rathore</author></item><item><title>Calling Oracle stored procedures from Microsoft.NET</title><description>This article is intended to illustrate how to illustrate how to call Oracle stored procedures and functions from Microsoft.NET through the Microsoft.NET Oracle provider and its object model residing in the namespace System.Data.OracleClient. I will cover several possible scenarios with advanced examples.</description><link>http://www.vbdotnetheaven.com/UploadFile/john_charles/CallingOraclestoredproceduresfromMicrosoftdotNET04152008000056AM/CallingOraclestoredproceduresfromMicrosoftdotNET.aspx</link><pubDate>4/15/2008 12:27:46 AM</pubDate><author>John Charles Olamendy</author></item><item><title>Introducing VbRoboCode: Robot battle simulator in Visual Basic</title><description>VbRoboCode is a robot battle simulator. It was inspired by the original Robocode. I wrote it so I could program in Visual Basic .NET instead of Java, and so I could make improvements to the API and function library. In my opinion, writing a bot in VbRoboCode requires less grunt work and is more fun. VbRoboCode comes with 11 sample bots that illustrate a wide variety of bot programming techniques, from simple to advanced. For full info, see &lt;a href="http://scott-thomason.org/vbrobocode"&gt;http://scott-thomason.org/vbrobocode&lt;/a&gt;. </description><link>http://www.vbdotnetheaven.com/UploadFile/scott8035/scott-thomason-vbrobocode04112008213538PM/scott-thomason-vbrobocode.aspx</link><pubDate>4/15/2008 12:00:00 AM</pubDate><author>Scott </author></item><item><title>Creation of objects using Late-Binding technique</title><description>This article will explain how we can create objects in runtime, using late binding technique. Especially for a situation where you will come to know the class name only in runtime.</description><link>http://www.vbdotnetheaven.com/UploadFile/vmsanthosh.chn/304092008004942AM/3.aspx</link><pubDate>4/11/2008 1:04:29 AM</pubDate><author>Santhosh Veeraraman LnT</author></item><item><title>Interoperability between WCF and Oracle Application Server</title><description>This article is to illustrate techniques and architecture that address the situation of one service running in WCF and a client consuming this service.</description><link>http://www.vbdotnetheaven.com/UploadFile/john_charles/InteroperabilitybetweenWCFOracleApplicationServer204112008000048AM/InteroperabilitybetweenWCFOracleApplicationServer2.aspx</link><pubDate>4/11/2008 12:29:48 AM</pubDate><author>John Charles Olamendy</author></item><item><title>VB Image Viewer User Control with Preview Capability</title><description>This article discusses the construction of an image viewer user control that may be used to display images from a directory containing a collection of image files.  The control displays the previous and next images in the file along with the current image.  </description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/ImageViewerWithPreviewVB04022008133943PM/ImageViewerWithPreviewVB.aspx</link><pubDate>4/11/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Data Binding in WPF Windows Application</title><description>In this article, I will discuss on how to bind Data with WPF windows application.</description><link>http://www.vbdotnetheaven.com/UploadFile/munnamax/Databinding04112008003515AM/Databinding.aspx</link><pubDate>4/11/2008 12:00:00 AM</pubDate><author>Munir Shaikh</author></item><item><title>Visual Basic Scrollable Picturebox Custom Control</title><description>This article discusses the construction of a custom control used to add a scrollable Picturebox control to a project.  </description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/VBSrollablePicturebox04062008233624PM/VBSrollablePicturebox.aspx</link><pubDate>4/11/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Generic Data Layer - One time creation</title><description>This article will explain how to create a generic data layer that can be used with very less amount of coding. It is a known fact that, most of the time we create applications for Create , Select , Update, Delete.  And every time, we end up with writing similar set of code for every execution of our stored procedures.</description><link>http://www.vbdotnetheaven.com/UploadFile/vmsanthosh.chn/204082008070710AM/2.aspx</link><pubDate>4/10/2008 7:24:36 AM</pubDate><author>Santhosh Veeraraman LnT</author></item><item><title>Searching in user profile properties</title><description>Enabling search in membership profile properties using SQLSERVER2005 pluggable assembly created by C#.</description><link>http://www.vbdotnetheaven.com/UploadFile/AmrAshmawy/Profile_Search04102008001618AM/Profile_Search.aspx</link><pubDate>4/10/2008 12:35:53 AM</pubDate><author>Amr Sayed</author></item><item><title>Using Web User Controls in Repeaters and DataList</title><description>This article shows a simple example of how to encapsulate the complexity when using the ASP.Net Repeater and DataList control using a custom web user control.  </description><link>http://www.vbdotnetheaven.com/UploadFile/Mike Clark/PartA04092008041541AM/PartA.aspx</link><pubDate>4/10/2008 12:00:00 AM</pubDate><author>Mike Clark</author></item><item><title>Using LINQ in word 2007 with VSTO and VB 2008</title><description>This article shows an example of integrating LINQ and Visual Studio 2008 Tools for office to query Word documents properties, via Visual Basic code</description><link>http://www.vbdotnetheaven.com/UploadFile/progalex/LINQWord2007VSTO03082008194003PM/LINQWord2007VSTO.aspx</link><pubDate>4/10/2008 12:00:00 AM</pubDate><author>Alessandro Del Sole</author></item><item><title>Parsing Sentences and Building Text Statics in Visual Basic</title><description>This article describes three approaches to parsing the sentences from a body of text.</description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/ParseSentencesVB02122008005149AM/ParseSentencesVB.aspx</link><pubDate>3/13/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>XML Pathfinder - A Visual Basic Utility</title><description>This article discusses the construction of a simple utility that may be used to locate and evaluate paths within an XML document, and to test queries against those paths.  </description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/XmlPathfinderVB02052008060300AM/XmlPathfinderVB.aspx</link><pubDate>3/5/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Building a UNIX Time to Date Conversion Custom Control in VB</title><description>This article addresses the construction of a custom control that will convert UNIX time into useful and readable dates for display in a Win Forms application.  </description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/UnixToDateCCinVB02092008115925AM/UnixToDateCCinVB.aspx</link><pubDate>3/4/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Plot Latitude and Longitude Using the Free Geocoder Web Service in VB</title><description>This article explains you the geocoding, which is defined as the process of estimating the latitude and longitude of a physical address.</description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/FreeGeocoderVB01242008090945AM/FreeGeocoderVB.aspx</link><pubDate>3/3/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>RSS Feed Link Reader in Visual Basic</title><description>This article discusses the construction of a simple application that may used to view RSS feeds from the desktop. The application allows the user to select a canned RSS feed or to key one.  </description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/RSSFeedReaderVB02222008031516AM/RSSFeedReaderVB.aspx</link><pubDate>3/3/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Consuming the yahoo local search service in a visual basic win forms application</title><description>This article will demonstrate an approach that may be used to consume yahoo local search service to return a list of business locations through the use of a zip code based search for a business name or product.  </description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/YahooLocalSearchVB01152008004017AM/YahooLocalSearchVB.aspx</link><pubDate>1/17/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Geocoding a physical address using yahoo web services and visual basic</title><description>This article will demonstrate the basics of submitting an address to the yahoo search service, recovering and displaying the geocoded result.</description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/YahooGeoCodeVB01132008000748AM/YahooGeoCodeVB.aspx</link><pubDate>1/17/2008 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Transparent Borderless Forms in Visual Basic 2005</title><description>This article describes an approach to display transparent forms in a Windows application. </description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/XparentFormsVB10282007230703PM/XparentFormsVB.aspx</link><pubDate>10/29/2007 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Fade a Form in Visual Basic 2005</title><description>This article describes a simple approach to fading out a form.  </description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/FadeFormVB10282007012428AM/FadeFormVB.aspx</link><pubDate>10/29/2007 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Customizing Datagrid Columns in Window Application</title><description>This article explains about how to customize the datagrid in window application using vb.net</description><link>http://www.vbdotnetheaven.com/UploadFile/sridhar_msd/CustomizingDatagrid07262007031305AM/CustomizingDatagrid.aspx</link><pubDate>9/24/2007 12:00:00 AM</pubDate><author>Sridhar Manoharan</author></item><item><title>Wizard concept in ASP.NET 2.0</title><description>Wizard is a new concept in ASP.NET 2.0. In any process like as User Registration, Online Quiz etc. we use many pages while in wizard we use wizard step.</description><link>http://www.vbdotnetheaven.com/UploadFile/rahul4_saxena/Wizard06062007043517AM/Wizard.aspx</link><pubDate>9/14/2007 12:00:00 AM</pubDate><author>Raahul Kumar Saxena</author></item><item><title>How To Encode and Decode the Data</title><description>This function is encode and decode the data.</description><link>http://www.vbdotnetheaven.com/UploadFile/abdul_wakeel/1209142007011854AM/12.aspx</link><pubDate>9/14/2007 12:00:00 AM</pubDate><author>abdul wakeel</author></item><item><title>Get the Way of Reflection using VB.NET</title><description>What is Reflection? How we use Reflection? What are the advantages of using Reflection? Get the way of saving memory by using Reflection.</description><link>http://www.vbdotnetheaven.com/UploadFile/rahul4_saxena/Reflection09122007031247AM/Reflection.aspx</link><pubDate>9/12/2007 3:30:31 AM</pubDate><author>Raahul Kumar Saxena</author></item><item><title>Finding and Listing Processes in Visual Basic 2005</title><description>This article shall describe a very simple approach to finding out information regarding the processes currently running on a machine.</description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/ListProcessesVB09122007030508AM/ListProcessesVB.aspx</link><pubDate>9/12/2007 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Transaction in .NET</title><description>This article shows how we can achieve successful transaction maintaining consistency of records in the database.</description><link>http://www.vbdotnetheaven.com/UploadFile/rahul4_saxena/Transaction09112007074327AM/Transaction.aspx</link><pubDate>9/12/2007 12:00:00 AM</pubDate><author>Raahul Kumar Saxena</author></item><item><title>Bulk Uploader in ASP.NET 2.0 </title><description>The FileUpLoad control enables you to upload file to the server. It displays a text box control and a browse button that allow users to select a file to upload to the server.</description><link>http://www.vbdotnetheaven.com/UploadFile/munnamax/BulkUploader09102007050221AM/BulkUploader.aspx</link><pubDate>9/10/2007 5:10:36 AM</pubDate><author>Munir Shaikh</author></item><item><title>Mapping with a GPS and VB.NET</title><description>This article shall describe a very simple approach to working with a GPS device within the context of a Visual Basic 2005 application.</description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/GPSandVBNET09062007021746AM/GPSandVBNET.aspx</link><pubDate>9/7/2007 12:00:00 AM</pubDate><author>Scott Lysle</author></item><item><title>Getting Started with ReportViewer Control </title><description>I could not be happier when I saw the ReportViewer control as a part of Visual Studio 2005 controls. This article is an introduction to the ReportViewer control and how to write a simple report using the ReportViewer control in Visual Studio 2005. </description><link>http://www.vbdotnetheaven.com/UploadFile/mahesh/ReportViewerControl09062007051533AM/ReportViewerControl.aspx</link><pubDate>9/6/2007 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Regional Settings for IIS</title><description>Some time we may get problem in language or the numeric/date time format while you deployed an asp.net application or in the development itself.</description><link>http://www.vbdotnetheaven.com/UploadFile/asprabahar/IIS609022007103157AM/IIS6.aspx</link><pubDate>9/2/2007 12:00:00 AM</pubDate><author>Prabakar Samiyappan</author></item><item><title>Spherical Coordinates in VB.NET</title><description>This article shows how to create sphere objects in a spherical coordinate system using VB and GDI+.</description><link>http://www.vbdotnetheaven.com/UploadFile/jjkk1232/Coordinates08312007011846AM/Coordinates.aspx</link><pubDate>8/31/2007 12:00:00 AM</pubDate><author>Jack xu</author></item><item><title>XML Data Binding using Data Templates in XAML </title><description>This article describes how to bind XML data using a data template in XAML. For ease of demonstration, the XML is defined as a resource within the XAML document.</description><link>http://www.vbdotnetheaven.com/UploadFile/cook451/DataBinding08232007045255AM/DataBinding.aspx</link><pubDate>8/23/2007 5:14:03 AM</pubDate><author>Doug Cook</author></item><item><title>Drawing Graphics Shapes in XAML </title><description>This article describes the drawing model in XAML and how to draw various objects such as line, rectangle, ellipse, and paths using XAML.</description><link>http://www.vbdotnetheaven.com/UploadFile/mahesh/GraphicsShape08232007004556AM/GraphicsShape.aspx</link><pubDate>8/23/2007 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>AdRotator Standard Control</title><description>This article will help programmer, developer to overcome the problem as: "The AdRotator adRtrCtrl/adRotator1 could not find the AdvertisementFile or the file is invalid".</description><link>http://www.vbdotnetheaven.com/UploadFile/munnamax/AdRotator08222007050638AM/AdRotator.aspx</link><pubDate>8/22/2007 5:19:46 AM</pubDate><author>Munir Shaikh</author></item><item><title>ASP.NET HTML Postback Custom Control </title><description>Web form controls do not offer a complete solution to ASP.Net design and hence HTML tags are still required. Occasionally the need exists for a postback from an HTML tag, this article presents a Custom Control to address this requirement.</description><link>http://www.vbdotnetheaven.com/UploadFile/mike.knuckey/CustomControl08222007013447AM/CustomControl.aspx</link><pubDate>8/22/2007 2:05:11 AM</pubDate><author>Mike  Knuckey</author></item><item><title>Boxing and Unboxing in VB.NET</title><description>Details about the value type, reference type and details about the boxing and unboxing in VB.NET.</description><link>http://www.vbdotnetheaven.com/UploadFile/rojan48/BoxingAndUbboxing08202007042645AM/BoxingAndUbboxing.aspx</link><pubDate>8/20/2007 4:42:01 AM</pubDate><author>Rojan George</author></item><item><title>Regular Expression usage in .NET environment </title><description>This article describes how to use regular expression in VB.NET.</description><link>http://www.vbdotnetheaven.com/UploadFile/vinod.shalgar/RegularExpression08172007051805AM/RegularExpression.aspx</link><pubDate>8/17/2007 5:25:30 AM</pubDate><author>vinod shalgar</author></item><item><title>Role Bases Access using VB.Net and XML </title><description>Here I am trying to give a simple and configurable solution to implement Role Bases Access to your application using VB.Net and XML. Remember that this article intent is to provide Role Based Access and not Role Based Authorization.</description><link>http://www.vbdotnetheaven.com/UploadFile/esubal/RoleBases08162007061827AM/RoleBases.aspx</link><pubDate>8/16/2007 6:33:00 AM</pubDate><author>Subal Mishra</author></item><item><title>.NET Remoting in a simple way </title><description>This article tells us what is remoting and how we can access remote object from one application to another application.</description><link>http://www.vbdotnetheaven.com/UploadFile/rahul4_saxena/Remoting08132007081114AM/Remoting.aspx</link><pubDate>8/16/2007 12:00:00 AM</pubDate><author>Raahul Kumar Saxena</author></item><item><title>Introduction to XAML </title><description>XAML is a new descriptive programming language developed by Microsoft. The purpose of XAML to build user interfaces for next-generation Windows operating system. This article is a basic introduction to XAML.</description><link>http://www.vbdotnetheaven.com/UploadFile/mahesh/XAML08142007074516AM/XAML.aspx</link><pubDate>8/14/2007 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>ASP.Net 2.0 AJAX Extension 1.0 Application</title><description>This article will explain you in dept of creating Asp.Net Ajax-Enabled Application. I have explained with the help of product management example, where you can add new product, edit, update &amp; cancel the product related activity.</description><link>http://www.vbdotnetheaven.com/UploadFile/munnamax/AJAXExtension08082007074223AM/AJAXExtension.aspx</link><pubDate>8/13/2007 12:00:00 AM</pubDate><author>Munir Shaikh</author></item><item><title>XAML TextBox </title><description>XAML element represents the XAML TextBox control. This article discusses how to create a TextBox and set its various properties such as background and foreground colors, setting size and positions, fonts, wrapping, scrolling, and input validations.</description><link>http://www.vbdotnetheaven.com/UploadFile/mahesh/XAMLTexTBox08132007050622AM/XAMLTexTBox.aspx</link><pubDate>8/13/2007 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Automate Send &amp; Receive in Outlook</title><description>In this article we will take the privilege of outlook and make it to send &amp; receive the mail automatically using VB.Net.</description><link>http://www.vbdotnetheaven.com/UploadFile/sridhar_msd/AutomateSendReceive08032007030616AM/AutomateSendReceive.aspx</link><pubDate>8/6/2007 12:00:00 AM</pubDate><author>Sridhar Manoharan</author></item><item><title>Arabization: Localization/Globalization in ASP.Net 2.0</title><description>In order to reach global market for any successful product, it is necessary that product support maximum regional languages. To have support different languages, it is required that while developing product, the concept of localization/globalization utilized.</description><link>http://www.vbdotnetheaven.com/UploadFile/munnamax/Arabization08032007022643AM/Arabization.aspx</link><pubDate>8/3/2007 2:47:05 AM</pubDate><author>Munir Shaikh</author></item><item><title>Display Currency Values with a Custom Control</title><description>This article shall describe the construction of a custom control used to display currency values. The control is intended for use in Win Forms application development. </description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/CustomControl08022007021821AM/CustomControl.aspx</link><pubDate>8/2/2007 2:38:22 AM</pubDate><author>Scott Lysle</author></item><item><title>Set up Secure Sockets Layer (SSL) using Digital Certificates</title><description>This article explains how to secure an IIS Web application using SSL certificates.</description><link>http://www.vbdotnetheaven.com/UploadFile/ankithakur/SSL08012007070618AM/SSL.aspx</link><pubDate>8/1/2007 7:20:36 AM</pubDate><author>Anand Thakur</author></item><item><title>Import data from Excel to Access using ADO.Net</title><description>Data interoperability with Microsoft office application has become easier with ADO.Net.</description><link>http://www.vbdotnetheaven.com/UploadFile/vandita/ImportData07312007025023AM/ImportData.aspx</link><pubDate>7/31/2007 3:12:39 AM</pubDate><author>Vandita Pandey</author></item><item><title>Error handler for web applications</title><description>In this article I will describe the error handler for ASP.NET 2.0 applications that is developed in a separate class library project. You can use it in any web application you want by adding a reference to the compiled dll assembly without writing many lines of code. The examples are written using VB.Net.</description><link>http://www.vbdotnetheaven.com/UploadFile/LivMic/Errorhandler07312007003821AM/Errorhandler.aspx</link><pubDate>7/31/2007 12:00:00 AM</pubDate><author>Michael Livshitz</author></item><item><title>Directory &amp; Files Lister using DirectoryInfo class in Asp.net 2.0</title><description>In this article we will see how we can display directories as well files in the browser based explorer, i have tryed to list directories and files even one can browse through inner directories on clicking particular folder, this can be enhanced to actual windows explorer.</description><link>http://www.vbdotnetheaven.com/UploadFile/munnamax/FileManager07312007122322PM/FileManager.aspx</link><pubDate>7/31/2007 12:00:00 AM</pubDate><author>Munir Shaikh</author></item><item><title>Building data access class in VB.Net</title><description>In this article I will describe one of the ways to build data access layer component, using such feature of the VS 2005 as generic.</description><link>http://www.vbdotnetheaven.com/UploadFile/LivMic/DataAccessClass07302007004249AM/DataAccessClass.aspx</link><pubDate>7/30/2007 12:00:00 AM</pubDate><author>Michael Livshitz</author></item><item><title>Detecting File Changes using FileSystemWatcher</title><description>This article is about detecting file changes like file renaming, file creation, deletion and changes in a folder using FileSystemWatcher class.</description><link>http://www.vbdotnetheaven.com/UploadFile/thiagu304/FileSystemWatcher07262007014328AM/FileSystemWatcher.aspx</link><pubDate>7/26/2007 12:00:00 AM</pubDate><author>Thiagarajan Alagarsamy</author></item><item><title>XML Driven Validation</title><description>This article/tutorial tells us to develop a generic XML based Validation engine to be used in any Web application.</description><link>http://www.vbdotnetheaven.com/UploadFile/esubal/XMLDrivenValidation07252007024847AM/XMLDrivenValidation.aspx</link><pubDate>7/25/2007 3:00:15 AM</pubDate><author>Subal Mishra</author></item><item><title>Notepad with advance features</title><description>This is Notepad with advance features. It is combination of word process and Notepad. </description><link>http://www.vbdotnetheaven.com/UploadFile/ahsanshakir/Notepadwithadvancefeatures07122007051052AM/Notepadwithadvancefeatures.aspx</link><pubDate>7/12/2007 12:00:00 AM</pubDate><author>Muhammad Shakir</author></item><item><title>Printing in Visual Basic 2005</title><description>The code in this article shows how to print items from listview in my inventory software.</description><link>http://www.vbdotnetheaven.com/UploadFile/sabikp/107112007013908AM/1.aspx</link><pubDate>7/12/2007 12:00:00 AM</pubDate><author>Sabith Kp</author></item><item><title>How to swap two rows of listview in Upward/Downward Direction</title><description>How to swap two rows of listview in Upward/Downward Direction.</description><link>http://www.vbdotnetheaven.com/UploadFile/ahsanshakir/HowtoswaptwoRows07112007063803AM/HowtoswaptwoRows.aspx</link><pubDate>7/11/2007 6:46:18 AM</pubDate><author>Muhammad Shakir</author></item><item><title>Create transaction using the DataAccess objects in ASP.NET</title><description>This article demonstrates the transaction using the DataAccess objects. </description><link>http://www.vbdotnetheaven.com/UploadFile/rbsan123/createTransctionusingtheDataAccessobjectsinASP07102007010614AM/createTransctionusingtheDataAccessobjectsinASP.aspx</link><pubDate>7/10/2007 1:15:17 AM</pubDate><author>Sanjay David</author></item><item><title>Get the Sum of a particular column values in a DataGrid</title><description>This article shows how we can get the total of a particular column of a DataGrid.</description><link>http://www.vbdotnetheaven.com/UploadFile/rahul4_saxena/GettheSumofaparticularcolumnvaluesinaDataGrid07092007041505AM/GettheSumofaparticularcolumnvaluesinaDataGrid.aspx</link><pubDate>7/9/2007 12:00:00 AM</pubDate><author>Raahul Kumar Saxena</author></item><item><title>Assembly in .NET</title><description>The .NET assembly is the standard for components developed with the Microsoft.NET. </description><link>http://www.vbdotnetheaven.com/UploadFile/thiru_ji/Assembly07052007010219AM/Assembly.aspx</link><pubDate>7/5/2007 12:00:00 AM</pubDate><author>Thiru Balaje</author></item><item><title>Cannot perform '&gt;' operation on System.DateTime and System.Double</title><description>I get error "Cannot perform '&gt;' operation on System.DateTime and System.Double" when applying a filter on DataView. </description><link>http://www.vbdotnetheaven.com/UploadFile/mahesh/NotPerformoperationonDateTime07052007003219AM/NotPerformoperationonDateTime.aspx</link><pubDate>7/5/2007 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Using a Web User Control inside the GridView control</title><description>In this article I will share how a Web User Control can be used in the GridView control.</description><link>http://www.vbdotnetheaven.com/UploadFile/LivMic/WebUsercontrolinGridView07042007065400AM/WebUsercontrolinGridView.aspx</link><pubDate>7/4/2007 7:08:06 AM</pubDate><author>Michael Livshitz</author></item><item><title>Writing Managed Triggers using VB.NET</title><description>This article is trying to explain the simple and required steps that are require starting the creation of Manage Triggers using VB.NET</description><link>http://www.vbdotnetheaven.com/UploadFile/pk_khuman/ManagedTriggers07032007062259AM/ManagedTriggers.aspx</link><pubDate>7/4/2007 12:00:00 AM</pubDate><author>Laishram Priyokumar</author></item><item><title>Writing Managed Stored Procedures using VB.NET</title><description>This article is trying to explain the simple and required steps that are require starting the creation of Manage Stored Procedure using VB.NET and using them. </description><link>http://www.vbdotnetheaven.com/UploadFile/pk_khuman/ManagedSP07032007014906AM/ManagedSP.aspx</link><pubDate>7/3/2007 12:00:00 AM</pubDate><author>Laishram Priyokumar</author></item><item><title>Creating a Task in Outlook </title><description>This article helps us to create a new task in Microsoft Outlook and send it through a mail.</description><link>http://www.vbdotnetheaven.com/UploadFile/sridhar_msd/TaskInOutLook07022007023227AM/TaskInOutLook.aspx</link><pubDate>7/2/2007 12:00:00 AM</pubDate><author>Sridhar Manoharan</author></item><item><title>What is new in VB 9.0?</title><description>Visual Basic version 9.0 is a part of next version of .NET Framework (3.0) and Visual Studio 2008. This article and attached document talks about new features of VB 9.0.</description><link>http://www.vbdotnetheaven.com/UploadFile/mahesh/VB906282007131029PM/VB9.aspx</link><pubDate>6/29/2007 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Visual Basic Spell Check Enabled Rich Text Box Custom Control</title><description>This article describes a quick and simple approach to applying a spell check function to the rich text box control and bundling both features into a single custom control.  </description><link>http://www.vbdotnetheaven.com/UploadFile/scottlysle/VBspellcheckCC06162007043324AM/VBspellcheckCC.aspx</link><pubDate>6/19/2007 12:00:00 AM</pubDate><author>Scott Lysle</author></item></channel></rss>