Pawel Kadluczka
6d5211229e
Update logging.rst
2016-05-23 10:18:10 -10:00
steveo068
41773747d1
Correct the example to access a configuration
...
The key ``Data:DefaultConnection:ConnectionString`` does not exists in the reference appsettings.json.
2016-05-20 11:17:06 -10:00
Lucas V. F. Ventura
5b37977379
Update middleware.rst
...
Asp.Net 5 name correction to Asp.Net Core
2016-05-17 10:27:06 -07:00
Steve Smith
cc9e151328
Update DI sample to RC2 and remove extra files
2016-05-17 00:37:13 -07:00
danroth27
252bfa0f97
Update common samples to RC2
2016-05-16 14:40:08 -07:00
danroth27
76ad77e026
Merge branch 'dev'
2016-05-16 12:16:38 -07:00
Aftab Ansari
b6714a4fce
Update static-files.rst
...
Microsoft.AspNet.StaticFiles nuget package name is no where mentioned in Article.
I was looking for help on how to serve static assets from ASP.net Core App. After reading article i get to know all extension method but actual package name could not found anywhere.
I feel we must include this.
Developers will get access to this Middleware if they install this specific nuget package.
2016-05-15 00:40:33 -07:00
RachelAppel
ed6a1f1e7a
Added environment tag helper
2016-05-02 21:03:48 -07:00
Petr Onderka
3aa24e4431
Fixed broken links
2016-05-02 14:54:54 -07:00
Steve Smith
37e3b08cad
Error Handling
2016-05-01 13:28:27 -04:00
Petr Onderka
8209e68ce1
Example URIs should not be links
...
This includes:
* localhost
* example.com
* example email addresses
* schema URI
2016-04-28 22:40:38 +02:00
danroth27
65a9bbae1a
Use contents directive in static files doc
2016-04-27 10:27:20 -07:00
Eric Rohlfs
de65e84497
Update static-files.rst
...
The title 'default files' is fine, but most experienced ASP.NET developers are scanning for the word "default document".
I also added a note about the order in which default and static is called.
2016-04-27 10:26:10 -07:00
ricka1
7727b53df4
update Middleware
...
steve's response
2016-04-26 18:36:48 -04:00
danroth27
9a1816faf0
Merge branch 'master' into dev
2016-04-22 15:30:58 -07:00
RachelAppel
4171bd2b57
Revert "environment tag helper in Working with Multiple Environments article #1028"
...
This reverts commit 50520b13be
.
2016-04-22 10:30:27 -04:00
RachelAppel
50520b13be
environment tag helper in Working with Multiple Environments article #1028
2016-04-20 18:04:34 -04:00
Sourabh Shirhatti
bc124560f7
Hosting__Environment on *nix
2016-04-06 11:49:53 -07:00
Léonard Labat
3e5d5f8172
Removed mention to ASPNET_ENV
...
Addresses #872
2016-04-06 11:27:40 -07:00
Steve Smith
601e869964
Updated diagnostics per #1099
2016-04-06 08:11:41 -04:00
danroth27
f965804df9
Rename ASP.NET 5 to ASP.NET Core and other general cleanups
2016-03-28 16:29:22 -07:00
danroth27
5a12f2ac7e
Remove dnx folder and related content
2016-03-25 13:56:44 -07:00
danroth27
7d18da207f
Merge branch 'master' into dev
2016-03-24 15:21:47 -07:00
Rick Anderson
4eff70a60b
Add new localization article
2016-03-24 14:03:58 -07:00
Léonard Labat
c26de39213
Static files IIS considerations
...
Addresses #1074
2016-03-17 12:28:07 -07:00
Rick Anderson
0c56f3b2c1
Add Nicholas Blumhardt DI blog
...
From: David Fowler Sent: Thursday, March 10,
Subject: Excellent article on dependency injection
As we're making DI a first class citizen in the new ASP.NET stack, it's important to understand some of the reasoning and patterns behind this. I just found this article written by autofac author and ex msft employee Nicholas Blumhardt. It's a great way to get a proper mental model of a dependency injection system and container:
http://blogs.msdn.com/b/nblumhardt/archive/2008/12/27/container-managed-application-design-prelude-where-does-the-container-belong.aspx
2016-03-15 11:52:52 -10:00
leek20
8db3df2c04
Update routing.rst
2016-03-14 14:08:50 -04:00
Steve Smith
c85bc46c67
Fixed typo.
2016-03-09 11:50:46 -05:00
Steve Smith
4d9bcc45d1
Routing article
2016-03-09 08:42:39 -05:00
mperdeck
65dbc46833
New "Migrating HTTP Modules to Middleware" article
2016-03-03 14:37:11 -08:00
danroth27
3a8af3937a
Merge branch 'master' into dev
2016-03-02 17:52:48 -08:00
danroth27
88130df2c5
Remove mvc sphinx project files and intersphinx links
2016-03-02 11:19:51 -08:00
danroth27
4137d0b3e7
Create new aspnet caching node and merge in mvc content
2016-03-02 11:19:45 -08:00
Steve Smith
728307ae80
Fix Typo
...
Service -> Services
2016-02-29 09:03:42 -08:00
dotnetdoktor
b52765c43f
Update servers.rst
...
typo: Additonally->Additionally
2016-02-22 11:40:46 -08:00
danroth27
532bf3e5ff
Clean up order of Fundamentals
2016-02-17 23:23:32 -08:00
danroth27
144d414682
Remove WebSockets article
2016-02-17 23:12:22 -08:00
danroth27
fdd6e29d16
Rename File System article to File Providers
2016-02-17 23:10:54 -08:00
danroth27
4baaca9d7a
Remove HTTP Abstractions article
2016-02-17 23:04:30 -08:00
danroth27
c7ee1b1996
Merge branch 'master' into dev
2016-02-17 21:52:40 -08:00
Stuart Dobson
7c58062e9f
Update Startup.cs
...
Simplify environment check with IsDevelopment extension method
2016-02-17 12:08:02 +11:00
Daniel Roth
6846f3da46
Fix DI sample link.
2016-02-16 14:50:58 -08:00
danroth27
a7f89be346
Merge branch 'master' into dev
2016-02-12 09:21:31 -08:00
Erik Reitan
aafa0cb397
Add links to articles on azure.com
2016-02-12 09:18:18 -08:00
Maher Jendoubi
65f19ac56e
React OWIN article to ASP.NET Core rename
2016-02-10 22:00:23 -08:00
Daniel Roth
beb05ac3e1
Remove mention of WCF hosting from servers article
2016-02-09 21:04:32 -08:00
Daniel Roth
025c080af1
Update diagnostics.rst
2016-02-01 16:34:09 -08:00
Léonard Labat
03e7fd6d91
Update OWIN article to RC1
2016-02-01 15:53:02 -08:00
Zhiliang Xu
343d9d7721
Fix the line numbers of code snippets
...
Fix the line numbers of code snippets when referencing to dependency-injection/sample/src/DependencyInjectionSample/Startup.cs
2016-01-30 16:41:09 -08:00
Sourabh Shirhatti
d1af913924
Update servers article to rc1
...
Link to milestone rather than commit
Remove dependencies
Respond to feedback
Whitespace trim
UE revision
UE revision
More UE changes
2016-01-25 12:56:39 -08:00