Skip to content

Commit 451d66d

Browse files
committed
...
1 parent 79fa6e1 commit 451d66d

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

doc-net/breeze-server-4x.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
layout: doc-net
33
redirect_from: "/old/documentation/entity-framework.html"
44
---
5-
# Breeze Server for .NET 4.x
5+
# Breeze Server for .NET 4.x
6+
7+
[Start here](/doc-net/webapi-routing-4x)

doc-net/breeze-server-core.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ layout: doc-net
44
---
55
# Breeze Server for .NET Core
66

7+
For detailed documentation:
78

8-
We have provided a sample Breeze Server application along with instructions on how it can be built below:
9+
[Start here](/doc-net/webapi-controller-core)
10+
11+
## Sample Application
12+
13+
We have also provided a sample Breeze Server application along with instructions on how it can be built below:
914

1015
* [For .NET Core 3](https://github.com/Breeze/northwind-core-ng-demo/blob/master/STEPS-Server-Core3.md)
1116
* [For .NET Core 2](https://github.com/Breeze/northwind-core-ng-demo/blob/master/STEPS-Server-Core.md)

doc-net/nuget-packages.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ We also recommend that you look at Brian Noyes "<a href="http://www.pluralsight.
4141
- [Breeze.Persistence.EFCore (support for EF Core)](https://www.nuget.org/packages/Breeze.Persistence.EFCore/)
4242
- [Breeze.Persistence.NH (support for NHibernate)](https://www.nuget.org/packages/Breeze.Persistence.NH/)
4343

44+
<br>
4445
- For .NET Framework 4.7.x and Entity Framework 6
4546

4647
These packages are no longer being maintained. Please migrate to .NET Core 3 versions.
@@ -50,6 +51,8 @@ We also recommend that you look at Brian Noyes "<a href="http://www.pluralsight.
5051
- [Breeze.Server.ContextProvider](https://www.nuget.org/packages/Breeze.Server.ContextProvider/)
5152
- [Breeze.Server.ContextProvider.EF6 ( support for EF6)](https://www.nuget.org/packages/Breeze.Server.ContextProvider.EF6/)
5253
- [Breeze.Server.ContextProvider.NH ( support for NHibernate)](https://www.nuget.org/packages/Breeze.Server.ContextProvider.NH/)
54+
55+
<br>
5356

5457
- For .NET Framework 4.x and Entity Framework 5
5558

@@ -59,10 +62,3 @@ We also recommend that you look at Brian Noyes "<a href="http://www.pluralsight.
5962
- Breeze.Server.WebApi.Core
6063
- Breeze.Server.WebApi.EF
6164

62-
## Pick an ASP.NET project template
63-
64-
65-
## Next step
66-
67-
68-
Now that we have a basic Web Application project, we're ready start building our app...starting with [the server-side model](/doc-net/ef-serverside-model)

doc-net/odata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ redirect_from: "/old/documentation/odata-server.html"
44
---
55
# **OData Services**
66

7-
Prior to the advent of ASP.NET Core, OData was a important part of the .NET ecosystem. **This is no longer the case.** As a result Breeze only retains its OData support for legacy ASP.NET Web API applications.
7+
Prior to the advent of ASP.NET Core, OData was a important part of the .NET ecosystem. **This is no longer the case.** As a result Breeze only retains its OData support for Net 4.x ASP.NET Web API applications. **We will not be supporting OData for .NET Core.**
88

99
ASP.NET provides a special set of components and techniques for building an <a href="http://www.asp.net/web-api/overview/odata-support-in-aspnet-web-api" target="_blank" title="OData Support in Web API">OData service in Web API</a>.
1010

0 commit comments

Comments
 (0)