﻿<?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=tapan-patel5" rel="self" type="application/rss+xml" /><item><title>Introduction To Format Specifiers In Visual Studio Debugger</title><description>That is going to be tedious work if we need to keep evaluating the expressions in a lengthy code. Well, there is a way to avoid that. Using format specifiers (while debugging), you can force the evalu</description><link>https://www.c-sharpcorner.com/article/introduction-to-format-specifiers-in-visual-studio-debugger/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/introduction-to-format-specifiers-in-visual-studio-debugger/</guid><pubDate>Fri, 08 Dec 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Debugging Tips - Part Three</title><description>While working on a complex code, we often come across situations where you need to debug lots of code to find/fix the issue(s). That also includes going through lots of methods (probably related or un</description><link>https://www.c-sharpcorner.com/article/debugging-tips-part-3/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/debugging-tips-part-3/</guid><pubDate>Fri, 03 Nov 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Debugging Tips - Part Two</title><description>While working on complex classes/objects, it really takes two more clicks to either add that object to the Watch window or expand the object in visualizer and navigate to a specific property.</description><link>https://www.c-sharpcorner.com/article/debugging-tips-part-2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/debugging-tips-part-2/</guid><pubDate>Thu, 26 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Debugging Tips - Part One</title><description>A cool attribute to save some debugging time is DebuggerTypeProxy (Namespace: System.Diagnostics). Using this attribute, you can write your own logic to interpret the object at debug time. Meaning, if</description><link>https://www.c-sharpcorner.com/article/debugging-tips-part-1/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/debugging-tips-part-1/</guid><pubDate>Mon, 23 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Creating Public Classes In Visual Studio</title><description>Recently, I came across a silly mistake where I was not able to see my newly created class in intellisense in Visual Studio 2015/2017.</description><link>https://www.c-sharpcorner.com/blogs/creating-public-classes-in-visual-studio</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/creating-public-classes-in-visual-studio</guid><pubDate>Thu, 21 Sep 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>ContextMenu In WPF</title><description>In this article, you will learn about ContextMenu in WPF.</description><link>https://www.c-sharpcorner.com/article/contextmenu-in-wpf/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/contextmenu-in-wpf/</guid><pubDate>Fri, 23 Sep 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Querying SQL Constraints</title><description>Querying constraints using system query.</description><link>https://www.c-sharpcorner.com/blogs/querying-sql-constraints</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/querying-sql-constraints</guid><pubDate>Fri, 02 Sep 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Querying SQL Object Properties</title><description>Below are some query example where you can actually look through column metadata that gives you information regarding whether the column is identity, if it allows null or not and so on.</description><link>https://www.c-sharpcorner.com/blogs/querying-sql-object-properties</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/querying-sql-object-properties</guid><pubDate>Fri, 02 Sep 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Querying SQL Objects</title><description>For each object which is schema scoped, SQL server identifies that object using the object id. If queried for objects like trigger (which is not schema scoped) or the objects which are not there in sy</description><link>https://www.c-sharpcorner.com/blogs/querying-sql-objects</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/querying-sql-objects</guid><pubDate>Fri, 02 Sep 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Caching In WPF</title><description>In this article, you will learn about caching in WPF.</description><link>https://www.c-sharpcorner.com/article/caching-in-wpf/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/caching-in-wpf/</guid><pubDate>Tue, 16 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Exporting DataGrid To Excel In WPF</title><description>In this article, you will learn, how to export DataGrid to Excel in WPF.</description><link>https://www.c-sharpcorner.com/article/exporting-datagrid-to-excel-in-wpf/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/exporting-datagrid-to-excel-in-wpf/</guid><pubDate>Tue, 16 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Testing The Code Performance Of PLINQ</title><description>In this article, you will learn about testing the code performance of PLINQ.</description><link>https://www.c-sharpcorner.com/article/testing-the-code-performance-of-plinq/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/testing-the-code-performance-of-plinq/</guid><pubDate>Thu, 11 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Creating Your Own Code Snippet</title><description>In this article, you will learn how to create your own code snippet.</description><link>https://www.c-sharpcorner.com/article/creating-your-own-code-snippet/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/creating-your-own-code-snippet/</guid><pubDate>Thu, 11 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>ListBox Filter In WPF</title><description>In this article, you will learn about listbox filter in WPF.</description><link>https://www.c-sharpcorner.com/article/listbox-filtered-in-wpf/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/listbox-filtered-in-wpf/</guid><pubDate>Sat, 06 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>How To Create And Use Skin Files In WPF</title><description>In this article, you will learn, how to create and use Skin files in WPF.</description><link>https://www.c-sharpcorner.com/article/how-to-create-and-use-skin-files-in-wpf/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-create-and-use-skin-files-in-wpf/</guid><pubDate>Fri, 05 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Creating Visual Studio Debug Shortcut</title><description>In this article, you will learn how to create a Visual Studio debug shortcut.</description><link>https://www.c-sharpcorner.com/article/creating-visual-studio-debug-shortcut/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/creating-visual-studio-debug-shortcut/</guid><pubDate>Wed, 03 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Toggling String Without Inbuilt Functions - C#</title><description>In this blog, you will learn the way to toggle the string without inbuilt string functions.</description><link>https://www.c-sharpcorner.com/blogs/toggling-string-without-inbuilt-functions-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/toggling-string-without-inbuilt-functions-c-sharp</guid><pubDate>Mon, 01 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>How To Use BackgroundWorker In C#</title><description>In this blog, you will learn about the basic implementation of BackgroundWorker class.</description><link>https://www.c-sharpcorner.com/blogs/how-to-use-backgroundworker-in-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-use-backgroundworker-in-c-sharp</guid><pubDate>Tue, 26 Jul 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item><item><title>Creating Public Class By Default In Visual Studio 2015</title><description>In this blog, you will learn how to create a Public Class By Default in Visual Studio 2015.</description><link>https://www.c-sharpcorner.com/blogs/creating-public-class-by-default-in-visual-studio-2015</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/creating-public-class-by-default-in-visual-studio-2015</guid><pubDate>Tue, 26 Jul 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Tapan Patel)</author></item></channel></rss>