Visual Studio
Visual Studio is a develpment software suite for Windows and MacOS made by Microsoft. The last version is called Visual Studio 2022 and Visual Studio It is used to develop computer programs, as well as websites, web apps, web services and mobile apps and it also uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight. It can produce both native code and managed code. Built-in languages include C, C++, C++/CLI, Visual Basic .NET, C#, F#, JavaScript, TypeScript, XML, XSLT, HTML, and CSS. Support for other languages such as Python, Ruby, Node.js, and M among others is available via plug-ins. Java (and J#) were supported in the past.
Visual Studio is made with C# and C++.
- GitHub: https://github.com/topics/visual-studio
- Wikipedia: https://en.wikipedia.org/wiki/Microsoft_Visual_Studio
- Created by: Microsoft Corporation
- Released: 1997
- Related Topics: vscode-theme, vscode-extension, text-editor,
- Aliases: vs,
- Last updated: 2026-06-27 00:29:27 UTC
- JSON Representation
https://github.com/jbris/excel_dna_test
Testing the installation and use of the Excel-DNA package
c-sharp c-sharp-library dataframe dataframe-library dataframes dotnet excel excel-dna spreadsheet spreadsheets visual-studio visual-studio-code
Last synced: 10 Apr 2026
https://github.com/gkjohnson/cs31-cs32-projects
Dump of UCLA Fall 2010 CS31 and Winter 2011 CS32 projects
class college college-project visual-studio
Last synced: 13 Nov 2025
https://github.com/sameetasadullah/game-of-life
A simple Game of Life coded in C++ language using Microsoft Visual Studio
Last synced: 20 May 2026
https://github.com/sameetasadullah/binary-search-tree-implementation
My own templatized C++ implementation of Binary Search Tree and its different traversals i.e, PreOrder, PostOrder, InOrder using Microsoft Visual Studio. You can also check the type of BST as well
binary-search-tree cpp traversals tree-structure visual-studio
Last synced: 15 Mar 2025
https://github.com/paley777/baliresto
Bali Resto is C# language software that shows cashier calculations and logic
c-plus-plus csharp visual-studio
Last synced: 14 May 2026
https://github.com/paley777/data-entry
Data Entry is C# language software that functions to run CRUD (Create, Read, Update, Delete) features on databases.
Last synced: 13 Jun 2026
https://github.com/swdotcom/swdc-visual-studio-music-time
A Visual Studio extension to discover the most productive music to listen to as you code
music spotify visual-studio visual-studio-2019 visual-studio-extension
Last synced: 30 Jul 2025
https://github.com/scottlaing/record-vital-stats
Application to record users vital statistics like blood sugar, blood pressure, etc. C# windows .net core application with desktop front-end and web api back end. The Front end is WPF, back end is web api, uses JWT for authentication. Database support for postgres and sql server.
asp-net-core csharp dotnet-core jwt visual-studio web-api windows-desktop wpf
Last synced: 03 Feb 2026
https://github.com/softx0/practicaxlstobbdd_etl
Practica inteligencia de negocios, etl desde archivos excel a una base de datos relacional
control-flow data-flow etl excel microsoft sql sql-server ssis visual-studio
Last synced: 30 Jul 2025
https://github.com/haiku-balls/changewindows-winui
Keeps track of your Windows Insider Installs in Fluent WinUI!
fluent-design net visual-studio windows windows-insider-program windows-insiders winui winui3
Last synced: 15 Mar 2025
https://github.com/JohnMata0427/Educational-Community-Information-Registration-System
Sistema de Registro de Información de Comunidad Educativa
cpp file-manager visual-studio
Last synced: 22 Sep 2025
https://github.com/ZeroInfinite/NuGetTemplate
A sample template for creating NuGet packages
codeplex csharp dotnet fsharp nuget visual-basic visual-studio
Last synced: 29 Jul 2025
https://github.com/linksplatform/data.triplets.kernel
LinksPlatform's Platform.Data.Triplets.Kernel native library.
c library linksplatform makefile mingw native nuget-package visual-studio
Last synced: 24 Apr 2025
https://github.com/pjueon/cuda_intellisense
A simple python script to fix cuda C++ intellisense for visual studio.
Last synced: 09 Apr 2026
https://github.com/tsnsoft/vs2022_cpp_wxwidgets_demo
Пример программы на C++ с использованием wxWidgets в Visual Studio 2022
2022 cpp visual-studio wxformbuilder wxwidgets
Last synced: 28 Jul 2025
https://github.com/savaladaojr/auth.api
Simple ASP.NET Core 3.1 MVC REST API for Authentication purpose
api asp-net-core asp-net-core-mvc aspnet-core automapper csharp dependency-injection json-api jwt-authentication jwt-bearer-tokens rest-api restful-api restfull-api visual-studio
Last synced: 17 Jun 2025
https://github.com/folkerkinzel/tsltn
Tool to translate the Visual Studio XML documentation file into different languages (for the localization of Visual Studio IntelliSense and project references).
intellisense localization visual-studio xml-documentation
Last synced: 27 Jul 2025
https://github.com/scottdorman/essential-extensions
A set of extension packs to create the ultimate Visual Studio editor experience. These are the extensions that I've found most useful in my day-to-day development.
visual-studio visual-studio-2017 visual-studio-2019 visual-studio-extension
Last synced: 27 Jul 2025
https://github.com/iammoltony/terminaldash
Geometry Dash recreation that runs in your terminal.
abandoned-project copyright-infringement cpp old-project terminal-game visual-studio
Last synced: 26 Jul 2025
https://github.com/chihebabiza/cpp-oop-bank-system
C++ console application use OOP concepts , it manages client records in a banking system. It allows users to view, add, update, and delete client information, as well as perform transactions like deposits, withdrawals, and balance checks. The system includes user login functionality with different access levels .
bank-application bank-system console-application cpp cpp-bank-management-system cpp-oo oop visual-studio
Last synced: 07 Apr 2025
https://github.com/sameetasadullah/vector-implementation
My own templatized C++ implementation of Vector using Microsoft Visual Studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/queue-implementation
My own templatized C++ implementation of Queue using Microsoft Visual Studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/avl-tree-implementation
My own templatized C++ implementation of AVL Tree and its different traversals i.e, PreOrder, PostOrder, InOrder using Microsoft Visual Studio. You can also check the type of AVL tree as well
avl-tree cpp traversals tree-structure visual-studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/singly-linkedlist-implementation
My own templatized C++ implementation of Singly LinkedList using Microsoft Visual Studio
cpp singly-linked-list singlylinkedlistoperations visual-studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/dijkstra-algorithm-implementation
My own templatized C++ implementation of Dijkstra Algorithm using Microsoft Visual Studio
cpp dijkstra-algorithm dijkstra-shortest-path graph list stack visual-studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/arraylist-implementation
My own templatized C++ implementation of ArrayList using Microsoft Visual Studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/doubly-linkedlist-implementation
My own C++ implementation of Doubly LinkedList using Microsoft Visual Studio
cpp doubly-linked-list visual-studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/check-curly-brackets-using-stack
A simple C++ code to validate curly brackets of given code using stack
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/graph-implementation
My own templatized C++ implementation of Graph and its different traversals i.e, BFS, DFS using Microsoft Visual Studio
bfs cpp dfs graph visual-studio
Last synced: 13 Oct 2025
https://github.com/sameetasadullah/circular-linkedlist-implementation
My own C++ implementation of Circular LinkedList using Microsoft Visual Studio
circular-linked-list cpp visual-studio
Last synced: 15 Mar 2025
https://github.com/sameetasadullah/airline-reservation-system
An Airline Reservation System coded in C++ language using Microsoft Visual Studio with multiple basic and advance search options. Used Dijkstra Algorithm on flights graph for finding optimal path in terms of cost/time
airline-booking airline-reservation cpp dijkstra-algorithm dijkstra-shortest-path graph visual-studio
Last synced: 15 Mar 2025
https://github.com/albertoalvaradojr/moodme_emotiondetection_demo-unity
Project was created for MoodMe during a Internship. Project is a Demo showcasing their Emotion Detection program.
barracuda csharp-code github unity visual-studio
Last synced: 16 Apr 2026
https://github.com/abhinavdobhal/react-hooks-snippets
React Hooks Snippets is a Visual Studio Code extension to make writing ReactJS Hooks easier and faster!
react react-hooks-snippets snippet visual-studio
Last synced: 15 May 2025
https://github.com/guildofcalamity/easylogger
An easy to use, deferred-style, logger library.
dotnet-framework dynamic-link-library logger logging logging-library visual-studio
Last synced: 24 Jul 2025
https://github.com/fluentmoheshwar/lwsthemevs
Learn with Sumit Theme for Visual Studio
learnwithsumit learnwithsumittheme visual-studio visual-studio-theme
Last synced: 27 May 2026
https://github.com/tormachris/epicspritemaker
Simple Visual Basic.NET Sprite Sheet Maker
sprite sprite-animation sprite-sheet sprites spritesheet universal uwp visual visual-basic visual-studio visualbasic visualstudio
Last synced: 11 Jan 2026
https://github.com/flawlesscasual17/fp_spsu23
An example of a dotNET MAUI app that creates and manages an SQLite database.
dotnet maui paket rider sqlite visual-studio
Last synced: 15 Mar 2025
https://github.com/xxczaki/password-encrypt
Small Windows tool to encrypt passwords in MD5!
code design encrypted-passwords encryption fast material material-design open-source password program simple skin visual-studio
Last synced: 01 Sep 2025
https://github.com/n-elmer/supermarket-management-system-2.0
SUPERMARKET INVENTORY 📦📦 MANAGEMENT SYSTEM
management-system software-development software-engineering visual-basic visual-studio
Last synced: 03 Jan 2026
https://github.com/ioexcept10n/discordrichpresenceforvs
An extension to make Discord Rich Presence in Visual Studio 2022
csharp discord extension rich-presence visual-studio
Last synced: 17 Nov 2025
https://github.com/andrewmcodes/vscode-tailwindcss-extension-pack
An extension pack for VSCode of extensions for developing with Tailwind CSS.
andrewmcodes collection css extension extension-pack headwind tailwind-css tailwind-extensions tailwindcss visual-studio vscode
Last synced: 09 May 2026
https://github.com/kurooo-yamiii/unisell-information-management-system
Information System - C# Language & ASP.NET - MVC - SQL Server Backend - Implementation of .NET Framework
asp-net-core csharp mvc net-framework sql-server visual-studio
Last synced: 28 Jun 2025
https://github.com/carloshmarques/csharp-fundamentals-for-absolute-beginners
Learn C# programming from an expert in the industry. Get the tools, see how to write code, debug features, explore customizations, and more. For newer videos head over to dot.net/videos
bob-tabor csharp learn-to-code learning learning-by-doing microsoft-learn microsoft-learning mva tutorials visual-studio
Last synced: 01 Apr 2025
https://github.com/mathiasuy/agencia_webforms
ADO .net y Webforms (año 2013 - BIOS Corporativo) Visual Studio 2010
ado-net csharp example-project rollback sql stored-procedures t-sql three transact-sql transactions visual-studio webforms
Last synced: 08 Apr 2026
https://github.com/sdailover/c-netsdimageresizer
C-NetSDImageResizer: Simple Application for Resizing JPEG, PNG Picture Images
c-net c-sharp net net-4-0 net-core net-framework visual-studio
Last synced: 21 May 2026
https://github.com/cinnolate/infinite_runner
This project is a mobile game that involves dodging obstacles that infinitely approach from the right of the screen
csharp game-development mobile-development unity visual-studio
Last synced: 22 Mar 2025
https://github.com/whiskeytangocoding/cplusplus
Config files for my GitHub profile.
back-end backend classes classes-and-inheritance classes-and-objects classes-methods code coding coding-challenge config cplusplus cplusplus-17 cpp encapsulation github-config how-to howto training visual-studio visual-studio-code
Last synced: 20 Jun 2026
https://github.com/datarza/devexpress-reporting-extensions
Extensions for DevExpress Reports that allows creating reports in C# code
charp controls devexpress devexpress-components devexpress-libraries devexpress-reporting devexpress-reports extender extensions extentions framework-engine layouts library preparation reporting reports visual-studio visualization
Last synced: 31 Mar 2025
https://github.com/michaelinzo/pingpong
A simple PingPong Game
csharp easy-to-use game videogame visual-studio
Last synced: 14 Mar 2025
https://github.com/michaelinzo/c-sharp-videogames-
Runs in Visual Studio 2019 incl. Cars, PingPong, Snake, Tetris & Tron
c-sharp cars games pingpong snake tetris tron videogames visual-studio visual-studio-code
Last synced: 14 Mar 2025
https://github.com/invranet/runner
This application is deprecated.
launcher launcher-application open-source runner visual-studio
Last synced: 04 May 2025
https://github.com/sikatikenmogne/concurency-workshop-c-sharp
Workshop project for mastering concurrency in C# and fix common multi thread synchronisation issues
async asynchronous-programming c-sharp concurrency critical-section csharp deadlock deadlock-avoidance lambda-functions multithreading mutex semaphore synchronization thread thread-pool threading threadpool visual-studio
Last synced: 20 Jun 2026
https://github.com/singhdivyank/graphics
Application of Computer Graphics algorithms using C++'s openGL library
bresenham-line-drawing-algorithm cohen-sutherland-algorithm computer-graphics-opengl dda-algorithm flood-fill-algorithm glut-library scanline-fill visual-studio
Last synced: 22 Jun 2026
https://github.com/riipandi/vscode-fullstack
Visual Studio Code extension pack for fullstack developer
development-environment devops visual-studio visual-studio-code vscode vscode-extension
Last synced: 15 Mar 2025
https://github.com/guildofcalamity/particles
A graphics demo via Canvas and CompositionTarget.Rendering.
dotnet-framework visual-studio windows-desktop wpf xaml
Last synced: 20 Jan 2026
https://github.com/astef/resharperbugs
Reproduction of ReSharper bugs
bugs code-analysis csharp8 reproduction resharper visual-studio
Last synced: 28 May 2026
https://github.com/thunderdesign/thunderdesign.net-pcl.dynamic
A combination of generic Dynamic Thread-Safe objects that can be used in all application types.
bindable binding c-sharp cross-platform dotnet-core dotnet-framework dotnet-standard dynamic mono net pcl-library threading thunderdesign unity visual-studio xamarin-android xamarin-forms xamarin-ios xamarin-mac xamarin-uwp
Last synced: 22 Jul 2025
https://github.com/thunderdesign/thunderdesign.net-pcl.toolbox
A set of core methods and classes to ease every days .NET development tasks.
c-sharp cross-platform dotnet-core dotnet-framework dotnet-standard mono pcl-library thunderdesign toolbox unity visual-studio xamarin-android xamarin-forms xamarin-ios xamarin-mac xamarin-uwp
Last synced: 22 Jul 2025
https://github.com/karenpayneoregon/appsettings-schema
Teaches using schema files for appsettings.json
appsettings-json appsettings-schema appsettingson-configuration csharp-core visual-studio
Last synced: 10 May 2026
https://github.com/giorgiogamba/parallel_programming
Experimenting with parallel programming
cuda cuda-kernels cuda-programming cuda-toolkit parallel parallel-computing parallel-processing parallel-programming visual-studio
Last synced: 18 Feb 2026
https://github.com/coledixon/toolwatch_csharp_assessment
C# based coding practical for ToolWatch
assessment-test csharp interface visual-studio
Last synced: 20 May 2026
https://github.com/nathanvilbert/heaven-s-door-receptionist-system-project-with-visual-studio
The Heaven’s Door Hotel Receptionist System, developed for a Visual Programming, streamlines front desk operations. It enables receptionists to manage guest information, check-ins and check-outs, room availability, and reservations.
csharp microsoft-visual-studio sql visual-studio
Last synced: 08 Apr 2025
https://github.com/zain-bin-arshad/photo-editor
Edit your photos, resize, detect text, apply filters and much more
component-colors crop crop-images csharp filter image resize-images rotate-images visual-studio
Last synced: 04 Apr 2025
https://github.com/webge/hmc6352
A NETMF library for the Digital Compass solution HMC6352
c-sharp cobra digital-compass fez fez-cobra-iii fez-panda-iii hmc6352 i2c-bus i2c-sensors netduino panda visual-studio
Last synced: 21 Mar 2025
https://github.com/swimburger/vstunnelssmsbot
Learn how to develop webhooks on your local machine using Visual Studio port tunneling and ASP.NET Core.
aspnetcore csharp dotnet twilio visual-studio
Last synced: 10 May 2026
https://github.com/sameetasadullah/stack-implementation
My own templatized C++ implementation of Stack using Microsoft Visual Studio
Last synced: 10 Jun 2025
https://github.com/cnmenghan/uztools.largecleaning
Find large files on your computer
cleaner cleanup cleanup-tool cpp cpp17 file-management file-manager filesystem mit-license uuz visual-studio
Last synced: 10 Jun 2025
https://github.com/saba-burduli/tic-tac-toe-c-game
Welcome to my first C# console application! This is a simple implementation of the classic Tic-Tac-Toe game, built as a beginner project to learn C# programming concepts.
Last synced: 22 Mar 2025
https://github.com/rick-van-dam/dualityvsextension
A extension for visual studio containing templates for duality
c-sharp csharp duality visual-studio
Last synced: 31 Mar 2025
https://github.com/richardschoen/flaskwebprojectibmi
Sample Python Flask App for use on IBM i, Windows or Linux. Uses IBM i Access ODBC Driver or SQLite Database
access-odbc-driver as400 ibm ibmi linux python sample-python-flask visual-studio
Last synced: 02 May 2026
https://github.com/fillahalfatih/vscode-json
personal Visual Studio Code settings in JSON
json personal-settings visual-studio vscode-workspace
Last synced: 27 Feb 2025
https://github.com/archismankarmakar/email-client-visual-c-sharp-.net-mailkit
Simple Email Client using Visual C#, Dot NET & MailKit.
csharp dotnet dotnet-framework mailkit visual-studio visualcsharp
Last synced: 10 May 2026
https://github.com/derec4/minecraftswords
Terraria Mod adding Minecraft Swords!
c minecraft mod sword terraria terraria-mod terrariamod tmodloader tmodloader-mod visual-studio
Last synced: 29 Apr 2026
https://github.com/ckormanyos/win_text_simple
win_text_simple makes a simple Win32-API window with dynamic text
Last synced: 13 Mar 2025
https://github.com/thaikoz/warships
"Warships" is a classic battleship game where two players attempt to sink each other's fleets. Each player has a 10x10 grid on which they place their ships. The objective of the game is to guess the coordinates of the opponent's ships and sink them before the opponent sinks yours.
Last synced: 16 Mar 2025
https://github.com/webge/elcd162
A NETMF library for the ELCD162 module
c-sharp elcd162 fez fez-cobra-iii fez-panda-iii lcd netduino netmf rs232 series visual-studio
Last synced: 21 Mar 2025
https://github.com/webge/mlx90614
A .NETMF v4.3 class for MLX90614 : Single and Dual Zone Infra Red Thermometer in TO-39 (I²C)
c-sharp cobra fez fez-cobra-iii fez-panda-iii i2c-bus i2c-sensors mlx90614 netduino panda visual-studio
Last synced: 21 Mar 2025
https://github.com/webge/md25
A NETMF class for the MD25 - Dual 12Volt 2.8Amp H Bridge Motor Drive
bridge-motor-drive c-sharp cobra fez i2c-bus md25 netduino panda visual-studio
Last synced: 21 Mar 2025
https://github.com/webge/tmp102
A .NETMF v4.3 class for the TMP102 : Low-Power Digital Temperature Sensor With SMBus™ and Two-Wire Serial Pages
c-sharp cobra fez netduino netmf netmf-library panda temperature-sensor visual-studio
Last synced: 21 Mar 2025
https://github.com/nithinmohantk/udacity-aws-developer-project-workspace
Udacity Cloud Developer nano-degree program - exercises and project works
angular aws docker ecs eks express ide javascript lambda markdown nodejs postgress rds serverless sql udacity udacity-aws-developer-nanodegree udacity-cloud-developer-nanodegree udacity-nanodegree visual-studio
Last synced: 12 Apr 2026
https://github.com/borededdy/importcsv
This .NET Core Console application intergrates with the WOOSQLtoCSV php file and prints to the CMD all the related CSV data.
console-app csv csv-files csv-reader dotnet-core visual-studio woocommerce
Last synced: 16 Mar 2025
https://github.com/karenpayneoregon/excelcomponenttray
Shows how to create a component tray for setting up Excel connections
csharp visual-studio windows-forms
Last synced: 19 May 2026
https://github.com/sameetasadullah/covid-stats-algorithms
A program to find out covid stats of different countries using efficient algorithms i.e, Knapsack, Longest Common Subsequence (LCS), Longest Decreasing Subsequence (LDS) etc
algorithms covid19-data covid19-tracker cpp knapsack longest-common-subsequence longest-decreasing-subsequence longest-increasing-subsequence visual-studio
Last synced: 19 May 2026
https://github.com/tsnsoft/cppconsoleunicode
Пример консольной программы с UTF-8 на C++ для Windows в Visual Studio 2022
2022 cpp readconsolew unicode utf-8 visual-studio windows writeconsolew
Last synced: 19 May 2026
https://github.com/mateuschaves/apollo15
CRUD de um restaurante para um projeto da disciplina de Paradigmas de Linguagens de Programação
c-sharp crud-application databases visual-studio
Last synced: 24 Apr 2026
https://github.com/janluksoft/aspnetcoremvc_3ef_mirabell
ASP.NET Core MVC project with EF. App is used to manage employee tasks
asp-net-core-mvc c-sharp code-first dotnet ef-core entity-framework ms-sql mvc visual-studio
Last synced: 10 May 2026
https://github.com/congoclub/open-reckon-desktop
Logiciel de gestion de la population et du recensement pour les mairies et collectivités locales
csharp visual-studio visual-studio-code winforms-application
Last synced: 14 Nov 2025
https://github.com/softx0/practicecsvtosql_etl
Project ETL para la transferencia masiva de datos desde un archivo csv a una base de datos sql server.
csv etl integration-services microsoft rdbms sql-server visual-studio
Last synced: 03 Apr 2025
https://github.com/softx0/practicessascubes
Proyecto de Inteligencia de Negocios | Cubo OLAP realizado con la base de datos AdventureWorksDW2017, Visual Studio 2017, SSAS
bussiness-intelligence cube olap sql-server ssas visual-studio
Last synced: 03 Apr 2025
https://github.com/ofhouse/mfc-ctabcontrol
Example code how to use MFC CTabControl in Visual Studio.
mfc-ctabcontrol-tutorial visual-studio
Last synced: 11 Jul 2025
https://github.com/samanazadi1996/sam.githubrepositorystats
The 'Github Repository Stats' extension for Visual Studio helps developers easily view information about their GitHub repositories directly within the Visual Studio environment.
extension github repository tools visual-studio
Last synced: 19 May 2026
https://github.com/aminmirzaeione/skilldashboardui_cs
Designing a skill dashboard application in WPF
csharp netframework visual-studio wpf xaml
Last synced: 01 Apr 2025
https://github.com/na1307/encodingconverter
A Visual Studio extension that allows you to easily convert the encoding of multiple files.
Last synced: 21 Jul 2025
https://github.com/paley777/konversisuhu
"ConversionApp" is a C# language software for converting temperatures.
Last synced: 21 Jul 2025
https://github.com/WhiskeyTangoCoding/Csharp
Config files for my GitHub profile.
back-end backend config csharp csharp-code dotnet github-config netframework47 netframework472 netframework48 visual-studio visual-studio-code windows winforms winforms-application wpf wpf-application xaml xml
Last synced: 21 Jul 2025
https://github.com/hjerpbakk/whatsnewincsharp6
My take on what's new in C# 6.
Last synced: 18 May 2026