Showing 25 open source projects for "vs code theme"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
  • 1
    MSBuild

    MSBuild

    The Microsoft Build Engine (MSBuild) build platform for .NET and VS

    ... projects. The project files in Visual Studio (.csproj, .vbproj, .vcxproj, and others) contain MSBuild XML code that executes when you build a project by using the IDE. Visual Studio projects import all the necessary settings and build processes to do typical development work, but you can extend or modify them from within Visual Studio or by using an XML editor. Starting with Visual Studio 2022, when you build in Visual Studio, the 64-bit version of MSBuild is used.
    Downloads: 62 This Week
    Last Update:
    See Project
  • 2
    omnisharp-roslyn

    omnisharp-roslyn

    OmniSharp server (HTTP, STDIO) based on Roslyn workspaces

    OmniSharp is a .NET development platform based on Roslyn workspaces. It provides project dependencies and C# language services to various IDEs and plugins. OmniSharp is built with the .NET Core SDK on Windows and Mono on OSX/Linux. It targets the net472 target framework. For platforms other than Windows, OmniSharp ships with an embedded Mono which is based on version 6.12.0, includes MSBuild 16.8.0 and is provisioned during the build script. If Mono is globally installed on the system,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Avalonia

    Avalonia

    A cross-platform UI framework for .NET

    Avalonia is a cross-platform UI framework for dotnet, providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS. Avalonia is mature and production-ready. We also have in beta release support for iOS, Android and in early stages support for browsers via WASM. Avalonia is open source, free to use, and always will be. Clone the source today to dig deeper. The free VS extension provides everything needed to start, including a XAML previewer...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    XCharts

    XCharts

    A charting and data visualization library for Unity

    A charting and data visualization library for Unity. Unity data visualization chart plugin. A UGUIpowerful, easy-to-use, parameter-configurable data visualization chart plug-in. It supports ten built-in charts. A powerful, easy-to-use, configurable charting and data visualization library for Unity. Visual configuration of parameters, real-time preview of effects, and pure code drawing without additional resources. Support ten built-in charts such as line chart, column chart, pie chart, radar...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 5
    Roslynator

    Roslynator

    A collection of 500+ analyzers, refactorings and fixes for C#

    ... options to be set. For this purpose, there is special analyzer ROS0003 that report a diagnostic if an analyzer is enabled but the required option is not set. ROS0003 is disabled by default. If you want to configure Roslynator on a user-wide basis you have to use the Roslynator config file. The default configuration file can be used with an extension for Visual Studio or VS Code.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    MudBlazor

    MudBlazor

    Do more with Blazor, utilizing CSS and keeping Javascript to a minimum

    Trusted by thousands of users, from hobby developers to large enterprises. Use MudBlazor to rapidly build amazing web applications without leaving your loved C# language and toolchain. We bring together everything that's required to build amazing Blazor applications that scale from desktop to mobile. Apart from the library itself we also provide templates, a learning platform, theme manager, demo and example projects as well as an online code editor integrated with our documentation and issue...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    DevStore

    DevStore

    A microservices e-commerce reference application

    A microservices e-commerce reference application built with ASP.NET 6. The EShopOnContainers is an awesome project, however the code has some "bad smells". We found it difficult to start learning/using EShopOnContainers compared to DevStore. We like to think of the DevStore as a simplified (but no less complex) version and written with more care in code and small details. We also focused only on the Web architecture with ASP.NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    XSharpDev

    XSharpDev

    XSharp Repository for the Compiler source code

    ... time. Make sure you have VS 2019 or 2017 installed. The preferred edition is Enterprise. Make sure you have Java JDK on your machine and that you have the Java binaries folder in your Path. If you do not have Vs 2019 Enterprise you can set 2 environment variables to the VS version and edition you have installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Akavache

    Akavache

    An asynchronous, persistent key-value store

    ..., duplicated code for caching different types of objects. Akavache is a library that makes common app patterns easy, and unifies caching of different object types (i.e. HTTP responses vs. JSON objects vs. images). It's built on a core key-value byte array store (conceptually similar to a Dictionary<string, byte[]>), and on top of that store, extensions are added to support Arbitrary objects via JSON.NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 10
    Notepads

    Notepads

    A modern, lightweight text editor with a minimalist design

    I have been waiting long enough for a modern Windows 10 notepad app to come before I decided to create one myself. Don’t get me wrong, Notepad++, VS Code, and Sublime are great text editors. I have used them all and I will continue to use them in the future. However, they are either too heavy or look less appealing. There are times that I just wanted to use Windows Notepad for things like writing notes or editing config files. So I decided to create a win32 notepad replacement here and try...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PeachPie

    PeachPie

    PeachPie, the PHP compiler and runtime for .NET and .NET Core

    PeachPie is a modern PHP compiler based on the Microsoft Roslyn compiler platform and drawing from our popular Phalanger project. It allows PHP to be executed within the .NET framework, thereby opening the door for PHP developers into the world of .NET – and vice versa. Build, debug, profile, and diagnose your code in the family of .NET tools, including Visual Studio and VS Code. Seamlessly port your legacy PHP code to the modern, cross-platform, lightning-fast .NET Core. Leverage the best...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GUI Turbo Assembler (TASM)

    GUI Turbo Assembler (TASM)

    An essential 32-64bit localized IDE for Assembly Language with Debuger

    GUI Turbo Assembler is an essential IDE for assembly language programming. It includes Borland Turbo Assembler (TASM), Turbo Linker, Turbo Debugger and DOSBox for writing both 16-bit and 32-bit programs in assembly language. GUI Turbo Assembler provides a rich set of features, encompassing fundamental file operations and advanced capabilities such as line numbering, syntax highlighting, code folding, docking, and theme personalization. The interface is highly adaptable, empowering users...
    Leader badge
    Downloads: 488 This Week
    Last Update:
    See Project
  • 13
    OpenChords

    OpenChords

    A digital songbook for guitarists and other musicians

    ... would like the source code it has moved to github. you can access it on https://github.com/wolfyreload/OpenChords Please note that this application requires Microsoft .Net framework 4.8.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 14
    EEIP.NET

    EEIP.NET

    Ethernet/IP compatible library for .NET and LabView implementations

    ...-library.de for documentation and Codesamples V1.6: Large Forward Open, Integration of Examples in VS Project, Allow ForwardClose and UnregisterSesssion if connection broke up. V1.4: 16 Bit Path Encryption Explicit Messaging V1.3: Bugfix Discover Devices V1,1: - Bugfix Multicast Implicit Messaging V1.0: - Some Bugfixes Implicit Messaging - Bugfixes large data Explicit Messaging - Added TCP/IP Object (Class code: F5h)to Object Library
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 15
    Microsoft Python Language Server

    Microsoft Python Language Server

    Microsoft Language Server for Python

    Microsoft Python Language Server implements the Language Server Protocol. Its primary clients are the Python extension for VS Code and Python Tools for Visual Studio. Feel free to file issues or ask questions on our issue tracker, and we welcome code contributions. Linting can be controlled via the user configuration. In VS Code, this is settings.json. To control the visibility and severity of the diagnotics, there are a number of lists that can be set in the user configuration which make use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Visual Studio jQuery Code Snippets

    Visual Studio jQuery Code Snippets

    130+ jQuery code snippets for Visual Studio 2012-2019

    This project hosts a collection of common jQuery code snippets for use in Visual Studio 2012-2019.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Bruv
    Bruv is a basic browser. Minimalism is the central theme of Bruv. It is less than 1 Megabyte in size. With less time to fire up than other browsers it is specifically created for those operating under time constraint. This is my first major C# project. I am 14 years old. Any constructive criticism or feedback is always welcome. Bruv requires .NET Framework 4.5 or higher to run. Source Code for the project is provider with the application in the same directory once you install Bruv.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ... of this phase is r904 in "SvnCode" repository. Lately I've using the codebase for experiments with in-memory transactions. First part is abandoning NANT for building and moving to VS 2015. That's done in r922. This is the last functional code. After that the transaction stuff is added which basically means the server is broken. Ultimately I've moved to GitHub, where the development may or may not continue. We'll see. This is a final goodbye.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Tic Tac Toe

    Exciting Tic Tac Toe game full of features

    ... Windows 8. In Windows 7/Vista/Xp is automatically downloaded as an update. Look for it on Microsoft's website only if you don't have it installed on your computer. If you run a Linux distribution (Ubuntu, Fedora, OpenSuse, Mint etc.) just install Wine and the app will run on Linux as well! Check the section below for the main features. I'm still updating this Tic Tac Toe, always check this website for a newer version The Source Code is in the archive
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Nim Advanced

    A Nim Game

    The mathematical game widely known as Nim made in C#. The rules are simple. Each turn a player can take one or more matches from the same row. Who takes the last match wins! The souce code is inside the archive Have fun playing it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    PWDTK.NET

    .NET Secure Password Hashing API

    ... Microsofts Rfc2898DeriveBytes(cb) implementation but after learning that it is using HMACSHA1 as the underlying PRF, I decided to modernise this & implement PBKDF2 with HMACSHA512 instead (Stronger against GPUs) Get binaries here but for source code please use the PWDTK.NET repo on GitHub which you can clone from here: https://github.com/Thashiznets/PWDTK.NET.git Please consider donating (5th button above) if you find PWDTK.NET useful! Package AVAILABLE on NuGet!!! Thanks - Ian
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    XCC Code Doc Generator
    XCC, XCommentCreator: native C++ source code document (HTML or/and CHM) generator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FITpro is built upon the Framework for Integrated Test (Fit). It provides integration with Eclipse and MS VS, and web UI. FITpro advanced features include code generation, suite support, and test to fixture links. See project's Wiki for more informatio
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    VSPC is the console utility for converting between project formats for various versions of Microsoft Visual Studio. Currently the project supports VS 2002, 2003, 2005 and 2008. Original version of the code was created by Stoyan Damov.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    USPS One Code - Intelligent Mail Barcode (4-State Customer Barcode) - encoder implementation with VS 2008. Source code in C# and VB.NET and binaries for .NET (1.1, 2.0 and 3.5), .NET CF (2.0 and 3.5) and Mono (1.* and 2.0).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next