﻿<?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=ali-sufyan4" rel="self" type="application/rss+xml" /><item><title> How to Load 5 Million Records from CSV and Process Them In  Under Three Seconds </title><description>How to Load 5 million records from CSV and process it under 3 seconds</description><link>https://www.c-sharpcorner.com/article/how-to-load-5-million-records-from-csv-and-process-it-under-3-seconds/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-load-5-million-records-from-csv-and-process-it-under-3-seconds/</guid><pubDate>Tue, 09 Mar 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>Azure WebApp Performance Tip</title><description>A tip to avoid doing unnecessary activities to gain web service performance on Azure, while the problem lies somewhere else most of the time.</description><link>https://www.c-sharpcorner.com/article/azure-webapp-performance-tip/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/azure-webapp-performance-tip/</guid><pubDate>Wed, 15 Jul 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>How To Start A Program/Process</title><description>In this blog, you will learn how to start a Program/Process.</description><link>https://www.c-sharpcorner.com/blogs/csharp-how-to-start-a-programprocess</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/csharp-how-to-start-a-programprocess</guid><pubDate>Wed, 07 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>C# - Zip Compression And Decompression .NET 4 And Earlier</title><description>In this blog, you will learn about C# – Zip Compression and Decompression .NET 4 and Earlier.</description><link>https://www.c-sharpcorner.com/blogs/csharp-zip-compression-and-decompression-net-4-and-earlier</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/csharp-zip-compression-and-decompression-net-4-and-earlier</guid><pubDate>Wed, 07 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>Empty Collections In C#</title><description>In this blog, you will learn about Empty Collections in C#.</description><link>https://www.c-sharpcorner.com/blogs/empty-collections</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/empty-collections</guid><pubDate>Wed, 07 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>The Generic Lazy Type</title><description>In this blog, you will learn about generic Lazy Type.</description><link>https://www.c-sharpcorner.com/blogs/the-generic-lazy-type</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/the-generic-lazy-type</guid><pubDate>Wed, 07 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>DateTime Start And End Of Day Extension Methods</title><description>In this blog, you will learn about DateTime Start and End of Day Extension Methods.</description><link>https://www.c-sharpcorner.com/blogs/datetime-start-and-end-of-day-extension-methods</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/datetime-start-and-end-of-day-extension-methods</guid><pubDate>Wed, 07 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>Azure App Service - Forcefully Redirecting From HTTP To HTTPS The Easy Way</title><description>In this blog, you will learn about Azure App Service – Forcefully redirecting from HTTP to HTTPS the easy way.
</description><link>https://www.c-sharpcorner.com/blogs/azure-app-service-forcefully-redirecting-from-http-to-https-the-easy-way</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/azure-app-service-forcefully-redirecting-from-http-to-https-the-easy-way</guid><pubDate>Wed, 07 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>C#: Better way to handle null values</title><description>In this article, we will discuss a better way to handle null values in C#. </description><link>https://www.c-sharpcorner.com/blogs/c-sharp-better-way-to-handle-null-values</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/c-sharp-better-way-to-handle-null-values</guid><pubDate>Tue, 06 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>Some Examples Of How To Do Good Programming In C#</title><description>In this blog, you will see some examples of how to do good programming in C#.</description><link>https://www.c-sharpcorner.com/blogs/some-examples-of-how-to-do-good-programming-in-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/some-examples-of-how-to-do-good-programming-in-c-sharp</guid><pubDate>Tue, 06 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>Cache Image Returned From ASP.Net WEB API</title><description>In this blog, we see how to properly cache an image returning from asp.net web API.</description><link>https://www.c-sharpcorner.com/blogs/cache-image-returned-from-asp-net-webapi</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/cache-image-returned-from-asp-net-webapi</guid><pubDate>Tue, 06 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>Write a WebJob in a Website</title><description>In this blog, we will see how to write a WebJob in a website in Microsoft Azure.</description><link>https://www.c-sharpcorner.com/blogs/microsoft-azure-write-a-webjob-in-a-website</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/microsoft-azure-write-a-webjob-in-a-website</guid><pubDate>Tue, 06 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>Detecting mobile device in ASP.Net and Node.js</title><description>In this blog, we will discuss and see how to detect mobile devices in asp.net and node.js</description><link>https://www.c-sharpcorner.com/blogs/detecting-mobile-device-in-asp-net-and-nodejs</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/detecting-mobile-device-in-asp-net-and-nodejs</guid><pubDate>Tue, 06 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>Increase Visual Studio build times</title><description>Increase Visual Studio build times</description><link>https://www.c-sharpcorner.com/blogs/increase-visual-studio-build-times</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/increase-visual-studio-build-times</guid><pubDate>Mon, 05 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>C# – Website security – Hide Connection strings from code</title><description>Learn how to encrypt database connection string in C# and hide it from hackers. </description><link>https://www.c-sharpcorner.com/blogs/c-sharp-website-security-hide-connection-strings-from-code</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/c-sharp-website-security-hide-connection-strings-from-code</guid><pubDate>Mon, 05 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>How To Create Text File And Write To It</title><description>In this blog, you will learn how to create text file and write to it.</description><link>https://www.c-sharpcorner.com/blogs/csharp-how-to-create-text-file-and-write-to-it</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/csharp-how-to-create-text-file-and-write-to-it</guid><pubDate>Sat, 03 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>C# MongoDB Repository Implementation</title><description>A C# MongoDB repository implementation involves creating a set of classes and methods that enable interaction with a MongoDB database. MongoDB is a popular NoSQL database that stores data in a JSON-li</description><link>https://www.c-sharpcorner.com/article/c-sharp-mongodb-repository-implementation/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/c-sharp-mongodb-repository-implementation/</guid><pubDate>Sat, 03 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item><item><title>C# Performance Of Code - For Loop VS Foreach Loop</title><description>In this article, you will learn about the performance of the C# code while using for loop versus while using foreach loop.</description><link>https://www.c-sharpcorner.com/article/c-sharp-performance-of-code-for-loop-vs-for-each-loop/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/c-sharp-performance-of-code-for-loop-vs-for-each-loop/</guid><pubDate>Sat, 03 Aug 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ali Sufyan)</author></item></channel></rss>