﻿<?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=dennis-thomas6" rel="self" type="application/rss+xml" /><item><title>Implementing Multiple Interfaces With The Same Method Signature In C#</title><description>This write-up explains how we can implement multiple interfaces in C# using the same method signature. Also, we will cover how this can be helpful in implementing the SOLID principles.</description><link>https://www.c-sharpcorner.com/article/implementing-multiple-interfaces-with-the-same-method-signature-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementing-multiple-interfaces-with-the-same-method-signature-in-c-sharp/</guid><pubDate>Wed, 14 Mar 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item><item><title>An Introduction to Method Overriding - Virtual, Override And New Keywords in C# explained</title><description>Use of inheritance and polymorphism has become an integral part of our life as a programmer. Inheritance provides a lot of benefits including code reusability, separation of concerns, cleaner code, ex</description><link>https://www.c-sharpcorner.com/article/understanding-method-overriding-and-virtual-override-and-new-keywords-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-method-overriding-and-virtual-override-and-new-keywords-in-c-sharp/</guid><pubDate>Tue, 06 Mar 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item><item><title>ASP.NET Request Life Cycle</title><description>In this article, I am trying to go through the various tasks and events involved in the ASP.NET request processing cycle.</description><link>https://www.c-sharpcorner.com/article/asp-net-request-life-cycle/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/asp-net-request-life-cycle/</guid><pubDate>Wed, 07 Feb 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item><item><title>Include jQuery Library In A View Or Page In Different Ways</title><description>If you are using layout, you can include your bundle (render bundle) in your layout. The benefit of this approach is, you don’t have to use the @Scripts.Render in all the views where you use layout wh</description><link>https://www.c-sharpcorner.com/article/include-jquery-library-in-a-view-or-page-in-different-ways/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/include-jquery-library-in-a-view-or-page-in-different-ways/</guid><pubDate>Fri, 19 Jan 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item><item><title>Difference Between JavaScript And jQuery</title><description>This article is mainly for developers who are new to web development. People who start their careers will ask questions like why jQuery. Is jQuery an alternative to JavaScript, or will jQuery replace </description><link>https://www.c-sharpcorner.com/article/javascript-vs-jquery-difference-between-javascript-and-jquery/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/javascript-vs-jquery-difference-between-javascript-and-jquery/</guid><pubDate>Thu, 11 Jan 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item><item><title>Understanding Process, Application Domain And Assemblies</title><description>We usually come across these terms: Process, Application Domain or App Domain, Assemblies. It is good to have a basic knowledge of these terms and how each one is related to each other.</description><link>https://www.c-sharpcorner.com/article/understanding-process-application-domain-and-assemblies/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-process-application-domain-and-assemblies/</guid><pubDate>Fri, 05 Jan 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item><item><title>Stored Procedures Vs User Defined Functions And Choosing Which One To Use</title><description>In SQL Server, we usually come across queries, tables, views, stored procedures and functions. People often wonder what are the real differences between User Defined Functions (UDF) or simply function</description><link>https://www.c-sharpcorner.com/article/stored-procedures-vs-user-defined-functions-and-choosing-which-one-to-use/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/stored-procedures-vs-user-defined-functions-and-choosing-which-one-to-use/</guid><pubDate>Tue, 19 Dec 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item><item><title>Sending An HL7 Message, Receiving It Using A Listener And Sending An Acknowledgement Back</title><description>HL7 (Health Level Seven) is a set of standards, formats and definitions for the exchange, integration, sharing, and retrieval of electronic health information. The HL7 standards are produced by the HL</description><link>https://www.c-sharpcorner.com/article/sending-an-hl7-message-receiving-it-using-a-listener-and-sending-an-acknowledge/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sending-an-hl7-message-receiving-it-using-a-listener-and-sending-an-acknowledge/</guid><pubDate>Thu, 14 Dec 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item><item><title>Tips And Best Practices To Improve ASP.NET Web Application Performance</title><description>This article suggests you a few tips to improve the performance of an ASP.Net application. There are many more things which may ensure a better performance and faster response time for a web applicati</description><link>https://www.c-sharpcorner.com/article/tips-and-best-practices-to-improve-asp-net-web-application-performance/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/tips-and-best-practices-to-improve-asp-net-web-application-performance/</guid><pubDate>Fri, 01 Dec 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item><item><title>A Beginner&amp;#39;s Guide To Windows Server Setup</title><description>All developers must be familiar with how to interact with a server for various project requirements. This server interaction varies depends on the project requirements. Some of may be just connecting </description><link>https://www.c-sharpcorner.com/article/a-beginners-guide-to-windows-server-setup/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/a-beginners-guide-to-windows-server-setup/</guid><pubDate>Wed, 29 Nov 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item><item><title>Workflow Designer Re-Hosting</title><description>This article starts by explaining what designer re-hosting is, what workflow designer re-hosting is, and how it can be of benefit in dynamically editing workflows and rules.</description><link>https://www.c-sharpcorner.com/article/workflow-designer-re-hosting/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/workflow-designer-re-hosting/</guid><pubDate>Tue, 28 Nov 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item><item><title>Creating Custom WebPart Property - SharePoint</title><description>WebPart in SharePoint, is simillar to a user control. The main difference is, user control cannot be shared across multiple web applications. So if you think, we can user custom controls, we cannot dr</description><link>https://www.c-sharpcorner.com/blogs/creating-webpart-properties</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/creating-webpart-properties</guid><pubDate>Fri, 20 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item><item><title>Windows Workflow Foundation Fundamentals</title><description>This article will discuss workflow, activity, how to create an activity, and how to create a workflow, how to create a workflow application, Rules and Conditions, Rules Engine, Creating a Rule Activit</description><link>https://www.c-sharpcorner.com/blogs/windows-workflow-foundation-fundamentals</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/windows-workflow-foundation-fundamentals</guid><pubDate>Wed, 18 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Dennis Thomas)</author></item></channel></rss>