Showing 80 open source projects for "net-responsibility"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 1
    A wide range of different utilities from network administration tools to exe binders, encryption methods, registry modification and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Theairis MeshLIB is a system for creating meshes for distributing message data and updates to a series of networked computers without the need for a central server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    These controls are .NET controls developed using C# and which extend the functionality of the Windows common controls to support Microsoft Tablet PC ink and to improve usability with a stylus. Ver 1 contains Menu, Label, Button, and List controls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A very simply programmed .NET-compliant library bringing Java's concept of Layout Management and LayoutManagers to .NET, with emphasis on the GridLayout and VB.NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    Vdevice is an emulator and development tools for virtual hardware. Written in the .NET framework, vdevice allows the hobbyist to write software or operating systems without dealing with the overhead of an x86 or similar platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NetSpell is a free spell checking engine for the .net framework.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    ScintillaNET - a .NET enabled version of the Scintilla Editor Component (see http://Scintilla.org) This project is now hosted at CodePlex (http://www.codeplex.com/Wiki/View.aspx?ProjectName=ScintillaNET) or (http://www.scide.net)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    A command line parsing and validation library for Microsoft .NET. Supports unix style switch naming, i.e. long and short switch names, parameterized switches and switch dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is an attempt to create a completely full-featured developer's regular expression tester for the Microsoft .NET System.Text.RegularExpressions namespace. The current version is developed in VB.NET but I am currently considering porting to C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    NTidy, a .Net wrapper for Tidy (Tidy is the famous HTML beautifier C library, http://tidy.sourceforge.net ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This project is based on .Net and aim to provide a framework of profiler. This project is inspired by JUnit and will follow its simple design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    VS .NET 2003 Add-Ins. Analyse de l'utilisation de ressource texte dans les codes VS (C#,VB) et Edition de plusieurs fichier .resx simultané pour les applications internationnales.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    NoUnit Graphs your code to give you a picture of how good your JUnit tests are. NoUnit.Net is a .NET version of the program. (More Information at http://nounit.sourceforge.net).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Winfessor Enhanced .NET Trace Library is written in VB.NET, supports class level configuration, and contains both console and Winforms trace receiver interfaces. To use it you simply put a Traceable attribute on your class and call a static method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Winfessor .NET Unit Test Library is a very simple, feature-lacking unit test framework and Winforms GUI designed to get the job done. Tests are ran on a background thread so the GUI remains responsive. Attributes are used to designate test items.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Multimethods for .NET: Makes multi-methods available to *any* language that targets .NET - C#, VB.NET, JScript.NET, Managed C++ and the rest! Uses .NET dynamic assemblies and shows how to generate dynamic .NET types and IL at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Remoting.Corba is a .NET library that provides IIOP support for the .NET Remoting system. This allows developers to write applications in C# and Visual Basic .NET that interoperate with CORBA systems, without need for an ORB or a SOAP/CORBA bridge.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is an attempt to port the java-awt layout manager idea to the .NET framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The goal of the Win32 NET project is to create a complete low-level wrapper for the Win32 API so that it can be accessed from programming languages such as C# and Visual Basic .NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project aims to produce a form editor like the ones in Visual Studio and SharpDevelop. It is intended to be used as a control for end-users of your application to allow them to create customised forms. The designer persists forms to XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The chgpw utility changes account passwords on machines across a peer-to-peer LAN. Shows how VB.NET can make interop calls to some of the Net API functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Porting Java CORBA software, and other Java open sources to .Net platform, so that everyone can get a chance to run Java programs on Microsoft .Net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    dotUnit is a port of JUnit (www.junit.org) to the Microsoft .net platform. This testing framework allows for automated unit and functional tests which are vital for refactoring and regression testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Object Library Documentation Project defines standards and utilities for creating documentation structures for object models and packages like ActiveX Dynamic Libraries, Controls, .NET Assemblies, Java packages, and web services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ESA Provides a wrapper around the .NET scripting engine which adds support for hosting the scripting engine in a seperate AppDomain, and includes a Design-time environment for applications.
    Downloads: 0 This Week
    Last Update:
    See Project