Code Monkey home page Code Monkey logo

cpp-net-framework's Introduction

cpp-net-framework

An experimental .NET Framework for C++

Build Status AppVeyor Scan Build Status Coverity Scan Build Status

Introduction

cpp-net-framework is an experimental C++ implementation of the .NET Framework, its purpose is to bring the power of the .NET Framework for use within C++ applications.

Build instructions

To build the example programmes

mkdir build
cd build
cmake -G "Visual Studio 12 2013" ../cpp-net-framework
devenv cpp-net-framework.sln

Initial Goals of cpp-net-framework

Here is a rough list of initial goals

  1. To develop a library that would allow the speed and efficiency of development that comes from the use of the .NET Framework
  2. To mimic where possible the .NET Framework API
  3. To allow .NET framework and STL to interop directly
  4. It should be functional first before fast (do what is needed to get the API worry about speed later)
  5. Be cross platform
  6. Be compilable on a number of different build platforms
  7. Be test driven

What it is not

  1. Not to mimic C# as a language
  2. Its not managed C++

How we'll implement these goals

Additional libraries should be kept to a minimum, the source tree contains googletest to encourage test driven development and if possible we should limit the external dependencies (for now) purely from the aspect of being able to easily build on multiple platforms.

The library will use STL underneath. Platform specifics should be pushed down to an OS layer (to be implemented), to keep #ifdef in the main code at a minimum

See what needs to be done http://www.microsoft.com/en-IE/download/details.aspx?id=19341

Follow the discussion

This idea for a c++ .net framework came out from my blog

https://mydeveloperday.wordpress.com/2015/11/27/making-a-c-net-framework-part-1/ https://mydeveloperday.wordpress.com/2015/11/30/making-a-c-net-framework-part-2/

About MyDeveloper Day

Follow the my development stories at our blog

https://mydeveloperday.wordpress.com/

cpp-net-framework's People

Contributors

mydeveloperday avatar phoad107185 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.