﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=rajeev-ranjan50" rel="self" type="application/rss+xml" /><item><title>Generic Repository Pattern With MVC</title><description>The Generic Repository Pattern with MVC is a design approach where a generic interface is used to define CRUD operations, providing a flexible way to interact with data in an MVC application. It promo</description><link>https://www.c-sharpcorner.com/article/generic-repository-pattern-with-mvc/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/generic-repository-pattern-with-mvc/</guid><pubDate>Wed, 08 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With Electron JS With Visual Studio Code</title><description>ElectronJS framework helps to build cross platform app, using HTML, CSS and JavaScript.  </description><link>https://www.c-sharpcorner.com/article/getting-started-with-electron-js-with-visual-studio-code/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-electron-js-with-visual-studio-code/</guid><pubDate>Fri, 07 Oct 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>MVC Rotativa PDF IIS Server Error</title><description>
This article addresses a common error encountered while generating PDFs using Rotativa. It explains the steps to resolve the &amp;quot;Unhandled Execution Error&amp;quot; by installing Visual C++ Redistribut</description><link>https://www.c-sharpcorner.com/article/mvc-rotativa-pdf-iis-server/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/mvc-rotativa-pdf-iis-server/</guid><pubDate>Sat, 02 Apr 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Database Backup Using C#</title><description>This article shows how to take a database backup using C# code and create a Windows application that makes our work user-friendly for database backup.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/database-backup-using-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/database-backup-using-C-Sharp/</guid><pubDate>Mon, 04 May 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>ServiceController Class in Windows Service</title><description>This articles explains the ServiceController. The ServiceController component is used to fetch the installed services and manipulate the state of the service. We can start and stop a service using the</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/servicecontroller-class-in-windows-service/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/servicecontroller-class-in-windows-service/</guid><pubDate>Fri, 24 Apr 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Debugging a Windows Service</title><description>This article explains the process of debugging a Windows Service.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/debugging-a-windows-service/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/debugging-a-windows-service/</guid><pubDate>Thu, 23 Apr 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>How To Debug Multithreaded Programs In C#</title><description>This article is mainly focused on the process of multithread debugging.Debugging multithreaded programs in C# can be challenging because multiple threads can run concurrently, making it difficult to p</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/how-to-debug-multithread-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/how-to-debug-multithread-in-C-Sharp/</guid><pubDate>Wed, 22 Apr 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Token Based Authentication Using Web API 2: Part 2</title><description>This article shows how to authorize and authenticate a Token in a resource.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/token-based-authentication-using-web-api-2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/token-based-authentication-using-web-api-2/</guid><pubDate>Tue, 24 Feb 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>New C# Features That Support LINQ</title><description>In this article we will learn some basic concepts of LINQ and apart from that we can see the C# features that support LINQ.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/new-C-Sharp-features-that-supports-the-linq/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/new-C-Sharp-features-that-supports-the-linq/</guid><pubDate>Wed, 07 Jan 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Token Based Authentication in Web API 2</title><description>This article explains the OWIN OAuth 2.0 Authorization and how to implement an OAuth 2.0 Authorization server using the OWIN OAuth middleware. </description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/token-based-authentication-in-web-api-2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/token-based-authentication-in-web-api-2/</guid><pubDate>Thu, 01 Jan 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Working With Repository Pattern in WebAPI 2</title><description>This article explains how to work with a repository in the Web API and also covers routing and debugging.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/working-with-repository-pattern-in-webapi-2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/working-with-repository-pattern-in-webapi-2/</guid><pubDate>Wed, 24 Dec 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>New Improvements to C# and Visual Basic in Visual Studio 2015</title><description>This article describes some new features of C# and Visual Basic in Visual Studio 2015.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/new-improvement-of-C-Sharp-and-visual-basic-in-visual-studio-2015/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/new-improvement-of-C-Sharp-and-visual-basic-in-visual-studio-2015/</guid><pubDate>Sat, 15 Nov 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With ASP.Net Web API 2 : Day 12</title><description>In this article and future articles we will be learning the Web API routing mechanism.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-12/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-12/</guid><pubDate>Thu, 06 Nov 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With ASP.Net Web API 2 : Day 11</title><description>In this article, we are going to learn how to host an ASP.NET Web API in a console application, using OWIN to self-host the Web API framework.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-11/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-11/</guid><pubDate>Wed, 05 Nov 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With ASP.Net Web API 2 : Day 10</title><description>In this article, we will learn about the Self-Host ASP.NET Web API. Without IIS we are able to run our Web API using the Web API self-hosting capabilities.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-10/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-10/</guid><pubDate>Mon, 27 Oct 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With ASP.Net Web API 2 : Day 9</title><description>In this article, we will learn about session state in Web API 2 and how to use the API ASP.NET Web API within the ASP.NET runtime to enable the session state.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-9/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-9/</guid><pubDate>Tue, 21 Oct 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With ASP.Net Web API 2 : Day 8</title><description>In this article we will learn about Cross-Site Request Forgery (CSRF) Protection. We implement CSRF protection against the data submitted from MVC pages to the Web API  endpoints.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-8/</guid><pubDate>Fri, 17 Oct 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With ASP.Net Web API 2 : Day 7</title><description>In this article, we will learn the validation against your models in Web API 2 and share some validation logic with ASP.NET MVC.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-7/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-7/</guid><pubDate>Thu, 16 Oct 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With ASP.Net Web API 2: Day 6</title><description>We will learn Scaffolding in Web API 2 in this article. Scaffolding is a Text Template Transformation and Toolkit (T4) based code generation framework for ASP.NET.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-6/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-6/</guid><pubDate>Mon, 13 Oct 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With ASP.Net Web API 2 : Day 5</title><description>In this article, we will learn how to link a MVC Controller to an API Controller.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-5/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-5/</guid><pubDate>Fri, 10 Oct 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With ASP.Net Web API 2: Day 4</title><description>In this article, we will learn how to create an ASP.NET Web API 2 endpoint capable of handling HTML forms.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-4/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-4/</guid><pubDate>Mon, 06 Oct 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With ASP.Net Web API 2: Day 3</title><description>This article explains Web API 2 and how to consume the Web API in Web Forms.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-3/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-3/</guid><pubDate>Wed, 01 Oct 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With ASP.Net Web API 2: Day 2</title><description>In this article, we will learn the ASP.NET Web API to do a MVC application.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-2/</guid><pubDate>Tue, 30 Sep 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Introduction To MongoDB</title><description>MongoDB is a popular and widely-used NoSQL (non-relational) database management system designed to handle large volumes of unstructured or semi-structured data. It falls under the category of document</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/introduction-of-mongodb/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/introduction-of-mongodb/</guid><pubDate>Fri, 26 Sep 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With ASP.Net Web API 2 : Day 1</title><description>In this article, we are going to learn the advantages and some useful features of Web API 2.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-1/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-Asp-Net-web-api-2-day-1/</guid><pubDate>Fri, 26 Sep 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Strings in C#</title><description>In this article we will learn about strings in the C# language.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/strings-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/strings-in-C-Sharp/</guid><pubDate>Mon, 22 Sep 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Operator Overloading In C#</title><description>In this article we are going to learn operator overloading, and the basic concepts of operator overloading. </description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/operator-overloading-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/operator-overloading-in-C-Sharp/</guid><pubDate>Fri, 19 Sep 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Style Button in WPF</title><description>In this article we learn various types of style and animation using WPF.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/style-button-in-wpf/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/style-button-in-wpf/</guid><pubDate>Fri, 12 Sep 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Collections in C#</title><description>This article describes the benefits and types of collections in C#.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/collection-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/collection-in-C-Sharp/</guid><pubDate>Tue, 09 Sep 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>MongoDB CRUD Operations in ASP.Net</title><description>In this article we will learn how to do the CRUD operations with MongoDB using ASP.NET.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/crud-operation-using-mongodb/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/crud-operation-using-mongodb/</guid><pubDate>Mon, 08 Sep 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Properties in C#</title><description>This article is an introduction to properties in C#.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/properties-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/properties-in-C-Sharp/</guid><pubDate>Fri, 08 Aug 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Indexers in C#</title><description>Indexers provide objects the ability to be indexed like an array.
</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/indexers-in-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/indexers-in-C-Sharp/</guid><pubDate>Thu, 07 Aug 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Introduction To JavaScript</title><description>This article provides an introduction to JavaScript.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/introduction-of-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/introduction-of-javascript/</guid><pubDate>Mon, 28 Jul 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Displaying Records in Model Popup Using jQuery From GridView</title><description>In this article we will learn about the GridView control and how to display data into a jQuery and AJAX model pop-up window. Also how to edit the data.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/displaying-records-in-model-popup-using-jquery-from-gridview/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/displaying-records-in-model-popup-using-jquery-from-gridview/</guid><pubDate>Fri, 04 Jul 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Getting Started With Telerik AppBuilder: Day 1</title><description>This article explains Appbuilder, what AppBuilder is and how to use it for Hybrid mobile app development.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-telerik-appbuilder-day-1/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/getting-started-with-telerik-appbuilder-day-1/</guid><pubDate>Wed, 02 Jul 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Showing Date Events in ASP.Net Calendar Control</title><description>In this article, we see how to add a date event with a description in a calender and add multiple events with a description.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/showing-date-events-in-Asp-Net-calendar-control/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/showing-date-events-in-Asp-Net-calendar-control/</guid><pubDate>Thu, 26 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Hashing Overview in PHP</title><description>We will learn what is the significance of a hash for a secure password in PHP.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/hashing-overview-in-php/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/hashing-overview-in-php/</guid><pubDate>Tue, 24 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Restriction and Projection Operator in LINQ</title><description>In this article we will learn about the Restriction and Projection operators in LINQ, their syntax and their functionality with examples.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/restriction-and-projection-operator-in-linq/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/restriction-and-projection-operator-in-linq/</guid><pubDate>Mon, 23 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Introduction To LINQ</title><description>In this article we will learn LINQ. The article explains what LINQ is, why to use LINQ and how to use LINQ.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/introduction-of-linq/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/introduction-of-linq/</guid><pubDate>Fri, 20 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Custom Pop-Up Window Using jQuery</title><description>This is the article explains the custom PopUp window in jQuery, without any plug-ins. Most of the time we willing to open a &amp;lt;div&amp;gt; on a click event.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/custom-popup-window-using-jquery/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/custom-popup-window-using-jquery/</guid><pubDate>Thu, 19 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>CRUD Operations Using WCF</title><description>In this article we are going to learn how to create a WCF REST service with CRUD operations using LINQ to SQL Classes.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/crud-operation-using-wcf/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/crud-operation-using-wcf/</guid><pubDate>Thu, 19 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Display Records in HTML Page Using ASP.Net Web API 2</title><description>This article explains the benefits of the Web API and how to make a web API and consume it in a HTML page.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/display-records-in-html-page-using-Asp-Net-web-api-2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/display-records-in-html-page-using-Asp-Net-web-api-2/</guid><pubDate>Mon, 16 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Display WCF Data Service Into HTML Page</title><description>This article explains the basic way to consume data from WCF.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/display-wcf-data-service-into-html-page/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/display-wcf-data-service-into-html-page/</guid><pubDate>Fri, 13 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Twitter Bootstrap 3 Layout and Buttons</title><description>In this article we will see Buttons and Layouts in Twitter Bootstrap 3.
</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/twitter-bootstrap-3-layout-and-buttons/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/twitter-bootstrap-3-layout-and-buttons/</guid><pubDate>Wed, 11 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Upload File Using PHP</title><description>In this article we are going to learn the basic steps for uploading a file into the server or a destination path using PHP</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/upload-file-using-php/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/upload-file-using-php/</guid><pubDate>Fri, 06 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Paging Using PHP</title><description>This article explains how to handle a number of records using paging. </description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/paging-using-php/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/paging-using-php/</guid><pubDate>Thu, 05 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Microsoft Drivers For PHP For SQL Server</title><description>In this article we will learn the sqlsrv API, which is a Microsoft driver for PHP for SQL Server. This API helps us to use the SQL Server database in a PHP Project.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/microsoft-drivers-for-php-for-sql-server/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/microsoft-drivers-for-php-for-sql-server/</guid><pubDate>Wed, 04 Jun 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>jQuery UI Autocomplete</title><description>This article describes the autocomplete and various ways to use the jQuery autocomplete widget.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/autocomplete-in-jquery/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/autocomplete-in-jquery/</guid><pubDate>Wed, 28 May 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Magic Methods in PHP</title><description>In this article we will see the details of Magic Methods in PHP.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/magic-methods-in-php/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/magic-methods-in-php/</guid><pubDate>Tue, 27 May 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Object Oriented Programming Concepts in PHP</title><description>This article explains Object Oriented Programming concepts in PHP, including classes, objects and methods.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/oops-concepts-in-php/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/oops-concepts-in-php/</guid><pubDate>Mon, 26 May 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Array in PHP</title><description>This article explains arrays and all the built-in functions used in arrays.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/array-in-php201/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/array-in-php201/</guid><pubDate>Fri, 23 May 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Writing Data To a File Using PHP</title><description>This article shows two ways to write data to a file. Also covered are some important file handling functions.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/writing-data-into-a-file-using-php/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/writing-data-into-a-file-using-php/</guid><pubDate>Fri, 16 May 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Reading Data From a File Using PHP</title><description>In this article I will demonstrate all the possible ways of reading data from a file using PHP.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/reading-data-from-a-file-using-php/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/reading-data-from-a-file-using-php/</guid><pubDate>Thu, 15 May 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Showing Drive Information Using PHP</title><description>This article shows how to see all the drive information.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/showing-drive-information-using-php/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/showing-drive-information-using-php/</guid><pubDate>Thu, 15 May 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Make a Directory in PHP</title><description>This article shows how to make a directory in PHP.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/make-a-directory-in-php/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/make-a-directory-in-php/</guid><pubDate>Wed, 14 May 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item><item><title>Setting of Visual Studio for PHP Development</title><description>In this article, we will learn how to configure PHP in Microsoft Visual Studio.</description><link>https://www.c-sharpcorner.com/UploadFile/736ca4/how-to-install-php-in-visual-studio-2010-2012/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/736ca4/how-to-install-php-in-visual-studio-2010-2012/</guid><pubDate>Tue, 13 May 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajeev Ranjan)</author></item></channel></rss>