-
This example specifically talks about how streaming reduces the demands for memory or disk space when uploading large files.
The section [Upload large files with streaming](https://learn.microsoft.…
-
Database should be designed using a tool such as Visio, in order to use as a reference for coding the actual database.
At a minimum, the database should have the following tables or entities:
- Bo…
-
We are looking into starting a project in ASP.NET MVC and Csla.
Do we have to have a reference to Csla.Web in the BusinessLayer project? We will be calling Csla.ApplicationContext in the business la…
-
We have an ASP.NET core web API help pages with Swagger (swashbuckle). If there is any error , then we want to send the error with the content-type set to “application/*+json”.
Something like thi…
-
I'm getting the following stack track when I try to compile my views:
```
Custom tool error: System.NullReferenceException: Object reference not set to an instance of an object.
at System.Web.Razo…
-
I find strange issue with odata core and NgSQL for entity framework core. When I get timeout on EFcore cause port block, EFCore raise exception, but this exception is cover up by 200 OK response someh…
-
Under the Update Edit method, if someone copies and pates the section for adding .AsNoTracking() they will run into errors. Consider updating the v5 instructions to show:
` var departm…
-
_From @rangav on May 11, 2017 6:30_
Hi I published asp core website onto azure and its working fine. But i have one issue with bootstrap glyph fonts rendering.
I am seeing the below issue randoml…
Eilon updated
6 years ago
-
## Steps to reproduce:
1) `dotnet new mvc -o Project1`
2) Follow .Net CLI instructions here: https://docs.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-2.…
-