Search Results for "requires microsoft .net framework 4.8 runtime"

Showing 18 open source projects for "requires microsoft .net framework 4.8 runtime"

View related business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    .NET Runtime

    .NET Runtime

    Cross-platform runtime for cloud, mobile, desktop, and IoT apps

    .NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT. You can write .NET apps in C#, F#, or Visual Basic. C# is a simple, modern, object-oriented, and type-safe programming language. F# is a cross-platform, open-source, functional programming language for .NET. It also includes object-oriented and imperative...
    Downloads: 30 This Week
    Last Update:
    See Project
  • 2
    C# for Visual Studio Code

    C# for Visual Studio Code

    C# support for Visual Studio Code (powered by OmniSharp)

    Welcome to the C# extension for Visual Studio Code! This extension provides the following features inside VS Code. Lightweight development tools for .NET Core. Great C# editing support, including Syntax Highlighting, IntelliSense, Go to Definition, Find All References, etc. Debugging support for .NET Core (CoreCLR). Note: Mono debugging is not supported. Desktop CLR debugging has limited support. Support for project.json and csproj projects on Windows, macOS and Linux. .NET Framework builds...
    Downloads: 43 This Week
    Last Update:
    See Project
  • 3
    Apache log4net

    Apache log4net

    Apache Log4net is a versatile, feature-rich, efficient logging API

    The Apache log4net library is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent Apache log4j™ framework to the Microsoft® .NET runtime. We have kept the framework similar in spirit to the original log4j while taking advantage of new features in the .NET runtime. The log4net framework is based on Apache log4j™, The log4net framework, source code, binaries, documentation, examples and related materials are published under the terms of the Apache License. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    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
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    csharp-ls

    csharp-ls

    Roslyn-based LSP language server for C#

    This is a hacky Roslyn-based LSP server for C#, as an alternative to omnisharp-roslyn. csharp-ls requires .NET 7 SDK to be installed. However, it has been reported to work with projects using older versions of dotnet SDK, including .NET Core 3, .NET Framework 4.8 and possibly older ones too as it uses the standard Roslyn/MSBuild libs that Visual Studio & omnisharp does. csharp-ls implements the standard LSP protocol to interact with your editor. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    OvhDDNS-Updater

    OvhDDNS-Updater

    Simple OvhDDNS Updater

    OvhDDNS-Updater Ovh DynHost Ip Updater Client updates type A records On first startup it creates a configuration file in the installation folder (default: 'C:\Program Files (x86)\OvhDDNS\OvhDDNS-Updater-Client') 'config.json' - OvhDynHostServiceSetup Requires .Net Framework 4.8 Runtime Requires: * apiBaseUrl: (EU=“https://eu.api.ovh.com/1.0/domain/zone/”) * applicationKey: * applicationSecret: * consumerKey: Steps to obtain API Key: Go to https://eu.api.ovh.com/createToken/ and, after logging in, set: Script Name: App Name e.g. 'OvhDDNS-Updater' Description: 'App Description' Validity: e.g. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    CloudflareDDNS-Updater

    CloudflareDDNS-Updater

    Simple Cloudflare DDNS Updater

    Cloudflare DDNS Updater Client for updating Cloudflare A records Gets the IP address from 'https://ipv4.icanhazip.com/' or 'https://api.ipify.org' Automatically retrieves zone_id and record_id using the domain name Updates all A type records on the domain Configuration The configuration file is generated after the first launch in the executable directory Modify config.json in the installation directory (default: 'C:\Program Files (x86)\CloudflareDDNS-Updater-Setup'): { "ApiKey": "YOUR_API_KEY", "Email": "YOUR_EMAIL", "Domain": "yourdomain.com" } .Net 8 - CloudflareDDNS-Updater - CloudflareDDNService Require .Net Framework 4.8 Runtime
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Orleans

    Orleans

    Orleans is a cross-platform framework for building distributed apps

    Orleans builds on the developer productivity of .NET and brings it to the world of distributed applications, such as cloud services. Orleans scales from a single on-premises server to globally distributed, highly-available applications in the cloud. Orleans takes familiar concepts like objects, interfaces, async/await, and try/catch and extends them to multi-server environments. As such, it helps developers experienced with single-server applications transition to building resilient,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MoreLINQ

    MoreLINQ

    Extensions to LINQ to Objects

    ...In some very rare instances, however, doing so can cause conflicts with other libraries you may be using that incidentally also extend the same type with an identically named method and signature. This happened with MoreLINQ, for example, when Microsoft .NET Framework 4.0 introduced Zip and MoreLINQ already had one. Starting with version 3.0 of MoreLINQ, you can reduce the potential for present (or even future) conflicts by individually importing just the extension methods you need using the static imports feature introduced in C# 6. Building the documentation is supported on Windows only and requires Sandcastle Help File Builder (SHFB). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    quran-terjemah

    quran-terjemah

    Quran-Terjemah, Quran dengan Terjemah dan Audio

    Quran-Terjemah-English is an offline version of the "Quran-terjemah.org" for windows pc. Requires .Net Framework 4 (not required for latest version) http://www.microsoft.com/en-us/download/details.aspx?id=17851 Requires Webview2 Runtime for latest version https://developer.microsoft.com/en-us/microsoft-edge/webview2#download Quran-Terjemah adalah software gratis untuk mendengarkan Membaca Al-Quran lengkap dengan terjemahan Bahasa Indonesia, Quran-Terjemah adalah versi offline dari Quran-Terjemah.org Software ini di buat agar pengguna bisa tetap mendengarkan Al-Quran seperti di Quran-Terjemah.org meskipun tanpa koneksi internet. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11
    GestioneComande

    GestioneComande

    Command management program

    The program was developed in C # Windows forms. For the correct functioning of the program, it is necessary to have .NET Framework 4.8 and SQL server management 2019. During installation, if these programs are not present, they will be downloaded and installed automatically. The project was developed with the Code First db so that a db could be created on the local machine so that the program could be used without the need to connect to the internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BazWare FLF (Find Large Folders)

    BazWare FLF (Find Large Folders)

    Find that huge folder that you didn't know it was there

    Are you tired of being unable to find what is using up precious hard disk space? Find that huge folder that you didn't know it was there. Select drive and press start to go through directories manually. Click the refresh button to calculate folder size, double-click to the folder name, or press "+" button to see sub folders. Deleting a folder is possible by clicking the bin button next to the folder. Increase the maximum number of folders when required. (Using more than 10 is recommended for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    When to use TensorFlowSharp

    When to use TensorFlowSharp

    TensorFlow API for .NET languages

    When to use TensorFlowSharp is a .NET binding for the TensorFlow machine learning framework that allows developers to run TensorFlow models directly from C# and other .NET languages. The project exposes TensorFlow’s native C API through a strongly typed interface designed to integrate naturally with the .NET ecosystem. Its primary purpose is to enable developers working in Microsoft-based environments to load trained TensorFlow models and perform inference or additional training within .NET applications. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pose

    Pose

    Replace any .NET method (including static) with a delegate

    Pose allows you to replace any .NET method (including static and non-virtual) with a delegate. It is similar to Microsoft Fakes but unlike it Pose is implemented entirely in managed code (Reflection Emit API). Everything occurs at runtime and in memory, no unmanaged Profiling APIs and no file system pollution with re-written assemblies. Pose is cross-platform and runs anywhere .NET is supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DotNetWikiBot Framework

    DotNetWikiBot Framework

    Make robots for MediaWiki-powered sites!

    The DotNetWikiBot Framework was developed so that it can offer a helping hand with many complicated and routine tasks of wiki site development and maintenance. DotNetWikiBot Framework is a cross-platform full-featured client API, that allows you to build programs and web robots easily to manage information on MediaWiki-powered sites. DotNetWikiBot Framework can also be used for learning C# and .NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    EmailAutoPrint

    Email Based Printing System (Outlook Add-In)

    This Microsoft Office Outlook Add-In provides an email based printing solution for your home or business. This system uses Microsoft Office to automatically process email using keywords in the subject line to print email messages and certain supported attachments (Excel, Word, PowerPoint, PDF, JPG). When combined with a Microsoft Exchange server and network printers, this can effectively make every printer in your office an email based printer. Simply place a placard near your printer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Rebroadcaster is a program that intercepts keystrokes in Windows and re-broadcasts them as another keystroke. The purpose of this is to enable devices that utilize extended Windows virtual keys to trigger a push to talk event in voice software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mono

    Mono

    Mono open source ECMA CLI, C# and .NET implementation

    Mono is an open‑source implementation of Microsoft's .NET Framework (ECMA‑compatible), enabling developers to build cross‑platform applications. Supported by the .NET Foundation, Mono allows .NET code to run across different operating systems. You can run the mono and mcs test suites with the command; make check. You can verify your installation by using the mono-test-install script, it can diagnose some common problems with Mono's install. Failure to follow these steps may result in a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB