Search Results for "logging framework for .net" - Page 6

Showing 1308 open source projects for "logging framework for .net"

View related business solutions
  • 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
  • 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
  • 1
    CarrotCakeCMS (MVC 5)

    CarrotCakeCMS (MVC 5)

    asp dot net cms for users wanting a simple mvc cms framework

    CarrotCake CMS MVC 5 is a template-based ASP.Net 4.5 MVC5 CMS (content management system) built with C#, SQL server, and JQuery, providing an intuitive WYSIWYG/drag and drop edit experience This content management system supports multi-tenant webroots with shared databases. Some features include: blogging engine, configurable date based blog post URLs, blog post content association with categories and tags, assignment/customization of category and tag URL patterns, simple content...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DRV-Backup

    DRV-Backup

    Herramienta de Respaldo y Restauración de Controladores

    Esta Herramienta de Respaldo y Restauración de Controladores le permite hacer un respaldo de sus controladores y restaurarlos facilmente | This Driver Backup and Restore Tool allows you to backup your drivers and restore them easily
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    InstanceCreator

    InstanceCreator

    InstanceCreator for ClearSCADA. MS Excel Add-In.

    ...It also gives easy access to the configuration of the ClearSCADA objects properties. This powerful tool combines a great object-based model of ClearSCADA and easy data editing in MS Excel. System requirements: MS Excel 2010 MS .Net Framework 3.5 ClearSCADA Data Access Clients licence
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Sintetizador GMS

    Sintetizador GMS

    Herramienta para Sintetizar voces en la PC

    Herramienta para escuchar documentos, puede copiar y pegar, guardar documentos y generar audio hablado.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    RegexLab .NET

    RegexLab .NET

    dev environment tool to write and test complex regular expressions

    RegexLab .NET is a rich-featured development environment and laboratory tool for creating, writing and editing complex regular expressions . It targets the .NET Framework and .NET Core (.NET 6, .NET 8) Regex Engine. Compared to other regex tools and lots of online regex testers this allows to store your regular expressions in local files including sample inputs for testing it.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    TensorFlow.NET

    TensorFlow.NET

    .NET Standard bindings for Google's TensorFlow for developing models

    TensorFlow.NET (TF.NET) provides a .NET Standard binding for TensorFlow. It aims to implement the complete Tensorflow API in C# which allows .NET developers to develop, train and deploy Machine Learning models with the cross-platform .NET Standard framework. TensorFlow.NET has built-in Keras high-level interface and is released as an independent package TensorFlow.Keras.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CollimationCircles

    CollimationCircles

    Collimation Circles, app for easy telescope collimation

    ...Main purpose of this program is to help you with aligning optical elements of your telescope such as secondary mirror, primary mirror, focuser, etc. Collimation Circles is developed with .NET 7 and AvaloniaUI Framework using MVVM architecture patern. Program was tested on Windows 10 and 11, Ununtu Linux 22.04.1 LTS (Wayland) and Raspberry PI OS Bullseye. I'm not able to test it on macOS, but it should work. Suggestions and contributions are welcome!
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    Search Engine Query Maker And Navigator

    Search Engine Query Maker And Navigator

    Multilanguage oriented query composer for search engines

    ...Ver 0.3.0.0 added korean language input option with syllables selector ver. 0.1.1.1 working at 1080x1920 screen resolution. Don't show error messages. ver. 0.1.0.0 beta Require .net 4 framework installed. My old project revising in C# with MS Visual Studio Express 2012 under Windows 8 OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RSPmplayer
    simple .Net framework component to play media files using DirectShow, this project was supersede by the project http://rsppmp3.sourceforge.net/ , it is a standalone audio and video player capable of playing all major formats, no additional codecs required, please use it instead
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    Remote Cam Viewer

    Remote Cam Viewer

    A desktop application to view remote camera images

    The RamoteCamViewer is a desktop application developed using the .NET framework. It provides users with the ability to view remote unauthenticated cameras over the internet. The primary functionality of the application is to download images from the camera at regular intervals and display them within the desktop application. Additionally, the application offers the following features:
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    Evolve

    Evolve

    Database migration tool for .NET and .NET Core projects

    Evolve is a lightweight database migration tool for .NET applications, compatible with PostgreSQL, MySQL, SQLite, and SQL Server. Designed with simplicity and speed in mind, it runs SQL scripts in order and tracks their history to keep database schema consistent. Evolve integrates easily with .NET projects for version-controlled schema updates.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Desktop.Robot

    Desktop.Robot

    A library used to control your mouse and keyboard programmatically

    This library helps you to automate tasks by simulating inputs (mouse and keyboards) programmatically, inspired in java.awt.Robot. I made this library because the dotnet SDK doesn't support simulation of mouse and keyboard input. The only way of input simulation in the standard framework is by using Windows. Forms that won't run on Linux or OSX. In order to use the method CreateScreenCapture, you will need to install some libraries. This is required by System.Drawing's components
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ASP.NET Core API Endpoints

    ASP.NET Core API Endpoints

    A project for supporting API Endpoints in ASP.NET Core web apps

    It is a lightweight library that promotes building web APIs using a feature-focused endpoint pattern instead of traditional controller-based architecture. The project encourages developers to create small, single-responsibility endpoint classes that improve code clarity, testability, and maintainability in modern applications. It provides base classes and conventions that reduce boilerplate while keeping full compatibility with standard core middleware, routing, and dependency injection. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Wlx2Explorer

    Wlx2Explorer

    allows to use Total Commander lister plugins from Windows Explorer

    ...If the application has been configured to use several plugins for one type of the file, the user will see the first one from the list of plugins. Requirements OS Windows XP SP3 and later. .NET Framework 4.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Cecil

    Cecil

    Cecil is a library to inspect, modify and create .NET programs

    Cecil is a library to inspect, modify and create .NET programs and libraries. Mono.Cecil is a library to generate and inspect programs and libraries in the ECMA CIL form. Analyze .NET binaries using a simple and powerful object model, without having to load assemblies to use Reflection. Modify .NET binaries, add new metadata structures and alter the IL code. Cecil has been around since 2004 and is widely used in the .NET community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Cocona

    Cocona

    Micro-framework for .NET console application

    Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET. Cocona has a mechanism called Parameter set that defines common parameters for multiple commands. For example, if every command receives a user name, host name, etc., it would be annoying to define them in a method for each command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Windows Service Wrapper permissive

    Windows Service Wrapper permissive

    A wrapper executable that can run any executable as a Windows service

    ...Another notable difference is that winsw can host any executable, whereas Java Service Wrapper can only host Java apps. Whether you like this or not depends on your taste, so I wouldn't claim mine is better. It's just different. WinSW 3 can run on Windows platforms with .NET Framework 4.6.1 or later versions installed. For systems without .NET Framework, the project provides native 64-bit and 32-bit executables based on .NET Core.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 18
    Script Hook V .NET (SHVDN)

    Script Hook V .NET (SHVDN)

    An ASI plugin for Grand Theft Auto V

    ScriptHookVDotNet is an open-source scripting framework for Grand Theft Auto V that enables developers to create and run custom scripts using languages such as C# and VB within the game environment. It acts as a bridge between the game engine and managed code, allowing modders to interact with game systems through a structured and object-oriented API. Built on top of the original Script Hook V, it simplifies the scripting process by providing higher-level abstractions and reducing the need...
    Downloads: 44 This Week
    Last Update:
    See Project
  • 19
    SuperPuTTY

    SuperPuTTY

    The SuperPuTTY Window Manager for putty sessions

    SuperPuTTY is a Windows-based session manager and terminal emulator designed to enhance the usability of PuTTY, one of the most widely used SSH and telnet clients. Rather than replacing PuTTY, SuperPuTTY provides a multi-tabbed, dockable interface that allows users to open, organize, and manage multiple PuTTY sessions simultaneously from a single window. It supports various connection types including SSH, Telnet, Rlogin, Raw, and RDP (Remote Desktop Protocol), enabling both console and...
    Downloads: 55 This Week
    Last Update:
    See Project
  • 20
    GeneticSharp

    GeneticSharp

    GeneticSharp is a fast, extensible, multi-platform and multithreading

    GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs). Can be used in any kind of .NET 6, .NET Standard and .NET Framework apps, like ASP .NET MVC, ASP .NET Core, Blazor, Web Forms, UWP, Windows Forms, GTK#, Xamarin, MAUI and Unity3D games. GeneticSharp and extensions (TSP, AutoConfig, Bitmap equality, Equality equation, Equation solver, Function builder, etc). A Blazor client application template with GeneticSharp ready to run a Travelling Salesman Problem (TSP). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Turbo C++

    Turbo C++

    Turbo C++ for Latest Edition of Windows

    TurboCPP is a repository that presents a version of the classic Turbo C++ IDE made compatible with modern Windows editions (Windows 8, 10, 11). Essentially, it revives a legacy development environment that many students or enthusiasts still prefer for simplicity or nostalgia, packaged for current systems. The repository includes installer or distribution artifacts, compatibility wrappers, and sometimes tweaks to make it work under modern OS constraints. It allows users to run and compile old...
    Downloads: 1,030 This Week
    Last Update:
    See Project
  • 22
    Turbo C++

    Turbo C++

    Turbo C++ for Latest Edition of Windows

    Turbo C++ is a repackage/installer/build of the old Turbo C++ IDE/compiler adapted for modern Windows versions (Windows 8 / 8.1 / 10 / 11). It offers a way to run or install Turbo C++ (the classic Borland IDE) on newer Windows builds, so one can use it for C/C++ development or educational purposes where that old environment is desired.
    Downloads: 169 This Week
    Last Update:
    See Project
  • 23
    RDP Portal

    RDP Portal

    A slightly smarter and simple Remote Desktop manager for Windows

    RDP Portal is a Windows desktop application that aims to simplify and improve the user experience of managing Remote Desktop connections (RDP). Instead of relying solely on the built-in Microsoft Remote Desktop Connection (mstsc.exe) tool, RDP Portal offers a portable app with added convenience such as saved credentials, portable backups, and a UI more akin to database managers or FTP clients. The application is designed for administrators or power users who frequently connect to remote...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    EmbedIO

    EmbedIO

    A tiny, cross-platform, module based web server for .NET

    A tiny, cross-platform, module based, MIT-licensed web server for .NET Framework and .NET Core. Written entirely in C#, using our helpful library SWAN. Network operations use the async/await pattern: Responses are handled asynchronously. Multiple implementations support: EmbedIO can use Microsoft HttpListener or internal Http Listener based on Mono/websocket-sharp projects. Cross-platform: tested on multiple OS and runtimes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    WFOPT .NET Bindings

    A port of WFOPT to the .NET Runtime

    This project contains bindings for the .NET Runtime to the Wheefun Options Parsing Library. It is meant to provide parity with the C implementation so .NET languages can take advantage of WFOPT. For more information, please see the main page.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB