MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 3 as of 2018-04-16 14:28:24
  • CSharp
  • dotnetcore

.Net core

.NET Core to develop console or Web applications. .NET Core is a set of runtime, library and compiler components that allow you to create apps that run on Windows, macOS and Linux.

  • https://www.microsoft.com/net/learn/get-started/windows

  • https://en.wikipedia.org/wiki/ASP.NET_Core

  • https://hub.docker.com/r/microsoft/dotnet/

  • https://docs.microsoft.com/pt-pt/dotnet/core/docker/building-net-docker-images

  • https://msdn.microsoft.com/en-us/library/ff361664(v=vs.110).aspx

Sample hello world

.
├── appSolution.sln
├── Dockerfile
├── myApp
│   ├── myApp.csproj
│   └── Program.cs
├── myLib
│   ├── Class1.cs
│   └── myLib.csproj
├── myLibTests
│   ├── myLibTests.csproj
│   └── UniTest1.cs
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01