﻿<?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=gaurav-gupta17" rel="self" type="application/rss+xml" /><item><title>Checking Alternate Rows for Edit Mode in GridView RowDataBound</title><description>This blog describe how to detect that grid view in row editing mode for alternate rows in ASP.NET Gridview.</description><link>https://www.c-sharpcorner.com/blogs/checking-alternate-rows-for-edit-mode-in-gridview-rowdatabound1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/checking-alternate-rows-for-edit-mode-in-gridview-rowdatabound1</guid><pubDate>Wed, 03 Jun 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Constant in AngularJS </title><description>This blog will let you know about Constant in AngularJS.</description><link>https://www.c-sharpcorner.com/blogs/constant-in-angularjs1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/constant-in-angularjs1</guid><pubDate>Fri, 01 May 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Load CSS Theme Dynamically on user selection in AngularJS</title><description>This blog explains you how to change css theme on user selection application using AngularJS.</description><link>https://www.c-sharpcorner.com/blogs/load-css-theme-dynamically-on-user-selection-in-angularjs122</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/load-css-theme-dynamically-on-user-selection-in-angularjs122</guid><pubDate>Wed, 29 Apr 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>To Find nth value in SQL SERVER</title><description>How to find nth value from table in SQL SERVER</description><link>https://www.c-sharpcorner.com/blogs/to-find-nth-value-in-sql-server1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/to-find-nth-value-in-sql-server1</guid><pubDate>Mon, 06 Apr 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Solving GridView error "event RowDeleting was not handled"</title><description>Here I will explain why this error occurs and how to overcome it.</description><link>https://www.c-sharpcorner.com/blogs/solving-gridview-error-event-rowdeleting-was-not-handled1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/solving-gridview-error-event-rowdeleting-was-not-handled1</guid><pubDate>Wed, 31 Dec 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Calling a JavaScript function of Parent Window from Child Window</title><description>This blog gives you a way to call a Javascript function of Parent window from the new popup Child Window.</description><link>https://www.c-sharpcorner.com/blogs/calling-a-javascript-function-of-parent-window-from-child-window1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/calling-a-javascript-function-of-parent-window-from-child-window1</guid><pubDate>Wed, 20 Aug 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Underscore.js: Working With Array Functions</title><description>This article introduces a JavaScript utility called Underscore.js that makes the JS developer&amp;#39;s work with Functional Programming easier.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/underscore-js-working-with-array-functions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/underscore-js-working-with-array-functions/</guid><pubDate>Wed, 14 May 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Change the URL in Address Bar without refreshing the page in JavaScript.</title><description>Here, I am defining a way to change the URL displayed in the browser* through javascript without reloading the page.</description><link>https://www.c-sharpcorner.com/blogs/change-the-url-in-address-bar-without-refreshing-the-page-in-javascript1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/change-the-url-in-address-bar-without-refreshing-the-page-in-javascript1</guid><pubDate>Thu, 09 Jan 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Disable/Prevent Cut, Copy and Paste in TextBox in ASP.NET </title><description>This blog helps you to prevent the clipboard event of TextBox in ASP.NET.</description><link>https://www.c-sharpcorner.com/blogs/disableprevent-cut-copy-and-paste-in-textbox-in-asp-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/disableprevent-cut-copy-and-paste-in-textbox-in-asp-net1</guid><pubDate>Wed, 06 Nov 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Introduction to AngularJS With Simple Demo Application</title><description>With this article we learn what AngularJS is and how to use it in our web applications to make it more effective.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/introduction-to-angularjs-with-simple-demo-application/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/introduction-to-angularjs-with-simple-demo-application/</guid><pubDate>Mon, 23 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Getting Start With Node.js (Installation and Hello World App)</title><description>In this article, we will learn the installation process of the node.js environment and create a simple Hello World application with node.js.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/getting-start-with-node-js-installation-and-hello-world-app/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/getting-start-with-node-js-installation-and-hello-world-app/</guid><pubDate>Wed, 18 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Difference between .append() and .after() function in JQuery</title><description>This blog will describe when to use .append() function or .after() function in JQuery.</description><link>https://www.c-sharpcorner.com/blogs/difference-between-append-and-after-function-in-jquery1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/difference-between-append-and-after-function-in-jquery1</guid><pubDate>Fri, 13 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>.Slice() Method In jQuery</title><description>jQuery Slice() method gets a subset of the matched elements by giving a range of indices. Here is a  jQuery.Slice() code example.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/slice-method-in-jquery/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/slice-method-in-jquery/</guid><pubDate>Wed, 11 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Plot Multiple Locations on Google Map Dynamically in ASP.Net</title><description>This article shows how to create an application that fetches multiple addresses from a database, calculates their longitude and latitude and then plots the location on the Google map dynamically.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/plot-multiple-location-on-google-map-dynamically-in-Asp-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/plot-multiple-location-on-google-map-dynamically-in-Asp-Net/</guid><pubDate>Fri, 06 Sep 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Easy Way to Hacks for IE7 in CSS</title><description>Target IE7Using CSS Hacks.</description><link>https://www.c-sharpcorner.com/blogs/easy-way-to-hacks-for-ie7-in-css122334455667788991010111112121313141415151616171718181919</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/easy-way-to-hacks-for-ie7-in-css122334455667788991010111112121313141415151616171718181919</guid><pubDate>Fri, 30 Aug 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>InnerText Property not Supported in Firefox</title><description>How to make the innerText property work in Firefox.</description><link>https://www.c-sharpcorner.com/blogs/innertext-property-not-supported-in-firefox1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/innertext-property-not-supported-in-firefox1</guid><pubDate>Tue, 30 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Checkboxlist validation using Custom Validator in ASP.NET </title><description>Validate a user choose at least one checkbox from the Checkboxlist and make a checkbox required.</description><link>https://www.c-sharpcorner.com/blogs/checkboxlist-validation-using-custom-validator-in-asp-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/checkboxlist-validation-using-custom-validator-in-asp-net1</guid><pubDate>Thu, 25 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Transaction Support in Entity Framework 6</title><description>With the release of EF6 we added two new APIs to DbContext.Database which make working with transactions easier: UseTransaction() and BeginTransaction().</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/transaction-support-in-entity-framework-6/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/transaction-support-in-entity-framework-6/</guid><pubDate>Tue, 16 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Filter DataTable based on Columns in C#</title><description>DataTable Column Filtering in C#.</description><link>https://www.c-sharpcorner.com/blogs/filter-datatable-based-on-columns-in-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/filter-datatable-based-on-columns-in-c-sharp1</guid><pubDate>Tue, 09 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Entity Framework 6 CRUD Stored Procedures: Code-First Approach</title><description>Learn how to implement Insert, Update, and Delete operations using stored procedures in Entity Framework 6 with a Code First approach. This tutorial covers setting up stored procedures, mapping them t</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/code-first-insertupdatedelete-stored-procedure-in-entity-f/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/code-first-insertupdatedelete-stored-procedure-in-entity-f/</guid><pubDate>Mon, 08 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Find latitude and longitude using C#</title><description>This blog shows how you can find the latitude and longitude of given address in C# code using Google's REST API</description><link>https://www.c-sharpcorner.com/blogs/find-latitude-and-longitude-using-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/find-latitude-and-longitude-using-c-sharp1</guid><pubDate>Mon, 08 Jul 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Get the List of All Files From Server Directory in ASP.Net</title><description>This article describes how to get the list of all files from a server folder or directory with a download link option in DataList control.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/get-the-list-of-all-files-from-server-directory-in-Asp-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/get-the-list-of-all-files-from-server-directory-in-Asp-Net/</guid><pubDate>Thu, 13 Jun 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Showing Page Loader Using JQuery in ASP.NET</title><description>This blog helps to show a loading image when page gets more time to loaded on the browser.</description><link>https://www.c-sharpcorner.com/blogs/showing-page-loader-using-jquery-in-asp-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/showing-page-loader-using-jquery-in-asp-net1</guid><pubDate>Mon, 10 Jun 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Compare Comma Separated Value with Comma Separated Column in SQL SERVER</title><description>How to compare two column values which are comma separated values.</description><link>https://www.c-sharpcorner.com/blogs/compare-comma-separated-value-with-comma-separated-column-in-sql-server1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/compare-comma-separated-value-with-comma-separated-column-in-sql-server1</guid><pubDate>Fri, 31 May 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Compare single value with comma separated columns in SQL SERVER</title><description>How to compare single valued variable with comma separated values in a columns.</description><link>https://www.c-sharpcorner.com/blogs/compare-single-value-with-comma-separated-columns-in-sql-server1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/compare-single-value-with-comma-separated-columns-in-sql-server1</guid><pubDate>Thu, 30 May 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Compare strings using StringComparison.OrdinalIgnoreCase</title><description>Comparing two strings without having any extra string memory allocation overhead in C#.</description><link>https://www.c-sharpcorner.com/blogs/compare-strings-using-stringcomparisonordinalignorecase1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/compare-strings-using-stringcomparisonordinalignorecase1</guid><pubDate>Tue, 21 May 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>How to get thumbnail image from youtube embed code</title><description>This blog will extracts the thumbnail image of YouTube Video embed code.</description><link>https://www.c-sharpcorner.com/blogs/how-to-get-thumbnail-image-from-youtube-embed-code1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-get-thumbnail-image-from-youtube-embed-code1</guid><pubDate>Mon, 20 May 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>JavaScript Alert box with Multiline Text</title><description>You will learn how to display JavaScript Alert Box with Multiline text.</description><link>https://www.c-sharpcorner.com/blogs/javascript-alert-box-with-multiline-text1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/javascript-alert-box-with-multiline-text1</guid><pubDate>Fri, 10 May 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Internals of Foreach Loop in C#</title><description>To understand the Internals and working of Foreach Loop in C#.</description><link>https://www.c-sharpcorner.com/blogs/internals-of-foreach-loop-in-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/internals-of-foreach-loop-in-c-sharp1</guid><pubDate>Thu, 09 May 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>How to Determine whether a type is Value type or Reference Type</title><description>Check the type whether it is a value type or reference type.</description><link>https://www.c-sharpcorner.com/blogs/how-to-determine-whether-a-type-is-value-type-or-reference-type1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-determine-whether-a-type-is-value-type-or-reference-type1</guid><pubDate>Tue, 07 May 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Custom Paging With GridView in ASP.NET 4.5</title><description>This article will demonstrate, the new feature of GridView Control in ASP.NET 4.5.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/custom-paging-with-gridview-control-in-Asp-Net-4-5/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/custom-paging-with-gridview-control-in-Asp-Net-4-5/</guid><pubDate>Tue, 30 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>PagerSetting Modes in ASP.NET GridView Control</title><description>This article will demonstrate the various modes available for a pager template of Gridview in ASP.NET</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/pagersetting-modes-in-Asp-Net-gridview-control/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/pagersetting-modes-in-Asp-Net-gridview-control/</guid><pubDate>Wed, 24 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Impove App Launch Performance With MultiCore JIT in .NET Framework</title><description>Learn how to enhance the launch performance of your .NET Framework 4.5 applications by leveraging MultiCore JIT (Just-In-Time) compilation. Discover techniques to optimize code compilation, reduce sta</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/impove-app-launch-performance-with-multicore-jit-in-net-fra/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/impove-app-launch-performance-with-multicore-jit-in-net-fra/</guid><pubDate>Thu, 18 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Clearing Cache in ASP.NET</title><description>How to clear cache using ASP.NET.</description><link>https://www.c-sharpcorner.com/blogs/clearing-cache-in-asp-net1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/clearing-cache-in-asp-net1</guid><pubDate>Wed, 17 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Upload Multiple Files Using FileUpload Control In ASP.NET 4.5</title><description>In this article I explain a new functionality of ASP.NET 4.5, the FileUpload control to upload mulitple files at a time, with an example.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/upload-multiple-files-using-fileupload-control-in-Asp-Net-4/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/upload-multiple-files-using-fileupload-control-in-Asp-Net-4/</guid><pubDate>Tue, 16 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Automatically web page scroll using JQuery</title><description>Autoscroll the web page to top in JQuery.</description><link>https://www.c-sharpcorner.com/blogs/automatically-web-page-scroll-using-jquery1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/automatically-web-page-scroll-using-jquery1</guid><pubDate>Mon, 15 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Query Shortcut in SQL SERVER </title><description>Run the SQL Query using Query ShortCut.</description><link>https://www.c-sharpcorner.com/blogs/query-shortcut-in-sql-server1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/query-shortcut-in-sql-server1</guid><pubDate>Fri, 12 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Difference between PatIndex and CharIndex function in SQL SERVER</title><description>This blog shows Similarity and difference between PatIndex and CharIndex function in SQL SERVER.</description><link>https://www.c-sharpcorner.com/blogs/difference-between-patindex-and-charindex-function-in-sql-server1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/difference-between-patindex-and-charindex-function-in-sql-server1</guid><pubDate>Thu, 11 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Generic Method for Deserilization and Serialization in C#</title><description>This blog shows Generic serialize and deserialize methods that can be easily used when needing to serialize and deserialize classes.</description><link>https://www.c-sharpcorner.com/blogs/generic-method-for-deserilization-and-serialization-in-c-sharp1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/generic-method-for-deserilization-and-serialization-in-c-sharp1</guid><pubDate>Wed, 10 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>How to Test Email Without Configure SMTP in ASP.NET</title><description>This article describes how to test the email module with localhost in a web application without setting the SMTP server in ASP.NET.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/how-to-test-email-without-configure-smtp-in-Asp-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/how-to-test-email-without-configure-smtp-in-Asp-Net/</guid><pubDate>Wed, 10 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Set HTML Content with ASP.NET Validation Controls</title><description>How to used images and HTML content to show the error  message with server side validation instead of simple text.</description><link>https://www.c-sharpcorner.com/blogs/set-html-content-with-asp-net-validation-controls1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/set-html-content-with-asp-net-validation-controls1</guid><pubDate>Wed, 10 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Get the Location Path of ASP.NET Temporary Files</title><description>Gets the physical path to the directory where ASP.NET stores temporary files.</description><link>https://www.c-sharpcorner.com/blogs/get-the-location-path-of-asp-net-temporary-files1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/get-the-location-path-of-asp-net-temporary-files1</guid><pubDate>Tue, 09 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Check Internet Connection in HTML 5 using JavaScript</title><description>Detects Network status to detect whether the user is online or offline in HTML 5 and JavaScript.</description><link>https://www.c-sharpcorner.com/blogs/check-internet-connection-in-html-5-using-javascript</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/check-internet-connection-in-html-5-using-javascript</guid><pubDate>Mon, 08 Apr 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Getting Gmail Unread Email Through Atom Feed in ASP.NET</title><description>In this article, I will show you how to read the atom feed for your Gmail account in ASP.NET.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/getting-gmail-unread-email-through-atom-feed-in-Asp-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/getting-gmail-unread-email-through-atom-feed-in-Asp-Net/</guid><pubDate>Fri, 29 Mar 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>How to use .each() function with DOM element in JQuery</title><description>This blog refers you to use of $(selector).each() function to iterate the loop over the DOM element in JQuery.</description><link>https://www.c-sharpcorner.com/blogs/how-to-use-each-function-with-dom-element-in-jquery1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-use-each-function-with-dom-element-in-jquery1</guid><pubDate>Fri, 29 Mar 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>$.each() Function in jQuery</title><description>In this article I will show you the  JQuery.each() function with the help of example.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/each-function-in-jquery/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/each-function-in-jquery/</guid><pubDate>Thu, 28 Mar 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Difference between Internal, Protected and Protected Internal </title><description>This explains the difference between internal, protected and Protected Internal access modifier used in C#.</description><link>https://www.c-sharpcorner.com/blogs/difference-between-internal-protected-and-protected-internal1</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/difference-between-internal-protected-and-protected-internal1</guid><pubDate>Tue, 26 Mar 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Paste XML as C# Classes in VS 2012</title><description>How to convert the XML into the C# Classes in Visual Studio 2012.</description><link>https://www.c-sharpcorner.com/blogs/paste-xml-as-c-sharp-classes-in-vs-2012</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/paste-xml-as-c-sharp-classes-in-vs-2012</guid><pubDate>Mon, 18 Mar 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Countdown Timer in ASP.NET Using jQuery</title><description>In this article I will show how you can implement the running countdown timer using JQuery in ASP.NET.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/countdown-timer-in-Asp-Net-using-jquery/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/countdown-timer-in-Asp-Net-using-jquery/</guid><pubDate>Mon, 11 Mar 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Validation For File Upload Control in ASP.NET</title><description>In this article I explain validation with a file upload control using regular expression validation control in ASP.NET.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/validation-for-file-upload-control-in-Asp-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/validation-for-file-upload-control-in-Asp-Net/</guid><pubDate>Sun, 17 Feb 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Activate and Update the Windows Defender in Windows 8</title><description>This article is about the Windows Defender feature of Windows 8 that protects PCs from viruses.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/activate-and-update-the-windows-defender-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/activate-and-update-the-windows-defender-in-windows-8/</guid><pubDate>Thu, 10 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Scanned Removable Drives With Windows Defender in Windows 8</title><description>This article is about Windows Defender in Windows 8 and showing how to enable the feature of scanning removable drives of the Windows 8 PC.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/scanned-removable-drives-with-windows-defender-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/scanned-removable-drives-with-windows-defender-in-windows-8/</guid><pubDate>Tue, 08 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>How to Customize Cursor in Windows 8</title><description>In this article I will show how to customize the Windows 8 Cursor.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/how-to-customize-cursor-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/how-to-customize-cursor-in-windows-8/</guid><pubDate>Fri, 04 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Clear Cache Using Start Screen Apps in Windows 8</title><description>In this article we will learn how to remove cache data from the live tiles and Desktop apps in Windows 8.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/clear-cache-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/clear-cache-in-windows-8/</guid><pubDate>Thu, 03 Jan 2013 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Checking For New Updates in Windows 8</title><description>In this article we are going to learn how to install new updates for a Windows 8 PC.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/checking-for-new-updates-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/checking-for-new-updates-in-windows-8/</guid><pubDate>Fri, 28 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Join Windows 8 HomeGroup in Windows 7 System</title><description>In this article you will learn how to join the HomeGroup network of Windows 8 to share files and devices to other Windows 7 PCs</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/join-windows-8-homegroup-in-windows-7-system/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/join-windows-8-homegroup-in-windows-7-system/</guid><pubDate>Fri, 28 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Changing HomeGroup Password in Windows 8</title><description>This article will help you to change the password of the HomeGroup network to easily remember it in Windows 8.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/changing-homegroup-password-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/changing-homegroup-password-in-windows-8/</guid><pubDate>Thu, 20 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Set Up HomeGroup Sharing Feature in Windows 8</title><description>In this article you will learn how to set up the HomeGroup network in Windows 8 to share files and devices to other PCs.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/set-up-homegroup-sharing-feature-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/set-up-homegroup-sharing-feature-in-windows-8/</guid><pubDate>Tue, 18 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>How to Share Windows 8 System on the Network</title><description>In this article we are going to learn how to connect to another PC on the network having a Windows 8 system to share your files and folders to the other computers in the network in Windows 8.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/how-to-share-windows-8-system-on-the-network/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/how-to-share-windows-8-system-on-the-network/</guid><pubDate>Tue, 04 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>How to Add Custom Sounds in Windows 8</title><description>In this article we learn how to add custom sounds for events in Windows 8.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/how-to-add-custom-sounds-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/how-to-add-custom-sounds-in-windows-8/</guid><pubDate>Mon, 03 Dec 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Set Numeric Lock On in Windows 8</title><description>In this article I will show how you can keep the NumLock on always when your  Windows 8 system starts.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/set-numeric-lock-on-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/set-numeric-lock-on-in-windows-8/</guid><pubDate>Thu, 29 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Retrieve Accidently Deleted Files and Folders in Windows 8</title><description>This article shws how to retrieve your files and folders that are accidentally or deliberately deleted from the drives or even from the recycle bin.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/retrieve-accidently-deleted-files-and-folders-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/retrieve-accidently-deleted-files-and-folders-in-windows-8/</guid><pubDate>Wed, 28 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>How to Disable Charms Hints in Windows 8</title><description>In this article we are going to learn how to disable Charms Bar hints in Windows 8.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/how-to-disable-charms-hints-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/how-to-disable-charms-hints-in-windows-8/</guid><pubDate>Mon, 26 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Stop Using Location Information in Windows 8</title><description>This article helps you to maintain security or privacy of location information from spying in Windows 8.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/stop-using-location-information-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/stop-using-location-information-in-windows-8/</guid><pubDate>Fri, 23 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Working With Controls Dynamically in Windows Store Apps</title><description>Here I will show you how iterate through all the controls in your application, and how to working on them.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/working-with-controls-dynamically-in-windows-store-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/working-with-controls-dynamically-in-windows-store-apps/</guid><pubDate>Fri, 23 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Get Back Windows 7 Classic Games in Windows 8</title><description>This article describes how to restore all the Windows 7 classic games in Windows 8.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/get-back-windows-7-classic-games-in-windows8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/get-back-windows-7-classic-games-in-windows8/</guid><pubDate>Thu, 22 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Rendering Image Using Pixel Buffer in Windows Store Apps</title><description>In this article I will how you how to load an image using Pixel Buffer or PBuffer by using WritableBitmap in Windows Store Apps using XAML.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/rendering-image-using-pixel-buffer-in-windows-store-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/rendering-image-using-pixel-buffer-in-windows-store-apps/</guid><pubDate>Thu, 22 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>How to Show Current Path on Title Bar in Windows 8</title><description>In this article, I will show you how to enhance your Windows 8 experience by displaying the current path on the title bar. Navigate through your file system with ease as you customize your Explorer in</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/how-to-show-current-path-on-title-bar-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/how-to-show-current-path-on-title-bar-in-windows-8/</guid><pubDate>Wed, 21 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Pointer Input Events in Windows Store Apps Using XAML</title><description>In this article I will show you the use of Pointer events in Windows Store Apps using XAML.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/pointer-input-events-in-windows-store-apps-using-xaml/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/pointer-input-events-in-windows-store-apps-using-xaml/</guid><pubDate>Tue, 20 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Improve Windows 8 Performance Using Registry Editor</title><description>In this article I will show you some tricks that helps improve the performance of Windows 8 and makes it a little faster than before.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/improve-windows-8-performance-using-registry-editor/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/improve-windows-8-performance-using-registry-editor/</guid><pubDate>Tue, 20 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Flipping Telerik RadCustomHubTile in Window Store Apps Using XAML</title><description>In this article I will show you another type of RadHuTile that can be flipped from front to back with their content in Windows Store apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/flipping-telerik-radcustomhubtile-in-window-store-apps-using/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/flipping-telerik-radcustomhubtile-in-window-store-apps-using/</guid><pubDate>Tue, 20 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Customized Start Screen in Windows 8</title><description>In this article I will discuss some important and interesting concepts that can help you to customize your Windows 8 Start Screen. </description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/customized-start-screen-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/customized-start-screen-in-windows-8/</guid><pubDate>Mon, 19 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Load Image Dynamically From Application Uri in Windows Store Apps</title><description>In this article I describe how to load an image dynamically in Windows Store apps using C#.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/load-image-dynamically-from-application-uri-in-windows-store/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/load-image-dynamically-from-application-uri-in-windows-store/</guid><pubDate>Mon, 19 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Pointer Events in Windows Store Apps Using C#</title><description>In this article I show the uses of pointer events such as Pointer Entered and Pointer Existed and how to associate these with the mouse pointer in Windows Store Apps using XAML and C#.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/pointer-events-in-windows-store-apps-using-C-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/pointer-events-in-windows-store-apps-using-C-Sharp/</guid><pubDate>Sat, 17 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Enable and Add New Input Method in On Screen Keyboard of Windows 8</title><description>In this article I will show you how to open and select the new layout of On Screen Keyboard in Windows 8.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/enable-and-add-new-input-method-in-on-screen-keyboard-of-win/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/enable-and-add-new-input-method-in-on-screen-keyboard-of-win/</guid><pubDate>Sat, 17 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Retrieve Package Identity and Installed Location in Windows Store Apps</title><description>In this article we will learn about the Package API to Retrieve Package Identity information in Windows Store Apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/retrieve-package-identity-and-installed-location-in-windows/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/retrieve-package-identity-and-installed-location-in-windows/</guid><pubDate>Fri, 16 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Turn On or Off Windows Firewall in Windows 8</title><description>In this article we learn how to turn on or off the Windows Firewall in Windows 8.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/turn-on-or-off-windows-firewall-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/turn-on-or-off-windows-firewall-in-windows-8/</guid><pubDate>Thu, 15 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Create Muti-Select Item ListView in Windows Store Apps Using XAML</title><description>In this article I will show you how to make a listview with mulit-select items in Windows Store Apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/create-mufti-select-item-listview-in-windows-store-apps-usin/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/create-mufti-select-item-listview-in-windows-store-apps-usin/</guid><pubDate>Fri, 09 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Clear the Application Notification Cache in Windows 8</title><description>In this article I will show you how to clear the app cache notification in Windows 8 at Log Off.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/clearing-the-notification-cache-at-log-off/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/clearing-the-notification-cache-at-log-off/</guid><pubDate>Fri, 09 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Create Master-Detail View in Windows Store Apps Using XAML</title><description>In this article we are going to learn how to customize the ListView Control to create Master-Detail in Windows Store  Apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/create-master-detail-view-in-windows-store-apps-using-xaml/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/create-master-detail-view-in-windows-store-apps-using-xaml/</guid><pubDate>Thu, 08 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Change Rows of Tiles in the Windows 8 Start Screen</title><description>In this article we learn how to always display a certain number of rows of tiles, despite the screen resolution.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/change-the-number-of-rows-of-tiles-on-the-windows-8-ui-start/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/change-the-number-of-rows-of-tiles-on-the-windows-8-ui-start/</guid><pubDate>Thu, 08 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Create a Restore Point in Windows 8</title><description>Here I will show you how to create a restore point that can be used to do a system restore within Windows 8.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/create-restore-point-for-recovery-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/create-restore-point-for-recovery-in-windows-8/</guid><pubDate>Wed, 07 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Create Global AppBar in Windows Store Apps Using XAML/C#</title><description>In this article we are going to learn how to create an AppBar globally that can be used as many page in the Windows Store Application.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/create-global-appbar-in-windows-store-apps-using-xamlC-Sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/create-global-appbar-in-windows-store-apps-using-xamlC-Sharp/</guid><pubDate>Tue, 06 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Text Input Control in Windows Store Apps Using XAML</title><description>In this article we will learn various types of text input or editing controls in Windows Store Apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/text-input-control-in-windows-store-apps-using-xaml/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/text-input-control-in-windows-store-apps-using-xaml/</guid><pubDate>Tue, 06 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Choose Search Provider in Windows 8 Internet Explorer 10</title><description>In this article we learn how to change the default search engine provider for Internet Explorer 10 in Windows 8.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/choose-search-provider-in-windows-8-internet-explorer-10/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/choose-search-provider-in-windows-8-internet-explorer-10/</guid><pubDate>Mon, 05 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>ThreadPool Delay Timer in Windows Store Apps</title><description>In this article we learn ThreadPool concepts with a delay timer in Windows Store Apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/threadpool-delay-timer-in-windows-store-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/threadpool-delay-timer-in-windows-store-apps/</guid><pubDate>Mon, 05 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Loading Image From File Stream in Windows Store Apps</title><description>In this article we are going to learn how to load an image into a Bitmap Image with a file stream in Window Store Apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/loading-image-from-file-stream-in-windows-store-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/loading-image-from-file-stream-in-windows-store-apps/</guid><pubDate>Fri, 02 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Show Popup Control as Flyout in Windows Store Apps Using XAML</title><description>In this article we are going to learn how to display an animated Popup control like Flyout in Windows Store Apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/show-popup-control-as-flyout-in-windows-store-apps-using-xam/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/show-popup-control-as-flyout-in-windows-store-apps-using-xam/</guid><pubDate>Fri, 02 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Adding Start Button in Windows 8</title><description>In this article I will show you how to add a Start Button with Start Menu in Windows 8.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/adding-start-button-in-windows-8/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/adding-start-button-in-windows-8/</guid><pubDate>Thu, 01 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Search Files to Local Library in Windows Store Apps</title><description>In this article I will show you how to search files in a local computer's locations such as folder, library or any other location in the computer in Windows Store Apps using the Windows.Storage.Search API.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/search-files-to-local-library-in-windows-store-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/search-files-to-local-library-in-windows-store-apps/</guid><pubDate>Thu, 01 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Binding Controls Using DataTemplate in Windows Store Apps</title><description>In this article we will learn how to bind the data in the control using custom data template in Windows Store Apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/binding-controls-using-datatemplate-in-windows-store-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/binding-controls-using-datatemplate-in-windows-store-apps/</guid><pubDate>Tue, 30 Oct 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Bind PictureLibrary to GridView Control in Windows Store Apps</title><description>In this article we will show you how to access the files from the PictureLibrary folder and bind the item to the GridView control.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/bind-picturelibrary-to-gridview-control-in-windows-store-app/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/bind-picturelibrary-to-gridview-control-in-windows-store-app/</guid><pubDate>Tue, 30 Oct 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Import Data to Excel SpreadSheet in .NET</title><description>Learn how to import data into Excel spreadsheets using C# and . NET. Explore Excel interop, data manipulation, and CSV handling. Automate data import/export tasks, manage connections, and format data </description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/import-data-to-excel-spreadsheet-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/import-data-to-excel-spreadsheet-in-net/</guid><pubDate>Mon, 29 Oct 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Telerik RadHubTile in Windows Store Apps Using XAML</title><description>In this article we are going to learn about Telerik Rad Controls in XAML.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/telerik-radhubtile-in-windows-store-apps-using-xaml/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/telerik-radhubtile-in-windows-store-apps-using-xaml/</guid><pubDate>Fri, 26 Oct 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Progress Controls in Windows Store Apps Using XAML</title><description>In this article we learn various types of Progress Controls and how to use them in Windows Store Apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/progress-controls-in-windows-store-apps-using-xaml/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/progress-controls-in-windows-store-apps-using-xaml/</guid><pubDate>Thu, 25 Oct 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Binding With CollectionViewSource in Windows Store Apps</title><description>In this article we are going to learn about the CollectionViewSource Class and how it use in Windows Store Apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/binding-with-collectionviewsource-in-windows-store-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/binding-with-collectionviewsource-in-windows-store-apps/</guid><pubDate>Thu, 25 Oct 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>AppxManifest File in Windows Store Apps</title><description>In this article we see the manifest file and it's components in Windows Store Apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/appxmanifest-file-in-windows-store-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/appxmanifest-file-in-windows-store-apps/</guid><pubDate>Tue, 23 Oct 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Binding Controls Using Designer in Windows Store Apps</title><description>In this article we are going to learn how to bind data through XAML designer in Windows Store Apps.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/binding-controls-using-designer-in-windows-store-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/binding-controls-using-designer-in-windows-store-apps/</guid><pubDate>Mon, 22 Oct 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Value Converter to Binding in Windows Store Apps Using XAML</title><description>In this article I show how to implement an IValueConverter Interface for performing a Custom Value converter and create our own Converter Class.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/value-converter-to-binding-in-windows-store-apps-using-xaml/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/value-converter-to-binding-in-windows-store-apps-using-xaml/</guid><pubDate>Mon, 22 Oct 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item><item><title>Binding Control to Data Model in Windows Store Apps</title><description>In this article I will show you data binding with the data model class and how to enable reception of notifications to the user when the model is updated from the UI by the user.</description><link>https://www.c-sharpcorner.com/UploadFile/99bb20/binding-control-to-data-model-in-windows-store-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/99bb20/binding-control-to-data-model-in-windows-store-apps/</guid><pubDate>Thu, 18 Oct 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Gaurav Gupta)</author></item></channel></rss>