-
Notifications
You must be signed in to change notification settings - Fork 25.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use of AspNetCore.Docs-master #13414
Comments
Hello @edikaufmann ... Looking at the landing page of the GitHub repository, download the ZIP archive of the whole repo ... Decompress it and navigate through the folders to the same location that is indicated by the URL of the sample. For this sample, dig down through the folders to ...
The docs engineers were planning a way to download just a single sample a while back for all of the Microsoft repositories, not just ours. Not sure if that plan was dropped or if they still plan to do it. For now, downloading the entire repo is required. After doing so, you have all of the samples. Just make sure that you pull down a new repo every so often because we're regularly updating sample apps, especially around the time of a framework release. If you wonder about a given sample's current version and to track the work on sample updates, we have a tracking issue at #5495. |
Hi Luke, I think if I would see the ZIP button - problem solved! (I have a history button instead - see attachement) So again, what I'm doing wrong NOT to have that button!? |
Back out ... you don't get the button within the repo, only at the top level of the repo. Click on "AspNetCore.Docs" link at the top-left of your screenshot. |
I'm going to make an instruction change there to surface that. |
Nevermind ... it's already done. The download instruction links to the download archive directly. That's best. |
Good news @edikaufmann ... Yes! They're working on it. |
I'm obviously getting older than I thought - i.e. I'm now totally confused! I downloaded AspNetCore.Docs-Master before; did it again; I find aspnetcore/date/ef-mvc - no problem! How do I now VIEW (run) this ef-mvc ? in VS2019 ? I do not see any .sln file nor any C# code...…. I apologize for my ignorance but definitely need a kick start on this - perhaps I don't see the forest for trees!? |
No worries. We hear these questions regularly. We can't document too much on these aspects because we just focus on the programming bits. Use Open a project or solution when VS first opens. Select the project file (*.csproj file) in the root directory of the project. VS will create the solution file for you and ask you where to save it when you close the project. |
well, well … thanks a million! In the end it's always clear and obvious! for me a hint like - would had helped!? Need now to figure out how to handle the DB |
As a retired (mid seventies !) 'hobby' developer I'm struggling to follow/use the instructions given in
the document: "Introduction to ASP.NET Core" it says:
....
How to download a sample
Many of the articles and tutorials include links to sample code.
Preprocessor directives in sample code
....
HOW do I now use "AspNetCore.Docs-master" to simply download e.g. the "ef-mvc" sample ?
OR "view" the final "ef-mvc" e.g. in VS2019 ?
(as the sample suggests in every chapter ["Download or view the completed application."])
Of course I downloaded "AspNetCore.Docs-master" BUT I'm obviously to old/dumb to understand.
I must be the only one struggling with this approach ....
Therefore thanks for your time to help me out or, at least, give me the right kick to start ..!
PS: yes I have gone through the course "ef-mvc" to build it step by step, successfully!
thanks, ek
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: