Skip to content

Desktop App C# dotnet implement Windows Forms | Sql Server

Notifications You must be signed in to change notification settings

Savecoders/VoteQueen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Init Project

Page Preview

Share Files And Videos

Specification

In Powersheel execute the command:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ​

please execute next commands in powersheel

Install Dependencies

Developer Folder

cd C:\users\$Env:Username\Documents\
mkdir Developer
cd Developer

clone repository

git clone https://github.com/Savecoders/VoteQueen.git
cd VoteQueen

Config git user

git config --global user.name "username"
git config --global user.email "email@gmail.com"

please using your username and email from github

Note

It's the most important step from execute this project

Run Project in normal mode

dotnet run

Push and pull changes

git pull --set-upstream origin main
git push --set-upstream origin main

About

Desktop App C# dotnet implement Windows Forms | Sql Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published