Code Snippet to make a http api call with C# – Http Client with C# using (var client = new HttpClient()) using (var request = new HttpRequestMessage(HttpMethod.Get, "[url]")) using (var response...
How to add Entity Framework Nuget packages and how to scaffold a database context for a SQL Database. – Nuget Packages Update Update-Package Install Package Manager Install-Package Microsoft...
Welcome Hello and welcome to my Knowledge Base docs site! On this site, I’ll try to document mostly code snippets, and some other technical documentation, for my reference and which I think will ...
A new version of content is available.