﻿<?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=amit-mishra60" rel="self" type="application/rss+xml" /><item><title>ASP.NET MVC - Passing Data From Controller To View</title><description>Passing data from a controller to a view is a fundamental aspect of ASP.NET MVC development, enabling seamless communication between the application&amp;#39;s logic and its user interface. This process in</description><link>https://www.c-sharpcorner.com/article/asp-net-mvc-passing-data-from-controller-to-view/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/asp-net-mvc-passing-data-from-controller-to-view/</guid><pubDate>Thu, 13 Apr 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>Getting Started With UWP Community Toolkit 1.1</title><description>In this article, you will learn about UWP Community Toolkit and features of its current release.</description><link>https://www.c-sharpcorner.com/article/getting-started-with-uwp-community-toolkit-1-1/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-uwp-community-toolkit-1-1/</guid><pubDate>Wed, 12 Oct 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>Authentication In ASP.NET Web API - Part Eight</title><description>In this article, we will learn about authentication in ASP.NET Web API using Fiddler.</description><link>https://www.c-sharpcorner.com/article/authentication-in-asp-net-web-api-part-eight/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/authentication-in-asp-net-web-api-part-eight/</guid><pubDate>Wed, 31 Aug 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>Using Web API With ASP.NET Web Forms - Part Seven</title><description>In this article, you will learn how we can use Web API with the ASP.NET Web Forms.</description><link>https://www.c-sharpcorner.com/article/using-web-api-with-asp-net-web-forms-part-seven/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/using-web-api-with-asp-net-web-forms-part-seven/</guid><pubDate>Tue, 05 Jul 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>HttpDelete Method In ASP.NET Web API - Part Six</title><description>In this article, you will learn about how we can use the delete method to delete a record using Entity Framework in ASP.NET Web API.</description><link>https://www.c-sharpcorner.com/article/httpdelete-method-in-asp-net-web-api-part/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/httpdelete-method-in-asp-net-web-api-part/</guid><pubDate>Thu, 30 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>HttpPut Method In ASP.NET Web API - Part Five</title><description>In this article, you will learn about how we can use the Put method to update a record using Entity Framework in ASP.NET Web API.</description><link>https://www.c-sharpcorner.com/article/httpput-method-in-asp-net-web-api-part-five/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/httpput-method-in-asp-net-web-api-part-five/</guid><pubDate>Tue, 28 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>HttpPost Method In ASP.NET Web API - Part Four</title><description>In this article, you will learn about how we can use Post method to insert a record using Entity Framework in ASP.NET Web API.</description><link>https://www.c-sharpcorner.com/article/httppost-method-in-asp-net-web-api-part-four/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/httppost-method-in-asp-net-web-api-part-four/</guid><pubDate>Fri, 24 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>Using Entity Framework In ASP.NET Web API – Part Three </title><description>In this article, you will learn about how we can use entity framework in ASP.NET Web API.</description><link>https://www.c-sharpcorner.com/article/using-entity-framework-in-asp-net-web-api-part-three/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/using-entity-framework-in-asp-net-web-api-part-three/</guid><pubDate>Tue, 21 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>Consuming Web API Using jQuery – Part Two</title><description>In this article you will learn about how we can consume an ASP.NET Web API using jQuery.</description><link>https://www.c-sharpcorner.com/article/consuming-web-api-using-jquery-part-two/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/consuming-web-api-using-jquery-part-two/</guid><pubDate>Sun, 19 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>Getting Started With ASP.NET Web API – Part One</title><description>In this article you will learn about Web API and how we can consume it.</description><link>https://www.c-sharpcorner.com/article/getting-started-with-asp-net-web-api-part-one/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-asp-net-web-api-part-one/</guid><pubDate>Fri, 17 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>Properties Of WebMethod Attribute In Web Service - Part Four</title><description>In this article, you will learn about properties of WebMethod attribute in a Web Service.</description><link>https://www.c-sharpcorner.com/article/properties-of-webmethod-attribute-in-web-service-part-four/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/properties-of-webmethod-attribute-in-web-service-part-four/</guid><pubDate>Tue, 14 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>Overloading WebMethod In ASP.NET Web Service - Part Five</title><description>In this article, you will learn about how we can overload a Web Method in Web Service.</description><link>https://www.c-sharpcorner.com/article/overloading-webmethod-in-asp-net-web-service-part-five/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/overloading-webmethod-in-asp-net-web-service-part-five/</guid><pubDate>Tue, 14 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>Manage Session State In Web Service - Part Three</title><description>In this article, I&amp;#39;m going to explain how we can use ASP.NET Session state in a Web Service.</description><link>https://www.c-sharpcorner.com/article/manage-session-state-in-web-service-part-three/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/manage-session-state-in-web-service-part-three/</guid><pubDate>Fri, 10 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>Getting Started With ASP.NET Web Services - Part One</title><description>In this article, you&amp;#39;ll learn about how we can create ASP.NET Web Services.</description><link>https://www.c-sharpcorner.com/article/getting-started-with-asp-net-web-services-part-one/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-asp-net-web-services-part-one/</guid><pubDate>Tue, 07 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>Consuming A Web Service In ASP.NET – Part Two</title><description>In this article you&amp;#39;ll learn about how we can consume ASP.NET Web Service.</description><link>https://www.c-sharpcorner.com/article/consuming-a-web-service-in-asp-net-part-two/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/consuming-a-web-service-in-asp-net-part-two/</guid><pubDate>Tue, 07 Jun 2016 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item><item><title>Overview Of HTML Lists</title><description>In this article you will learn about HTML lists. In HTML, there are the following types of lists: Unordered Lists, Ordered Lists, Definition Lists.</description><link>https://www.c-sharpcorner.com/UploadFile/fa97a9/overview-of-html-lists/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/fa97a9/overview-of-html-lists/</guid><pubDate>Thu, 03 Dec 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Amit Mishra)</author></item></channel></rss>