﻿<?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=john2098" rel="self" type="application/rss+xml" /><item><title>Versioning ASP.NET Core 2.0 Web API - Part One</title><description>In this article series, we are going to explore REST API versioning best practices. At the end of the article series you will be able to pick the best solution for your project needs.</description><link>https://www.c-sharpcorner.com/article/versioning-asp-net-core-2-0-web-api-part-one/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/versioning-asp-net-core-2-0-web-api-part-one/</guid><pubDate>Thu, 25 Jan 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Kocer)</author></item><item><title>Getting Started With Entity Framework Core 2.0 ASP.NET Core 2.0</title><description>This article shows how to create Entity Framework Core 2.0 MVC Web application using Visual Studio 2017 Asp.Net Core and how to create CRUD operations.</description><link>https://www.c-sharpcorner.com/article/getting-started-with-entity-framework-core-2-0-asp-net-core-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-entity-framework-core-2-0-asp-net-core-2-0/</guid><pubDate>Fri, 13 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Kocer)</author></item><item><title>How To Use Fiddler With ASP.NET Web API Testing</title><description>If you are developer, tester or a manager, sometimes understanding the various methods of API can be a challenge when building and consuming the application.</description><link>https://www.c-sharpcorner.com/article/how-to-use-fiddler-with-asp-net-web-api-testing/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-use-fiddler-with-asp-net-web-api-testing/</guid><pubDate>Wed, 11 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Kocer)</author></item><item><title>What Is The Easiest And Quickest Way To Test An Application&amp;#39;s Web APIs</title><description>The easiest way to test an application&amp;#39;s API is the use of Windows PowerShell or Visual Studio Package Manager Console. I will show you step-by-step how to use PowerShell or PM(Package Manager Con</description><link>https://www.c-sharpcorner.com/article/what-is-the-easiest-and-quickest-way-to-test-an-application-web-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-the-easiest-and-quickest-way-to-test-an-application-web-api/</guid><pubDate>Wed, 11 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Kocer)</author></item><item><title>.NET Entity Framework Core Generic Async Operations With Unit Of Work Generic Repository</title><description>The advantage of generic repository is that you can inherit from it,  pass an entity type, and you will get CRUD operations. It will save you a lot of coding time when your domain objects are likely t</description><link>https://www.c-sharpcorner.com/article/net-entity-framework-core-generic-async-operations-with-unit-of-work-generic-re/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-entity-framework-core-generic-async-operations-with-unit-of-work-generic-re/</guid><pubDate>Thu, 05 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Kocer)</author></item><item><title>How To Use Postman With ASP.NET Core Web API Testing</title><description>If you are developer, tester, or a manager, sometimes understanding the various methods of API can be a challenge when building and consuming the application.</description><link>https://www.c-sharpcorner.com/article/how-to-use-postman-with-asp-net-core-web-api-testing/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-use-postman-with-asp-net-core-web-api-testing/</guid><pubDate>Wed, 04 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Kocer)</author></item><item><title>Getting Started With ASP.NET Core And jQuery CRUD Using WEB API</title><description>A lab exercise for you to demonstrate what have you learned from this training material to create your own Todo CRUD operation using TodoRepository included in this training material.</description><link>https://www.c-sharpcorner.com/article/getting-started-with-asp-net-core-and-jquery-crud-using-web-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-asp-net-core-and-jquery-crud-using-web-api/</guid><pubDate>Tue, 03 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Kocer)</author></item><item><title>How To Use Swagger With ASP.NET Core Web APIs</title><description>Using Swagger with ASP.NET Core Web APIs facilitates automated API documentation generation and interactive testing. With Swashbuckle, developers can effortlessly integrate Swagger UI into their proje</description><link>https://www.c-sharpcorner.com/article/how-to-use-swagger-with-asp-net-core-web-apis/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-use-swagger-with-asp-net-core-web-apis/</guid><pubDate>Sat, 23 Sep 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Kocer)</author></item><item><title>How To Write Simple Todo CRUD ASP.NET MVC Application</title><description>This article includes a lab exercise for you to demonstrate what have you learned from this training material to create your own Employee CRUD operation using EmployeeRepository </description><link>https://www.c-sharpcorner.com/article/how-to-write-simple-todo-crud-asp-net-mvc-application2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-write-simple-todo-crud-asp-net-mvc-application2/</guid><pubDate>Fri, 22 Sep 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Kocer)</author></item><item><title>How To Create To-Do CRUD Operation With ASP.NET MVC Core, Angular 4.0</title><description>This training session covers how to utilize the Todo in-memory database via the TodoRepository and create a custom ASP.NET MVC API controller with CRUD (Create, Read, Update, Delete) operations.</description><link>https://www.c-sharpcorner.com/article/how-to-create-to-do-crud-operation-with-asp-net-mvc-core-angular-4-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-create-to-do-crud-operation-with-asp-net-mvc-core-angular-4-0/</guid><pubDate>Thu, 21 Sep 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Kocer)</author></item></channel></rss>