Click here to Skip to main content
15,890,185 members
Everything / GitHub

GitHub

GitHub

Great Reads

by Eric Lynch
This article will provide C# coding examples to introduce some of the more common features of GitHub's API.
by vickyqu115
How to create a day and night theme switch button using WPF
by Alexander Siniouguine
Article on how to reduce size of a bloated Github repository.
by Rubén Hinojosa Chapel
Prototype for a plugin architecture based on the Prism Library and the Modern UI for WPF (MUI) toolkit

Latest Articles

by vickyqu115
How to create a day and night theme switch button using WPF
by Ravi K. Acharya
Third and final part of the step-by-step guide to build a CI/CD pipeline for your Microsoft SQL Server database using Github, TeamCity and Octopus
by Divya Ulasala
This blog entry explains how to set up a different username and email id for a personal project.
by Taiseer Joudeh
Part 1 of a 10 post tutorial where we will build a full microservices app using Dapr and then deploy it to Azure Container Apps

All Articles

Sort by Updated

GitHub 

5 Dec 2023 by vickyqu115
How to create a day and night theme switch button using WPF
7 Jul 2023 by Member 13304618
I have a .NET solution that have several projects, built in .NET Core and in the .NET 4.7.2. All those projects are built and run fine on my local environment. However, when I push this solution to a GitHub, the build in the GitHub fails error...
4 Jul 2023 by Member 13304618
I have .NET 4.72 ASMX Web Service that references a .Net Standard 2.0 class library with the Entity Framework I am using Visual Studio 2022 Everything works fine when I work with the code locally. Everything successfully compiles and runs ...
4 Jul 2023 by Graeme_Grant
The reference assemblies for .NETFramework,Version=v4.7.2 were not found. This sounds to me that you have an issue with framework versioning. Try the following by using the "Visual Studio Installer": 1. select VS2022 installed > Modify >...
30 Jun 2023 by _Maxxx_
I cloned a GitHb repository locally, and played with the project, and made some changes, with the intention of just using it myself.Now I would like to offer my changes to the owner.All the instructions I see tell me to Fork the repository, make changes, then make a pull request.But...
27 May 2023 by Jordan Richardson
I accidentally uploaded a project I was working on onto here not realizing that it was empty What I have tried: Checking to see if I could click anywhere near it to control it
27 May 2023 by OriginalGriff
Closed by the moderation procedure, and I deleted it for you as well.
26 May 2023 by Richard MacCutchan
Move your mouse to your name at the top right of the page, and click on "My Articles" in the dropdown. Select the "Projects" tab and that should take you to the relevant item(s). You can then go to each one and use the delete button to remove it.
14 Mar 2023 by Avtem
So let's say i am in file view BRANCH_01/main.cpp. How do i switch to BRANCH_02 which doesn't have main.cpp (thus showing this error: The 'Avtem/ProjectXYZ' repository doesn't contain the 'main.cpp' path in 'BRANCH_02')? What I have tried: i...
26 Jan 2023 by Agnib Pyne 2022
Hi All, I am working on a demo project using .Net Web API with C#, Angular, Entity Framework. Saving the code into Github and finally deploying the API and Angular. The purpose is to learn the end-to-end implementation of the technologies. I am...
26 Jan 2023 by Agnib Pyne 2022
Hi All, I tried below steps and I could see its working on Postman and Browser as well: 1) Added [action] on Controller [Route("api/SocialMediaLinks/[action]")] 2) Removed '/' from the calling url ...
14 Dec 2022 by Ravi K. Acharya
Third and final part of the step-by-step guide to build a CI/CD pipeline for your Microsoft SQL Server database using Github, TeamCity and Octopus
28 Nov 2022 by Daniel89089
Thank you, Graeme. Do you also know of services that can check the source code? Make an analysis?