practical-aspnetcore
practical-aspnetcore copied to clipboard
Practical samples of ASP.NET Core 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
https://github.com/OrchardCMS/OrchardCore/tree/dev/src/OrchardCore/OrchardCore.Modules
About EventListener.
Add more example about TagHelper about conflicting TagHelper https://docs.microsoft.com/en-us/aspnet/core/mvc/views/tag-helpers/authoring?view=aspnetcore-2.2
Mailkit is essentially the defactor mail client for .NET Core.
https://hassantariqblog.wordpress.com/2016/09/02/mvc-when-to-use-keep-vs-peek-in-asp-net-mvc/
Better samples for ASP.NET MVC Core http://www.binaryintellect.net/articles/17841890-a0a2-4094-aabe-1ae85641609c.aspx
https://github.com/ligershark/WebOptimizer
https://github.com/aspnet/Docs/issues/9741 by https://twitter.com/LogDateTime/status/1070588065259970560
https://www.strathweb.com/2017/07/customizing-query-string-parameter-binding-in-asp-net-core-mvc/
It could be great to have a sample to show how we can split the areas of a web app into different projects, something like this: Cms.Web (ASP.NET Core web...