Click here to Skip to main content
15,883,978 members
Everything / Visual Studio

Visual Studio

Visual-Studio

Great Reads

by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
by Martin Mitáš
How to support scrolling within your controls.
by Hans Dietrich
XColorSpectrumCtrl displays a color spectrum that allows user selection, and provides APIs for color based on RGB and HSL color models.
by Hans Dietrich
XQueue implements a shared-memory first-in first-out (FIFO) queue, based on memory-mapped files, that works on all versions of Windows.

Latest Articles

by PJ Arends
How to use a .props file for your custom user settings across all your projects
by Dan Letecky
Weekly HTML5 event calendar with CSS themes, drag and drop support, date navigator. PHP and ASP.NET Core REST API backends.
by CODING_MLD
Expanding and collapsible panels implemented in VB.NET
by Elmue
An easy to use 3D control which can be integrated into an application in a few minutes

All Articles

Sort by Updated

Visual Studio 

19 Mar 2024 by Dan Letecky
Weekly HTML5 event calendar with CSS themes, drag and drop support, date navigator. PHP and ASP.NET Core REST API backends.
15 Feb 2024 by CODING_MLD
Expanding and collapsible panels implemented in VB.NET
12 Feb 2024 by Elmue
An easy to use 3D control which can be integrated into an application in a few minutes
1 Feb 2024 by Orphraie
Study of 3D graphics in video games with minimal prior knowledge of mathematics
15 Jan 2024 by Espen Harlinn
Harlinn.Windows is a collection of libraries that I have put together that serves as a big part of the runtime we use at work.
30 Dec 2023 by Bert O Neill
Visual Studio extension that auto-generates SQL Server ER diagrams based on a single table
29 Nov 2023 by Nicolas DESCARTES
How to design a cutting-edge C# application by utilizing best practices?
17 Nov 2023 by Levie Rufenacht
Wisej brings a familiar desktop development experience to the web without losing any of its benefits.
27 Sep 2023 by Andreas Saurwein
Better recentlist, solutions and projects management for Visual Studio, not replacing the start window
26 Sep 2023 by Orphraie
This article will help you to understand how to communicate with the USB devices using WinAPI in C#
25 Aug 2023 by Mark Birbeck
Easily and quickly build web services clients using XForm
11 Jul 2023 by Marco-Hans Van Der Willik
This article explores the performance, scalability and limitations of the various .NET Threading Implementations.
8 May 2023 by JBartlau
In this article, we discuss how embedded reporting tools like List & Label offer advanced design and formatting capabilities, enabling users to customize the layout, font and formatting of Pixel-Perfect reports.
11 Apr 2023 by MarkLTX
Easy to use logger with a powerful viewer that supports filtering by thread, logger, etc.
3 Apr 2023 by chionatech
A step by step guide on how to automate Apache OpenOffice Calc using Visual Studio 2022 and the C# language
28 Mar 2023 by Ryan Scott White
CudaPAD is a PTX/SASS viewer for NVIDIA Cuda kernels and provides an on-the-fly view of your Cuda code.
10 Mar 2023 by Shao Voon Wong
Read/write CSV in few lines of code!
6 Feb 2023 by JBartlau
This article provides an overview of Visual Studio's integration of combit's report generator List & Label.
1 Feb 2023 by JBartlau
This article sheds light on why it is useful to combine different data sources in a report.
4 Jan 2023 by Bert O Neill
Features and functionalities associated with Autogenerate DB Unit Test app
21 Dec 2022 by gggustafson
This article is a significant revision to the earlier version and introduces a new version of ViewFile.
13 Dec 2022 by Akhil Mittal
Directly check in VS extension to Git repo and automatically deploy to staging server via continuous integration
15 Nov 2022 by Steffen Ploetz
Is LINQ the right technology for processing large amounts of data in runtime-relevant environments?
11 Nov 2022 by Robert Gustafson
I've created an enhanced version of the Extended RichTextBox created by Razi Syed.
25 Sep 2022 by David 'dex' Schwartz
Old style printf format strings ported to an ostream shim class
10 Sep 2022 by Mikhail Semenov
This article shows that double-ended vector is much faster than std::deque and should be preferred.
15 Aug 2022 by Mark Pelf
How to create a single Git repository that contains multiple VS solutions
5 Aug 2022 by Mark Pelf
Comparison of Git functionality of Visual Studio 2022 to some other Git Gui clients
27 Jun 2022 by Shao Voon Wong
Tutorial on a cross-platform C++ XML DOM library
10 Jun 2022 by Gaston Verelst
How to use F# to implement algorithms such of k-means
26 May 2022 by David Catriel
A very powerful and clean way to add logging of all sorts to an application
17 Mar 2022 by Uzi Granot
QR Code libraries to allow program to create QR Code image or read image containing one or more QR Codes
14 Jan 2022 by Giuseppe Pischedda
How to create a Win32 C++ Application that "consumes" a C++/WinRT Component Runtime
13 Nov 2021 by The Ænema
This article brings you a very detailed but easy to learn experience on creating your own x64 PE packer/protector using only VC++!
22 Jul 2021 by Сергій Ярошко
How to create a .NET user control combining several radio buttons with a border and a caption and provide it with handy support of Visual Studio at design time.
20 Jul 2021 by Axter
A smart pointer which acts like a reference variable
6 Jul 2021 by VisualMonsters
Simple game "table football", you can easily create and play with your friends and family
14 Jun 2021 by Shivprasad koirala
An introduction to Aspect Oriented Programming in .NET
14 May 2021 by Paul Srmnn
Using VisualBasic Express 2010
10 May 2021 by Ryan Scott White
Converts past and real-time stock market tick data into time-sliced summaries called Briefs
20 Apr 2021 by Alexander Yumashev
The code compacts and repairs an MS Access database from C# code using a JRO.JetEngine COM-object. Binding occurs at runtime, no references, no interops. Pure System.Reflection.
17 Apr 2021 by Ev Uklad
How to develop a Blazor server application dynamically and generate UI from Entity Framework using open-source Platz.SqlForms including master-details data entry
6 Apr 2021 by Jeremy Hutchinson
Visual Studio tips - DebuggerDisplay
31 Mar 2021 by Ivan Golović
Record various Windows session events, log them, parse and display session events per user
31 Mar 2021 by Star Vega
Creating a rich OutlookBar in XP or Vista style
29 Mar 2021 by Abhishek Sur
New Win7 features explained with simple demo applications
26 Mar 2021 by Zuoliu Ding
A discussion on optimization using SIMD instructions including MMX, SSE, and AVX in x86 Assembly Language Programming
26 Mar 2021 by Aleh Baradzenka
A control that allows you to create multiple tabbed regions that can be dragged to another location with the mouse.
23 Mar 2021 by Espen Harlinn
Choosing the right synchronization mechanisms when working with threads, thread-pools, and I/O Completion ports to create high performance asynchronous servers in C++
23 Mar 2021 by Espen Harlinn
A lightweight timeseries storage engine, capable of storing millions of timeseries values per second
14 Mar 2021 by freedeveloper
Managing multiple environments is a very common situation in software development in the enterprise
14 Mar 2021 by Steffen Ploetz
Draw text using Cairo from C# with full control over character positioning, linebreaking, etc.
4 Mar 2021 by Yevgeniy Shunevych
An introduction to Atata C#/.NET web UI test automation full-featured framework based on Selenium WebDriver
27 Feb 2021 by Sergey Alexandrovich Kryukov
Now with auto-numbering! New Visual Studio Code extension “Extensible Markdown Converter” augments built-in Markdown extension to form all in one toolchain offering convenient editor, rendered document viewer, spell checker and converter to HTML, per CodeProject article submission requirements
13 Feb 2021 by Chris Stefano
A custom tool for Visual Studio .NET which runs an XSL transformation to generate code
8 Feb 2021 by Uzi Granot
If you are a programmer that tried to introduce a kid to programming with Scratch, this article is for you. Comparing a simple game between Scratch and C#.
26 Jan 2021 by Mr.PoorEnglish
JSchema-Support, easy usage UI, smart line-layout
23 Jan 2021 by Mehdi Gholam
In this article I demonstrate why fastJSON is the smallest, fastest polymorphic JSON serializer (with Silverlight4, MonoDroid and .NET core support)
17 Jan 2021 by David O'Neil
My DWinLib Windows API wrapper combined with Francisco Campos's Pretty WinAPI framework
16 Jan 2021 by David O'Neil
Overview of build process for DWinLib programs with or without using libraries
6 Dec 2020 by Shenwei Liu
CRUD operations in details on a web application with AngularJS and WebAPI
6 Dec 2020 by Shenwei Liu
An Angular sample application that includes selecting, adding, updating, and deleting data with HttpClient service, reactive forms for object and array types, in-line data list editing, custom input validations, and various other features (latest update with Angular 11 CLI and ASP.NET Core 5.0).
29 Nov 2020 by Shenwei Liu
A full-structured data service sample application migrated from ASP.NET Web API 2.0 to and between ASP.NET Core version 2.1, 3.1 and 5.0
18 Nov 2020 by Bruce Greene
.NET Core WPF design as quick and intuitive as WinForms! Hear that MICROSOFT?
15 Nov 2020 by Nick Pirocanac
Linker errors due to CStringT template classes and ATL vs. MFC issues
3 Nov 2020 by Ev Uklad
Another way of using proxies and interceptors from Castle Dynamic Proxy framework
3 Nov 2020 by Don Kackman
Extension methods for variance, standard deviation, range, median, mode and some other basic descriptive statistics
20 Oct 2020 by Akinmade Bond
Library that allows an app to process hotkeys and perform other keyboard manipulations
8 Sep 2020 by Uzi Granot
The PDF417 barcode encoder class library is written in C#. The target framework is .NET Framework (net462) and .NET Standard (netstandard2.0). The encoder library allows you to create a PDF417 barcode image from a text string or a binary (byte) array. Two demo/test applications are included.
4 Sep 2020 by Mosi_62
Logistic regression, back propagation and support vector machine in comparison on the Iris data set
4 Sep 2020 by Fredrik Rudberg
A Windows service that removes files older than a specific date from a configurable set of folders
1 Sep 2020 by Espen Harlinn
An Implementation of a Database layer using my C++ wrapper classes for the ESE C API
30 Aug 2020 by Espen Harlinn
Easy to use C++ wrapper classes for the Extensible Storage Engine (ESE) C API
24 Aug 2020 by Espen Harlinn
x86/x64 Instruction Level Parallelism, simple and reliable benchmarking, and then some cool machine code generated by Visual C++
17 Aug 2020 by Espen Harlinn
Ranges is coming to C++, and the Range-v3 library was the basis for the proposal to add range support to the C++ standard library
26 Jul 2020 by Marijan Nikic
A simple, yet powerful and fast Windows Forms app for batch renaming files
20 Jul 2020 by Simon Cooke
A bi-partite circular buffer for high performance buffering, where it comes from, and why you'd want to use it.
12 Jul 2020 by Sanpath Sunggad
Encoded, decoded your QR code using Zxing library
25 Jun 2020 by Code Artist
A reusable Windows Form text box control for capturing DEBUG and TRACE output
22 May 2020 by Mehdi Gholam
This is how TorpedoSync came about, from the use of other software to sync "My Documents" across my machines and finding them troubling.
7 May 2020 by Intel, Arthur V. Ratz
How to deliver the modern code, using Intel C++ Compiler and OpenMP 4.5 library, that implements the parallel "stable" three-way quicksort, based on the parallel code that has already been discussed in the previous article.
2 May 2020 by Kalvin Lawrence Ernst
A sample application code which is an alternative to using libraries such as AngularJS, React, Vue, etc. Only jQuery and bootstrap are used in conjunction with vanilla JavaScript, HTML and CSS.
25 Apr 2020 by chris_mackay
A reference for writing your own dialog message box in Windows
6 Apr 2020 by Jovibor
Owner-draw list control with tooltips, editing, colors, sorting, hyperlinks, columns hiding and lot more.
26 Mar 2020 by Michael Haephrati
How a computer can be identified in order to generate a unique ID
5 Mar 2020 by syed shanu
How to draw our own Bubble chart using ASP.NET Core Blazor Web Application using HTML5 Canvas
2 Mar 2020 by Sem Shekhovtsov
What if one day you felt that ReSharper autocomplete, intellisense, inbuilt debugger, and other modern programming enhancements are making development boring, too fast so that the process becomes unattractive.
27 Feb 2020 by Svetoslav Chekanov
A collection of image dithering algorithms
27 Feb 2020 by Venkatesh Subbarao
Create a logical app to schedule a trigger for Web jobs in Azure
20 Feb 2020 by Terence Wallace
Short economics game to analyze human behavior and approach to simulate NPC decision making
15 Feb 2020 by Habibur Rony
Configuration Vue.js v4 in ASP.NET Core 3.1 MVC. Introduction of Node.js, NPM, WebPack and DropZone. Use of Task Runner of NPM and WebPack for compile and bundle.
10 Feb 2020 by Shenwei Liu
Creating PDF reports for grouped or non-grouped data lists in C# with many custom options and configurations (providing source code with .NET Framework 4.6.1 and .NET Core 3.1)
7 Feb 2020 by Ozesh Thapa
An implementation of a Zkteco (K14) Biometric Device using C#
5 Feb 2020 by Fred Song (Melbourne)
Demonstrating a series of Angular fundamentals through an Angular 7 application.
25 Jan 2020 by Thilo Bauer
Autohides Taskbar and Startmenu when there are no mouse moves over them for a defined time
19 Jan 2020 by Arthur V. Ratz
A simple introduction to using K-Means Clustering for data analysis.
13 Jan 2020 by Dominik Reichl
KeePass is a free, open source, light-weight and easy-to-use password manager.
30 Dec 2019 by Ashwin. Shetty
.NET Delegates & its 5 different features (Func, Action, Predicate, Converter, Comparison)
25 Dec 2019 by Alexander Iacobciuc
In this article you will find an implementation of a stream player control.