asp-net-core-mvc
Here are 547 public repositories matching this topic...
The example uses LocalDb
as development which is only a valid option on Windows. Using SQLite
as development database will work on all platforms.
ImageTagHelper
in the Media module provides an asset-src
attribute for img
tags to easily generate images with proper URL. We could have the same for the a
tag too, so links can be easily generated too.
Since this just needs another HtmlTargetElement
on the class, maybe a good first issue?
-
Updated
Jan 23, 2020 - C#
Hi,
I am trying to figure out how to change the SQL Server DB Schema name from "dbo" to something else. Found nothing in the documentation. Looking at the code, the Db class is sealed and no entry point could allow me to override this.
Can you please advise?
Thank you
Christophe
Is your feature request related to a problem? Please describe.
In the documentation you simply pass an IQueryable to the PagedList without any sort of keyselector. However if you e.g. pass an IQueryable from a database without any keyselector, then the results aren't guaranteed.
The generated SQL (For sql server) is as follows
SELECT [a].[WtgId], [a].[TimeOnUtc], [a].[Code], [a]
-
Updated
Jun 7, 2020 - C#
-
Updated
Jul 8, 2019 - C#
-
Updated
Feb 13, 2020 - C#
-
Updated
May 30, 2020 - C#
Remove the EOS string from the WebSocket sample and send a different message on close
Thanks to @GreenEyedAndy for the comments in #39
-
Updated
Jun 5, 2020 - C#
-
Updated
Apr 29, 2020 - C#
-
Updated
Apr 25, 2020 - C#
-
Updated
Sep 11, 2019 - C#
-
Updated
May 6, 2019 - C#
-
Updated
Jun 4, 2020 - JavaScript
-
Updated
Jun 3, 2020 - C#
-
Updated
May 13, 2020 - C#
Documentation
The package lacks some documentation, that makes it hard to use. For example, when adding the Elmah service, there is no clue about the meaning of the option fields.
Is it possible to add a summary
tag to the public items? That would greatly help to use this library.
-
Updated
Feb 24, 2020 - C#
Hey! This came up today in the STLPSUG meetup.
I notice that the readme still specifies using dnx in the get going instructions, which I think i out of date - can you clarify / update?
Am I completely wrong? Really excited to see you working on this project again!
-
Updated
Feb 28, 2018 - C#
-
Updated
Feb 28, 2020 - 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
Update Quickstart
-
Updated
Jan 27, 2020 - C#
-
Updated
Dec 1, 2018 - C#
-
Updated
Nov 22, 2019 - C#
Describe the bug
To Reproduce
Currently, we run one command per secret, which is painful for developers who want to contribute to our project.
Support for social login providers
If you want to allow your users to login with their social accounts, e.g. Facebook, follow instructions below.
Facebook
1 - Follow this guide to generate AppID and AppSecret.
2 - Execute the f
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."
Currently we debug over an attach to the process.
An idea would be to setup an own debug-profile with the "dotnet electronize init" command.