Skip to content
#

asp-net-core-mvc

Here are 777 public repositories matching this topic...

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 Mar 29, 2022
  • JavaScript
dasblog-core
poppastring
poppastring commented Feb 23, 2022

The <post-read-time /> TagHelper is used to calculate the number of minutes we guess it will take to read the article. This calculation uses a simple arithmetic around the number of words Post.Content.

There is a hypothesis that suggests we should also include 30 seconds per image in the post.

The task here is to find the number of images in Post.Content and add it to the number

JqueryDataTablesServerSide
amoraitis
amoraitis commented Jun 8, 2020

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
enhancement help wanted good first issue hacktoberfest

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