Open Source C# Education Software for Windows

C# Education Software for Windows

View 747 business solutions

Browse free open source C# Education Software for Windows and projects below. Use the toggles on the left to filter open source C# Education Software for Windows by OS, license, language, programming language, and project status.

  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 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
  • 1
    Safe Exam Browser
    Safe Exam Browser is a webbrowser-environment to carry out online-exams safely. The software changes any computer into a secure workstation. It regulates the access to any utilities and prevents students from using unauthorised resources.
    Leader badge
    Downloads: 134,542 This Week
    Last Update:
    See Project
  • 2
    Tiny8051
    Tiny8051 is small 8051 microcontroller simulator written in C#. Project was created for educational purposes, to show how µP works by using clean visual interface and debugging. Note: communication over serial port was not implemented, because there was no demand for it.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    MSR Tools is a source code evolution analysis tool. It consists of a framework for mining software repositories and tools for metric calculation, visualization, defect prediction.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4

    Calcex Math Parser

    Mathematical expression parser and evaluator for .NET

    Moved to https://github.com/alxnull/calcex Calcex is a simple math parser for .NET to evaluate mathematical expressions which is developed in C#. It supports many common mathematical operations and functions and allows the user to add custom functions and variables. It is possible to evaluate double or decimal values for high precision. Calcex also includes functions for converting numbers from decimal to binary or other bases. The project includes a simple calculator and decimal-binary converter to show the functions of Calcex.
    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
  • 5
    is an e-learning web site application with progressive levels, with auto and collaborative learning, tests, statistical tools, with support for students and teachers. This project will be for generic learning but our first case will be iDempiere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Helps facilitate learning of the Japanese Kana set through flash-card style quizzing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Livenotes is a Tablet-PC based application that supports cooperative learning in classrooms. Livenotes integrates the functions of augmented note-taking and notes sharing among small groups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Math Mania Alpha

    The Ultimate GCSE Maths Revision Suite

    This Maths suite is perfect for any student studying for GCSE Maths(in Future updates support will be available for installation on a school network) At the current time the program only generates questions for the student to answer. The Current Question Set are: Number Percentages Fractions Basic Algebra Decimal Numbers Lowest Common Factors Significant Figures Rounding Prime Numbers Square - Area, and Perimeter Triangle - Area and Perimeter Plans are in place to implement all type of math question that is covered in GCSE Maths. If you have any question please don't hesitate to contact me. For Developers a modified version of the underlying maths library will be available to developers upon completion of this project. Written in C# for the .Net Framework. More info coming soon. Program makes use of NCal for advanced mathematical evaluation. Check it out at: https://ncalc.codeplex.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    這是一個使用C#的(CsGL)OpenGL函式庫 可以將3D的Obj模型檔載入 包含簡單的模型載入範例程式 引用函式庫 CsGL .NET https://sourceforge.net/projects/csgl/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    A flashcard program to learn Japanese vocabulary. It has flashcards for the Japanese Language Proficiency Test (JLPT) levels 1-4 and 15,000 extra words that are considered common. .NET 3.5 is required. The installer should get it automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SlideWriter is an Ink and Gesture based presentation development program made with Tablet PC's in mind.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TCS (Task Checking System) is the system for checking solutions for informatic olympiads. Is supports all known compilers, but it has not server protection. This project is amateur and does not supported by it's developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ThreadMessaging.NET is a small library framework for advanced transparent interthread and interprocess (also remote) messaging and communication in the .NET/C# World and provides safe implementations of various messaging and data flow structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Wkuwacz enable easy lerning of words and can be used for any language. Basic advantage of this program is very easy in use editor, that enable you to create your own word-sets. Wkuwacz is designed for Pocket PC and WinXP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WordSegment

    WordSegment

    wordseg project is a word segment module implemented by C#

    wordseg project is a word segment module implemented by C#. It is used to segment text into tokens and to label token's attribute according its context and semantic by front-maximum matching and CRF algorithms. The following are some sentences need to be segmented: 张晓晨和付仲恺一起坐在家(西坝河东里社区)里的沙发上看非诚勿扰。 百度公司的名字源于“众里寻他千百度”这诗句。 After above sentences be segmented by wordseg, the result as follows for each sentence: 张晓晨[PER] 和 付仲恺[PER] 一起 坐 在 家 ( 西坝河东里社区[LOC] ) 里 的 沙发[PDT] 上 看 非 诚 勿扰 。 百度公司[ORG] 的 名字 源于 “ 众 里 寻 他 千百度 ” 这 诗句 。 In above, if a token has some attributes, the attribute result will be appended into the corresponding token within "[]". Since wordseg has introduced statistics model to segment text by context, for same sub string in different context, dif
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A collection of pure Python algorithms and data structures
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Zlepšení schopnosti čtení ...., konkrétně tenhle program trénuje periferní vydění. Více info v readme.txt Improove your reading abilities. This program trains peripheral vision. More info in readme.txt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB