Showing 71 open source projects for "c# source code example"

View related business solutions
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    A code coverage console app for wrapping MsTest executed tests for Visual Studio for Testers. The app extracts coverage data from a binary (*.coverage) file, generated by MsTest into an XML file which can be used in your build process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Codemon is a testing tool that enables code coverage of C codes. It supports the level of Decision Coverage and Condition Coverage.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    StubDb is a suggested approach to unit testing your data-access code, without having to rely on a physical database containing test data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CCCC is a tool which analyzes C++ and Java files and generates a report on various metrics of the code. Metrics supported include lines of code, McCabe's complexity and metrics proposed by Chidamber&Kemerer and Henry&Kafura.
    Downloads: 23 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 5
    SLOC.Net is a tool to count the Souce Lines Of Code (SLOC) for different programming languages. currently supported for C#, C++, C, VB.Net, VB6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Duplicated source code can harm maintainability of software systems. Duplo is a tool to find duplicated code blocks in large C, C++, Java, C# and VB.Net systems.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Round Trip Engineering Objects. Reverse object oriented source code (Java, C#, PHP5) into XOL (XML Object Language) DOM repository.Validate syntax using XML Schema. XSLT for code refactoring & code generation. IDE Editors available (Eclipse plugin)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    banshee-- A toolkit for building constraint-based program analyses
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    MiniCppUnit another C++ port of the famous JUnit framework for unit testing. Unlike CppUnit, MiniCppUnit follows a minimalistic aproach: The basic features are the same but in only bout 500 lines of code! No library instalation is needed, etc.
    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
    This profiler (JRE 1.5.0 only) uses JVMTI and native bytecode instrumentation for the analysis of the heap, reachable objects, execution time, garbage collection efficiency, code coverage and thread contention. No preparation steps required in build.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 11
    This project has been renamed "pycopia", and extended. This is no longer maintained. Pycopia is hosted at Google code hosting. Please go to: http://code.google.com/p/pycopia/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This project aims to provide an extensible, automated tool for auditing C/C++ code for compliance to a specified coding standard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Framework for Java source code analysing, program comprehension and automating software quality. Source code visualisation provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Nmdepend is a lightweight 'link-time' dependency analyzer for C++. It uses object files and libraries instead of source-code as input. It can help to manage 'cross-directory' dependencies. Dependencies can be visualized in combination with Graphviz.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    The DBC framework uses reflection to inspect a type, it then generates source for a proxy object containing checks on predicates in attributes attached to members of the type. Proxy code is compiled into an in-mem assembly used to enforce DBC rules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    This is a small software to review source formatting and generate tips. It is very simple and it is based on regular expressions rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A simple code checker for looking if your code is becoming brittle, hard to extend or to mantain. It is not a substitution for PMD, it is rather a "first line" immediate checker for violations. See also http://limacat.blogspot.com/search/label/scc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Carina-Cucumber

    Carina automation BDD framework (TestNG + Cucumber)

    The repository: https://github.com/zebrunner/carina-cucumber Carina-Cucumber is an independent Carina module that supports Behaviour-Driven Development (BDD) (TestNG + Cucumber). Documentation and free support Cucumber usage example: https://github.com/zebrunner/carina-demo/tree/master/src/test/resources/features User guide: http://zebrunner.github.io/carina Demo project: https://github.com/zebrunner/carina-demo Code formatter We offer to use our configured Java code formatter...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This package will allow people to check, change, update the license of their projects. It will conform to all new licenses available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Kammerjäger

    Kammerjäger is a debugging tool with integrated correctness proving.

    Kammerjäger is a debugging and testing tool that enables you to prove the correctness of your code. In our C like programming language named "SimPL" you can easily and simply annotate your code with preconditions and assertions (also with forall and exists expressions). We then use Microsofts Z3 theorem prover to prove if the behaviour of your program matches what you expected. The easy to use GUI with an integrated Interpreter and Debugger (with a Stackview and HotCodeReplacement) makes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CQSAT is a powerful, comprehensive and extensible framework for static analysis of program source code and detection of software defects.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.