-
Updated
Nov 14, 2020 - C#
asp-net-core-mvc
Here are 607 public repositories matching this topic...

-
Updated
Nov 21, 2020 - C#
-
Updated
Nov 2, 2020 - C#
-
Updated
Jun 14, 2020 - C#
-
Updated
Nov 24, 2020 - C#
-
Updated
Nov 22, 2020 - C#
-
Updated
Oct 5, 2020 - C#
-
Updated
Nov 3, 2020 - C#
-
Updated
Aug 28, 2020 - C#
-
Updated
Jul 8, 2019 - C#
-
Updated
Sep 10, 2020 - C#
-
Updated
Nov 23, 2020 - C#
-
Updated
Nov 28, 2020 - C#
-
Updated
Oct 29, 2020 - C#
-
Updated
May 6, 2019 - C#
-
Updated
Nov 27, 2020 - C#
-
Updated
Sep 11, 2019 - C#
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Nov 7, 2020 - C#
-
Updated
Jul 30, 2020 - C#
-
Updated
Aug 16, 2020 - C#
-
Updated
Feb 28, 2018 - C#
In #33 we created an ExpandFrom attribute. We now need to go back and add some documentation and usage examples.
You'll definitely want to read #33 and become familiar with the implementation.
Possible Implementation
- Adding a tutorial for ExpandFrom to docs
1a. Add a reference to the Documentation list and the table of contents - Add a relevant example usage to the NetCoreExampl
-
Updated
Nov 28, 2020 - HTML
-
Updated
Jul 5, 2020 - C#
-
Updated
Dec 1, 2018 - C#
Is your feature request related to a problem? Please describe.
The user will have the ability to import holidays as tasks to the monthly calendar view.
Describe the solution you'd like
Add a new Model class under TodoList/TodoList.Core/Models/
:
This will need a new migration for the new UserPreferences table.
class UserPreferences
// In iso-3166 format. 1 for now. _In the fu
-
Updated
Nov 22, 2019 - C#
Improve this page
Add a description, image, and links to the asp-net-core-mvc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asp-net-core-mvc topic, visit your repo's landing page and select "manage topics."
The ContentMenuItem and LinkMenuItem should use the DisplayText property instead of both parts having a "Name" property. Or maybe a CommonMenuItemPart to share the name and common properties.