﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Visual C# Latest Content</title><link>http://www.c-sharpcorner.com</link><description>Watch latest content from Visual C#</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Visual C# Introduction</title><description>Learn about Visual C# Introduction.</description><link>http://www.c-sharpcorner.com/Blogs/11714/visual-C-Sharp-introduction.aspx</link><pubDate>May 19, 2013</pubDate><author>Surjeet Yadav</author></item><item><title>How to use int.TryParse</title><description>Example of int.TryParse</description><link>http://www.c-sharpcorner.com/Blogs/11430/how-to-use-int-tryparse.aspx</link><pubDate>Apr 16, 2013</pubDate><author>Ravi Shekhar</author></item><item><title>Publishing Your Application in VS 2005</title><description>This article explains how do you publish your C# application in a netwrok share and send the update notification to all installed clients.</description><link>http://www.c-sharpcorner.com/UploadFile/6897bc/publishing-your-application-in-vs-2005/</link><pubDate>Mar 31, 2013</pubDate><author>Sivaraman Dhamodaran</author></item><item><title>Publishing C# Application - Pushing the Update (Forced Update)</title><description>Video Explains how do we push important updates on the client machines. Clients have no option to skip the update</description><link>http://www.c-sharpcorner.com/UploadFile/6897bc/publishing-C-Sharp-application-pushing-the-update-forced-updat/</link><pubDate>Mar 31, 2013</pubDate><author>Sivaraman Dhamodaran</author></item><item><title>Publishing C# Application - Sending Update Notification</title><description>Video Explains how do you publish updates for the published application. Clients will see a update when they start the application</description><link>http://www.c-sharpcorner.com/UploadFile/6897bc/publishing-C-Sharp-application-sending-update-notification/</link><pubDate>Mar 31, 2013</pubDate><author>Sivaraman Dhamodaran</author></item><item><title>Publishing C# Application</title><description>Video Explains how do you publish a C# application in a network share.</description><link>http://www.c-sharpcorner.com/UploadFile/6897bc/publishing-C-Sharp-application/</link><pubDate>Mar 31, 2013</pubDate><author>Sivaraman Dhamodaran</author></item><item><title> Bubble Sort Program Using C#</title><description>In this article I explain how to write a program for doing a bubble sort using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/0c1bb2/programm-for-bubble-sort-using-C-Sharp/</link><pubDate>Mar 26, 2013</pubDate><author>Vithal Wadje</author></item><item><title>SUM using array</title><description>In this blog we will know how to sum three numbers using array concept.</description><link>http://www.c-sharpcorner.com/Blogs/11039/sum-using-array.aspx</link><pubDate>Feb 26, 2013</pubDate><author>Satyapriya Nayak</author></item><item><title>Convert first character of string to uppercase</title><description>In this blog we will know how to convert first character of string to uppercase.</description><link>http://www.c-sharpcorner.com/Blogs/11038/convert-first-character-of-string-to-uppercase.aspx</link><pubDate>Feb 26, 2013</pubDate><author>Satyapriya Nayak</author></item><item><title>Popup Window On Click Event With ASP.NET</title><description>This code for open popup window and passing value chield form to parent form.</description><link>http://www.c-sharpcorner.com/Blogs/10997/popup-window-on-click-event-with-Asp-Net.aspx</link><pubDate>Feb 18, 2013</pubDate><author>Amit Patel</author></item><item><title>Creating First Emgu CV Project</title><description>This is the first app with Emgu CV; it involves streaming from the webcam and also processing it.</description><link>http://www.c-sharpcorner.com/UploadFile/shubham0987/creating-first-emgu-cv-project/</link><pubDate>Jan 08, 2013</pubDate><author>Shubham Saxena</author></item><item><title>Use StringBuilder instead of String for loop concatenation</title><description>String is immutable class so don't use string class in for and for each loop with concatenation instead, use StringBuilder class</description><link>http://www.c-sharpcorner.com/Blogs/10757/use-stringbuilder-instead-of-string-for-loop-concatenation.aspx</link><pubDate>Jan 08, 2013</pubDate><author>sarathi r</author></item><item><title>TextSearch (Release 1.0) - From Multiple Text Documents</title><description>TextSearch-1.0 reveals the track to enhance the search functionality of Text Documents belonging to the same path and folder.</description><link>http://www.c-sharpcorner.com/UploadFile/ea36c5/textsearch-release-1-0-from-multiple-text-documents/</link><pubDate>Dec 19, 2012</pubDate><author>Mayur Dighe</author></item><item><title>Swap Two Integer Number Without Third Variable</title><description>Explains how to swap two numbers without using third variable.</description><link>http://www.c-sharpcorner.com/Blogs/10537/swap-two-integer-number-without-third-variable.aspx</link><pubDate>Dec 02, 2012</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Value Out and Ref Parameters in C#</title><description>In this article, I am going to discuss the first 3 kinds of parameters.</description><link>http://www.c-sharpcorner.com/UploadFile/d9e6f2/value-out-and-ref-parameters-in-C-Sharp/</link><pubDate>Nov 28, 2012</pubDate><author>Ramakrishna </author></item><item><title>Hangman Game (Guess the Word) Using Win Form in C#</title><description>You will enjoy this article; you are going to play the popular word guessing game "Hangman". This game is developed as a Windows Application in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/hangman-game-guess-the-word-using-win-form-in-C-Sharp/</link><pubDate>Nov 28, 2012</pubDate><author>Hemant Srivastava</author></item><item><title>Using the DocX DLL to Programmatically Create Word Documents</title><description>The project offers a DLL which can be downloaded and added to a project and then used to programmatically create Word documents on the fly and without any reliance upon the Microsoft Office DLLs. </description><link>http://www.c-sharpcorner.com/UploadFile/scottlysle/using-the-docx-dll-to-programmatically-create-word-documents/</link><pubDate>Oct 29, 2012</pubDate><author>Scott Lysle</author></item><item><title>Send SMS Using C# Web Application</title><description>Here you can send SMS using the way2sms client library from your very own C# .Net Web Application.</description><link>http://www.c-sharpcorner.com/UploadFile/b8d90a/send-sms-using-C-Sharp-web-application/</link><pubDate>Oct 19, 2012</pubDate><author>Shivam Pandya</author></item><item><title>Print Fibonacci Numbers Below 200 Using ASP.NET C# Console Application</title><description>I will explain in this article how to print the Fibonacci numbers in an ASP.Net console application using C# with a basic Introduction.</description><link>http://www.c-sharpcorner.com/UploadFile/0c1bb2/print-fibonacci-numbers-below-200-using-Asp-Net-C-Sharp-console-a/</link><pubDate>Oct 19, 2012</pubDate><author>Vithal Wadje</author></item><item><title>Uncheck checked item in a checkedlistbox using button control</title><description>In this blog we will know how to uncheck checked item in a checkedlistbox using button control.</description><link>http://www.c-sharpcorner.com/Blogs/10237/uncheck-checked-item-in-a-checkedlistbox-using-button-contro.aspx</link><pubDate>Oct 18, 2012</pubDate><author>Satyapriya Nayak</author></item><item><title>Count values on Button Click</title><description>In this blog we will know the Count values on Button Click in Asp.Net.</description><link>http://www.c-sharpcorner.com/Blogs/10236/count-values-on-button-click.aspx</link><pubDate>Oct 18, 2012</pubDate><author>Satyapriya Nayak</author></item><item><title>Querying a Data Table Using Select Method and Lambda Expressions in C#</title><description>In this article, we are explaining how we can perform several queries on a DataTable object using the select method and Lambda expression.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/querying-a-data-table-using-select-method-and-lambda-express/</link><pubDate>Oct 15, 2012</pubDate><author>Hemant Srivastava</author></item><item><title>Ref Keyword in C#</title><description>Today, in this blog let’s play around with one of the interesting and most useful concept in C#.</description><link>http://www.c-sharpcorner.com/Blogs/10190/ref-keyword-in-C-Sharp.aspx</link><pubDate>Oct 12, 2012</pubDate><author>Vijay  Prativadi</author></item><item><title>Tuples in C#</title><description>Today, in this blog let’s play around with one of the interesting and most useful concept in C#.</description><link>http://www.c-sharpcorner.com/Blogs/10189/tuples-in-C-Sharp.aspx</link><pubDate>Oct 12, 2012</pubDate><author>Vijay  Prativadi</author></item><item><title>Enum in C#</title><description>Today, in this blog let’s play around with one of the interesting and most useful concept in C#.</description><link>http://www.c-sharpcorner.com/Blogs/10188/enum-in-C-Sharp.aspx</link><pubDate>Oct 12, 2012</pubDate><author>Vijay  Prativadi</author></item><item><title>Extension Methods in C#</title><description>Today, in this blog let’s play around with one of the interesting and most useful concept in C#.</description><link>http://www.c-sharpcorner.com/Blogs/10186/extension-methods-in-C-Sharp.aspx</link><pubDate>Oct 12, 2012</pubDate><author>Vijay  Prativadi</author></item><item><title> Anonymous Methods in C#</title><description>Today, in this blog let’s play around with one of the interesting and most useful concept in C#.</description><link>http://www.c-sharpcorner.com/Blogs/10185/anonymous-methods-in-C-Sharp.aspx</link><pubDate>Oct 12, 2012</pubDate><author>Vijay  Prativadi</author></item><item><title>Lambda Expressions in C#</title><description>Today, in this blog let’s play around with one of the interesting and most useful concept in C#.</description><link>http://www.c-sharpcorner.com/Blogs/10184/lambda-expressions-in-C-Sharp.aspx</link><pubDate>Oct 12, 2012</pubDate><author>Vijay  Prativadi</author></item><item><title>Out Keyword in C#</title><description>Today, in this blog let’s play around with one of the interesting and most useful concept in C#. </description><link>http://www.c-sharpcorner.com/Blogs/10183/out-keyword-in-C-Sharp.aspx</link><pubDate>Oct 12, 2012</pubDate><author>Vijay  Prativadi</author></item><item><title>Using a Lambda Expression Over a List in C#</title><description>This article exemplifies methods for performing several tasks and queries over a set of records in a List. Sample code is also attached.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/using-lambda-expression-over-a-list-in-C-Sharp/</link><pubDate>Oct 10, 2012</pubDate><author>Hemant Srivastava</author></item><item><title>Introduction to MSMQ</title><description>Microsoft Messaging Queue (MSMQ) technology is used for asynchronous communication using messages. MSMQ also can be considered to be an InterProcess communication capability.</description><link>http://www.c-sharpcorner.com/UploadFile/b9e011/introduction-to-msmq/</link><pubDate>Sep 23, 2012</pubDate><author>Kamal Rawat</author></item><item><title>Overview of Extension Methods in C#</title><description>This article is an overview of Extension Methods in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/pragati2478/overview-of-extension-method-in-C-Sharp/</link><pubDate>Sep 21, 2012</pubDate><author>Pragati </author></item><item><title>Solution For Parsing an Excel File in C# and the Cells Seem to Get Cut Off at 255 Characters</title><description>In this article you will learn the solution for, when parsing an Excel file in C#, the cells seem to be truncated at 255 characters.</description><link>http://www.c-sharpcorner.com/UploadFile/4876ca/solution-for-parsing-an-excel-file-in-C-Sharp-and-the-cells-seem/</link><pubDate>Sep 13, 2012</pubDate><author>Sai Kumar</author></item><item><title>Preprocessor Directive in C#</title><description>In this article we will see when and how to use some of the preprocessor directives in C# programming.</description><link>http://www.c-sharpcorner.com/UploadFile/SukeshMarla/preprocessor-directive-in-C-Sharp/</link><pubDate>Sep 10, 2012</pubDate><author>Sukesh Marla</author></item><item><title>Three Dimensional Dictionary in C#</title><description>In this article, you will learn how to build a three-dimensional Dictionary structure in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/three-dimensional-dictionary-in-C-Sharp/</link><pubDate>Sep 09, 2012</pubDate><author>Hemant Srivastava</author></item><item><title>Stream I/O Operation - Part I</title><description>The Blog demonstrate a way to Copy / Append the one Text Document to another, using StreamReader &amp; StreamWriter Classes.</description><link>http://www.c-sharpcorner.com/Blogs/10026/stream-io-operation-part-i.aspx</link><pubDate>Sep 08, 2012</pubDate><author>Mayur Dighe</author></item><item><title>Convert Text Document to PDF File</title><description>The Blog demonstrate a method to convert the text files into PDF files using iTextSharp PDF library.</description><link>http://www.c-sharpcorner.com/Blogs/10025/convert-text-document-to-pdf-file.aspx</link><pubDate>Sep 08, 2012</pubDate><author>Mayur Dighe</author></item><item><title>Export Multidimensional Array to Excel With Formatting in C#</title><description>In this document, let us see how to export a multidimensional array to an Excel file and add formatting to the contents while writing the Excel file. </description><link>http://www.c-sharpcorner.com/UploadFile/1a81c5/export-multidimensional-array-to-excel-with-formatting-in-cs/</link><pubDate>Sep 05, 2012</pubDate><author>Santhosh Kumar Jayaraman</author></item><item><title>Color Selector from RGBA Color Model</title><description>The Blog shows the method to select the color from RGBA Color Model.</description><link>http://www.c-sharpcorner.com/Blogs/9986/color-selector-from-rgba-color-model.aspx</link><pubDate>Sep 02, 2012</pubDate><author>Mayur Dighe</author></item><item><title>Properties of Running Processes</title><description>The Blog shows the method to access the properties of currently running processes.</description><link>http://www.c-sharpcorner.com/Blogs/9985/properties-of-running-processes.aspx</link><pubDate>Sep 02, 2012</pubDate><author>Mayur Dighe</author></item><item><title>C# 3.0 - Object Initializers, Collection Intializers, Anonymous Classes</title><description>In this article we will discuss some of the very useful features introduced in C# 3.0</description><link>http://www.c-sharpcorner.com/UploadFile/SukeshMarla/C-Sharp-3-0-object-initializers-collection-intializers-anonym/</link><pubDate>Sep 02, 2012</pubDate><author>Sukesh Marla</author></item><item><title>Interface in C#</title><description>In this article, we will be discuss what an interface is and how to easily implement an inheritance in it.</description><link>http://www.c-sharpcorner.com/UploadFile/mahakgupta/interface-in-C-Sharp/</link><pubDate>Aug 21, 2012</pubDate><author>Mahak Gupta</author></item><item><title>Overload Operator Using C#</title><description>In this article we will try to understand how to overload operator == for our convenience.</description><link>http://www.c-sharpcorner.com/UploadFile/SukeshMarla/overload-operator-using-C-Sharp/</link><pubDate>Aug 16, 2012</pubDate><author>Sukesh Marla</author></item><item><title>Creating Image Free Gradient Buttons in C#</title><description>This article shall describe a simple tool you can build and use to create the CSS to apply a gradient overlay to buttons, divs, or whatever you like, in an ASP.NET or just plain HTML project.</description><link>http://www.c-sharpcorner.com/UploadFile/scottlysle/creating-image-free-gradient-buttons-in-C-Sharp/</link><pubDate>Nov 11, 2011</pubDate><author>Scott Lysle</author></item><item><title>Console Application Wait/Busy Spin Animation</title><description>Create a spinning busy animation on a background worker thread in a console applcation</description><link>http://www.c-sharpcorner.com/uploadfile/cbragg/console-application-waitbusy-spin-animation/default.aspx</link><pubDate>Dec 18, 2008</pubDate><author>Colin </author></item><item><title>Connect to Access Database in C# and ADO.NET</title><description>This artilce explains how to connect and get data from an Access database in C# and ADO.NET.  </description><link>http://www.c-sharpcorner.com/uploadfile/mimrantaj/connect-to-access-database-in-C-Sharp-and-ado-net/default.aspx</link><pubDate>Feb 26, 2008</pubDate><author>Muhammad  Imran Taj</author></item><item><title>ASP.NET 2.0 IISTimer</title><description>This article describes usage of IISTimer component. </description><link>http://www.c-sharpcorner.com/uploadfile/vulfhm/Asp-Net-2-0-iistimer/default.aspx</link><pubDate>Jan 30, 2008</pubDate><author>Vulf Hmelnitsky</author></item><item><title>Abstraction and Interface in C#</title><description>Here I will explain the abstraction and interface in c# by using simple example.</description><link>http://www.c-sharpcorner.com/UploadFile/pareshv/Abstraction12062007065714AM/Abstraction.aspx</link><pubDate>Dec 10, 2007</pubDate><author>Paresh Vaishnav</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.c-sharpcorner.com/UploadFile/esubal/XMLDrivenValidation03152007142834PM/XMLDrivenValidation.aspx</link><pubDate>Mar 20, 2007</pubDate><author>Subal Mishra</author></item></channel></rss>