﻿<?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=csharpcurator" rel="self" type="application/rss+xml" /><item><title>Create Various Types of Charts in Word Documents in C# and VB.NET</title><description>By creating charts in your Word document, you can enhance the impact of your content and make it more engaging and informative for your readers. In this article, we will explore how to create Column C</description><link>https://www.c-sharpcorner.com/article/create-various-types-of-charts-in-word-documents-in-c-sharp-and-vb-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/create-various-types-of-charts-in-word-documents-in-c-sharp-and-vb-net/</guid><pubDate>Mon, 17 Jul 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Top 11 .NET Libraries Every Developer Should Know</title><description>Are you a .NET developer looking to enhance your coding skills? Here&amp;#39;s a list of the top 11 .NET libraries that every developer should know. These libraries offer various functionalities and can g</description><link>https://www.c-sharpcorner.com/article/top-11-net-libraries-every-developer-should-know/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/top-11-net-libraries-every-developer-should-know/</guid><pubDate>Tue, 16 May 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Highlight Cells Using Conditional Formatting in Excel in Java</title><description>This article provides a comprehensive guide on using Conditional Formatting in Excel spreadsheets using Free Spire.XLS for Java library. It covers six examples of how to highlight cells using conditio</description><link>https://www.c-sharpcorner.com/article/highlight-cells-using-conditional-formatting-in-excel-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/highlight-cells-using-conditional-formatting-in-excel-in-java/</guid><pubDate>Wed, 26 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>8 Ways to Protect Excel Files in Java</title><description>Microsoft Excel also offers users many other ways to protect Excel files. This article will introduce 8 ways to protect Excel files using Java.</description><link>https://www.c-sharpcorner.com/article/8-ways-to-protect-excel-files-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/8-ways-to-protect-excel-files-in-java/</guid><pubDate>Fri, 21 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What Is The Difference Between An Array, ArrayList And A List?</title><description>In this article, you will learn when to use an Array, ArrayList, or a List in C#.</description><link>https://www.c-sharpcorner.com/article/what-is-the-difference-between-an-array-arraylist-and-a-list/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-the-difference-between-an-array-arraylist-and-a-list/</guid><pubDate>Sun, 02 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What is the purpose of the &amp;#39;reduce&amp;#39; method in JavaScript?</title><description>What is reduce, and how to use reduce in JavaScript?</description><link>https://www.c-sharpcorner.com/article/what-is-the-purpose-of-the-reduce-method-in-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-the-purpose-of-the-reduce-method-in-javascript/</guid><pubDate>Thu, 30 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What is map method in JavaScript? And when to use it?</title><description>Learn JavaScript map method and when to use the map method in JavaScript.</description><link>https://www.c-sharpcorner.com/article/what-is-map-method-in-javascript-and-when-to-use-it/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-map-method-in-javascript-and-when-to-use-it/</guid><pubDate>Thu, 30 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What is the difference between &amp;#39;null&amp;#39; and &amp;#39;undefined&amp;#39; in JavaScript? </title><description>Learn about the difference between &amp;#39;null&amp;#39; and &amp;#39;undefined&amp;#39; in JavaScript and when to use them.</description><link>https://www.c-sharpcorner.com/article/what-is-the-difference-between-null-and-undefined-in-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-the-difference-between-null-and-undefined-in-javascript/</guid><pubDate>Thu, 30 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What is the difference between C# array and C# list?</title><description>Learn the difference between a C# list and a C# array with code examples.</description><link>https://www.c-sharpcorner.com/article/what-is-the-difference-between-c-sharp-array-and-c-sharp-list/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-the-difference-between-c-sharp-array-and-c-sharp-list/</guid><pubDate>Wed, 29 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>How do you create an asynchronous method in C#?</title><description>Learn how to create an asynchronous method in C# with code example.</description><link>https://www.c-sharpcorner.com/article/how-do-you-create-an-asynchronous-method-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-do-you-create-an-asynchronous-method-in-c-sharp/</guid><pubDate>Sat, 25 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What Is The Difference Between Relational And Non-Relational Database</title><description>Relational databases and non-relational databases, also known as NoSQL databases, represent two fundamentally different approaches to storing and organizing data. Understanding the key differences bet</description><link>https://www.c-sharpcorner.com/article/difference-between-relational-and-non-relational-database/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/difference-between-relational-and-non-relational-database/</guid><pubDate>Mon, 20 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What is the difference between SQL and NoSQL?</title><description>The choice between SQL and NoSQL depends on factors like the nature of the data, scalability needs, query patterns, and the specific requirements of the application you&amp;#39;re building. SQL databases </description><link>https://www.c-sharpcorner.com/article/what-is-the-difference-between-sql-and-nosql/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-the-difference-between-sql-and-nosql/</guid><pubDate>Mon, 20 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>How to find the length of a JavaScript Array?</title><description>In this article, we will explore how to use the &amp;quot;length&amp;quot; property in JavaScript to find the number of elements in an array.</description><link>https://www.c-sharpcorner.com/article/how-to-find-the-length-of-a-javascript-array/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-find-the-length-of-a-javascript-array/</guid><pubDate>Thu, 16 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>How to find the length of an array in C#?</title><description>Here is the code sample to find the length of an array in C#.</description><link>https://www.c-sharpcorner.com/article/how-to-find-the-length-of-an-array-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-find-the-length-of-an-array-in-c-sharp/</guid><pubDate>Thu, 16 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What is the difference between local and global variables in javascript?</title><description>Learn about the difference between local and global variables in javascript and when to use one over the other. </description><link>https://www.c-sharpcorner.com/article/what-is-the-difference-between-local-and-global-variables-in-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-the-difference-between-local-and-global-variables-in-javascript/</guid><pubDate>Wed, 15 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What is the difference between == and === in JavaScript?</title><description>Code example and explanation of the difference between == and === operators in JavaScript.</description><link>https://www.c-sharpcorner.com/article/what-is-the-difference-between-and-in-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-the-difference-between-and-in-javascript/</guid><pubDate>Mon, 13 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What is the purpose of the &amp;#39;async&amp;#39; and &amp;#39;await&amp;#39; keywords in JavaScript?</title><description>Learn what the &amp;#39;async&amp;#39; and &amp;#39;await&amp;#39; keywords are in JavaScript and how to use them in async code.</description><link>https://www.c-sharpcorner.com/article/what-is-the-purpose-of-the-async-and-await-keywords-in-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-the-purpose-of-the-async-and-await-keywords-in-javascript/</guid><pubDate>Sun, 12 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What is the difference between synchronous and asynchronous code in JavaScript?</title><description>Learn the difference between synchronous and asynchronous code in JavaScript with code example.</description><link>https://www.c-sharpcorner.com/article/what-is-the-difference-between-synchronous-and-asynchronous-code-in-javascript2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-the-difference-between-synchronous-and-asynchronous-code-in-javascript2/</guid><pubDate>Sun, 12 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What Is The Difference Between Call, Apply, And Bind Methods In JavaScript?</title><description>Learn about call, apply, and bind in JavaScript and how and when to use them in your web application.</description><link>https://www.c-sharpcorner.com/article/what-is-the-difference-between-call-apply-and-bind-methods-in-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-the-difference-between-call-apply-and-bind-methods-in-javascript/</guid><pubDate>Sun, 12 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What Is The Purpose Of The &amp;#39;Prototype&amp;#39; Property In JavaScript?</title><description>What is the &amp;#39;prototype&amp;#39; property in JavaScript and how to use it in your web page.</description><link>https://www.c-sharpcorner.com/article/what-is-the-purpose-of-the-prototype-property-in-javascript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-the-purpose-of-the-prototype-property-in-javascript/</guid><pubDate>Sun, 12 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What is C# and what is it used for?</title><description>C# is a programming language developed by Microsoft. C# is used to build Windows desktops, web applications, and mobile apps. </description><link>https://www.c-sharpcorner.com/article/what-is-c-sharp-and-what-is-it-used-for/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-c-sharp-and-what-is-it-used-for/</guid><pubDate>Thu, 26 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Best Open Source CRM of 2023</title><description>Here is the best open source CRM of 2023.</description><link>https://www.c-sharpcorner.com/article/best-open-source-crm-of-2023/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/best-open-source-crm-of-2023/</guid><pubDate>Thu, 26 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Design Patterns Simplified: Learn the Fundamentals of Design Patterns using C#</title><description>Software design patterns are best practices for building reusable, efficient, and modern solutions to common problems. </description><link>https://www.c-sharpcorner.com/article/design-patterns3/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/design-patterns3/</guid><pubDate>Wed, 25 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Create Column Charts, Pie Charts or Line Charts in PowerPoint in Java</title><description>This article will introduce how to create a clustered column chart, a pie chart and a line chart in a PowerPoint document in Java by using Spire.Presentation for Java.</description><link>https://www.c-sharpcorner.com/article/create-column-charts-pie-charts-or-line-charts-in-powerpoint-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/create-column-charts-pie-charts-or-line-charts-in-powerpoint-in-java/</guid><pubDate>Wed, 18 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>When to use record vs class vs struct in C#?</title><description>Learn when to use a class, record, or struct in C#. </description><link>https://www.c-sharpcorner.com/article/when-to-use-record-vs-class-vs-struct-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/when-to-use-record-vs-class-vs-struct-in-c-sharp/</guid><pubDate>Mon, 16 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Extract Text from Word Documents in Java</title><description>This article will primarily focus on extracting text from Word documents in Java using Free Spire.Doc for Java.</description><link>https://www.c-sharpcorner.com/article/extract-text-from-word-documents-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/extract-text-from-word-documents-in-java/</guid><pubDate>Wed, 26 Oct 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>How to Read Barcode in Word, Excel, PowerPoint or PDF Documents in Java</title><description>In this article, you will learn how to read barcode from MS office documents and PDFs in Java by using Spire.Office for Java library.</description><link>https://www.c-sharpcorner.com/article/how-to-read-barcode-in-word-excel-powerpoint-or-pdf-documents-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-read-barcode-in-word-excel-powerpoint-or-pdf-documents-in-java/</guid><pubDate>Tue, 18 Oct 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>How to Digitally Sign Word, Excel, PowerPoint and PDF Documents in Java</title><description>How to Digitally Sign Word, Excel, PowerPoint and PDF Documents in Java.</description><link>https://www.c-sharpcorner.com/article/how-to-digitally-sign-word-excel-powerpoint-and-pdf-documents-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-digitally-sign-word-excel-powerpoint-and-pdf-documents-in-java/</guid><pubDate>Wed, 13 Jul 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>6 Scenarios Of Converting Excel To PDF Using Java</title><description>This article will explain how to convert Excel to PDF using Java.</description><link>https://www.c-sharpcorner.com/article/6-scenarios-of-converting-excel-to-pdf-using-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/6-scenarios-of-converting-excel-to-pdf-using-java/</guid><pubDate>Fri, 29 Apr 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>How To Create Lists In PDF Documents In C#</title><description>In this article, you will learn how to Create Lists in PDF Documents in C#.</description><link>https://www.c-sharpcorner.com/article/how-to-create-lists-in-pdf-documents-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-create-lists-in-pdf-documents-in-c-sharp/</guid><pubDate>Mon, 18 Apr 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>How To Extract Tables From PDF In Java</title><description>You may sometimes need to extract table data from a PDF file and save it in an Excel worksheet, so you can do further analysis using the tools provided by MS Excel. This article will demonstrate how t</description><link>https://www.c-sharpcorner.com/article/how-to-extract-tables-from-pdf-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-extract-tables-from-pdf-in-java/</guid><pubDate>Tue, 11 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Combine Word, Excel, PowerPoint, PDF and Image Files into One PDF in Java</title><description>In this article, we are going to illustrate how to Combine Word, Excel, PowerPoint, PDF and Image Files into One PDF in Java.</description><link>https://www.c-sharpcorner.com/article/combine-word-excel-powerpoint-pdf-and-image-files-into-one-pdf-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/combine-word-excel-powerpoint-pdf-and-image-files-into-one-pdf-in-java/</guid><pubDate>Thu, 28 Oct 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Convert A URL Or HTML File To PDF In Java</title><description>In this article, you will learn how to convert a URL or HTML File to PDF in Java.</description><link>https://www.c-sharpcorner.com/article/convert-a-url-or-html-file-to-pdf-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/convert-a-url-or-html-file-to-pdf-in-java/</guid><pubDate>Mon, 18 Oct 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Java - How To Copy Or Move Excel Worksheets</title><description>In this article, you will learn how to Copy or Move Excel Worksheets.</description><link>https://www.c-sharpcorner.com/article/java-how-to-copy-or-move-excel-worksheets/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-how-to-copy-or-move-excel-worksheets/</guid><pubDate>Tue, 20 Jul 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>This Certificate Has Expired Or Is Not Yet Valid: Chrome Error Solved</title><description>In this article, you find a quick fix for &amp;quot;This certificate has expired or is not yet valid&amp;quot; error.</description><link>https://www.c-sharpcorner.com/article/this-certificate-has-expired-or-is-not-yet-valid-chrome-error-solved/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/this-certificate-has-expired-or-is-not-yet-valid-chrome-error-solved/</guid><pubDate>Tue, 06 Jul 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>3 Ways To Generate Word Documents From Templates In Java</title><description>In this article, you will learn about 3 Ways to Generate Word Documents from Templates in Java.</description><link>https://www.c-sharpcorner.com/article/3-ways-to-generate-word-documents-from-templates-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/3-ways-to-generate-word-documents-from-templates-in-java/</guid><pubDate>Wed, 26 May 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Java - Convert PDF To Word, Excel, Or Image</title><description>In this article, you will learn how to convert PDF to Word, Excel, or Image in java.</description><link>https://www.c-sharpcorner.com/article/java-convert-pdf-to-word-excel-or-image/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-convert-pdf-to-word-excel-or-image/</guid><pubDate>Wed, 14 Apr 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Blazor Interview Questions</title><description>In this article, you will learn about Blazor Interview Questions and answers.</description><link>https://www.c-sharpcorner.com/article/blazor-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/blazor-interview-questions/</guid><pubDate>Fri, 12 Mar 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What is AWS Certification?</title><description>In this article, you will what is AWS Certification and how to get started with AWS certification.</description><link>https://www.c-sharpcorner.com/article/what-is-aws-certification/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-aws-certification/</guid><pubDate>Mon, 01 Mar 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What Is Database Management</title><description>In this article, you will learn what is Database Management.</description><link>https://www.c-sharpcorner.com/article/what-is-database-management/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-database-management/</guid><pubDate>Thu, 18 Feb 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>How To Extract Text And Image From PDF In Java Applications</title><description>In this article I am going to introduce how to extract textand image from the PDF file in Java applications by Free Spire.PDF for Java.
</description><link>https://www.c-sharpcorner.com/article/how-to-extract-text-and-image-from-pdf-in-java-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-extract-text-and-image-from-pdf-in-java-applications/</guid><pubDate>Fri, 08 Jan 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Java - Add An Image Or Text Stamp To PDF Documents</title><description>In this article, Learn how to enhance PDF documents using Java by adding image or text stamps. Discover Java libraries and techniques for PDF manipulation, watermarking, and customizing documents with</description><link>https://www.c-sharpcorner.com/article/java-add-an-image-or-text-stamp-to-pdf-documents/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-add-an-image-or-text-stamp-to-pdf-documents/</guid><pubDate>Thu, 10 Dec 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What Is React And Why React Is So Popular</title><description>In this article, you will learn what is react and why react is so popular.</description><link>https://www.c-sharpcorner.com/article/what-is-react/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-react/</guid><pubDate>Tue, 03 Nov 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>How To Split Or Merge Word Documents In Java</title><description>In this article, you will learn how to Split or Merge Word Documents in Java.</description><link>https://www.c-sharpcorner.com/article/how-to-split-or-merge-word-documents-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-split-or-merge-word-documents-in-java/</guid><pubDate>Tue, 29 Sep 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>The serve command requires to be run in an Angular project, but a project definition could not be found</title><description>How to fix error The serve command requires to be run in an Angular project, but a project definition could not be found</description><link>https://www.c-sharpcorner.com/article/the-serve-command-requires-to-be-run-in-an-angular-project-but-a-project-defini2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/the-serve-command-requires-to-be-run-in-an-angular-project-but-a-project-defini2/</guid><pubDate>Sat, 26 Sep 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>How To Generate Word Documents In Java</title><description>In this article, you will learn how to generate Word documents in Java.</description><link>https://www.c-sharpcorner.com/article/how-to-generate-word-documents-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-generate-word-documents-in-java/</guid><pubDate>Tue, 23 Jun 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Java - Replace Bookmark Content In Word</title><description>In this article, you’ll learn how to replace bookmark content with text or images by using Free Spire.Doc for Java, which is a library for processing Word files from Java code.</description><link>https://www.c-sharpcorner.com/article/java-replace-bookmark-content-in-word/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/java-replace-bookmark-content-in-word/</guid><pubDate>Wed, 20 May 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>How to Perform a Mail Merge in a Word Document in Java</title><description>In this article, you will learn how to perform a mail merge in a word document in Java.</description><link>https://www.c-sharpcorner.com/article/how-to-perform-mail-merge-in-word-document-in-java/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-perform-mail-merge-in-word-document-in-java/</guid><pubDate>Tue, 07 Apr 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What Are Object-Oriented Databases And Their Advantages</title><description>In this article, you will learn what object-oriented databases are what are their advantages.</description><link>https://www.c-sharpcorner.com/article/what-are-object-oriented-databases-and-their-advantages2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-are-object-oriented-databases-and-their-advantages2/</guid><pubDate>Thu, 05 Sep 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Most Popular Graph Databases</title><description>Graph databases, or Graph DBMS, are growing in popularity. Neo4j is the most popular graph database. This article lists the most popular graph databases.</description><link>https://www.c-sharpcorner.com/article/most-popular-graph-databases/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/most-popular-graph-databases/</guid><pubDate>Mon, 01 Jul 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>.NET Interview Questions</title><description>Here is list of top 50 .NET interview questions and answers. </description><link>https://www.c-sharpcorner.com/article/dot-net-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dot-net-interview-questions/</guid><pubDate>Sun, 16 Jun 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>C# Regex Examples (2023)</title><description>C# Regex represents regex in C#. Here are the top 7 C# Regex code examples.</description><link>https://www.c-sharpcorner.com/article/c-sharp-regex-examples/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/c-sharp-regex-examples/</guid><pubDate>Wed, 22 May 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Top Azure Interview Questions In 2023</title><description>Are you going for an Azure interview? Want to know what questions may be asked? Here is a list of common Azure interview questions and their answers.</description><link>https://www.c-sharpcorner.com/article/azure-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/azure-interview-questions/</guid><pubDate>Mon, 20 May 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>What Is Accelerated Database Recovery In Azure</title><description>Microsoft recently announced the preview of Accelerated Database Recovery? ADR is a redesigned SQL database engine feature that improves database recovery process in Azure in the presence of long runn</description><link>https://www.c-sharpcorner.com/article/what-is-accelerated-database-recovery-in-azure2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-accelerated-database-recovery-in-azure2/</guid><pubDate>Mon, 04 Mar 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Top Database Performance Testing Tools</title><description>In this article, you will learn about top database performance testing tools</description><link>https://www.c-sharpcorner.com/article/top-database-performance-testing-tools/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/top-database-performance-testing-tools/</guid><pubDate>Mon, 29 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>JavaScript Interview Survival Guide: Expert Tips and Tricks for Acing Your Next Interview</title><description>Are you preparing for a JavaScript interview and looking for expert tips and tricks to help you succeed Look no further In this comprehensive guide, you&amp;#39;ll find everything you need to know to ace </description><link>https://www.c-sharpcorner.com/article/javascript-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/javascript-interview-questions/</guid><pubDate>Mon, 15 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Bootstrap Interview Questions</title><description>This article is a list of top Bootstrap interview questions and answers.</description><link>https://www.c-sharpcorner.com/article/bootstrap-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/bootstrap-interview-questions/</guid><pubDate>Sat, 25 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Nodejs Interview Questions</title><description>Node.js is one of the most popular JavaScript server side frameworks. This article explains most popular Nodejs interview questions and answers.</description><link>https://www.c-sharpcorner.com/article/node-js-interview-questions-and-answers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/node-js-interview-questions-and-answers/</guid><pubDate>Mon, 13 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Angular Interview Questions</title><description>Here is a list of the Top 50 Angular interview questions and answers with code examples. What is AngularJS? Explain Directives in AngularJS.</description><link>https://www.c-sharpcorner.com/article/angularjs-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/angularjs-interview-questions/</guid><pubDate>Fri, 10 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Top 10 Most Important Features Of C#</title><description>In this article, we’ll learn about the most important features of C#. It&amp;#39;s all about C#.</description><link>https://www.c-sharpcorner.com/article/top-10-most-important-features-of-C-Sharp-programming/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/top-10-most-important-features-of-C-Sharp-programming/</guid><pubDate>Fri, 27 May 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>50 HTML5 Interview Questions and Asnwers of 2023</title><description>Here is a list of the top 50 HTML5 Interview Questions And Answers. What is HTML 5? Popular HTML5 interview questions and answers.</description><link>https://www.c-sharpcorner.com/article/html-5-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/html-5-interview-questions/</guid><pubDate>Thu, 26 May 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Top 50 Cloud Computing Interview Questions🔥🔥🔥</title><description>This article lists top interview questions and answers of Cloud Computing and Microsoft Azure.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/top-cloud-computing-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/top-cloud-computing-interview-questions/</guid><pubDate>Wed, 17 Feb 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>WCF Interview Questions and Answers</title><description>This article lists top WCF Interview Questions and Answers. What is WCF? Explain WCF Architecture? What is the difference between WCF and Web API?</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/wcf-interview-questions-and-answers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/wcf-interview-questions-and-answers/</guid><pubDate>Mon, 25 Jan 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>ASP.NET MVC Interview Questions</title><description>MVC is one of the most popular development frameworks for Web applications. In this article, I&amp;#39;ll list the top MVC Interview questions and Answers.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/ASP-NET-MVC-Interview-Questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/ASP-NET-MVC-Interview-Questions/</guid><pubDate>Fri, 25 Dec 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>WPF Interview Questions And Answers</title><description>This article lists the most asked WPF Interview questions and answers. What is WPF? How to learn WPF? WPF tutorials.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/wpf-interview-questions-and-answers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/wpf-interview-questions-and-answers/</guid><pubDate>Thu, 03 Dec 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>ADO.NET Interview Questions And Answers</title><description>This article lists top ADO.NET Interview questions and answers.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/ado-net-interview-questions-and-answers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/ado-net-interview-questions-and-answers/</guid><pubDate>Mon, 23 Nov 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>50 SQL Server Interview Questions Guaranteed to Help You In 2023 </title><description>A complete guide of top SQL Server interview questions and answers that will help pass your SQL Server interview.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/sql-server-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/sql-server-interview-questions/</guid><pubDate>Tue, 10 Nov 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Top ASP.NET Interview Questions (2023)</title><description>Are you going for an ASP.NET interview? Here are the most popular ASP.Net interview questions of 2023.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/Asp-Net-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/Asp-Net-interview-questions/</guid><pubDate>Fri, 30 Oct 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>.NET CLR Interview Questions and Answers</title><description>In this article,  we will go through the important .NET CLR Interview questions and answers.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/interview-question-on-net-framework-or-clr/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/interview-question-on-net-framework-or-clr/</guid><pubDate>Fri, 23 Oct 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>10 Most Used Keywords In C#</title><description>In this article you will learn about the most useful keywords in C# with example.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/10-most-used-keyword-in-C-Sharp-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/10-most-used-keyword-in-C-Sharp-net/</guid><pubDate>Fri, 23 Oct 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>JQuery Interview Questions</title><description>Here is a list of top JQuery interview questions and answers for freshers and experienced jQuery Developers. Get ready for your next jQuery interview.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/jquery-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/jquery-interview-questions/</guid><pubDate>Wed, 21 Oct 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>C# Interview Questions</title><description>This is a list of the top 50 C# interview questions and answers for C# developers who plan to attend C# and .NET interviews.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/C-Sharp-interview-questions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/C-Sharp-interview-questions/</guid><pubDate>Thu, 01 Oct 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>JavaScript Interview Questions and Answers</title><description>Here is a list of top JavaScript interview questions for freshers with their detailed answers.</description><link>https://www.c-sharpcorner.com/UploadFile/2cb323/javascript-interview-questions-and-answers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/2cb323/javascript-interview-questions-and-answers/</guid><pubDate>Sun, 27 Apr 2014 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Adding Text in Expression Blend</title><description>In this artilce I will explain adding Text in Expression Blend and different text controls.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/adding-text-in-expression-blend/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/adding-text-in-expression-blend/</guid><pubDate>Tue, 21 Sep 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Using object handles in Expression Blend</title><description>This article describe how to use object handles in Expression Blend.</description><link>https://www.c-sharpcorner.com/uploadfile/puranindia/using-object-handles-in-expression-blend/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/puranindia/using-object-handles-in-expression-blend/default.aspx</guid><pubDate>Tue, 21 Sep 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Working and testing your project in Expression Blend</title><description>In this article I will explain about working and testing your project in Expression Blend</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/working-and-testing-your-project-in-expression-blend/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/working-and-testing-your-project-in-expression-blend/</guid><pubDate>Tue, 21 Sep 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Login Page in Expression Blend</title><description>In this article I have designed login page, which can be used by the user of the site freely.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/login-page-in-expression-blend/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/login-page-in-expression-blend/</guid><pubDate>Thu, 16 Sep 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Combine Command in the Object menu of Microsoft Expression Blend</title><description>Combine Command in the Object menu of Microsoft Expression Blend to create interesting effects – Combine command can be used with shapes or paths to make your drawing or artwork more powerful.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/combine-command-in-the-object-menu-of-microsoft-expression-blend/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/combine-command-in-the-object-menu-of-microsoft-expression-blend/</guid><pubDate>Thu, 16 Sep 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>How to use Tool Menu in Microsoft Expression Blend</title><description>Tool Menu in Microsoft Expression Blend has the option for Creating Layer, Make Button, Make Control, Make Image 3D, Make Brush Resource, Edit Brush Resource, Font Manager, Options.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/how-to-use-tool-menu-in-microsoft-expression-blend/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/how-to-use-tool-menu-in-microsoft-expression-blend/</guid><pubDate>Wed, 15 Sep 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Introduction to Expression Blend</title><description>Expression Blend is a product by Microsoft, which helps designers and developers to collaborate in designing extra ordinary user interface for Windows XP, Vista and Web. In this article I have explained about Expression Blend and common terms related to it.</description><link>https://www.c-sharpcorner.com/uploadfile/puranindia/introduction-to-expression-blend/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/puranindia/introduction-to-expression-blend/default.aspx</guid><pubDate>Wed, 15 Sep 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Using Tools and Windows in Expression Blend 2.0</title><description>This article is a basic introduction of Expression Blend 2 and how to use various tools in Expression Blend. I am using Expression Blend version 2.0. </description><link>https://www.c-sharpcorner.com/uploadfile/puranindia/using-tools-and-windows-in-expression-blend-2-0/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/puranindia/using-tools-and-windows-in-expression-blend-2-0/default.aspx</guid><pubDate>Tue, 14 Sep 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Deploying from Visual Studio .NET </title><description>In this article I will explain you about Deploying from Visual Studio .NET.</description><link>https://www.c-sharpcorner.com/uploadfile/puranindia/deploying-from-visual-studio-net/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/puranindia/deploying-from-visual-studio-net/default.aspx</guid><pubDate>Mon, 10 May 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>PageSetupDialog in C#</title><description>In this article I will explain about the PageSetupDialog Control in GDI+ and how to use in a Windows Forms application using C#.</description><link>https://www.c-sharpcorner.com/uploadfile/puranindia/pagesetupdialog-in-C-Sharp/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/puranindia/pagesetupdialog-in-C-Sharp/default.aspx</guid><pubDate>Fri, 07 May 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Deployment and Packaging in .NET </title><description>In this article I will explain you about Deployment and Packaging in .NET.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/deployment-and-packaging-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/deployment-and-packaging-in-net/</guid><pubDate>Fri, 07 May 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Remoting over the Web </title><description>In this article I will explain you about Remoting over the Web.
</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/remoting-over-the-web/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/remoting-over-the-web/</guid><pubDate>Thu, 06 May 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>.NET Remoting Configuration </title><description>In this article I will explain you about .NET Remoting Configuration.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/net-remoting-configuration/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/net-remoting-configuration/</guid><pubDate>Wed, 05 May 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Channel Sinks in .NET</title><description>In this article I will explain you about Channel Sinks.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/channel-sinks-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/channel-sinks-in-net/</guid><pubDate>Tue, 04 May 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Call Contexts in .NET </title><description>In this article I will explain you about Call Contexts in .NET.
</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/call-contexts-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/call-contexts-in-net/</guid><pubDate>Mon, 03 May 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Events and Delegates in Remoting </title><description>In this article I will explain you about Events and Delegates in Remoting.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/events-and-delegates-in-remoting/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/events-and-delegates-in-remoting/</guid><pubDate>Sun, 02 May 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Using Objects as Parameters and Return Types in Remoting</title><description>In this article I will explain you about Using Objects as Parameters and Return Types in Remoting.
</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/using-objects-as-parameters-and-return-types-in-remoting/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/using-objects-as-parameters-and-return-types-in-remoting/</guid><pubDate>Fri, 30 Apr 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Remote Object Lifetime in .NET</title><description>In this article I will explain you about Remote Object Lifetime.
</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/remote-object-lifetime-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/remote-object-lifetime-in-net/</guid><pubDate>Thu, 29 Apr 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>.NET Remoting </title><description>In this article I will explain you about the .NET Remoting.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/net-remoting/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/net-remoting/</guid><pubDate>Wed, 28 Apr 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Mobile Mail sending Application using ASP.NET </title><description>In this article I will explain you about Mobile Mail sending Application using ASP.NET.
</description><link>https://www.c-sharpcorner.com/uploadfile/puranindia/mobile-mail-sending-application-using-Asp-Net/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/puranindia/mobile-mail-sending-application-using-Asp-Net/default.aspx</guid><pubDate>Tue, 27 Apr 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Mobile Banking Application using ASP.NET</title><description>In this article I will explain you about Mobile Banking Application using ASP.NET.
</description><link>https://www.c-sharpcorner.com/uploadfile/puranindia/mobile-banking-application-using-Asp-Net/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/puranindia/mobile-banking-application-using-Asp-Net/default.aspx</guid><pubDate>Sun, 25 Apr 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Utility Controls - Mobile Internet </title><description>In this article I will explain you about Utility Controls in Mobile Internet.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/utility-controls-mobile-internet/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/utility-controls-mobile-internet/</guid><pubDate>Thu, 22 Apr 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Validation of Mobile Internet </title><description>In this article I will explain you about Validation of Mobile Internet.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/validation-of-mobile-internet/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/validation-of-mobile-internet/</guid><pubDate>Wed, 21 Apr 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Advanced Controls of Mobile Internet </title><description>In this article I will explain you about Advanced Controls of Mobile Internet.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/advanced-controls-of-mobile-internet/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/advanced-controls-of-mobile-internet/</guid><pubDate>Tue, 20 Apr 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Basic User Interface Controls of Mobile Internet </title><description>In this article I will explain you about Basic User Interface Controls of Mobile Internet.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/basic-user-interface-controls-of-mobile-internet/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/basic-user-interface-controls-of-mobile-internet/</guid><pubDate>Sun, 18 Apr 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>Basics of the Mobile Internet Toolkit using .NET</title><description>In this article I will explain you about the basics of the Mobile Internet Toolkit.</description><link>https://www.c-sharpcorner.com/UploadFile/puranindia/basics-of-the-mobile-internet-toolkit-using-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/puranindia/basics-of-the-mobile-internet-toolkit-using-net/</guid><pubDate>Thu, 15 Apr 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item><item><title>XML-Based Protocols</title><description>In this article I will explain you about XML-Based Protocols.
</description><link>https://www.c-sharpcorner.com/uploadfile/puranindia/xml-based-protocols/default.aspx</link><guid isPermaLink="true">https://www.c-sharpcorner.com/uploadfile/puranindia/xml-based-protocols/default.aspx</guid><pubDate>Tue, 13 Apr 2010 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (C# Curator)</author></item></channel></rss>