<?xml version="1.0" ?>
<rss version="2.0">
	<channel>
		<title>.NET Articles, Tutorials and Resources</title>
		<link>http://www.dotnetspider.com/resources/</link>
		<description>This RSS Feed provides access to the latest resources posted in dotnetspider.com</description>
		<item>
			<title>Introduction to SqlBulkCopy</title>
			<description>I have demonstrated simple example of SqlBulkCopy and how it can be used. Data transfer will be easy with the help of SqlBulkCopy. Everytime it initializes a new instance of the SqlBulkCopy. Manual data transfer can be automated using this code.</description>
			<link>http://www.dotnetspider.com/resources/44800-Introduction-SqlBulkCopy.aspx</link>
			<pubDate>Sun, 21 Apr 2013 01:54:32 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44800-Introduction-SqlBulkCopy.aspx</guid>
		</item>
		<item>
			<title>How to pass id for delete operation using JQuery in MVC4.0 application?</title>
			<description>Delete operation is common utility in every application hence I have tried to make it simple by passing id which we want to delete. It has been done through jquery. jQuery.ajax() which performs an asynchronous HTTP (Ajax) request is included in this article.</description>
			<link>http://www.dotnetspider.com/resources/44801-How-pass-id-delete-operation-using-JQuery-MVC4.0-application.aspx</link>
			<pubDate>Sun, 21 Apr 2013 02:00:34 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44801-How-pass-id-delete-operation-using-JQuery-MVC4.0-application.aspx</guid>
		</item>
		<item>
			<title>Account Information System (Practical usage of Views Cursors and Temp Tables)</title>
			<description>When we are working with any of the following domain projects mainly (Agriculture Sector or Banking Sector).We came to hear a word called Account Information System. So how to  work with Account Information System. I want to discuss in this Article.And many programmers think why we need to use cursors if there are suitable alternatives are available.This article will highlight the importance of views and cursors in sql batch programming.</description>
			<link>http://www.dotnetspider.com/resources/44802-Account-Information-System-Practical-usage-views-Cursors.aspx</link>
			<pubDate>Sun, 21 Apr 2013 10:49:01 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44802-Account-Information-System-Practical-usage-views-Cursors.aspx</guid>
		</item>
		<item>
			<title>Review on ASP.NET 3.5 for Dummies</title>
			<description>This Article is all about Review on the book ASP.NET 3.5 for Dummies.Recently i came across this book. Really a excellent book for beginners and also for Advanced user. More over this is from Wiley Publications</description>
			<link>http://www.dotnetspider.com/resources/44804-Review-ASP.NET-3.5-Dummies.aspx</link>
			<pubDate>Mon, 22 Apr 2013 19:53:13 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44804-Review-ASP.NET-3.5-Dummies.aspx</guid>
		</item>
		<item>
			<title>Updating the Configuration file settings from code behind.</title>
			<description>In this article we will discuss how can we access the configuration files section in the code behind pages and then how can we do the changes in the sections we read. In this article I will show you how to update the Sessionstate, compilation and the themes settings in web.config from code behind.</description>
			<link>http://www.dotnetspider.com/resources/44805-Updating-Configuration-file-settings-from-code-behind.aspx</link>
			<pubDate>Tue, 23 Apr 2013 03:56:15 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44805-Updating-Configuration-file-settings-from-code-behind.aspx</guid>
		</item>
		<item>
			<title>Adding the settings in the Configuration file from code behind.</title>
			<description>In this article we will discuss how can we access the configuration files section in the code behind pages and then how can we add the settings in the configuration sections. In this article we will add the settings in appsettings and connectionstring in web.config file from code behind.</description>
			<link>http://www.dotnetspider.com/resources/44806-Adding-settings-Configuration-file-from-code-behind.aspx</link>
			<pubDate>Tue, 23 Apr 2013 04:01:54 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44806-Adding-settings-Configuration-file-from-code-behind.aspx</guid>
		</item>
		<item>
			<title>Simple Textbox Textchange event example</title>
			<description>In this article I'm going to explain Text change even of text box control using asp.net. Just drag and drop one text box and label  control from toolbox and then change this control name into txtName and lblResult.</description>
			<link>http://www.dotnetspider.com/resources/44808-Simple-Textbox-Textchange-event-example.aspx</link>
			<pubDate>Tue, 23 Apr 2013 07:51:27 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44808-Simple-Textbox-Textchange-event-example.aspx</guid>
		</item>
		<item>
			<title>Creating, reading and appending the XML file.</title>
			<description>In this article we will read about the XML file. We will see how can we create an XML file, How can we Read an XML file and how can we append a XML file. We will do this in console application. we will see the reading of an XML file in 3 ways.</description>
			<link>http://www.dotnetspider.com/resources/44809-Creating-reading-appending-XML-file.aspx</link>
			<pubDate>Tue, 23 Apr 2013 08:42:36 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44809-Creating-reading-appending-XML-file.aspx</guid>
		</item>
		<item>
			<title>How to Write Inline SQL-Queries in  DataContext Class</title>
			<description>For a new programmer in Linq writing Complex Linq queries like Joins for multiple tables , using Lambda expressions and preparing dynamic queries is a bit difficult thing.Because he/she is not Used to it.For all those Programmers this article will give some relief and they can write ordinary queries and execute in datacontext to get Object as resultset.This Article will demonstrate how to use these Methods. I will illustrate with snippet of Code Lines.</description>
			<link>http://www.dotnetspider.com/resources/44812-How-Write-Inline-SQL-Queries-Linq.aspx</link>
			<pubDate>Tue, 23 Apr 2013 21:59:22 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44812-How-Write-Inline-SQL-Queries-Linq.aspx</guid>
		</item>
		<item>
			<title>Creating LINQ queries to access the data from class.</title>
			<description>In this article we are going to discuss that how we can create the LINQ queries and then with the help of those queries how can we access the data from a class. We will see it with the help of an example of Employee table.</description>
			<link>http://www.dotnetspider.com/resources/44813-Creating-LINQ-queries-access-data-from-class.aspx</link>
			<pubDate>Wed, 24 Apr 2013 02:51:08 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44813-Creating-LINQ-queries-access-data-from-class.aspx</guid>
		</item>
		<item>
			<title>Creating LINQ queries to access data from XML file.</title>
			<description>In this article we are going to discuss XML in LINQ.We will see how we can create the LINQ queries for accessing the data from a XML file and then show the data in the gridview according t othe specific where clauses.We will see it with the help of an example.</description>
			<link>http://www.dotnetspider.com/resources/44814-Creating-LINQ-queries-access-data-from-XML-file.aspx</link>
			<pubDate>Wed, 24 Apr 2013 02:53:03 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44814-Creating-LINQ-queries-access-data-from-XML-file.aspx</guid>
		</item>
		<item>
			<title>New features of c# 4.0</title>
			<description>This Article basically covers on the New Features that are added to c# 4.0. We will cover this in details with examples for each and every future that we are going to look in. The new features will help us in doing our code quickly with ease.</description>
			<link>http://www.dotnetspider.com/resources/44816-New-features-c-4.0.aspx</link>
			<pubDate>Wed, 24 Apr 2013 20:48:22 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44816-New-features-c-4.0.aspx</guid>
		</item>
		<item>
			<title>Serialization and Deserialization in C#.Net</title>
			<description>In this article I will explain basic concept of serialization and desalinization with an example.
Here I will explain how to convert a csharp object to xml and vice-verse.
But why do I need to Serialize them?
The below example answers the above question.</description>
			<link>http://www.dotnetspider.com/resources/44817-Serialization-Deserialization-C-.Net.aspx</link>
			<pubDate>Thu, 25 Apr 2013 07:26:43 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44817-Serialization-Deserialization-C-.Net.aspx</guid>
		</item>
		<item>
			<title>How to create table in sql server 2005?</title>
			<description>In this article, I have mentioned syntax of sql server 2005.
It will be helpful for SQL server 2005 beginners.
Data Manipulation Language (DML) is easy to use and understand.</description>
			<link>http://www.dotnetspider.com/resources/44822-How-create-table-sql-server-2005.aspx</link>
			<pubDate>Sat, 27 Apr 2013 06:29:42 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44822-How-create-table-sql-server-2005.aspx</guid>
		</item>
		<item>
			<title>How to Play a Video in windows Application  and web application</title>
			<description>Today i want to present a topic regarding about playing video files in your Windows Application and as well as Web Application.This topic covers how to add a  reference Media player dll to your project,what are the propeties that we can set to the windows Media player Control in Windows Application.How to stop the video in Windows Media player.How to embed the source of Object in your webpage These are the topics i will describe in this article with snippet of code lines.</description>
			<link>http://www.dotnetspider.com/resources/44825-How-Play-Video-windows-Application-web-application.aspx</link>
			<pubDate>Sun, 28 Apr 2013 21:05:49 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44825-How-Play-Video-windows-Application-web-application.aspx</guid>
		</item>
		<item>
			<title>Search if text is present in a file</title>
			<description>Hi, in this article I will show you how to find whether a text is present in a file or not ,and how to use them in the code,you can use the below code snippet to accomplish the task, It needs System.IO StramReader to read the file and Contains() to check the string</description>
			<link>http://www.dotnetspider.com/resources/44818-Search-if-text-present-file.aspx</link>
			<pubDate>Mon, 29 Apr 2013 03:02:02 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44818-Search-if-text-present-file.aspx</guid>
		</item>
		<item>
			<title>Working with PreviousPage method of the page</title>
			<description>In this article we will discuss one of the way of accessing the controls and the variable of the previous page in the next page.We will see it with the help of PreviousPage property. We are going to see it with the help of an example.</description>
			<link>http://www.dotnetspider.com/resources/44826-Working-with-PreviousPage-method-page.aspx</link>
			<pubDate>Mon, 29 Apr 2013 04:35:06 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44826-Working-with-PreviousPage-method-page.aspx</guid>
		</item>
		<item>
			<title>MVC interview questions</title>
			<description>It is collection of MVC interview questions which I have faced in different technical interviews in various companies. You should be aware of differences and similarities among various versions of MVC.
It will help you in tracking purpose of having new templates which are introduced in MVC.</description>
			<link>http://www.dotnetspider.com/resources/44827-MVC-interview-questions.aspx</link>
			<pubDate>Mon, 29 Apr 2013 07:56:26 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44827-MVC-interview-questions.aspx</guid>
		</item>
		<item>
			<title>Microsoft Message Queuing(MSMQ) in Asp.net</title>
			<description>Today i want to discuss a complex topic that is how to store the Offline data  to the Centralized server.This Article will help the readers the importance of Message Queue and which scenarios the Message queue will used,How to install Msmq in your system,Create a Message queue and fetch the data from the Message Queue using Asp.net programing. I will illustrate detail description with snippet of code lines.</description>
			<link>http://www.dotnetspider.com/resources/44821-Microsoft-Message-Queuing-Asp.net.aspx</link>
			<pubDate>Mon, 29 Apr 2013 20:18:59 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44821-Microsoft-Message-Queuing-Asp.net.aspx</guid>
		</item>
		<item>
			<title>Grdi View Edit Delete using ViewState</title>
			<description>This article is used to, how to add the new row to the grid view and delete the particular row in grid view. the data is not stored in database and the data is stored temporarily with the help of view state.</description>
			<link>http://www.dotnetspider.com/resources/44828-Grdi-View-Edit-Delete-using-ViewState.aspx</link>
			<pubDate>Tue, 30 Apr 2013 02:12:06 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44828-Grdi-View-Edit-Delete-using-ViewState.aspx</guid>
		</item>
		<item>
			<title>Working with Datasets and Datatables.</title>
			<description>Many Programmers who are well aware of Dotnet programming and those who don't have much Proficency in .Net Programming(i.e New to dotnet Programmers) know these two classes Dataset and Datatables.But Many of the Programmers may not know some special features exists in this two classes.That is Computing,filtering and sorting with in the Dataset and datatable classes.These things i want to describe in this Article with snippet of code lines</description>
			<link>http://www.dotnetspider.com/resources/44830-Working-with-Datasets-Datatables.aspx</link>
			<pubDate>Wed, 01 May 2013 09:40:51 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44830-Working-with-Datasets-Datatables.aspx</guid>
		</item>
		<item>
			<title>Export Database data to your Microsoft Excel</title>
			<description>Hi, In this article I will show you how Database Server and Microsoft Excel can talk each other. There may be a scenario where you need to take a report out of bulk data from database to your excel sheet, how do you do that? , Will you manually copy and paste the content to your sheet?.

The below sample shows you how to automate database data to your Excel, the macro code does the stuff, and no more copy/paste buisness</description>
			<link>http://www.dotnetspider.com/resources/44831-Export-Database-data-your-Microsoft-Excel.aspx</link>
			<pubDate>Thu, 02 May 2013 10:52:11 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44831-Export-Database-data-your-Microsoft-Excel.aspx</guid>
		</item>
		<item>
			<title>How to Create Sql Query Analyzer Tool in Asp.net</title>
			<description>I want to discuss an article with you regarding about how to Create the query analyzer Tool (i.e. same as Sql Query Analyzer Tool) using asp.net.I will briefly discuss with some snippet of code lines.</description>
			<link>http://www.dotnetspider.com/resources/44832-How-Build-Sql-Query-Analyzer-Asp.net.aspx</link>
			<pubDate>Sat, 04 May 2013 10:35:30 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44832-How-Build-Sql-Query-Analyzer-Asp.net.aspx</guid>
		</item>
		<item>
			<title>Biztalk 2010 - Expose Schema as web service</title>
			<description>In this article I will show how to expose schema as web service in BizTalk 2010 in a Step by Step manner. Before exposing schema as web service , one should know how to create a schema in Biztalk 2010 and to publish it as web service</description>
			<link>http://www.dotnetspider.com/resources/44835-Biztalk-2010-Expose-Schema-web-service.aspx</link>
			<pubDate>Sun, 05 May 2013 01:11:11 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44835-Biztalk-2010-Expose-Schema-web-service.aspx</guid>
		</item>
		<item>
			<title>How to Perform debugging and tracing in asp.net</title>
			<description>In this article we will discuss 2 important things of ASP.NET . Today we will see how can we get the detailed error messages while we execute the application. We will also see about Tracing in asp.net. We will see it with the help of an example.</description>
			<link>http://www.dotnetspider.com/resources/44838-How-Perform-debugging-tracing-asp.net.aspx</link>
			<pubDate>Sun, 05 May 2013 01:15:54 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44838-How-Perform-debugging-tracing-asp.net.aspx</guid>
		</item>
		<item>
			<title>Working with Menu Control in Asp.net</title>
			<description>In this article we will discuss about the binding of menu control to a XML file. We will also see
the way of creating tabs in asp.net without using the ajaxtoolkit.
We will create it with the help of Menu and the multiview control available in the visualstudio tool.</description>
			<link>http://www.dotnetspider.com/resources/44839-Working-with-Menu-Control-Asp.net.aspx</link>
			<pubDate>Sun, 05 May 2013 01:22:33 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44839-Working-with-Menu-Control-Asp.net.aspx</guid>
		</item>
		<item>
			<title>Working with validation controls in asp.net</title>
			<description>In this article we will see how can we apply validations on control. There are various ways for applying validations on a control using javascript, from code behind. But here we will see it through the inbuilt validation controls available in the visualstudio tool.</description>
			<link>http://www.dotnetspider.com/resources/44840-Working-with-validation-controls-asp.net.aspx</link>
			<pubDate>Sun, 05 May 2013 01:25:13 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44840-Working-with-validation-controls-asp.net.aspx</guid>
		</item>
		<item>
			<title>Encrypting and decrypting the connection string.</title>
			<description>In this article we will discuss how can we access the configuration files section in the code behind in pages and then can encrpyt or decrypt the particular sections. Here we will encrypt and decypt the connection string from code behind.</description>
			<link>http://www.dotnetspider.com/resources/44841-Encrypting-decrypting-connection-string.aspx</link>
			<pubDate>Sun, 05 May 2013 01:26:32 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44841-Encrypting-decrypting-connection-string.aspx</guid>
		</item>
		<item>
			<title>Working with Cahrt control in asp.net</title>
			<description>In this article we will discuss the chart functionality introduced in asp.net . We will see how can we use the chart control available in visual studio. We will see it with the help of an example. We are not using any third party tool for implementing chart.</description>
			<link>http://www.dotnetspider.com/resources/44842-Working-with-Cahrt-control-asp.net.aspx</link>
			<pubDate>Sun, 05 May 2013 01:27:41 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44842-Working-with-Cahrt-control-asp.net.aspx</guid>
		</item>
		<item>
			<title>Interview questions asked for Six+ years experience in SRA system Limited, Chennai</title>
			<description>Technical interview questions asked for Six years experience in SRA system Limited, Chennai. It will be useful for candidates who are preparing for the interview. Though most of us know these concepts but get messed-up and unable to explain in interviews as required. This article covers these topics with Code-Snippets that others can refer to understand the topics.</description>
			<link>http://www.dotnetspider.com/resources/44824-Interview-questions-asked-Six-years-experience-SRA-system-Limited.aspx</link>
			<pubDate>Sun, 05 May 2013 05:54:16 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44824-Interview-questions-asked-Six-years-experience-SRA-system-Limited.aspx</guid>
		</item>
		<item>
			<title>How to implement strongly typed view in MVC4.0?</title>
			<description>We can pass data from controller to view by using various ways. Strongly typed view is one of the way through which information can be carried out. In this article, I have explained how to do implementation of strongly typed view in razor MVC4.0 application.</description>
			<link>http://www.dotnetspider.com/resources/44844-How-implement-strongly-typed-view-MVC4.0.aspx</link>
			<pubDate>Mon, 06 May 2013 08:36:26 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44844-How-implement-strongly-typed-view-MVC4.0.aspx</guid>
		</item>
		<item>
			<title>Linq to sql - crud operations</title>
			<description>This Article is all about working with CRUD (CREATE-READ-UPDATE-DELETE) operations using LINQ-to-SQL (Language Integrated Query to SQL classes).
I will be taking you over step-by-step to implement this feature and also will cover on invoking Stored Procedures (with and without parameter) through LINQ-to-SQL.</description>
			<link>http://www.dotnetspider.com/resources/44833-LINQ-TO-SQL-CRUD-OPERATIONS.aspx</link>
			<pubDate>Mon, 06 May 2013 10:34:56 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44833-LINQ-TO-SQL-CRUD-OPERATIONS.aspx</guid>
		</item>
		<item>
			<title>How to pass parameters with Other Databases(i.e. Excel/Ms-Access).</title>
			<description>Today i want to discuss an article how to pass parameters to retrive the dataset or datatable or result for other databases such as Ms-Access e.t.c. The article will help all the asp.net programers who wants to retrive the records from  Ms-Access,Excel databases.</description>
			<link>http://www.dotnetspider.com/resources/44834-How-pass-parameters-with-Other-Databases.aspx</link>
			<pubDate>Mon, 06 May 2013 18:46:48 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44834-How-pass-parameters-with-Other-Databases.aspx</guid>
		</item>
		<item>
			<title>Windows 8 App - How to Create Master Page</title>
			<description>Hi, In this article I will explain you how to create a Master page for a  simple Windows 8 app, I will create a simple Windows app with two pages ,and I will navigate between them and show you how master page is used in those two pages.</description>
			<link>http://www.dotnetspider.com/resources/44846-How-create-Master-Page-Windows-8-App.aspx</link>
			<pubDate>Fri, 10 May 2013 11:39:22 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44846-How-create-Master-Page-Windows-8-App.aspx</guid>
		</item>
		<item>
			<title>6 important WPF and Silverlight Multi-threading interview questions with answers</title>
			<description>WPF and Silverlight technologies are pretty wanted technologies when it comes to getting job as a c# or a .NET programmer / developers.  One of the sections which very confusing is threading. So in this article we will discuss six important WPF and Silverlight questions which are asked in c# interviews from the aspect of threading.</description>
			<link>http://www.dotnetspider.com/resources/44848-important-WPF-Silverlight-Multi-threading-interview-questions-with-answers.aspx</link>
			<pubDate>Sat, 11 May 2013 12:52:15 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44848-important-WPF-Silverlight-Multi-threading-interview-questions-with-answers.aspx</guid>
		</item>
		<item>
			<title>How to save contents of a RichText Box to .rtf file in VB.Net without using Save dialog Box</title>
			<description>In this article I am going to show you how you can save contents of a RichText Box to .rtf file and also load the contents of that .rtf file to Rich Text Box in VB.Net without using Save or open dialog Box.</description>
			<link>http://www.dotnetspider.com/resources/44855-How-save-contents-RichText-Box-.rtf-file-VB.Net-without-using.aspx</link>
			<pubDate>Sun, 12 May 2013 10:27:51 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44855-How-save-contents-RichText-Box-.rtf-file-VB.Net-without-using.aspx</guid>
		</item>
		<item>
			<title>C# Code - To invoke a private method</title>
			<description>This C# .net Code snippet is all about invoking a private method.We are going to achieve this by task using Reflection. By breaking the rules OOPS.Here is the simple example done .net Console Application.</description>
			<link>http://www.dotnetspider.com/resources/44856-C-Code-To-invoke-private-method.aspx</link>
			<pubDate>Mon, 13 May 2013 11:06:24 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44856-C-Code-To-invoke-private-method.aspx</guid>
		</item>
		<item>
			<title>Different ways of inserting records into tables using SQL query</title>
			<description>In this article I am going to explain how to insert records into table using multiple methods in MS SQL</description>
			<link>http://www.dotnetspider.com/resources/44858-How-insert-records-into-tables.aspx</link>
			<pubDate>Wed, 15 May 2013 00:22:09 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44858-How-insert-records-into-tables.aspx</guid>
		</item>
		<item>
			<title>How to increase the performance and reduce the execution time  of sql query</title>
			<description>In this article I'm going to explain how to increase the performance and reduce the execution time  of sql query. To increase the performance and reduce the execution time  of sql query Do not use Not In clause IN subquery use Left outer join instead.</description>
			<link>http://www.dotnetspider.com/resources/44859-How-increase-performance-reduce-execution-time-sql-query.aspx</link>
			<pubDate>Wed, 15 May 2013 00:37:55 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44859-How-increase-performance-reduce-execution-time-sql-query.aspx</guid>
		</item>
		<item>
			<title>How to show gridview row details in tooltip using jquery</title>
			<description>How to show gridview row details in tooltip using in asp.net? In this article I'm going to explain how to show gridview row details in tool tip using jquery.</description>
			<link>http://www.dotnetspider.com/resources/44860-How-show-gridview-row-details-tooltip-using-jquery.aspx</link>
			<pubDate>Wed, 15 May 2013 02:20:08 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44860-How-show-gridview-row-details-tooltip-using-jquery.aspx</guid>
		</item>
		<item>
			<title>How to call dropdownlist selected index changed event from button click event in asp.net</title>
			<description>How to call dropdownlist selected index changed event from button click event in asp.net.  Herewith I have given one example to call selected index changed event.</description>
			<link>http://www.dotnetspider.com/resources/44863-How-call-dropdownlist-selected-index-changed-event-from-button-click-event.aspx</link>
			<pubDate>Wed, 15 May 2013 04:11:39 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44863-How-call-dropdownlist-selected-index-changed-event-from-button-click-event.aspx</guid>
		</item>
		<item>
			<title>How to execute a stored procedure inside another stored procedure?</title>
			<description>How to execute a stored procedure inside another stored procedure? In this article I'm going to explain how to execute stored procedure from another stored procedure in Sql. Herewith I have explained step by step process to calling stored procedure.</description>
			<link>http://www.dotnetspider.com/resources/44864-How-execute-stored-procedure-inside-another-stored-procedure.aspx</link>
			<pubDate>Wed, 15 May 2013 22:08:04 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44864-How-execute-stored-procedure-inside-another-stored-procedure.aspx</guid>
		</item>
		<item>
			<title>Windows could not start SQL Server (SQLEXPRESS) on local computer.</title>
			<description>In this article we are going to see how to resolve the below error:
Windows could not start SQL Server (SQLEXPRESS) on local computer. For more information, review the system Event log. If this is a non-Microsoft service , contact the service vendor, and refer to service specific error code 17058.</description>
			<link>http://www.dotnetspider.com/resources/44868-SQL-Server-could-not-spawn-FRunCM-thread.-Check-SQL-Server-error-log.aspx</link>
			<pubDate>Fri, 17 May 2013 09:02:48 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44868-SQL-Server-could-not-spawn-FRunCM-thread.-Check-SQL-Server-error-log.aspx</guid>
		</item>
		<item>
			<title>Get data from a stored procedure using Entity Framework and display it in Grid View.</title>
			<description>In this article we are going to see how we can get data from a stored procedure using Entity Framework and display it in grid view in .NET Framework 4.0. Here we are going to use Emp table which has EmpId,EmpName,Salary,IsActive columns. The data from this table is fetched using the "GetAllEmp" stored procedure.</description>
			<link>http://www.dotnetspider.com/resources/44869-get-data-from-stored-procedure-using-Entity-Framework-display-Grid.aspx</link>
			<pubDate>Sat, 18 May 2013 03:55:27 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44869-get-data-from-stored-procedure-using-Entity-Framework-display-Grid.aspx</guid>
		</item>
		<item>
			<title>Sql server  Merge  Statement</title>
			<description>SQL Merge is introduced in SQL server 2008. We can avail the feature of Merge from SQL 2008 versions. It behaves very similar to Upsert command (Update/Insert) of Oracle. It will automatically insert the records into a table if the record doesn't exist or will update if it exists.</description>
			<link>http://www.dotnetspider.com/resources/44872-SQL-SERVER-MERGE-STATEMENT.aspx</link>
			<pubDate>Tue, 21 May 2013 03:51:58 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44872-SQL-SERVER-MERGE-STATEMENT.aspx</guid>
		</item>
		<item>
			<title>How to get float value when dividing of two integer number in SQL?</title>
			<description>How to get float value when dividing of two integer number in SQL? In this article I'm going to explain how to get decimal output.</description>
			<link>http://www.dotnetspider.com/resources/44877-How-get-float-value-dividing-two-integer-number-SQL.aspx</link>
			<pubDate>Tue, 21 May 2013 06:31:49 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44877-How-get-float-value-dividing-two-integer-number-SQL.aspx</guid>
		</item>
		<item>
			<title>How to find all the port number of our local system using asp.net</title>
			<description>How to find all the port number of our local system using asp.net? In this article I'm going to explain how to get list of ports installed in your system by using asp.net. You need to import System.IO.Ports name space top of the page.</description>
			<link>http://www.dotnetspider.com/resources/44879-How-find-all-port-number-our-local-system-using-asp.net.aspx</link>
			<pubDate>Tue, 21 May 2013 22:28:33 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44879-How-find-all-port-number-our-local-system-using-asp.net.aspx</guid>
		</item>
		<item>
			<title>How to secure password by MD5 encrypting</title>
			<description>You can secure your password which is entered by user using md5 encrypting technique. when user entered plain password, it is automatic converted into encrypted text. MD5 password can't be reversal into plain text. so it's secure.</description>
			<link>http://www.dotnetspider.com/resources/44880-How-secure-password-by-MD5-encrypting.aspx</link>
			<pubDate>Wed, 22 May 2013 01:18:07 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44880-How-secure-password-by-MD5-encrypting.aspx</guid>
		</item>
		<item>
			<title>How do i increase width of the crystal report during design time</title>
			<link>http://www.dotnetspider.com/resources/44882-how-do-i-increase-width-crystal-report-during-design-time.aspx</link>
			<pubDate>Thu, 23 May 2013 06:23:18 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44882-how-do-i-increase-width-crystal-report-during-design-time.aspx</guid>
		</item>
		<item>
			<title>How to change the width of crystal report design</title>
			<description>How to change the width of crystal report design? In this article I'm going to explain how to change the crystal report design width. Here i have explained step by step process to change the width.</description>
			<link>http://www.dotnetspider.com/resources/44881-How-change-width-crystal-report-design.aspx</link>
			<pubDate>Thu, 23 May 2013 06:46:11 -0700</pubDate>
			<guid isPermaLink='true'>http://www.dotnetspider.com/resources/44881-How-change-width-crystal-report-design.aspx</guid>
		</item>
	</channel>
</rss>