Giter Site home page Giter Site logo

home's Introduction

ASP.NET Core

Join the chat at https://gitter.im/aspnet/Home

This is the home page of the ASP.NET Core source code repositories and is intended for those contributing to ASP.NET Core or using bleeding edge nightly builds.

ASP.NET Core is a new open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps can run on .NET Core or on the full .NET Framework. It was architected to provide an optimized development framework for apps that are deployed to the cloud or run on-premises. It consists of modular components with minimal overhead, so you retain flexibility while constructing your solutions. You can develop and run your ASP.NET Core apps cross-platform on Windows, Mac and Linux. Learn more about ASP.NET Core.

ASP.NET Core 1.1 is now available! See the release notes for further details.

ASP.NET Core 2.0 is now available! See the release notes for further details and check our releases for the latest patch release.

Get Started

Follow the Getting Started instructions in the ASP.NET Core docs.

Also checkout the .NET Homepage for released versions of .NET, getting started guides, and learning resources.

Builds

MyGet tenant

If you want to use the latest dev build then you need to:

  • Obtain the latest build of the .NET Core SDK

  • Add a NuGet.Config to your app with the following content:

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
        <packageSources>
            <clear />
            <add key="AspNetVNext" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
            <add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
        </packageSources>
    </configuration>

    NOTE: This NuGet.Config should be with your application unless you want nightly packages to potentially start being restored for other apps on the machine.

  • Change your applications dependencies to have a * to get the latest version (ex. 1.0.0-*).

Prerelease tooling builds for Visual Studio are available from the Tooling repo.

Community and roadmap

To follow along with the development of ASP.NET Core:

  • Community Standup: The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist.
  • Roadmap: The schedule and milestone themes for ASP.NET Core.

Repos and projects

These are some of the most common repos:

NuGet feeds and branches

See the NuGet feeds wiki page.

Feedback

Check out the contributing page to see the best places to log issues and start discussions.

home's People

Contributors

glennc avatar eilon avatar graemechristie avatar danroth27 avatar davidfowl avatar muratg avatar kichalla avatar ntaylormullen avatar tratcher avatar tlk avatar onatm avatar analogrelay avatar kanchanm avatar chengtian avatar halter73 avatar rynowak avatar altonius avatar chrisklug avatar damianedwards avatar fabiendehopre avatar glen-84 avatar lodejard avatar blowdart avatar patricknausha avatar peterblazejewicz avatar haacked avatar rowanmiller avatar gitter-badger avatar tugberkugurlu avatar vkichline avatar

Watchers

James Cloos avatar  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.