From f1f95badf1d8a84df60958413218654c5055bca9 Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Tue, 13 Jan 2026 12:58:47 -0500 Subject: [PATCH 1/4] some change --- WebApi/MvcApplication1/ConsoleApplication1/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/WebApi/MvcApplication1/ConsoleApplication1/Program.cs b/WebApi/MvcApplication1/ConsoleApplication1/Program.cs index 6477df7..c4b4392 100644 --- a/WebApi/MvcApplication1/ConsoleApplication1/Program.cs +++ b/WebApi/MvcApplication1/ConsoleApplication1/Program.cs @@ -8,8 +8,6 @@ using System.Text; using System.Threading.Tasks; using MvcApplication1.Models; - - public class Program { public static void Main(string[] args) { From 72f7fd66041f8972a4e7444d45cecb85a4b88ad3 Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Tue, 13 Jan 2026 13:33:22 -0500 Subject: [PATCH 2/4] some change --- WebApi/MvcApplication1/ConsoleApplication1/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/WebApi/MvcApplication1/ConsoleApplication1/Program.cs b/WebApi/MvcApplication1/ConsoleApplication1/Program.cs index c4b4392..6685048 100644 --- a/WebApi/MvcApplication1/ConsoleApplication1/Program.cs +++ b/WebApi/MvcApplication1/ConsoleApplication1/Program.cs @@ -13,7 +13,6 @@ public static void Main(string[] args) { string url = @"http://localhost:10512/api/values"; - Person personToPost = new Person { FirstName = "first name here", LastName = "last name here", From d1f5d2fb7954108359d43f2c3b2f818965866add Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Tue, 13 Jan 2026 13:38:42 -0500 Subject: [PATCH 3/4] some change --- WebApi/MvcApplication1/ConsoleApplication1/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/WebApi/MvcApplication1/ConsoleApplication1/Program.cs b/WebApi/MvcApplication1/ConsoleApplication1/Program.cs index 6685048..b028732 100644 --- a/WebApi/MvcApplication1/ConsoleApplication1/Program.cs +++ b/WebApi/MvcApplication1/ConsoleApplication1/Program.cs @@ -19,7 +19,6 @@ public static void Main(string[] args) { Id = new Random().Next() }; - var jsonFormatter = new System.Net.Http.Formatting.JsonMediaTypeFormatter(); var mediaType = new MediaTypeHeaderValue("application/json"); var requestMessage = new HttpRequestMessage( From 26786e60094534ddf67fbaf9bafff7d7b73d16c5 Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Wed, 14 Jan 2026 23:43:40 -0500 Subject: [PATCH 4/4] Fix formatting in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12fc0be..9e84e78 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -This is a repository where I will keep various different samples. \ No newline at end of file +This is a repository where I will keep various different samples. +