﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>C-Sharpcorner Latest Articles</title><link>http://www.c-sharpcorner.com/articles/</link><description>Watch articles from C# Corner</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Changing UICulture of master and content pages on button click in ASP.NET using C#, VB.NET</title><description>In this article I will explain how to change UICulture of master and content pages on button click in ASP.NET. </description><link>http://www.c-sharpcorner.com/UploadFile/deepak.sharma00/changing-uiculture-of-master-and-content-pages-on-button-cli/</link><pubDate>5/25/2013 7:51:07 AM</pubDate><author>Deepak Sharma</author></item><item><title>Build First Application using Android Studio</title><description>Android Studio is a new Android development environment based on IntelliJ IDEA. Similar to Eclipse with the ADT Plugin, Android Studio provides integrated Android developer tools for development and debugging. </description><link>http://www.c-sharpcorner.com/UploadFile/88b6e5/first-application-in-android-studio/</link><pubDate>5/25/2013 7:00:29 AM</pubDate><author>Chintan Rathod</author></item><item><title>Simplest Way to Learn Object Oriented Programming</title><description>This article provides the sImplest way to learn Object Oriented Programming.</description><link>http://www.c-sharpcorner.com/UploadFile/e881fb/simplest-way-to-learn-object-oriented-programming/</link><pubDate>5/25/2013 6:30:59 AM</pubDate><author>Naveed Zaman</author></item><item><title>CheckBoxList in ASP.NET MVC</title><description>This article explains how to create a checkboxlist in MVC.</description><link>http://www.c-sharpcorner.com/UploadFile/sourabh_mishra1/checkboxlist-in-Asp-Net-mvc/</link><pubDate>5/25/2013 6:05:13 AM</pubDate><author>Sourabh Mishra</author></item><item><title>Enterprise Library: Data Access Application Block 5.0 in ASP.NET</title><description>In this sample you will how to use data access application block 5.0 with real time example in asp.net.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/enterprise-library-data-access-application-block-5-0-in-asp/</link><pubDate>5/24/2013 6:22:59 AM</pubDate><author>Raj Kumar</author></item><item><title>Learn Object Oriented Programming Using C#: Part 8</title><description>Dear reader's, this article is the fourth and last pillar of OOP. It's confusing for the beginners of OOP. So we provide an example in very simple words.</description><link>http://www.c-sharpcorner.com/UploadFile/e881fb/learn-object-oriented-programming-using-C-Sharp-part-8/</link><pubDate>5/24/2013 5:01:05 AM</pubDate><author>Naveed Zaman</author></item><item><title>ASP.Net: Text Box Validation - Part II</title><description>In this article I explain some more validations of Text box control in ASP.Net.</description><link>http://www.c-sharpcorner.com/UploadFile/9f0ae2/Asp-Net-text-box-validation-part-ii/</link><pubDate>5/24/2013 3:41:07 AM</pubDate><author>Neha Sharma</author></item><item><title>JavaScript Validation in Asp.Net</title><description>This article explains how to validate name, email and phone number in a web page using JavaScript validations in ASP.Net.</description><link>http://www.c-sharpcorner.com/UploadFile/5089e0/javascript-validation-in-Asp-Net/</link><pubDate>5/23/2013 11:37:04 AM</pubDate><author>Nitin Bhardwaj</author></item><item><title>Software Requirement Study</title><description>A software requirement is an abstract description of services that the system shall provide and the constraints under which the system must operate.</description><link>http://www.c-sharpcorner.com/UploadFile/47fc0a/software-requirement-study/</link><pubDate>5/23/2013 11:18:24 AM</pubDate><author>Surjeet Yadav</author></item><item><title>Moving ListBox Items UP Or Down In WPF</title><description>This article descripbes how to rearrage listbox items up and down.</description><link>http://www.c-sharpcorner.com/UploadFile/87b416/moving-listbox-items-up-or-down-in-wpf/</link><pubDate>5/23/2013 10:13:30 AM</pubDate><author>Kailash Chandra Behera</author></item><item><title>Complex SQL Queries With Split() Function in SQL 2008</title><description>In this article you will learn about Complex SQL queries with the split() function in SQL 2008.</description><link>http://www.c-sharpcorner.com/UploadFile/8911c4/complex-sql-queries-with-split-function-in-sql-2008/</link><pubDate>5/23/2013 6:45:30 AM</pubDate><author>Mahesh Alle</author></item><item><title>Anonymous Access in SharePoint 2013</title><description>In this article I explain the procedure for setting up anonymous access in SharePoint 2013.</description><link>http://www.c-sharpcorner.com/UploadFile/shyjumohan/anonymous-access-in-sharepoint-2013/</link><pubDate>5/22/2013 11:40:51 PM</pubDate><author>Shyju </author></item><item><title>Create CSV File in PHP</title><description>This article shows how to create a CSV file in PHP.</description><link>http://www.c-sharpcorner.com/UploadFile/d9da8a/create-csv-file-in-php/</link><pubDate>5/22/2013 12:00:43 PM</pubDate><author>Vinod  Kumar</author></item><item><title>ObjectContext VS DBContext</title><description>ObjectContext and DbContext has capability to querying and working with data as objects.</description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/objectcontext-vs-dbcontext/</link><pubDate>5/22/2013 9:59:48 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>The Open Closed Principle of SOLID</title><description>SOLID principles are like the backbone of OOP, I've gone through with this and obtained a good understanding of this and I thought to share it so that anyone can understand this principle at MAX.</description><link>http://www.c-sharpcorner.com/UploadFile/97fc7a/the-open-closed-principle-of-solid/</link><pubDate>5/22/2013 8:27:46 AM</pubDate><author>Sachin Kalia</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>5/22/2013 6:54:18 AM</pubDate><author>Abhishek Goswami</author></item><item><title>Getting Started With MEF to Load WPF User Controls From .Dll in VS 2012</title><description>This article will show how to make a DLL that contains WPF User Controls and then we can load that .dll using MEF (lazy loading) then how to add that User Controls to other applications from the dll.</description><link>http://www.c-sharpcorner.com/UploadFile/cb88b2/getting-started-with-mef-to-load-wpf-user-controls-from-dll/</link><pubDate>5/22/2013 6:24:16 AM</pubDate><author>Jay Parekh</author></item><item><title>Changing the Label Position of an Item in LightSwitch Visual Studio 2012</title><description>This article describes how to change the Label position of an item in LightSwitch Visual Studio 2012.</description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/changing-the-label-position-of-an-item-in-lightswitch-visual/</link><pubDate>5/22/2013 1:33:39 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>How to Change Notification Limits of Quotas Available to specified Users</title><description>In today's Article you will learn about How to How to Change Notification Limits of Quotas available to Different Users.</description><link>http://www.c-sharpcorner.com/UploadFile/cd7c2e/how-to-how-to-change-notification-limits-of-quotas-available/</link><pubDate>5/22/2013 1:31:02 AM</pubDate><author>Anubhav Chaudhary</author></item><item><title>Learn Object Oriented Programming Using C#: Part 7</title><description>Dear Reader's today we will discuss Polymorphism in Object Oriented Programming.</description><link>http://www.c-sharpcorner.com/UploadFile/e881fb/learn-object-oriented-programming-using-C-Sharp-part-7/</link><pubDate>5/22/2013 1:11:51 AM</pubDate><author>Naveed Zaman</author></item><item><title>Changing the Display Name of an Item in LightSwitch Visual Studio 2012</title><description>This article describes how to change the Display Name of an item in LightSwitch Visual Studio 2012.</description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/changing-the-display-name-of-an-item-in-lightswitch-visual-s/</link><pubDate>5/22/2013 12:57:18 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>Making Windows 8 Store Applications</title><description>In this article, you can create a windows store application.</description><link>http://www.c-sharpcorner.com/UploadFile/82b980/making-windows-8-store-applications/</link><pubDate>5/22/2013 12:46:41 AM</pubDate><author>Neelesh Vishwakarma</author></item><item><title>How to Create a New Shared Folder in Namespace of DFS</title><description>In this article you will learn how to create a new Shared Folder in a namespace of DFS.</description><link>http://www.c-sharpcorner.com/UploadFile/cd7c2e/how-to-create-a-new-shared-folder-in-namespace-of-dfs/</link><pubDate>5/21/2013 11:43:54 PM</pubDate><author>Anubhav Chaudhary</author></item><item><title>Applying Validation Rules to Local Property Using LightSwitch in Visual Studio 2012</title><description>In this article I describe how to apply validations to a Local Property using LightSwitch in Visual Studio 2012.</description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/applying-validation-rules-to-local-property-using-lightswitc/</link><pubDate>5/21/2013 11:43:51 PM</pubDate><author>Ashwani Tyagi</author></item><item><title>Adding a Static Text to the Screen in LightSwitch Using Visual Studio 2012</title><description>In this article I describe how to add static text to a screen in LightSwitch Visual Studio 2012</description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/adding-a-static-text-to-the-screen-in-lightswitch-using-visu/</link><pubDate>5/21/2013 7:22:41 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>How to Use SQL Server Profiler and Tuning Advisor</title><description>In this article you will learn how to use SQL Profiler and database Tuning Advisor to improve the performance of a database.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/how-to-use-sql-server-profiler-and-tuning-advisor/</link><pubDate>5/21/2013 7:03:27 AM</pubDate><author>Raj Kumar</author></item><item><title>Call Stored Procedure From Entity Framework</title><description>In this article, I will demonstrate how can we call stored procedure from entity framework? There are many different way to call stored procedure from entity framework. </description><link>http://www.c-sharpcorner.com/UploadFile/ff2f08/call-store-procedure-from-entity-framework/</link><pubDate>5/21/2013 6:38:59 AM</pubDate><author>Jignesh Trivedi</author></item><item><title>Software Testing and Its Objectives</title><description>Software testing is a process that ensures the quality of the product to its stakeholders with information about the quality of the product or service under test.</description><link>http://www.c-sharpcorner.com/UploadFile/60fd01/software-testing-and-its-objectives/</link><pubDate>5/21/2013 4:58:45 AM</pubDate><author>Tanmay Pathak</author></item><item><title>Creating a Local Property in LightSwitch Visual Studio 2012</title><description>In this article describe how to create a local property in LightSwitch Visual Studio 2012.</description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/creating-a-local-property-in-lightswitch-visual-studio-2012/</link><pubDate>5/21/2013 4:46:10 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>Adding a Group of Information to a Screen in LightSwitch Visual Studio 2012</title><description>In this article I describe how to add a group of information to a screen in LightSwitch Visual Studio 2012.</description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/adding-a-group-of-information-to-a-screen-in-lightswitch-vis/</link><pubDate>5/21/2013 3:47:13 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>How to Add a New Namespace to the DFS</title><description>In this article you will learn how to add a new namespace to the DFS.</description><link>http://www.c-sharpcorner.com/UploadFile/cd7c2e/how-to-add-a-new-namespace-to-the-dfs/</link><pubDate>5/21/2013 3:18:41 AM</pubDate><author>Anubhav Chaudhary</author></item><item><title>Adding a Tab to a Screen in LightSwitch Visual Studio 2012</title><description>In this article describe how to add a tab to a screen in LightSwitch Visual Studio 2012.</description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/adding-a-tab-to-a-screen-in-lightswitch-visual-studio-2012/</link><pubDate>5/21/2013 3:06:11 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>Waterfall Model in Software Testing</title><description>In this article I explain a Software Development Model, the Waterfall Model and its advantages.</description><link>http://www.c-sharpcorner.com/UploadFile/ae6b35/waterfall-model-in-software-testing/</link><pubDate>5/21/2013 1:34:42 AM</pubDate><author>Swati Agarwal</author></item><item><title>Creating a Popup in LightSwitch Visual Studio 2012</title><description>In this article I describe how to create a popup for a LightSwitch Application.</description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/creating-a-popup-in-lightswitch-visual-studio-2012/</link><pubDate>5/21/2013 1:14:26 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>How to Install the DFS Server on Windows Server 2012</title><description>Through this Article you will learn about How to install the DFS Server on Windows Server 2012.</description><link>http://www.c-sharpcorner.com/UploadFile/cd7c2e/how-to-install-the-dfs-server-on-windows-server-2012/</link><pubDate>5/21/2013 1:12:24 AM</pubDate><author>Anubhav Chaudhary</author></item><item><title>Showing an Existing Screen as a Dialog in LightSwitch Visual Studio 2012</title><description>In this article I describe how to show an existing screen as a dialog for a LightSwitch Application.</description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/showing-an-existing-screen-as-a-dialog-in-lightswitch-visual/</link><pubDate>5/21/2013 12:46:25 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>ASP.Net: Text Box Validation</title><description>In this article you will learn about ASP.Net: Text Box validation</description><link>http://www.c-sharpcorner.com/UploadFile/9f0ae2/Asp-Net-text-box-validation/</link><pubDate>5/20/2013 11:58:50 PM</pubDate><author>Neha Sharma</author></item><item><title>Creating a Dialog in LightSwitch Visual Studio 2012</title><description>In this article I describe how to create a dialog for a LightSwitch Application.</description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/creating-a-dialog-in-lightswitch-visual-studio-2012/</link><pubDate>5/20/2013 11:56:12 PM</pubDate><author>Ashwani Tyagi</author></item><item><title>Implementing Access Level Filters in Lightswitch</title><description>Hello Friends In this you will learn about implementing Access Level Filters in Lightswitch.</description><link>http://www.c-sharpcorner.com/UploadFile/2450ca/implementing-access-level-filters-in-lightswitch/</link><pubDate>5/20/2013 11:44:02 PM</pubDate><author>Supreet Tare</author></item><item><title>Learn Object Oriented Programming Using C#: Part 6</title><description>Dear Reader's today we will discuss Inheritance in Object Oriented Programming</description><link>http://www.c-sharpcorner.com/UploadFile/e881fb/learn-object-oriented-programming-using-C-Sharp-part-6/</link><pubDate>5/20/2013 11:26:19 PM</pubDate><author>Naveed Zaman</author></item><item><title>Feasibility Study in Project Development</title><description>In this short article you will learn about Feasibility Studies in Project Development. If you're going to create a college project then I hope this article will help you a little bit.</description><link>http://www.c-sharpcorner.com/UploadFile/47fc0a/feasibility-study-in-project-development/</link><pubDate>5/20/2013 10:56:04 AM</pubDate><author>Surjeet Yadav</author></item><item><title>How To Use Java Packages In .NET</title><description>This article describes how to use Java Packages in .NET using IKVM.NET.</description><link>http://www.c-sharpcorner.com/UploadFile/abhijmk/how-to-use-java-packages-in-net/</link><pubDate>5/20/2013 10:13:34 AM</pubDate><author>Abhishek Goswami</author></item><item><title>ASP.NET: Bind Dropdownlist With Images</title><description>This article explains how to bind images with text in a dropdownlist from your table.</description><link>http://www.c-sharpcorner.com/UploadFile/9f0ae2/Asp-Net-bind-dropdownlist-with-images/</link><pubDate>5/20/2013 10:03:35 AM</pubDate><author>Neha Sharma</author></item><item><title>Create a Report in SSRS 2008</title><description>In this article you will learn how to create a report in SSRS 2008.</description><link>http://www.c-sharpcorner.com/UploadFile/47fc0a/create-a-report-in-ssrs-2008/</link><pubDate>5/20/2013 7:27:57 AM</pubDate><author>Surjeet Yadav</author></item><item><title>Learn Object Oriented Programming Using C#: Part 5</title><description>Dear reader’s today we will discuss the first pillar of object oriented programming systems.</description><link>http://www.c-sharpcorner.com/UploadFile/e881fb/learn-object-oriented-programming-using-C-Sharp-part-5/</link><pubDate>5/20/2013 6:24:19 AM</pubDate><author>Naveed Zaman</author></item><item><title>C# Corner Delhi Chapter Meet, May-18, 2013 Official Recap</title><description>C# Corner, an online social community of over 3.5+ million developers  wrapped up its 1-day chapter meet - the C# Corner Delhi Chapter Meet (WCF, Hands on Lab) May-18, 2013. This is a recap of the event. </description><link>http://www.c-sharpcorner.com/UploadFile/181031/C-Sharp-corner-delhi-chapter-meet-may-18-2013-official-recap/</link><pubDate>5/20/2013 5:57:06 AM</pubDate><author>Amalendu Dey</author></item><item><title>IKVM.NET In Details</title><description>This article is all about IKVM.NET and how to use it.</description><link>http://www.c-sharpcorner.com/UploadFile/abhijmk/ikvm-net-in-details/</link><pubDate>5/20/2013 4:22:51 AM</pubDate><author>Abhishek Goswami</author></item><item><title>Close Files Currently Used by Remote User</title><description>In this article you will learn how to close files currently used by a remote user.</description><link>http://www.c-sharpcorner.com/UploadFile/cd7c2e/close-the-files-which-are-currently-in-use-by-the-remote-use/</link><pubDate>5/20/2013 2:17:55 AM</pubDate><author>Anubhav Chaudhary</author></item><item><title>Process of Selecting Controller Method in ASP.NET Web API Framework</title><description>In this article we will define the process of selecting the controller method in the ASP. NET Web API.</description><link>http://www.c-sharpcorner.com/UploadFile/2b481f/process-of-selecting-controller-method-in-Asp-Net-web-api-fr/</link><pubDate>5/20/2013 1:55:19 AM</pubDate><author>Mudita Rathore</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>5/20/2013 1:34:26 AM</pubDate><author>Andrew Fenster</author></item><item><title>Stop Sharing a Drive/Folder by Using Windows Interface</title><description>In this Article you will learn about How to Stop Sharing a Drive/Folder by using Windows Interface.</description><link>http://www.c-sharpcorner.com/UploadFile/cd7c2e/stop-sharing-a-drivefolder-by-using-windows-interface/</link><pubDate>5/20/2013 12:04:23 AM</pubDate><author>Anubhav Chaudhary</author></item><item><title>Choosing Your Next Job: Good Work Vs. Good Money</title><description>Here is some advice what to keep in mind when looking for a new job. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/choosing-your-next-job-good-work-vs-good-money/</link><pubDate>5/19/2013 9:48:58 AM</pubDate><author>Mahesh Chand</author></item><item><title>Getting Started With Android Studio</title><description>Here you will see how to install Android Studio for Android development.</description><link>http://www.c-sharpcorner.com/UploadFile/47fc0a/getting-started-with-android-studio/</link><pubDate>5/19/2013 9:27:41 AM</pubDate><author>Surjeet Yadav</author></item><item><title>Explain SQL Joins</title><description>In this article you will learn about Join statements of SQL server.</description><link>http://www.c-sharpcorner.com/UploadFile/47fc0a/explain-sql-joins/</link><pubDate>5/19/2013 8:19:09 AM</pubDate><author>Surjeet Yadav</author></item><item><title>Capturing and Modifying Sharepoint Alerts Through Alert Handlers</title><description>In this article we will explore how to capture email alerts with the alert handler and how to modify the alert template using a custom class. </description><link>http://www.c-sharpcorner.com/UploadFile/17ffc7/capturing-and-modifying-sharepoint-alerts-through-alert-hand/</link><pubDate>5/19/2013 2:57:50 AM</pubDate><author>Sreejith Gopinathan</author></item><item><title>Insert, Update and Delete Data in HTML5</title><description>This article shows how to insert data into the database and update and delete data in the database.</description><link>http://www.c-sharpcorner.com/UploadFile/mahakgupta/insert-update-and-delete-data-in-html5/</link><pubDate>5/19/2013 2:18:12 AM</pubDate><author>Mahak Gupta</author></item><item><title>Using Reflection with C# .NET</title><description>This article explains discovery of types at runtime using .NET Reflection. This article will also explain late binding that is very related to reflection.</description><link>http://www.c-sharpcorner.com/UploadFile/84c85b/using-reflection-with-C-Sharp-net/</link><pubDate>5/18/2013 10:32:07 PM</pubDate><author>Vidya Vrat Agarwal</author></item><item><title>Delete Files From Folder in ASP.NET</title><description>This article explains how to delete a file, of files listed in a DropDownList, existing in a folder.</description><link>http://www.c-sharpcorner.com/UploadFile/9f0ae2/delete-files-from-folder-in-Asp-Net/</link><pubDate>5/18/2013 12:39:51 PM</pubDate><author>Neha Sharma</author></item><item><title>Bind Files in Gridview and Download in ZIP Folder in ASP.NET</title><description>In this article I explain how to bind files in a GridView and how to download selected files in zip format.</description><link>http://www.c-sharpcorner.com/UploadFile/9f0ae2/bind-files-in-gridview-and-download-in-zip-folder-in-Asp-Net/</link><pubDate>5/18/2013 12:33:30 PM</pubDate><author>Neha Sharma</author></item><item><title>Image Gallery With CSS3 and JavaScript</title><description>In this article, we will discuss that how we can create an image gallery in CSS3 and Javascript and put some beautiful animation it.</description><link>http://www.c-sharpcorner.com/UploadFile/mahakgupta/image-gallery-with-css3-and-javascript/</link><pubDate>5/18/2013 12:26:48 PM</pubDate><author>Mahak Gupta</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>5/18/2013 12:06:55 PM</pubDate><author>Vo Duc Thanh</author></item><item><title>Enable Trace Feature in ASP.NET</title><description>In this article I explain how to use a Trace in ASP.NET and the features of Trace.</description><link>http://www.c-sharpcorner.com/UploadFile/5089e0/enable-trace-feature-in-Asp-Net2/</link><pubDate>5/17/2013 11:48:14 AM</pubDate><author>Nitin Bhardwaj</author></item><item><title>Show Whether a Textbox Value Exists in Database Using TypeScript</title><description>In this article I explain how to show whether a TextBox value exists in the database using TypeScript.</description><link>http://www.c-sharpcorner.com/UploadFile/5089e0/show-whether-a-textbox-value-exists-in-database-using-typesc/</link><pubDate>5/17/2013 10:58:44 AM</pubDate><author>Nitin Bhardwaj</author></item><item><title>Directory Functions in PHP</title><description>This article explains Directories in PHP; how to show or get all the information about directories and contents.</description><link>http://www.c-sharpcorner.com/UploadFile/d9da8a/directories-function-in-php/</link><pubDate>5/17/2013 10:50:27 AM</pubDate><author>Vinod  Kumar</author></item><item><title>Create RSS Feed Using ASP.NET</title><description>RSS Feed generally use to return the output in plain text or xml Format.</description><link>http://www.c-sharpcorner.com/UploadFile/9444a3/create-rss-feed-using-Asp-Net/</link><pubDate>5/17/2013 9:39:33 AM</pubDate><author>Priyanka Gupta</author></item><item><title>SharePoint 2010 Feature Scopes &amp; Activation</title><description>In this article you can learn about SharePoint 2010 Feature Scopes &amp; Activation.</description><link>http://www.c-sharpcorner.com/UploadFile/40e97e/sharepoint-2010-feature-scopes-activation/</link><pubDate>5/17/2013 9:14:53 AM</pubDate><author>Jean Paul</author></item><item><title>Learn Object Oriented Programming Using C#: Part 4</title><description>In this lesson we will discuss various types of constructors in detail.</description><link>http://www.c-sharpcorner.com/UploadFile/e881fb/learn-object-oriented-programming-using-C-Sharp-part-4/</link><pubDate>5/17/2013 6:35:13 AM</pubDate><author>Naveed Zaman</author></item><item><title>ASP.NET: Create and Delete Directory or Folder</title><description>In this article I explain how to create a directory or folder in your application in asp.net using c# code.</description><link>http://www.c-sharpcorner.com/UploadFile/9f0ae2/Asp-Net-create-and-delete-directory-or-folder/</link><pubDate>5/17/2013 5:49:54 AM</pubDate><author>Neha Sharma</author></item><item><title>ASP.NET: Tooltip in Datalist</title><description>In this article I explain how to add a tooltip. Here I provide an example to show a tooltip on the profile images.</description><link>http://www.c-sharpcorner.com/UploadFile/9f0ae2/Asp-Net-tooltip-in-datalist/</link><pubDate>5/17/2013 5:32:46 AM</pubDate><author>Neha Sharma</author></item><item><title>Simple WCF Walkthrough</title><description>In this article you will learn how to work with WCF.</description><link>http://www.c-sharpcorner.com/UploadFile/3e0702/simple-wcf-walkthrough/</link><pubDate>5/17/2013 5:12:01 AM</pubDate><author>Sandeep Pant</author></item><item><title>Change the Shell Using LightSwitch Visual Studio 2012</title><description>This article describes how to change the Shell in LightSwitch using Visual Studio 2012.</description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/change-the-shell-using-lightswitch-visual-studio-2012/</link><pubDate>5/17/2013 4:38:52 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>Creating a Birthday Facebook  App using ASP.NET MVC</title><description>Today's article is about creatiing a Birthday App for Facebook.</description><link>http://www.c-sharpcorner.com/UploadFile/cd7c2e/creating-a-birthday-app-on-facebook-by-using-Asp-Net-mvc/</link><pubDate>5/17/2013 4:30:54 AM</pubDate><author>Anubhav Chaudhary</author></item><item><title>Introduction To Reflection In Java</title><description>In this article we discuss reflection in Java.</description><link>http://www.c-sharpcorner.com/UploadFile/fd0172/introduction-to-reflection-in-java/</link><pubDate>5/17/2013 4:13:18 AM</pubDate><author>Sandeep Sharma</author></item><item><title>Changing the Application Name Using LightSwitch Visual Studio 2012</title><description>In this article I am going to describes how to change the Application Name in a LightSwitch using Visual Studio 2012. </description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/changing-the-application-name-using-lightswitch-visual-studi/</link><pubDate>5/17/2013 3:58:02 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>Using GPS For Getting Location in Windows Phone 8</title><description>This article will help you to know how to work with GPS in Windows Phone 8.</description><link>http://www.c-sharpcorner.com/UploadFile/82b980/using-gps-for-getting-location-in-windows-phone-8/</link><pubDate>5/17/2013 2:37:47 AM</pubDate><author>Neelesh Vishwakarma</author></item><item><title>Reordering of a Navigation Group Using LightSwitch Visual Studio 2012</title><description>In this article I describe how to reorder a navigation group in a LightSwitch using Visual Studio 2012. </description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/reordering-of-a-navigation-group-using-lightswitch-visual-st/</link><pubDate>5/17/2013 2:37:34 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>Renaming a Navigation Group Using LightSwitch Visual Studio 2012</title><description>In this article I describe how to rename a navigation group in LightSwitch using Visual Studio 2012. </description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/renaming-a-navigation-group-using-lightswitch-visual-studio/</link><pubDate>5/17/2013 2:17:34 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>Removing a Navigation Group Using LightSwitch Visual Studio 2012</title><description>In this article I describe removal of a navigation group in LightSwitch using Visual Studio 2012. </description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/removing-a-navigation-group-using-lightswitch-visual-studio/</link><pubDate>5/17/2013 1:40:09 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>Adding a Navigation Group Using LightSwitch Visual Studio 2012</title><description>In this article I describe navigation groups in LightSwitch using Visual Studio 2012. </description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/adding-a-navigation-group-using-lightswitch-visual-studio-20/</link><pubDate>5/17/2013 1:08:45 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>How to Disconnect Users From a Shared Folder or Drive</title><description>In this Article you will learn about How to Disconnect User or User's from a Shared Folder or Drive.</description><link>http://www.c-sharpcorner.com/UploadFile/cd7c2e/how-to-disconnect-user-or-users-from-a-shared-folder-or-dri/</link><pubDate>5/17/2013 12:07:22 AM</pubDate><author>Anubhav Chaudhary</author></item><item><title>How to Change the Windows 8 Lock Screen Programmatically</title><description>Just follow the simple procedure in this article to write an application by which you can easily change your Windows 8 Lock Screen programmatically.</description><link>http://www.c-sharpcorner.com/UploadFile/kunal2383/how-to-change-the-windows-8-lock-screen-programmatically/</link><pubDate>5/16/2013 11:45:25 AM</pubDate><author>Kunal Chowdhury</author></item><item><title>Using DOMDocument in PHP</title><description>In this article I will explain Using Domdocument in php.</description><link>http://www.c-sharpcorner.com/UploadFile/d9da8a/using-domdocument-in-php/</link><pubDate>5/16/2013 11:00:55 AM</pubDate><author>Vinod  Kumar</author></item><item><title>Creating Form With Zurb Foundation in PHP</title><description>In this article I explain creation of a form using Zurb foundation in PHP.</description><link>http://www.c-sharpcorner.com/UploadFile/d9da8a/creating-form-with-zurb-foundation-in-php/</link><pubDate>5/16/2013 10:45:30 AM</pubDate><author>Vinod  Kumar</author></item><item><title>MySQLi Function in PHP: Part 7</title><description>In this article I describe the PHP MySQLi  functions mysqli_get_client_stats, mysqli_get_client_version, mysqli_get_connection_stats, mysqli_get_host_info and mysqli-get_proto_info.</description><link>http://www.c-sharpcorner.com/UploadFile/c63ec5/mysqli-function-in-php-part-7/</link><pubDate>5/16/2013 7:30:07 AM</pubDate><author>Sharad Gupta</author></item><item><title>Generics in C#</title><description>Generics allow us to define type-safe classes without worrying about type safety and performance.</description><link>http://www.c-sharpcorner.com/UploadFile/d40a40/generics-in-C-Sharp/</link><pubDate>5/16/2013 6:30:59 AM</pubDate><author>Srinubabu Ravilla</author></item><item><title>Encrypt and Decrypt in SQL Server: Part 5</title><description>In this article we will create symmetric key and encrypt and decrypt string using this key.</description><link>http://www.c-sharpcorner.com/UploadFile/db2972/encrypt-and-decrypt-in-sql-server-part-5/</link><pubDate>5/16/2013 6:05:53 AM</pubDate><author>Akshay Patel</author></item><item><title>A Simple Example of Transform Property of CSS3</title><description>In this article, we will be use the transform property to show a video.</description><link>http://www.c-sharpcorner.com/UploadFile/mahakgupta/a-simple-example-of-transform-property-of-css3/</link><pubDate>5/16/2013 4:48:02 AM</pubDate><author>Mahak Gupta</author></item><item><title>Creating a LightSwitch Application in HTML Using Visual Studio 2012</title><description>In this article I describe how to create a LightSwitch application in HTML using LightSwitch Visual Studio 2012.</description><link>http://www.c-sharpcorner.com/UploadFile/18ddf7/creating-a-lightswitch-application-in-html-using-visual-stud/</link><pubDate>5/16/2013 2:37:18 AM</pubDate><author>Ashwani Tyagi</author></item><item><title>Some Nice Select Query Techniques For DB Programmers</title><description>The article explains some nice data retreving techniques including Derived Tables and CTE.</description><link>http://www.c-sharpcorner.com/UploadFile/6897bc/some-nice-select-query-techniques-for-db-programmers/</link><pubDate>5/15/2013 11:18:09 PM</pubDate><author>Sivaraman Dhamodaran</author></item><item><title>Explore Parsing Methods</title><description>Here in this article explore a few parsing (data conversion) methods that are very important in daily routine coding.</description><link>http://www.c-sharpcorner.com/UploadFile/97fc7a/explore-parsing-methods/</link><pubDate>5/15/2013 7:40:44 AM</pubDate><author>Sachin Kalia</author></item><item><title>Creating an MSI Package for C# Windows Application Using a Visual Studio Setup Project</title><description>In this article I would like to explain a step-by-step procedure to create a Windows application and a setup installer for it.</description><link>http://www.c-sharpcorner.com/UploadFile/1492b1/creating-an-msi-package-for-C-Sharp-windows-application-using-a-v/</link><pubDate>5/15/2013 6:49:57 AM</pubDate><author>Akhil Mittal</author></item><item><title>Learn Object Oriented Programming Using C#: Part 3</title><description>In this lesson we will discuss different types of properties in detail.</description><link>http://www.c-sharpcorner.com/UploadFile/e881fb/learn-object-oriented-programming-using-C-Sharp-part-3/</link><pubDate>5/15/2013 6:09:53 AM</pubDate><author>Naveed Zaman</author></item><item><title>Validating RadioButtonList and DropDownList Using JavaScript</title><description>In this article we learn how to validate a RadioButtonList and a DropDownList using JavaScript in ASP.NET.</description><link>http://www.c-sharpcorner.com/UploadFile/rohatash/validating-radiobuttonlist-and-dropdownlist-using-javascript/</link><pubDate>5/15/2013 5:57:55 AM</pubDate><author>Rohatash Kumar</author></item><item><title>Finding Duplicates Among Multiple Columns in SQL</title><description>Here I show how to find duplicates and their frequency among multiple columns using the GROUP BY clause.</description><link>http://www.c-sharpcorner.com/UploadFile/0f68f2/finding-duplicates-among-multiple-columns-in-sql/</link><pubDate>5/15/2013 5:26:55 AM</pubDate><author>Hemant Srivastava</author></item><item><title>Create Shapes Dynamically in WPF</title><description>A Shape is a type of UIElement that enables you to draw a shape to the screen. </description><link>http://www.c-sharpcorner.com/UploadFile/47fc0a/create-shapes-dynamically-in-wpf/</link><pubDate>5/15/2013 4:56:11 AM</pubDate><author>Surjeet Yadav</author></item><item><title>SharePoint 2010 - How to Move and Copy Site Without PowerShell?</title><description>Surely there are PowerShell, STSADM, and Server Object Model ways of doing it. But here I am going through the SharePoint Web Interface way of moving or copying a site.</description><link>http://www.c-sharpcorner.com/UploadFile/40e97e/sharepoint-2010-how-to-move-and-copy-site-without-powershe/</link><pubDate>5/15/2013 4:38:35 AM</pubDate><author>Jean Paul</author></item><item><title>Handling DateTime Data Type in C# : Part 2</title><description>This article explores ways to support strong date and time data formats. With the .NET Framework you do not need to spend time building a class for storing and processing time. Instead we can use the immensely powerful built-in library that supports nearly all calculations that will save you so much time.</description><link>http://www.c-sharpcorner.com/UploadFile/5ef30d/handling-datetime-data-type-in-C-Sharp-part-2/</link><pubDate>5/15/2013 4:11:18 AM</pubDate><author>Vo Duc Thanh</author></item><item><title>Event Handling Using Applet In Java</title><description>In this article we discuss event handling in Java Applets.</description><link>http://www.c-sharpcorner.com/UploadFile/fd0172/event-handling-using-applet-in-java/</link><pubDate>5/15/2013 3:55:47 AM</pubDate><author>Sandeep Sharma</author></item><item><title>Seeing the HTTP Request and Response of the Web API Application</title><description>This article describes how to see the HTTP Requests and Responses of a Web API Application.</description><link>http://www.c-sharpcorner.com/UploadFile/2b481f/seeing-the-http-request-and-response-of-the-web-api-applicat/</link><pubDate>5/15/2013 1:40:26 AM</pubDate><author>Mudita Rathore</author></item><item><title>How to Limit the Users That Can Access the Shared Folder</title><description>In this Article you will learn about How to Limit the Users which can access the Shared Folder.</description><link>http://www.c-sharpcorner.com/UploadFile/cd7c2e/how-to-limit-the-users-which-can-access-the-shared-folder/</link><pubDate>5/15/2013 1:37:52 AM</pubDate><author>Anubhav Chaudhary</author></item></channel></rss>