Skip to content
#

asp-net-core-mvc

Here are 533 public repositories matching this topic...

OrchardCore
Piedone
Piedone commented Apr 13, 2020

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?

GeeWee
GeeWee commented Mar 25, 2020

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]

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.

  • Updated Apr 25, 2020
  • C#
JqueryDataTablesServerSide
alexbarbato
alexbarbato commented Nov 1, 2017

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

  1. Adding a tutorial for ExpandFrom to docs
    1a. Add a reference to the Documentation list and the table of contents
  2. Add a relevant example usage to the NetCoreExampl

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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.