﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>C# Language Latest Content</title><link>http://www.c-sharpcorner.com</link><description>Watch latest content from C# Language</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Check Database Connection in MySQL using C#</title><description>Check database connection in MySQL using C#.</description><link>http://www.c-sharpcorner.com/Blogs/11996/check-database-connection-in-mysql-using-C-Sharp.aspx</link><pubDate>Jun 19, 2013</pubDate><author>Pankaj Pandey</author></item><item><title>Internals of C# Events</title><description>In this blog I will try to focus on internal working of events .</description><link>http://www.c-sharpcorner.com/Blogs/11982/internals-of-C-Sharp-events.aspx</link><pubDate>Jun 17, 2013</pubDate><author>Shrish  Shrivastav</author></item><item><title>Why Constructor can't be declared Virtually? Why Destructor can't be Overloaded?</title><description>Why Constructor can't be declared Virtually? Why Destructor can't be Overloaded?</description><link>http://www.c-sharpcorner.com/Blogs/11918/why-constructor-cant-be-declared-virtually-why-destructor.aspx</link><pubDate>Jun 12, 2013</pubDate><author>Sachin Kalia</author></item><item><title>Enum Operations For Name Value Attributes</title><description>We'll see in this article how to manipulate the values, names and attributes using Reflection at run time.</description><link>http://www.c-sharpcorner.com/UploadFile/vendettamit/enum-operations-for-name-value-attributes/</link><pubDate>Jun 10, 2013</pubDate><author>Amit Choudhary</author></item><item><title>OOP Properties in C#</title><description>In this article, you will learn about properties in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/sourabh_mishra1/oops-concept-properties-in-C-Sharp/</link><pubDate>Jun 10, 2013</pubDate><author>Sourabh Mishra</author></item><item><title>An Example For WMI Query in C#</title><description>This article shows how do you retrieve list of stopped services using the C# WMI technique. Once you gone through this example, you will get an idea of how do you get other system information...</description><link>http://www.c-sharpcorner.com/UploadFile/6897bc/an-example-for-wmi-query/</link><pubDate>Jun 09, 2013</pubDate><author>Sivaraman Dhamodaran</author></item><item><title>How to replace multiple strings in a given string in single line</title><description>This blog will show to replace multiple strings in a given string in single line.</description><link>http://www.c-sharpcorner.com/Blogs/11882/how-to-replace-multiple-strings-in-a-given-string-in-single.aspx</link><pubDate>Jun 06, 2013</pubDate><author>Pankaj Pandey</author></item><item><title>How to Save Your Computer Start-up History in C#</title><description>How to save your computer start-up history in C#.net.</description><link>http://www.c-sharpcorner.com/Blogs/11873/how-to-save-your-computer-start-up-history-in-C-Sharp.aspx</link><pubDate>Jun 05, 2013</pubDate><author>Pankaj Pandey</author></item><item><title>Abstraction in C#</title><description>This bog defines abstraction in C#.</description><link>http://www.c-sharpcorner.com/Blogs/11865/abstraction-in-C-Sharp.aspx</link><pubDate>Jun 04, 2013</pubDate><author>Sreejesh SP</author></item><item><title>Get Transport Control Protocol Information</title><description>Code To get transport control protocol information.</description><link>http://www.c-sharpcorner.com/Blogs/11864/get-transport-control-protocol-information.aspx</link><pubDate>Jun 04, 2013</pubDate><author>Kailash Chandra Behera</author></item><item><title>Break and Continue Statement in C#</title><description>Difference in break and Continue Statement in C#.</description><link>http://www.c-sharpcorner.com/Blogs/11861/break-and-continue-statement-in-C-Sharp.aspx</link><pubDate>Jun 04, 2013</pubDate><author>Sreejesh SP</author></item><item><title>Can We Declare Static Variables inside a Method or Constructor</title><description>we can’t declare Static variable inside the method or constructor. Because static variables are class level variables. </description><link>http://www.c-sharpcorner.com/Blogs/11853/can-we-declare-static-variables-inside-a-method-or-construct.aspx</link><pubDate>Jun 04, 2013</pubDate><author>Amit Tiwari</author></item><item><title>Using the Checked and Unchecked Operators</title><description>Checked operator using prevent Overflow, Unchecked operator using do overflow.</description><link>http://www.c-sharpcorner.com/Blogs/11848/using-the-checked-and-unchecked-operators.aspx</link><pubDate>Jun 03, 2013</pubDate><author>Sreejesh SP</author></item><item><title>Simplest Possible Performance Counter Example</title><description>This blog defines the Performance Counter in c#.</description><link>http://www.c-sharpcorner.com/Blogs/11843/simplest-possible-performance-counter-example.aspx</link><pubDate>Jun 03, 2013</pubDate><author>Sreejesh SP</author></item><item><title>Object and Dynamic Array in C#</title><description>In this article I explain how to create and use object and dynamic array in c#.</description><link>http://www.c-sharpcorner.com/UploadFile/c63ec5/object-and-dynamic-array-in-C-Sharp/</link><pubDate>Jun 01, 2013</pubDate><author>Sharad Gupta</author></item><item><title>Modify the Value of Readonly Varibale</title><description>This article explains how to modify the value of a readonly variable in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/97fc7a/modify-the-value-of-readonly-varibale/</link><pubDate>May 31, 2013</pubDate><author>Sachin Kalia</author></item><item><title>Interface in C#</title><description>This blog defines the interface in c#.</description><link>http://www.c-sharpcorner.com/Blogs/11818/interface-in-C-Sharp.aspx</link><pubDate>May 29, 2013</pubDate><author>Sreejesh SP</author></item><item><title>How to Implement Event in Abstract Class and Raising from Derived Class in C#</title><description>Here, I would not explain about the abstract class and events, I just wanted to show you how to implement events in abstract class and raised these events into derived class.</description><link>http://www.c-sharpcorner.com/Blogs/11807/how-to-implement-event-in-abstract-class-and-raising-from-de.aspx</link><pubDate>May 29, 2013</pubDate><author>Amit Tiwari</author></item><item><title>Insert or Delete Elements to Collection During Iteration in foreach Loop</title><description>This helps to resolve the problem of inserting or removing items from collection during iteration.</description><link>http://www.c-sharpcorner.com/Blogs/11791/insert-or-delete-elements-to-collection-during-iteration-in.aspx</link><pubDate>May 27, 2013</pubDate><author>Abhishek Goswami</author></item><item><title>Retrieve and Delete Related Entities using Entity Framework</title><description>This is only applicable for ObjectContext EDMX.</description><link>http://www.c-sharpcorner.com/Blogs/11765/retrieve-and-delete-related-entities-using-entity-framework.aspx</link><pubDate>May 24, 2013</pubDate><author>Nymhar Quines</author></item><item><title>All about Abstract Class </title><description>This blog defines abstract class in C#.</description><link>http://www.c-sharpcorner.com/Blogs/11759/all-about-abstract-class.aspx</link><pubDate>May 24, 2013</pubDate><author>Amit Tiwari</author></item><item><title>Perfect Image Validation In Web Application</title><description>Generally for validating the image we check the extension of files and denied files to upload it on server. But this kind of validation is not enough to restrict malicious script because user can change the extension of that file and upload the same onto server. That's why This article is all about How to validate image Perfectly.</description><link>http://www.c-sharpcorner.com/UploadFile/abhijmk/perfect-image-validation-in-web-application/</link><pubDate>May 22, 2013</pubDate><author>Abhishek Goswami</author></item><item><title>Compare strings using StringComparison.OrdinalIgnoreCase</title><description>Comparing two strings without having any extra string memory allocation overhead in C#.</description><link>http://www.c-sharpcorner.com/Blogs/11724/compare-strings-using-stringcomparison-ordinalignorecase.aspx</link><pubDate>May 21, 2013</pubDate><author>Gaurav Gupta</author></item><item><title>Use Params Keyword in C#</title><description>In this article I explain how and what is the use of the params keyword in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/c63ec5/use-params-keyword-in-C-Sharp/</link><pubDate>May 20, 2013</pubDate><author>Sharad Gupta</author></item><item><title>Class vs Structure</title><description>Difference between Class and structure</description><link>http://www.c-sharpcorner.com/Blogs/11715/class-vs-structure.aspx</link><pubDate>May 20, 2013</pubDate><author>Kuldeep Sharma</author></item><item><title>Using Delegates in C#</title><description>In this article you will learn about what Delegates are and how to use them in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/afenster/using-delegates-in-C-Sharp/</link><pubDate>May 20, 2013</pubDate><author>Andrew Fenster</author></item><item><title>Techniques For Handling MultiThread Programming C#</title><description>This article explains somes multithread programming techniques in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/5ef30d/techniques-for-handling-multithread-programming-C-Sharp/</link><pubDate>May 18, 2013</pubDate><author>Vo Duc Thanh</author></item><item><title>Difference amongst Const, Readonly, Static keywords</title><description>Difference amongst Const, Readonly, Static keywords</description><link>http://www.c-sharpcorner.com/Blogs/11660/difference-amongst-const-readonly-static-keywords.aspx</link><pubDate>May 11, 2013</pubDate><author>Amit Tiwari</author></item><item><title>Internals of Foreach Loop in C#</title><description>To understand the Internals and working of Foreach Loop in C#.</description><link>http://www.c-sharpcorner.com/Blogs/11644/internals-of-foreach-loop-in-C-Sharp.aspx</link><pubDate>May 09, 2013</pubDate><author>Gaurav Gupta</author></item><item><title>Default Scope of a C# Class</title><description>Here you will learn about the default scope of a C# class. 
</description><link>http://www.c-sharpcorner.com/UploadFile/84c85b/default-scope-of-a-C-Sharp-class/</link><pubDate>May 03, 2013</pubDate><author>Vidya Vrat Agarwal</author></item><item><title>Handling DateTime Data Type in C# : Part 1</title><description>In this article we will learn about the date objects in C#. </description><link>http://www.c-sharpcorner.com/UploadFile/5ef30d/handling-datetime-data-type-in-C-Sharp-part-1/</link><pubDate>Apr 27, 2013</pubDate><author>Vo Duc Thanh</author></item><item><title>Solve SQL Injection Problem in C#</title><description>In this article you will learn about a SQL Injection problem and how to remove it using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/c63ec5/solve-sql-injection-problem-in-C-Sharp/</link><pubDate>Apr 26, 2013</pubDate><author>Sharad Gupta</author></item><item><title>Var Keyword in C# Programming</title><description>In .Net 3.0 Microsoft has added the var keyword in the keyword library of .Net. programming.</description><link>http://www.c-sharpcorner.com/UploadFile/5ef30d/var-keyword-in-C-Sharp-programming/</link><pubDate>Apr 26, 2013</pubDate><author>Vo Duc Thanh</author></item><item><title>Learn About ArrayList in C # (Part 2)</title><description>This article provides examples of two methods to browse an ArrayList.</description><link>http://www.c-sharpcorner.com/UploadFile/5ef30d/learn-about-arraylist-in-c-sharp-part-2/</link><pubDate>Apr 25, 2013</pubDate><author>Vo Duc Thanh</author></item><item><title>Learn About ArrayList in C#: Part 1</title><description>ArrayList is a dynamic array that can be resized when we declare indefinite number of elements in the array.</description><link>http://www.c-sharpcorner.com/UploadFile/5ef30d/learn-about-arraylist-in-C-Sharp-part-1/</link><pubDate>Apr 25, 2013</pubDate><author>Vo Duc Thanh</author></item><item><title>Reverse Words of a String in C#</title><description>In this article I explain how to reverse full string content with the help of c#.</description><link>http://www.c-sharpcorner.com/UploadFile/c63ec5/reverse-string-in-C-Sharp/</link><pubDate>Apr 24, 2013</pubDate><author>Sharad Gupta</author></item><item><title>The Basic Concepts of Generics in C#</title><description>In this article I explain the basic concepts of Generics in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/5ef30d/the-basic-concepts-of-generic-in-C-Sharp/</link><pubDate>Apr 24, 2013</pubDate><author>Vo Duc Thanh</author></item><item><title>Understanding Yield Return in C#</title><description>Once you understand having "yield return" in C # code, you will not help wondering what a return form or a special mechanism to handle it is.</description><link>http://www.c-sharpcorner.com/UploadFile/5ef30d/understanding-yield-return-in-C-Sharp/</link><pubDate>Apr 24, 2013</pubDate><author>Vo Duc Thanh</author></item><item><title>Search Specified Type of File in C#</title><description>In this article I explain how to determine the location of a specified file type in all directories of your computer with the help of C#.</description><link>http://www.c-sharpcorner.com/UploadFile/c63ec5/search-specified-type-of-file-in-C-Sharp/</link><pubDate>Apr 23, 2013</pubDate><author>Sharad Gupta</author></item><item><title>Abstract Classes in C#</title><description>This article explains Abstract Classes in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/sourabh_mishra1/abstract-classes/</link><pubDate>Apr 19, 2013</pubDate><author>Sourabh Mishra</author></item><item><title>Interface in C#</title><description>The .NET Framework provides many interfaces for various purposes. Some of the commonly used interfaces are IComparable, IEquatable, IConvertible, ICloneable and IFormattable.</description><link>http://www.c-sharpcorner.com/UploadFile/87b416/interface/</link><pubDate>Feb 27, 2013</pubDate><author>Kailash Chandra Behera</author></item><item><title>Basics of creating and using classes in C#</title><description>This chapter is the first of a series that will introduce you to how classes are created and used in C#. It covers the basics of creating and using classes.</description><link>http://www.c-sharpcorner.com/uploadfile/daniel.clark/basics-of-creating-and-using-classes-in-C-Sharp/default.aspx</link><pubDate>May 23, 2011</pubDate><author>Daniel Clark</author></item><item><title>New Features in C# 2008</title><description>Several language extensions are introduced in C# 3.0 code-named "Orcas". These extensions are built on C# 2.0 to support functional programming style. </description><link>http://www.c-sharpcorner.com/uploadfile/CMouli/new-features-in-C-Sharp-2008/default.aspx</link><pubDate>Oct 04, 2009</pubDate><author>Chandramouli Muralidaran</author></item><item><title>Abstract Class vs Interface</title><description>This tutorial will try to explain difference between Abstract Class and interface 
 theoratically and programitically both ways.</description><link>http://www.c-sharpcorner.com/uploadfile/prasoonk/abstract-class-vs-interface/default.aspx</link><pubDate>Jun 10, 2009</pubDate><author>Prasoon  </author></item><item><title>Getting started with Nullable Types in C#</title><description>This article gives you an idea how we can use Nullable Type in C#.</description><link>http://www.c-sharpcorner.com/uploadfile/prasoonk/getting-started-with-nullable-types-in-C-Sharp/default.aspx</link><pubDate>Jun 08, 2009</pubDate><author>Prasoon  </author></item><item><title>Dynamic and Static Array Declarations</title><description>Arrays can be declared in many ways. These examples demonstrate arrays that are created at “design time” (static) and at "run time" (dynamic)</description><link>http://www.c-sharpcorner.com/uploadfile/RPattinson/dynamic-and-static-array-declarations/default.aspx</link><pubDate>Jun 06, 2009</pubDate><author>Robert Pattinson</author></item><item><title>Introduction to Arrays in C#</title><description>The arrays explained in C# language</description><link>http://www.c-sharpcorner.com/uploadfile/RPattinson/introduction-to-arrays-in-C-Sharp/default.aspx</link><pubDate>Jun 04, 2009</pubDate><author>Robert Pattinson</author></item><item><title>Site Navigation in ASP.NET 2.0</title><description>Site navigation uses the layered architecture. Controls such as Menu and TreeView provide the navigation UIs. Classes such as SiteMap and SiteMapNode provide the API.</description><link>http://www.c-sharpcorner.com/uploadfile/anubhavbansal/site-navigation-in-Asp-Net-2-0/default.aspx</link><pubDate>May 28, 2009</pubDate><author>Anubhav Bansal</author></item><item><title>Hashtable Sorting</title><description>This article gives you an idea for sorting a Hashtable.</description><link>http://www.c-sharpcorner.com/uploadfile/prasoonk/hashtable-sorting/default.aspx</link><pubDate>Aug 31, 2008</pubDate><author>Prasoon  </author></item><item><title>The Basics of Drawing Graphics onto Windows Forms</title><description>This article gives you an explanation of the use of the GDI+ library and how the .NET base classes can enhance graphics.</description><link>http://www.c-sharpcorner.com/uploadfile/TheButler/the-basics-of-drawing-graphics-onto-windows-forms/default.aspx</link><pubDate>Mar 27, 2008</pubDate><author>Dave </author></item><item><title>Resource Files in ASP.NET 2.0</title><description>This article explains you the use of resource files in ASP.NET 2.0.</description><link>http://www.c-sharpcorner.com/uploadfile/prasham/resource-files-in-Asp-Net-2-0/default.aspx</link><pubDate>Feb 14, 2008</pubDate><author>Prasham Sabadra</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>Object Pooling in .NET</title><description>This article shall describe how to implement object pooling in .NET. Object Pooling is something that tries to keep a pool of objects in memory to be re-used later and hence it will reduce the load of object creation to a great extent. This article will try to explain this in detail.</description><link>http://www.c-sharpcorner.com/UploadFile/vmsanthosh.chn/109042007094154AM/1.aspx</link><pubDate>Sep 04, 2007</pubDate><author>Santhosh Veeraraman</author></item><item><title>How to: Convert Miladi to Shamsi in C#</title><description>This article show how we can convert Miladi to Shamsi in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/gharachi/Csharp08142007134645PM/Csharp.aspx</link><pubDate>Aug 14, 2007</pubDate><author>Naser Gharachi</author></item><item><title>C# Tutorial for Beginners: Part I</title><description>Three chapter of this tutorial explains basics of .NET, C# and how to write your first C# program.</description><link>http://www.c-sharpcorner.com/UploadFile/anandnarayanswamy/CSTutorial1AN11282005015140AM/CSTutorial1AN.aspx</link><pubDate>Aug 16, 2001</pubDate><author>Anand Narayanswamy</author></item></channel></rss>