﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>C# Language Latest Articles</title><link>http://www.c-sharpcorner.com/articles/</link><description>Watch latest articles from C# Language</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><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>5/18/2013 12:06:55 PM</pubDate><author>Vo Ducthanh</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>4/26/2013 8:58:53 AM</pubDate><author>Sharad Gupta</author></item><item><title>Creating a Lookup From a List of Objects Using Lambda Expression</title><description>In this article, I describe how to convert a list of objects into a lookup collection. </description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/creating-a-lookup-from-a-list-of-objects-using-lambda-expres/</link><pubDate>1/19/2013 6:39:29 AM</pubDate><author>Hemant Srivastava</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>5/3/2013 12:55:24 AM</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>4/27/2013 9:52:13 AM</pubDate><author>Vo Ducthanh</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>4/24/2013 10:55:10 AM</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>4/26/2013 6:03:01 AM</pubDate><author>Vo Ducthanh</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>4/23/2013 11:10:48 AM</pubDate><author>Sharad Gupta</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>4/25/2013 8:41:18 AM</pubDate><author>Vo Ducthanh</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>4/25/2013 8:30:45 AM</pubDate><author>Vo Ducthanh</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>4/24/2013 9:58:21 AM</pubDate><author>Vo Ducthanh</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>4/24/2013 6:03:33 AM</pubDate><author>Vo Ducthanh</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>4/19/2013 4:48:34 AM</pubDate><author>Sourabh Mishra</author></item><item><title>ExpertTexting SMS API Guide</title><description>Here you will learn how to use the ExpertTexting gateway for sending SMS messages.</description><link>http://www.c-sharpcorner.com/UploadFile/a0178a/experttexting-api-guide/</link><pubDate>3/24/2013 12:53:23 PM</pubDate><author>James Gibson</author></item><item><title>Command Design Pattern in C#</title><description>Here you will learn about the Command Design Pattern in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/851045/command-design-pattern-in-C-Sharp/</link><pubDate>4/14/2013 9:13:06 AM</pubDate><author>Abhishek Bhat</author></item><item><title>Sending an E-Mail Using ASP.NET With C#</title><description>In this article I show how to send mail using the Gmail SMTP server using ASP.NET.
</description><link>http://www.c-sharpcorner.com/UploadFile/sourabh_mishra1/sending-an-e-mail-using-Asp-Net-with-C-Sharp/</link><pubDate>4/14/2013 8:59:45 AM</pubDate><author>Sourabh Mishra</author></item><item><title>Free Book: C# Programming for Beginners</title><description>In this book, you will learn how to write and compile C# programs, understand C# syntaxes, data types, control flow, classes and their members, interfaces, arrays, and exception handling. After completing this book, you should have a clear understanding of the purpose of C# language, it’s usages, and how to write C# programs. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/csp08202007084545AM/csp.aspx</link><pubDate>8/21/2007 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>How To Create Single Connection String in Console Application</title><description>In this article, I will explain how to create a single connection string in a console application and how to use connection string in console application.</description><link>http://www.c-sharpcorner.com/UploadFile/5089e0/how-to-create-single-connection-string-in-console-applicatio/</link><pubDate>4/3/2013 11:15:05 AM</pubDate><author>Nitin Bhardwaj</author></item><item><title>Unit Converter: Part I (Mass Converter)</title><description>This is a very basic engineering Mass converter. </description><link>http://www.c-sharpcorner.com/UploadFile/mahakgupta/unit-converter-part-i-mass-converter/</link><pubDate>4/5/2013 5:21:52 AM</pubDate><author>Mahak Gupta</author></item><item><title>How a List of All Running Processes Is Retrieved</title><description>In this article you will learn how to retrieve a list of all running processes.</description><link>http://www.c-sharpcorner.com/UploadFile/87b416/how-a-list-of-all-running-processes-is-retrieved/</link><pubDate>4/3/2013 6:15:25 AM</pubDate><author>Kailash Chandra Behera</author></item><item><title>How to Save Image Path in Database Using MySQL &amp; C#</title><description>In this article I will explain how to save images into a MySQL database in Windows Forms applications using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/ANURAGSARKAR19/how-to-save-image-path-in-database-using-my-sql-c-sharp/</link><pubDate>4/1/2013 3:48:35 AM</pubDate><author>Anurag Sarkar</author></item><item><title>Program to Find LCM (Lowest Common Multiples) of Two Numbers Using C#</title><description>In this article I will explain how to determine the Lowest Common Multiples of two numbers in a  C# console application.</description><link>http://www.c-sharpcorner.com/UploadFile/0c1bb2/program-to-find-lcm-lowest-common-multiples-of-two-numbers/</link><pubDate>3/31/2013 3:51:52 PM</pubDate><author>Vithal Wadje</author></item><item><title>Reverse a String Without Using Function in C#</title><description>In this article we will learn how to reverse a string without using any string functions.</description><link>http://www.c-sharpcorner.com/UploadFile/0c1bb2/reverse-a-given-string-without-using-function-in-Asp-Net-C-Sharp/</link><pubDate>11/2/2012 2:53:51 AM</pubDate><author>Vithal Wadje</author></item><item><title>Difference Between Const, ReadOnly and Static ReadOnly in C#</title><description>These are very common keywords and are quite confusing. So today we will discuss these keywords and try to understand them.</description><link>http://www.c-sharpcorner.com/UploadFile/c210df/difference-between-const-readonly-and-static-readonly-in-C-Sharp/</link><pubDate>3/26/2013 1:15:18 AM</pubDate><author>Yogendra Kumar</author></item><item><title>Difference Between Override and New Keyword Explained Step-by-Step</title><description>This article explains a topic that is very commonly asked in interviews, and quite confusing. Let’s try to clarify it.</description><link>http://www.c-sharpcorner.com/UploadFile/c210df/difference-between-override-and-new-keyword-explain-step-by/</link><pubDate>3/26/2013 5:53:34 AM</pubDate><author>Yogendra Kumar</author></item><item><title>Working with HashTable in C# 2.0</title><description>We often need to store more than one dimension data in a list and data may not be an integer or string. This article shows how to use the HashTable class to store object type data. </description><link>http://www.c-sharpcorner.com/UploadFile/pradeep.tiwari/PradeepTiwariHashtable11072006072247AM/PradeepTiwariHashtable.aspx</link><pubDate>11/13/2006 12:00:00 AM</pubDate><author>Pradeep Tiwari</author></item><item><title>Implicit and Explicit Interface Examples</title><description>In this article you will learn about Implicit and Explicit Interfaces in detail with examples.</description><link>http://www.c-sharpcorner.com/UploadFile/8911c4/implicit-and-explicit-interface-examples/</link><pubDate>3/18/2013 7:28:45 AM</pubDate><author>Mahesh Alle</author></item><item><title>Simple Delegates With Examples in C#</title><description>Here, you will see delegates with examples in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/8911c4/simple-delegates-with-examples-in-C-Sharp/</link><pubDate>3/15/2013 10:54:42 AM</pubDate><author>Mahesh Alle</author></item><item><title>Snake Game Application in C#</title><description>Here I make a snake game for you to enjoy using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/udeshikah/snake-game-application-in-C-Sharp/</link><pubDate>3/14/2013 2:21:04 AM</pubDate><author>Eranda Horanagama</author></item><item><title>Restore SQL Server Backup File With C#</title><description>In this article, I would like to show how to restore a SQL Server Backup file in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/rohatash/restore-sql-server-backup-file-with-C-Sharp/</link><pubDate>3/12/2013 12:34:26 AM</pubDate><author>Rohatash Kumar</author></item><item><title>Creating SQL Server Backup File With C#</title><description>In this article, I would like to show how to create SQL Server Backup file in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/rohatash/creating-sql-server-backup-file-with-C-Sharp/</link><pubDate>3/8/2013 1:04:08 AM</pubDate><author>Rohatash Kumar</author></item><item><title>How to Assign Null Value to Value Type Using Nullable Types</title><description>In this article you will learn how do assign null value to valuetype by using Nullable types.</description><link>http://www.c-sharpcorner.com/UploadFile/87b416/how-do-assign-null-value-to-valuetype-by-using-nullable-type/</link><pubDate>2/26/2013 4:51:38 AM</pubDate><author>Kailash Chandra Behera</author></item><item><title>.Net Compilers</title><description>This article describes the two .Net compilers that exist in the .Net Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/87b416/dot-net-compiler/</link><pubDate>2/25/2013 7:04:08 AM</pubDate><author>Kailash Chandra Behera</author></item><item><title>C# Iterations: IEnumerator, IEnumerable and Yield</title><description>In this article you will learn how to use C# Iterations: IEnumerator, IEnumerable and Yield</description><link>http://www.c-sharpcorner.com/UploadFile/ikucuk/C-Sharp-iterations-ienumerator-ienumerable-and-yield/</link><pubDate>2/16/2010 12:58:32 AM</pubDate><author>Ilker Kucuk</author></item><item><title>Understanding Delegates Predicates and Lambda</title><description>To have a clear undestanding of Predicates, you must have a good understanding og delegates.</description><link>http://www.c-sharpcorner.com/UploadFile/24b242/understanding-delegates-predicates-and-lambda/</link><pubDate>2/22/2013 5:17:03 AM</pubDate><author>Dhanushka Athukorala</author></item><item><title>Tackling Invariance Using Covariance and Contravariance in C#</title><description>Here you will learn a concept that can be seen in nearly all programming languages that have a type system.</description><link>http://www.c-sharpcorner.com/UploadFile/24b242/tackling-invariance-using-covariance-and-contra-variance-in/</link><pubDate>2/21/2013 7:28:44 AM</pubDate><author>Dhanushka Athukorala</author></item><item><title>Exception Handling in C#</title><description>In this article, I discuss what Exception Handlers are in C# and how to trap errors using try/catch blocks and their behavior when we use multiple catch statements to handle errors and finaly, how to create User-Defined exceptions.</description><link>http://www.c-sharpcorner.com/UploadFile/c5c6e2/exception-handling-in-C-Sharp/</link><pubDate>2/19/2013 5:43:23 AM</pubDate><author>Shankar M</author></item><item><title>Implementing Generics Classes and Functions In C# Programs</title><description>Today we'll have a look at how we can implements generics in our program and how we can make our functions, code more robust and less prone to changes in program code.</description><link>http://www.c-sharpcorner.com/UploadFile/17e8f6/implementing-generics-classes-and-function-in-C-Sharp-programs/</link><pubDate>2/13/2013 6:54:49 AM</pubDate><author>Vishal Gilbile</author></item><item><title>Save and Read PDF File Using SQL Server and C#</title><description>In this article we will show how to save a PDF file in a database.</description><link>http://www.c-sharpcorner.com/UploadFile/013102/save-and-read-pdf-file-using-sql-server-and-C-Sharp/</link><pubDate>2/11/2013 8:28:26 AM</pubDate><author>Ck Nitin </author></item><item><title>Save RDLC Report as PDF at Run Time in C#</title><description>How to save a RDLC report as a PDF at run time.</description><link>http://www.c-sharpcorner.com/UploadFile/013102/save-report-rdlc-as-pdf-at-run-time-in-C-Sharp/</link><pubDate>2/11/2013 6:22:14 AM</pubDate><author>Ck Nitin </author></item><item><title>Asynchronous Methods Calls in C#</title><description>In this article I explain asynchronous methods calls.</description><link>http://www.c-sharpcorner.com/UploadFile/e70b61/asynchronous-methods-calls-in-C-Sharp/</link><pubDate>2/7/2013 6:35:57 AM</pubDate><author>Ahmar Husain</author></item><item><title>Using Lookup For Duplicate Key Value Pairs Dictionary</title><description>Have you ever felt a requirement of duplicate keys and value pairs in a dictionary.</description><link>http://www.c-sharpcorner.com/UploadFile/vendettamit/using-lookup-for-duplicate-key-value-pairs-dictionary/</link><pubDate>1/30/2013 6:37:13 AM</pubDate><author>Amit Choudhary</author></item><item><title>Foreach Behavior With Anonymous Methods and Captured Value</title><description>Recently I’ve been researching about the behavior of foreach loop for C# in 5.0 and earlier versions. Here’s a snippet that I was trying and getting different output in different versions of C#.</description><link>http://www.c-sharpcorner.com/UploadFile/vendettamit/foreach-behavior-with-anonymous-methods-and-captured-value/</link><pubDate>1/30/2013 7:23:23 AM</pubDate><author>Amit Choudhary</author></item><item><title>Read Trx File From C#</title><description>A Trx file is nothing but a Visual Studio unit test result file extension. This file is in XML format. The result of a unit test is kept in the TestResult folder in the base directory. You can open these files in Visual Studio to see the results.</description><link>http://www.c-sharpcorner.com/UploadFile/e06010/read-trx-file-from-C-Sharp/</link><pubDate>1/29/2013 6:17:42 AM</pubDate><author>Prabhat Kumar</author></item><item><title>Solutions to Export Data From Database to Excel in C#</title><description>This article will introduce a few solutions based on special Export to Excel questions that are frequently asked by people in forums. </description><link>http://www.c-sharpcorner.com/UploadFile/83fe73/solutions-to-export-data-from-database-to-excel-in-C-Sharp/</link><pubDate>1/28/2013 4:55:44 AM</pubDate><author>Lacy Michelle</author></item><item><title>Change Number To Words in C#</title><description>Recently in my current project I came across a problem where I need to generate a customer invoice where I needed to convert total amount into its verbal representation</description><link>http://www.c-sharpcorner.com/UploadFile/e70b61/change-number-towords-in-C-Sharp/</link><pubDate>1/24/2013 6:46:36 AM</pubDate><author>Ahmar Husain</author></item><item><title>How to Build Forum Application in C#</title><description>In this article I would like to share how we can build up a forum application which is similar to c# corner. </description><link>http://www.c-sharpcorner.com/UploadFile/Dorababu742/how-to-build-forum-application-in-C-Sharp/</link><pubDate>1/22/2013 6:01:40 AM</pubDate><author>Dorababu M</author></item><item><title>Playing With Inheritance in C#.NET</title><description>This article explains the various behaviors of inheritance in various cases. Inheritance is the ability to create classes which inherits certain aspects from parent classes.</description><link>http://www.c-sharpcorner.com/UploadFile/e06010/playing-with-inheritance-in-C-Sharp-net/</link><pubDate>1/14/2013 6:21:00 AM</pubDate><author>Prabhat Kumar</author></item><item><title>Static Variables, Static Methods and Objects in C#</title><description>In this article you will learn what is and how to work with static variables, static methods and objects in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/1ce252/static-variables-and-static-methods-in-C-Sharp/</link><pubDate>1/11/2013 10:45:22 AM</pubDate><author>Pratiyush Anand</author></item><item><title>Calling Asynchronously Method Using BeginInvoke Method in C#</title><description>Sometimes we need to call a method asynchronously and don’t want to wait until it completes execution.
</description><link>http://www.c-sharpcorner.com/UploadFile/55d2ea/calling-asynchronously-method-using-begininvoke-method-in-C-Sharp/</link><pubDate>1/11/2013 9:52:35 AM</pubDate><author>Yogesh Kumar Jaiswal</author></item><item><title>Shutdown and Restart System Through C# Code</title><description>In this article, I am going to show how to shutdown, restart, Lock, Logoff, Sleep etc. through C# Code.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/shutdown-and-restart-system-through-C-Sharp-code/</link><pubDate>1/9/2013 6:57:29 PM</pubDate><author>Hemant Srivastava</author></item><item><title>Animated Sky Screen Saver Using C# Console Application</title><description>In this article I explain how to create a Sky Screen Saver using  the random function in a C# console application.</description><link>http://www.c-sharpcorner.com/UploadFile/0c1bb2/sky-screen-saver-using-C-Sharp-console-application/</link><pubDate>1/9/2013 7:28:16 AM</pubDate><author>Vithal Wadje</author></item><item><title>Interface in C#: Part 2</title><description>In this article I am explaining that how can inherit an interface on class or interface. We will look here that how can inherit multiple interface on classes and use interface type variable.</description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/interface-in-C-Sharp-part-2/</link><pubDate>1/7/2013 6:13:13 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Virtual Method in C#</title><description>In this article you will learn about virtual methods in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/virtual-method-in-C-Sharp/</link><pubDate>1/7/2013 4:30:03 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Interface in C#: Part 1</title><description>In this article we will look at the common things that need to be done to declare and implement an interface.
</description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/interface-in-C-Sharp-part-1/</link><pubDate>1/7/2013 5:49:34 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Calling a .NET DLL Code on HTML File Using Microsoft .NET Handler and JSON</title><description>The objective of this article is to explain how to use an .ashx handler to access the DLL or any server on an HTML page using JSON to make the server side/DB call very fast in a simple manner.</description><link>http://www.c-sharpcorner.com/UploadFile/devdream789/calling-a-net-dll-code-on-htm-file-using-microsoft-net-han/</link><pubDate>1/1/2013 2:02:33 AM</pubDate><author>Devanand Laroiya</author></item><item><title>Insert and Update Stored Proc With Raw SQL Query Via EDF Framework</title><description>Today, in this article let's play around with one of the interesting and most useful concepts in EDM Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/insert-and-update-stored-proc-with-raw-sql-query-via-edf-fra/</link><pubDate>12/31/2012 3:50:20 AM</pubDate><author>Vijay  Prativadi</author></item><item><title>Delete and Update Data With Entity State (Deleted) Via EDF Framework</title><description>Today, in this article let's play around with one of the interesting and most useful concepts in EDM Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/delete-and-update-data-with-entity-state-deleted-via-edf-f/</link><pubDate>12/31/2012 2:21:40 AM</pubDate><author>Vijay  Prativadi</author></item><item><title>Select and Insert Data With Entity State (Unchanged) Via EDF Framework</title><description>Today, in this article let's play around with one of the interesting and most useful concepts in EDM Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/select-and-insert-data-with-entity-state-unchanged-via-edf/</link><pubDate>12/31/2012 1:30:34 AM</pubDate><author>Vijay  Prativadi</author></item><item><title>Delete and Update Data With Raw SQL Query Via EDF Framework</title><description>Today, in this article let's play around with one of the interesting and most useful concepts in EDM Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/delete-and-update-data-with-raw-sql-query-via-edf-framework/</link><pubDate>12/31/2012 12:48:13 AM</pubDate><author>Vijay  Prativadi</author></item><item><title>Select Stored Proc With Raw SQL Query Via EDF Framework</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/select-stored-proc-with-raw-sql-query-via-edf-framework/</link><pubDate>12/28/2012 10:45:23 PM</pubDate><author>Vijay  Prativadi</author></item><item><title>Insert Data With Raw SQL Query Via EDF Framework</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/insert-data-with-raw-sql-query-via-edf-framework/</link><pubDate>12/28/2012 10:59:50 PM</pubDate><author>Vijay  Prativadi</author></item><item><title>Delete Stored Proc With Raw SQL Query Via EDF Framework</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/delete-stored-proc-with-raw-sql-query-via-edf-framework/</link><pubDate>12/28/2012 10:24:59 PM</pubDate><author>Vijay  Prativadi</author></item><item><title>Update Data With Reverse Engineering Via EDM Framework</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/update-data-with-reverse-engineering-via-edm-framework/</link><pubDate>12/28/2012 10:15:35 PM</pubDate><author>Vijay  Prativadi</author></item><item><title>Delete Data With Reverse Engineering Via EDM Framework</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/delete-data-with-reverse-engineering-via-edm-framework/</link><pubDate>12/28/2012 10:09:57 PM</pubDate><author>Vijay  Prativadi</author></item><item><title>Comparative Analysis of List, HashSet and SortedSet</title><description>In this article, I am going to give a brief idea of List, HashSet and SortedSet performances in various situations in terms of their time complexity.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/comparative-analysis-of-list-hashset-and-sortedset/</link><pubDate>12/24/2012 4:46:24 PM</pubDate><author>Hemant Srivastava</author></item><item><title>Screen Monitoring Utility</title><description>In this article you will learn how you can take snapshots of a screen and store them in a directory.</description><link>http://www.c-sharpcorner.com/UploadFile/60f8ad/screen-monitoring-utility/</link><pubDate>12/25/2012 10:33:33 AM</pubDate><author>Rumman Siddiqui</author></item><item><title>C# 4.0 New Features - Straight to the Point (Part 2)</title><description>This article discusses straight to the point the three other new features of C#, New Compiler options, Dynamic and Covariance and Contravariance with examples.</description><link>http://www.c-sharpcorner.com/UploadFile/akkiraju/C-Sharp-4-0-new-features-straight-to-the-point-part-2/</link><pubDate>12/25/2012 11:05:59 AM</pubDate><author>Akkiraju Ivaturi</author></item><item><title>C# 4.0 New Features - Straight to the Point (Part 1)</title><description>These are some of the new features that were missing in the previous version. This article discusses straight to the point on what they are with examples with comparison to the older versions.</description><link>http://www.c-sharpcorner.com/UploadFile/akkiraju/C-Sharp-4-0-new-features-straight-to-the-point-part-1/</link><pubDate>12/24/2012 9:45:38 AM</pubDate><author>Akkiraju Ivaturi</author></item><item><title>Select and Insert Data With Reverse Engineering Via EDM Framework</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/select-data-with-reverse-engineering-via-edm-framework/</link><pubDate>12/20/2012 10:50:00 AM</pubDate><author>Vijay  Prativadi</author></item><item><title>Delegate in C#</title><description>In this article, I am trying to explain delegates in an easy to understand way, hopefully after going through this article, you will feel comfortable using delegates and answering any questions related to delegates.</description><link>http://www.c-sharpcorner.com/UploadFile/f954f5/delegate-in-C-Sharp/</link><pubDate>12/17/2012 8:15:06 AM</pubDate><author>Rajesh Gonugunta</author></item><item><title>Select Data With Enums Via EDF Framework 5.0</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in Entity Data Model Framework 5.0.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/select-data-with-enums-via-edf-framework-5-0/</link><pubDate>12/15/2012 12:33:41 PM</pubDate><author>Vijay  Prativadi</author></item><item><title>Custom Paging in Gridview</title><description>In this article I am explaining custom paging in a grid view. Gridview has builtin paging but custom paging improves performance. </description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/custom-paging-in-gridview/</link><pubDate>12/2/2012 11:21:25 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Color Detecting in an Image in C#</title><description>This article shows how to detect a specific color in an image in C#. A sample code is also attached along with this article for your reference.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/color-detecting-in-an-image-in-C-Sharp/</link><pubDate>11/25/2012 9:50:21 AM</pubDate><author>Hemant Srivastava</author></item><item><title>C# Static Constructor</title><description>In this article I will be explaining Static Constructors with the help of small demo.</description><link>http://www.c-sharpcorner.com/UploadFile/2124ae/understanding-static-constructors-in-C-Sharp/</link><pubDate>10/3/2011 2:08:04 AM</pubDate><author>Kumar Saurabh</author></item><item><title>Static Method in C#</title><description>In this quick article you will take a look at static methods in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/abhikumarvatsa/static-methods-in-C-Sharp/</link><pubDate>7/20/2011 5:45:37 AM</pubDate><author>Abhimanyu K Vatsa</author></item><item><title>Static class in C#</title><description>In this article you will learn how to use Static classes in c#.</description><link>http://www.c-sharpcorner.com/UploadFile/hirendra_singh/static-classes-in-C-Sharp/</link><pubDate>7/28/2010 2:35:09 AM</pubDate><author>Hirendra Sisodiya</author></item><item><title>Insert, Select and Delete Data With Stored Proc Using XSD (Typed Dataset)</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/insert-data-with-stored-proc-using-xsd-typed-dataset/</link><pubDate>11/17/2012 1:48:37 AM</pubDate><author>Vijay  Prativadi</author></item><item><title>Dynamic Data Web Application</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/dynamic-data-web-application/</link><pubDate>11/13/2012 9:51:03 AM</pubDate><author>Vijay  Prativadi</author></item><item><title>Update Data With Stored Proc Using XSD (Typed Dataset)</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/update-data-with-stored-proc-using-xsd-typed-dataset/</link><pubDate>11/15/2012 9:37:46 AM</pubDate><author>Vijay  Prativadi</author></item><item><title>.NET Integer Implementation Can Add Up to Trouble </title><description>This article addresses an issue with the implementation of Integer values in .NET that one should be aware of when performing calculations on integer values that may overrun the maximum or minimum values of the integer type.</description><link>http://www.c-sharpcorner.com/UploadFile/scottlysle/net-integer-implementation-can-add-up-to-trouble/</link><pubDate>11/15/2012 4:07:43 AM</pubDate><author>Scott Lysle</author></item><item><title>Page Meta Properties in .NET 4.0</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in .NET 4.0.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/page-meta-properties-in-net-4-0/</link><pubDate>10/30/2012 11:25:08 AM</pubDate><author>Vijay  Prativadi</author></item><item><title>ClientIDRowSuffix in .NET 4.0</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in .NET 4.0.
</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/clientidrowsuffix-in-net-4-0/</link><pubDate>11/1/2012 10:55:27 AM</pubDate><author>Vijay  Prativadi</author></item><item><title>Inner Join, Cross Join and Left Outer Join With LINQ to SQL</title><description>In this article I am going to explain Inner join, Cross join and Left Join with LINQ to SQL.</description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/inner-join-cross-join-and-left-outer-join-with-linq-to-sql/</link><pubDate>10/28/2012 11:06:21 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Simple SELECT, INSERT, UPDATE and DELETE Using LINQ to SQL</title><description>In this article I am going to explain simple Select, Insert, Update and Delete operation using to LINQ to SQL.
</description><link>http://www.c-sharpcorner.com/UploadFile/3d39b4/simple-select-insert-update-and-delete-using-linq-to-sql/</link><pubDate>10/28/2012 10:50:21 AM</pubDate><author>Sandeep Singh Shekhawat</author></item><item><title>Complex Class in .NET</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/complex-class-in-net/</link><pubDate>10/27/2012 1:24:28 PM</pubDate><author>Vijay  Prativadi</author></item><item><title>Date Format Specifier In C#</title><description>In this article I will explain how to use the Date Format Specifier in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/c25b6d/date-format-specifier-in-C-Sharp/</link><pubDate>10/23/2012 2:27:26 AM</pubDate><author>Richa Garg</author></item><item><title>Time Format Specifier In C#</title><description>In this article I will explain how to use the Time Format Specifier in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/c25b6d/time-format-specifier-in-C-Sharp/</link><pubDate>10/23/2012 3:45:54 AM</pubDate><author>Richa Garg</author></item><item><title>Standard Numeric Format String In C#</title><description>In this article I will explain standard numeric format specifiers and how to use them.</description><link>http://www.c-sharpcorner.com/UploadFile/c25b6d/standard-numeric-format-string-in-C-Sharp/</link><pubDate>10/22/2012 4:49:12 AM</pubDate><author>Richa Garg</author></item><item><title>Exponential ("E") Format Specifier In C#</title><description>In this article I will explain how to use the exponential format specifier In C#.</description><link>http://www.c-sharpcorner.com/UploadFile/c25b6d/exponential-e-format-specifier-in-C-Sharp1/</link><pubDate>10/22/2012 3:09:35 AM</pubDate><author>Richa Garg</author></item><item><title>Fixed-Point ("F") Format Specifier In C#</title><description>In this article I will explain how to use the fixed point format specifier using C#</description><link>http://www.c-sharpcorner.com/UploadFile/c25b6d/fixed-point-f-format-specifier-in-C-Sharp/</link><pubDate>10/19/2012 1:10:16 AM</pubDate><author>Richa Garg</author></item><item><title>Standard Date and Time Format String In C#</title><description>In this article I will explain how to use standard date and time format strings in C#</description><link>http://www.c-sharpcorner.com/UploadFile/c25b6d/standard-date-and-time-format-string-in-C-Sharp/</link><pubDate>10/25/2012 1:14:40 AM</pubDate><author>Richa Garg</author></item><item><title>Contra-variance Delegates in .NET</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/contra-variance-delegates/</link><pubDate>10/24/2012 5:48:31 AM</pubDate><author>Vijay  Prativadi</author></item><item><title>Co-variance Delegates in .NET</title><description>Today, in this article let’s play around with one of the interesting and most useful concepts in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/54db21/co-variance-delegates/</link><pubDate>10/24/2012 4:50:30 AM</pubDate><author>Vijay  Prativadi</author></item><item><title>Percent ("P") Format Specifier In C#</title><description>In this article I will explain how to use the Percent format specifier using C#</description><link>http://www.c-sharpcorner.com/UploadFile/c25b6d/percent-p-format-specifier-in-C-Sharp/</link><pubDate>10/19/2012 2:16:14 AM</pubDate><author>Richa Garg</author></item><item><title>Decimal ("D") Format Specifier In C#</title><description>In this article I will explain how to use the decimal format specifier in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/c25b6d/decimal-format-specifier-in-C-Sharp/</link><pubDate>10/18/2012 4:46:29 AM</pubDate><author>Richa Garg</author></item><item><title>Overloading in C#</title><description>In this article I will explain you about overloading in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/prvn_131971/overloading-in-C-Sharp/</link><pubDate>12/1/2009 12:00:00 AM</pubDate><author>Praveen Kumar</author></item><item><title>Enumerators in C# </title><description>In this article I will explain you about Enumerators in C#.
</description><link>http://www.c-sharpcorner.com/UploadFile/prvn_131971/enumerators-in-C-Sharp/</link><pubDate>12/4/2009 12:00:00 AM</pubDate><author>Praveen Kumar</author></item><item><title>Method Signatures in C#</title><description>In this article I will explain you about Method Signatures in C#.
</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/method-signatures-in-C-Sharp/</link><pubDate>12/5/2009 12:00:00 AM</pubDate><author>Puran Mehra</author></item><item><title>Directory and DirectoryInfo Classes in C#</title><description>In this article I will explain you about Directory and DirectoryInfo Classes in C#.</description><link>http://www.c-sharpcorner.com/UploadFile/puranindia/directory-and-directoryinfo-classes-in-C-Sharp/</link><pubDate>11/25/2009 1:33:51 AM</pubDate><author>Puran Mehra</author></item></channel></rss>