Giter Site home page Giter Site logo

Comments (3)

mrdavidlaing avatar mrdavidlaing commented on June 22, 2024

First stab at: https://github.com/cloudfoundry-community/.net-buildpack/blob/master/docs/design.md

@lukebakken, @andypiper, @nebhale - could you give me some feedback on this initial component design.

Specifically, I'm not sure whether Project Types & Frameworks are in fact different things in the .NET world.

Perhaps they should be merged into a single component - Type (Console, ASP.NET MVC, ASP.NET Web Forms)?

from .net-buildpack.

lukebakken avatar lukebakken commented on June 22, 2024

@mrdavidlaing - thanks for getting the ball rolling on all of this.

I think there really are only two types of .NET apps that will be hosted in Cloud Foundry - Console and ASP.NET apps. I don't think differentiating by application framework is necessary since these apps should be totally self-contained when deployed ("bin deployable").

from .net-buildpack.

mrdavidlaing avatar mrdavidlaing commented on June 22, 2024

@lukebakken,

Concerning types - I'm starting to think that containers is perhaps a better name; it will probably boil down to installing the dependancies and generating the "start" script to actually launch your application.

  • Console -> no dependancies, with start script being "mono MyConsoleApp.exe" for Mono runtime and "MyConsoleApp.exe" for .NET CLR runtime
  • IIS -> iishost.exe dependancy + startup script to launch iishost on the correct port
  • xsp -> nginx + mono xsp + startup config to link nginx to xsp's fastcgi interface

Concerning frameworks - I've been poking into the java-buildpack notion of frameworks, and these seem to be mainly concerned with autoconfiguration - i.e, injecting DB connection params.

Maybe this is the right way to think of frameworks; ie, configuration frameworks, of which a specific app could have several:

from .net-buildpack.

Related Issues (20)

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.