-
Learn the **basics of server-side Web development** and **MVC frameworks**:
- Some MVC framework (e.g. ASP.NET Core MVC)
- CRUD operations with a database (ORM framework + MVC framework)
- Authe…
nakov updated
4 years ago
-
- [x] [Расставим точки над .NET Core и .NET Standard](https://habrahabr.ru/company/microsoft/blog/340128/)
- [ ] [Get Started with ASP.NET](https://www.asp.net/get-started) (**razor**)
- [x] [Разра…
-
- MVC harfleri Model ‑ View (Görünüm)‑ Controller (Derleyici) anlamına gelir.
- MVC deseni, epey yıldır var olan mimari bir modeldir.
- Bu, ASP.NET'e özgü değil, ondan çok uzak.
- Kod veya sınıflar…
-
I followed instruction in the README file :
`dotnet new -i aspnetcore-vuejs `
Then
`mkdir MyProject && cd MyProject`
Then
`dotnet new vuejs`
And i get the same template generated when choosin…
-
I want to create a Student Management App using the STUDENT App Catalog Group in C#
-
Vulnerable Library - microsoft.aspnetcore.1.0.5.nupkg
Microsoft.AspNetCore
Library home page: https://api.nuget.org/packages/microsoft.aspnetcore.1.0.5.nupkg
Path to dependency file: /src/AzureInteg…
-
Vulnerable Library - microsoft.aspnetcore.1.1.3.nupkg
Microsoft.AspNetCore
Library home page: https://api.nuget.org/packages/microsoft.aspnetcore.1.1.3.nupkg
Path to dependency file: /src/AzureInteg…
-
I get the following error when I try to use "in" with an array of Enum strings:
```
The value passed in must be an enum base or an underlying type for an enum, such as an Int32. (Parameter 'value'…
-
This is extremely frustrating. All I want to do is find a way to generate a client that does not require you to import the azure core libraries, which only seem to work for .NET Core. This used to wor…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I made a brand new .NET 6 project with VS22, I added Microsoft.AspNetCore.Mvc.Razor.Run…