﻿<?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=ankit-sahu2" rel="self" type="application/rss+xml" /><item><title>Implement Entity Framework A Code First Approach in .Net 8 API</title><description>In this article, we are going to discuss. How to implement  Entity Framework a code first approach in .Net 8 API. In this approach, model classes and their relation are created first using the ORM des</description><link>https://www.c-sharpcorner.com/article/implement-entity-framework-a-code-first-approach-in-net-8-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implement-entity-framework-a-code-first-approach-in-net-8-api/</guid><pubDate>Sun, 17 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankit Sahu)</author></item><item><title>.Net 8 Web API CRUD Operations</title><description>In this article, We are going to discuss how to create web API using .NET 8. Creating a .NET 8 Web API with CRUD operations using an in-memory collection. It covers setting up the project, implementin</description><link>https://www.c-sharpcorner.com/article/net-8-web-api-crud-operations/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-8-web-api-crud-operations/</guid><pubDate>Sat, 16 Dec 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankit Sahu)</author></item><item><title>Node Express JS REST API For Beginners</title><description>In this video, I&amp;#39;m going to explain How to create a new Node API with Express.
Node API Topics:
1.	Install Node JS 
2.	Create New Node Project
3.	Use Express and Nodemon
4.	Crete API Models
5.	Cre</description><link>https://www.c-sharpcorner.com/article/node-express-js-rest-api-for-beginners/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/node-express-js-rest-api-for-beginners/</guid><pubDate>Fri, 10 Sep 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankit Sahu)</author></item><item><title>CRUD Operations In Angular Application</title><description>In this blog, I&amp;#39;m going to explain how to create an angular app and implement CRUD operation.</description><link>https://www.c-sharpcorner.com/blogs/angular-crud-operations</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/angular-crud-operations</guid><pubDate>Wed, 01 Sep 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankit Sahu)</author></item><item><title>Google Map In Angular</title><description>In this blog, I&amp;#39;m going to explain how to implement Google Map in Angular application.</description><link>https://www.c-sharpcorner.com/blogs/google-map-in-angular</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/google-map-in-angular</guid><pubDate>Mon, 16 Aug 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankit Sahu)</author></item><item><title>Difference Between ViewData, ViewBag, TempData, And Session In MVC 5</title><description>In this blog, we will learn the difference between ViewData, ViewBag, TempData, and Session in MVC 5.</description><link>https://www.c-sharpcorner.com/blogs/difference-between-viewdata-viewbagtempdata-and-session-in-mvc-5</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/difference-between-viewdata-viewbagtempdata-and-session-in-mvc-5</guid><pubDate>Tue, 10 Apr 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankit Sahu)</author></item><item><title>Test Your C# Skills - Part One</title><description>In this blog, I will discuss some C# coding interview questions every developer should know. All questions contain a unique coding snippet.</description><link>https://www.c-sharpcorner.com/blogs/test-your-c-sharp-skills-part-one</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/test-your-c-sharp-skills-part-one</guid><pubDate>Fri, 06 Apr 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankit Sahu)</author></item><item><title>Creating A Comment Box Using Angular 1.0.7</title><description>AngularJS is a JavaScript framework. It is a library written in JavaScript. AngularJS is distributed as a JavaScript file, and can be added to a web page with a script tag.</description><link>https://www.c-sharpcorner.com/article/comment-box-using-angular-js-1-0-7/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/comment-box-using-angular-js-1-0-7/</guid><pubDate>Sun, 15 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankit Sahu)</author></item><item><title>Web API In ASP.NET</title><description>In this article learn what is Web API is and how to create a Web API using ASP.NET and C#.</description><link>https://www.c-sharpcorner.com/article/web-api-in-asp-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/web-api-in-asp-net/</guid><pubDate>Sun, 15 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankit Sahu)</author></item><item><title>Calling Web API Using HttpWebRequest In C#</title><description>In this blog you will learn about Calling Web API Using HttpWebRequest In C#.</description><link>https://www.c-sharpcorner.com/blogs/calling-web-api-using-httpwebrequest-in-c-sharp</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/calling-web-api-using-httpwebrequest-in-c-sharp</guid><pubDate>Fri, 13 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankit Sahu)</author></item><item><title>Create Angular Project By Using ASP.NET</title><description>Angular 2 is an open source JavaScript framework to build web applications in HTML and JavaScript. This tutorial looks at the various aspects of Angular 2 framework which includes the basics of the fr</description><link>https://www.c-sharpcorner.com/article/angular-js-2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/angular-js-2/</guid><pubDate>Thu, 12 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankit Sahu)</author></item><item><title>Auto Complete TextBox Using ASP.NET jQuery AJAX call</title><description>Here, I will try to get Employee  Name with an address by using jQuery AJAX call.</description><link>https://www.c-sharpcorner.com/blogs/auto-complete-textbox-using-asp-net-jquery-ajax-call</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/auto-complete-textbox-using-asp-net-jquery-ajax-call</guid><pubDate>Wed, 11 Oct 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ankit Sahu)</author></item></channel></rss>