-
### Description
The ASP.NET Core fundamentals doc currently shows MVC & Razor Pages. Instead, it should show Blazor for any frontend web development needs.
### Page URL
https://learn.microsoft.com/…
-
## Problem Statement
Currently Autofac.Mvc using Microsoft.AspNet.Mvc version 5.10 which is outdated.
## Desired Solution
Upgrade Microsoft.AspNet.Mvc to latest version.
## Alternatives …
-
We used to have column resizing option in VB6. This was handy to see columns together.
We do not have it in .net anymore.
Here is an example of ASP.net column resizing
https://demos.telerik.com/…
-
### Description
In the `EditPost` action method, the `DbUpdateException` is caught to add a ModelState error. To display this error to the user, the code should re-render the same Edit view. But …
-
```
I encountered the following errors:
! dev-dotnet/microsoft-aspnet-mvc
Reasons: dev-util/monodevelop-6.1_p2016062206:0::shnurise
Unsuitable candidates:
* Found no packages fo…
l29ah updated
6 years ago
-
See https://github.com/aspnet/Mvc/pull/7780
When available in MVC
-
When I install a package with Nuget it installs all package dependencies, But when I install the package with LiGet it installs the package itself not its dependencies.
When I install a package wit…
-
Hello,
If issues are not the right way to ask about this, feel free to close it.
In a project's paket.dependencies file, I found thoses lines:
nuget Microsoft.AspNet.Mvc == 5.2.6
nug…
-
### Description
We are using the SkiaSharp library to generate an image using SKData in an ASP.NET MVC application. When running the MVC application as multiple sites(Use same folder for all the si…
-
The `_GlobalImport.cshtml` file introduced in MVC 6.0 Beta 3 has been renamed to `_ViewImports.cshtml` in Beta 5. Rename files in your projects for MVC to continue to honor the contained directives.
…