Commit Graph

18 Commits (558441dff52136abf5fd159462f39f43254de552)

Author SHA1 Message Date
Rick Anderson 39b7df2ca8
Remove .min ref from all non-Blazor projects /2 (#26216) 2022-06-23 15:27:45 -10:00
Nick Schonning 068d6f58bb typo: Optinally -> Optionally (#11552) 2019-03-19 09:45:10 -05:00
Luke Latham 5704de168e Implicit versioning of the All package (#9223)
Fixes #9219 

@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.

I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
2018-10-25 15:16:50 -10:00
Dave Brock 7905e9981d Add RP to layout (#9016)
I will not lie: this was not enjoyable. With the realization that this page might be shuffled around to a new spot in the TOC, it was a delicate act balancing Razor pages and traditional MVC without getting too intrusive about it.

As such, I:

* Included a note at the top of the document outlining the subtle differences, so I can just casually reference them later and don't have to explain which is which
* Replaced wording of "views" with "pages or views"
* Changed controller wording to "the folder where the handler method (or controller) exists."
I also updated the *_Layout.cshtml* sample file. It's a little different, two years later.

I expect some back-and-forth about this—let me know what you think, @Rick-Anderson.

Fixes #8030
2018-10-16 14:21:31 -10:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Luke Latham f85202290b Remove HTTP links to Microsoft (#8353)
Fixes #8350
2018-08-30 11:48:27 -07:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Shayne Boyer 5bd0a75914 Fundamentals code snippet fix (#7741) 2018-07-22 10:51:55 -05:00
Luke Latham 239aa0ba8c Remove PJ files from non-sample projects (#5502) 2018-02-20 10:38:33 -06:00
Luke Latham 90570653d4 Drop ConsoleApp1 and ClassLibrary1 samples (#4148)
Addresses #1950

These also look to be unused anywhere in the topics. Dropping also drops
a few more nasty `dnxcore50` references.
2017-08-30 08:35:26 -07:00
Tom Dykstra 424127e1ba Kestrel and WebListener/HttpSys - 2.0 changes (#3875) 2017-08-11 11:47:48 -07:00
Peter Stromquist 1fefb3f08b Use the new AddUserSecrets<T> method (#3157)
Since the non-generic counterpart will become obsolete (per https://github.com/aspnet/Announcements/issues/223)
Also the docs link in this code sample (http://go.microsoft.com/fwlink/?LinkID=532709) points to the "Safe storage of app secrets during development" docs page, which also shows the new usage of AddUserSecrets<T>.
2017-04-04 11:17:34 -10:00
Tom Dykstra 875d5428c7 update for rtm 2016-11-29 15:33:40 -08:00
valeriy novytskyy 5960b77023 Tratcher rollback Startup.cs 2016-11-15 19:40:51 -08:00
01binary a5f8fbae4d Fix Startup.cs references 2016-11-03 21:21:53 -07:00
Rick Anderson 362720dca2 Fix OPS build (#2023)
* fb

* del folders

* fb

* fix ref

* tos

* toc

* toc
2016-10-31 09:20:51 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00