Commit Graph

1362 Commits (6894efdca058a6656ab3e7e2ff566fbb3e74c776)

Author SHA1 Message Date
Jason Vance 7977606138 Typo fix (#5178) 2018-01-14 11:42:03 -06:00
Platon Efimov d5642ae42e Code simplification. (#5171)
* Code simplification.

Deleting a lot of empty lines and simplification of a regular expressions.

* Update adding-validation.md
2018-01-12 10:40:25 -06:00
Platon Efimov bc427444e3 Code style conventions (#5162)
* Code style conventions

* Code style conventions

* Code style conventions
2018-01-11 12:14:06 -06:00
Platon Efimov 4698e67bc0 Correction of a typographical error (#5163) 2018-01-11 09:54:51 -06:00
Platon Efimov 9804c99c98 Uniform style (#5150) 2018-01-10 09:07:31 -06:00
Luke Latham 3f682a9ef2 Hosting and deployment updates (Stage 1) (#5127)
* Hosting and deployment updates

Update

Updates

Updates

Updates

Updates

* React to feedback
2018-01-09 15:41:28 -10:00
Rachel Appel 3dc256a10c
link (#5139) 2018-01-08 23:12:39 -05:00
Luke Latham 80dd9f3ee0 Come up one directory on a link (#5130) 2018-01-08 15:36:04 -06:00
Jonas Soderholm ccbded790f Update source.md: Nuget packages not in preview anymore (#5128)
* Update source.md

The Nuget packages are not in preview anymore

* Minor tweaks
2018-01-08 09:47:40 -06:00
Platon Efimov 7a5b2fb6ab Update adding-a-view.md (#5132) 2018-01-08 09:37:14 -06:00
Bug afb9cd5f53 Removing unnecessary code (#5107)
We already have an using at the top
2018-01-04 12:51:44 -06:00
Bug 579fbe3475 Removing unnecessary code (#5108)
In the same folder. No need full path.
2018-01-04 12:51:10 -06:00
王刚 32b2d2fc28 Update sample3.cshtml (#5074) 2018-01-02 15:31:40 -10:00
John 003b28f446 typo (#5080) 2018-01-02 15:16:46 -10:00
Rachel Appel a73d636259
web pages page bug fixes (#5094) 2018-01-02 15:13:48 -05:00
Rachel Appel 1a9d85cad8
webpages fix links (#5092) 2018-01-02 12:08:23 -05:00
yaananth 5a3010dc82 better write up (#5067)
see https://github.com/dotnet/docs/pull/4002
2017-12-26 16:22:50 -10:00
Robert Mainhardt 2e8057117d Updated the sample3 (#5070)
The sample 3 now reflects what the Default.aspx should look like
2017-12-26 16:22:17 -10:00
yaananth 5dfc046bad fix missing code annotation and fix name (#5059)
* fix missing code annotation

* also fix name
2017-12-21 14:28:09 -10:00
Rick Anderson 6dbfdf987a
Update what-not-to-do-in-aspnet-and-what-to-do-instead.md 2017-12-21 13:44:27 -10:00
yaananth 6ae12fb847
Add warning against using PreSendRequestHeaders
For managed modules, adding more details w.r.t w3wp crashes
2017-12-21 00:19:31 -05:00
Rick Anderson 157a54bee5
Fix legacy Web-API server (#5037) 2017-12-18 18:50:02 -10:00
Rajneesh Verma b097d1edee Fixed Download url (#5015)
Download url was pointed to 404, fixed by correcting url
2017-12-15 09:19:43 -06:00
Alex Arendsen d6ce486ee8 Missing word "send" in PUT description (#5008) 2017-12-14 08:16:34 -10:00
Sean G. Wright 45ae8e4113
Update an-overview-of-project-katana.md
Grammatical error - missing `and`
2017-12-06 18:42:04 -05:00
FoggyFinder 003997dc83 Update calling-a-web-api-from-a-net-client.md (#4935)
it seems like the link was broken
2017-12-06 09:34:12 -06:00
Rick Anderson ff20bbf0fb
Update calling-a-web-api-from-a-net-client.md (#4902)
ReadAsAsync
2017-11-30 11:22:21 -10:00
Scott Addie a3a0a22df4
Update jQuery reference to 1.10.2 (#4903) 2017-11-30 14:01:51 -06:00
Sadegh-Ameri ac0d7c2245 Changed text to html (#4897)
I'm using jquery-1.10.2.min.js
2017-11-30 13:53:05 -06:00
Sadegh-Ameri b183405f54 Missing ContentPlaceHolder in master page (#4899)
* Missing  ContentPlaceHolder in master page

* Minor edits

* Relocate paragraph

* More tweaks
2017-11-30 10:19:58 -06:00
Sadegh-Ameri b0573ef0c6 Missing ContentPlaceHolder in master page (#4898) 2017-11-30 09:51:12 -06:00
Rick Anderson 4d08d27c2c
Update calling-a-web-api-from-a-net-client.md 2017-11-29 11:54:07 -10:00
Rick Anderson 42f916e589
legacy:Calling a Web API From a .NET Client update (#4876)
* legacy:Calling a Web API From a .NET Client update

* work

* work

* work

* work

* work

* work

* rachel feedback

* rachel feedback

* rachel feedback

* rachel feedback
2017-11-29 11:16:47 -10:00
sultanimbayev 9add7f5ec6 Update sample4.cs (#4859)
* Update sample4.cs

In OWIN version 4.0 (prerelease) you cannot compare string with Path directly. You must get its value first

* Update sample4.cs
2017-11-27 18:15:55 -10:00
sultanimbayev c190a8dd51 Quote fix at owin.ReqestProtocol HTTP (#4875) 2017-11-27 18:14:49 -10:00
Rajan Chauhan f6f3c0290e Corrected the example and a typo (#4863)
1. Corrected the contradicting example of HttpUtility while Security Note was telling about HttpServerUtility use
2. Corrected example of url string the purposed url didn't matched with the result image previously.
2017-11-27 14:11:29 -10:00
ChrisSfanos d87d72f32d
Update overview.md
Small text change to our SLA/support statement for the CDN
2017-11-27 11:28:32 -08:00
Rick Anderson a8cbc6a82d
Update tutorial-your-first-web-api.md 2017-11-22 17:09:08 -10:00
rick-anderson c31f84cce5 fix links 2017-11-22 16:00:00 -10:00
Rick Anderson ebfd11349a
Update tutorial-your-first-web-api.md 2017-11-22 11:04:29 -10:00
Rick Anderson 39e079a043
Update tutorial-your-first-web-api.md 2017-11-21 14:05:05 -10:00
Rick Anderson cdc8145e8b
Update tutorial-your-first-web-api.md 2017-11-21 14:01:28 -10:00
Alex McCool 733bb72677 Its not MyHub (#4811)
isnt this connecting to ControllerHub, not MyHub ?
2017-11-20 15:34:48 -05:00
Isaac Levin b6867e51d1 Update Getting Started with ASP.NET MVC 5 to VS 2017 #4557 (#4792)
* initial commit, Getting Started, Adding a Controller

* adding a view

* adding model, connection string, accessing data

* Examining the Edit Methods and Edit View

* adding search

* adding a field

* adding validation

* examine details

* change image

* update images

* resize images
2017-11-17 16:34:58 -10:00
rnwood cbac892072 Remove repeated word that doesn't make sense. (#4817) 2017-11-17 12:10:21 -06:00
natalya-k 740ef6bd14 Offsets were added. (#4780)
The code block for sample9.cshtml was fixed.
2017-11-15 10:08:17 -10:00
Chris F Carroll a3911e0e84 erratum: WSP compilation tempDirectory (#4791) 2017-11-14 08:11:30 -10:00
Maira Wenzel e2e00fcd3a fixed product name (#4787) 2017-11-13 18:24:30 -10:00
Sadegh-Ameri a0f9cfbb2b Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md (#4767) 2017-11-10 14:05:03 -10:00
Rick Anderson 5dada9eb2b
Update live with current master (#4741)
* Tabbifying script examples per OS (#4735)

* Command line deployment

* typo fix

* edits per review

* increased visibility of 'pub to azure' scenarios

* removed copy/paste debris

* Tabbified the local code segments

* fixed merge whoops

* attempting to fix TOC

* Fixed toc xref

* Update implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application.md (#4745)

* Update adding-controller1.md (#4747)

* Update adding-controller1.md

* Update adding-controller1.md

* Update publish-to-azure-webapp-using-vs.md (#4746)
2017-11-08 10:37:06 -10:00