﻿<?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=shamim-uddin5" rel="self" type="application/rss+xml" /><item><title>CRUD Operations Using ASP.NET Core And ADO.NET</title><description>In this article, we will be creating a simple student record management system and performing CRUD operations on it.</description><link>https://www.c-sharpcorner.com/article/crud-operations-using-asp-net-core-and-ado-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/crud-operations-using-asp-net-core-and-ado-net/</guid><pubDate>Thu, 24 Jan 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>Updating A Table Using Join In SQL Server</title><description>Today, we will learn how to update a Table using Join In SQL Server. </description><link>https://www.c-sharpcorner.com/blogs/update-table-using-join-in-sql-server</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/update-table-using-join-in-sql-server</guid><pubDate>Sun, 26 Nov 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>Use Strict Mode In JavaScript</title><description>In this blog, I am going to discuss about strict mode in JavaScript.</description><link>https://www.c-sharpcorner.com/blogs/use-strict-mode-in-javascript</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/use-strict-mode-in-javascript</guid><pubDate>Sun, 30 Apr 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>Dictionary In C#</title><description>This blog helps you to lay emphasis on Dictionary in C#.</description><link>https://www.c-sharpcorner.com/blogs/dictionary-in-c-sharp2</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/dictionary-in-c-sharp2</guid><pubDate>Mon, 10 Apr 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>Performing CRUD Operation Using AngularJS And Web API</title><description>In this article, you will learn about CRUD operation, using AngularJS and Web API.</description><link>https://www.c-sharpcorner.com/article/performing-crud-operation-using-angularjs-and-web-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/performing-crud-operation-using-angularjs-and-web-api/</guid><pubDate>Fri, 02 Dec 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>How To Avoid ELSE-IF Statement In Stored Procedure In SQL Server</title><description>In this blog you will learn how to avoid ELSE-IF Statement in stored procedure in SQL Server.</description><link>https://www.c-sharpcorner.com/blogs/how-to-avoid-elseif-statement-in-stored-procedure-in-sql-server</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-avoid-elseif-statement-in-stored-procedure-in-sql-server</guid><pubDate>Fri, 14 Oct 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>How To Use Cursors And While Loop In SQL Server</title><description>In this blog, you will learn how to use cursors and while loop in SQL Server.</description><link>https://www.c-sharpcorner.com/blogs/how-to-use-cursors-and-while-loop-in-sql-server</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-use-cursors-and-while-loop-in-sql-server</guid><pubDate>Mon, 03 Oct 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>IIS Physical Path VS Virtual Path</title><description>In this blog, we will discuss the differences between IIS Physical path &amp;amp; IIS Virtual path.</description><link>https://www.c-sharpcorner.com/blogs/iis-physical-path-vs-virtual-path</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/iis-physical-path-vs-virtual-path</guid><pubDate>Thu, 22 Sep 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>How To Setup AngularJS In MVC Application</title><description>In this blog we will learn how to setup AngularJS in MVC Application.</description><link>https://www.c-sharpcorner.com/blogs/how-to-setup-angularjs-in-mvc-application4</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-setup-angularjs-in-mvc-application4</guid><pubDate>Wed, 07 Sep 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>Quick Reference To TypeScript</title><description>In this article, you will learn about TypeScript.</description><link>https://www.c-sharpcorner.com/article/quick-reference-to-typescript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/quick-reference-to-typescript/</guid><pubDate>Tue, 06 Sep 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>How To Fetch Data From The Database Using AngularJS In Web API</title><description>In this article, I will describe how to fetch data from the database using AngularJS in Web API. </description><link>https://www.c-sharpcorner.com/article/how-to-fetch-data-from-the-database-using-angularjs-in-web-api2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-fetch-data-from-the-database-using-angularjs-in-web-api2/</guid><pubDate>Tue, 30 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>How To Enable Cross Origin Request In ASP.NET Web API</title><description>In this article, you will learn, how to enable the cross origin request in ASP.NET Web API.</description><link>https://www.c-sharpcorner.com/article/how-to-enable-cross-origin-request-in-asp-net-web-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-enable-cross-origin-request-in-asp-net-web-api/</guid><pubDate>Mon, 22 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>How To Get GeoLocation Address By Using Google GeoLocation API In ASP.NET Web API</title><description>In this article, we are going to learn, how to get Geolocation address by using Google Geolocation API in ASP.NET Web API. </description><link>https://www.c-sharpcorner.com/article/how-to-get-geolocation-address-by-using-google-geolocation-api-in-asp-net-web-ap/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-get-geolocation-address-by-using-google-geolocation-api-in-asp-net-web-ap/</guid><pubDate>Sat, 20 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>Hierarchical Database Model In SQL</title><description>In this blog, we will learn about Hierarchical Database Model, with real examples and SQL query.</description><link>https://www.c-sharpcorner.com/blogs/hierarchical-database-model-in-sql</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/hierarchical-database-model-in-sql</guid><pubDate>Sun, 31 Jul 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>Web API: How To Return List Of Custom Type (JSON)</title><description>In this blog we will learn in Web API how to return list of custom type (JSON).</description><link>https://www.c-sharpcorner.com/blogs/web-api-return-list-of-custom-type-json</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/web-api-return-list-of-custom-type-json</guid><pubDate>Thu, 21 Jul 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>How To Install IIS (Internet Information Server)</title><description>In this article you will learn how To Install IIS (Internet Information Server).</description><link>https://www.c-sharpcorner.com/blogs/how-to-install-iis-internet-information-server</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/how-to-install-iis-internet-information-server</guid><pubDate>Fri, 22 Apr 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item><item><title>C# - Operator Overloading</title><description>In this blog you will learn about Operator Overloading in C#.</description><link>https://www.c-sharpcorner.com/blogs/c-sharp-operator-overloading</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/c-sharp-operator-overloading</guid><pubDate>Sun, 17 Apr 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Shamim Uddin)</author></item></channel></rss>