Skip to content
  • Twitter
  • RSS

.NET Development & News

  • Home
  • Contact

Recent Posts

  • .NET 4.5 and TLS 1.2
  • Azure Web App with Let’s Encrypt Certificate – Powershell Automation
  • Polly, a resilience and transient-fault-handling library
  • MemAnalyzer v2.5 Released
  • Publishing dotnet core to IIS does not copy project xml documentation

Archives

  • March 2018
  • January 2018
  • August 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • May 2013

Categories

  • .NET
  • C#
  • Cloud
  • DevOps
  • eBooks
  • Fun
  • Javascript
  • Mobile
  • Security
  • SQL
  • Systems
  • Uncategorized
  • Web

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Skip to content

.NET Development & News

a bit of this and that

Tag: mvc

.NET, C#, Web

Injecting services into ValidationAttributes in ASP.NET Core

Posted on October 11, 2016November 1, 2016 by johnytables

This post describes how to use dependency injection with ValidationAttributes in ASP.NET Core, and the process I took in trying to figure out how!

http://andrewlock.net/injecting-services-into-validationattributes-in-asp-net-core/

 

0
.NET, C#, Web

How I usually deal with DropDowns in MVC

Posted on September 15, 2016November 1, 2016 by johnytables

How I usually deal with DropDowns in MVC

http://www.danylkoweb.com/Blog/a-recipe-book-for-dropdownlists-in-aspnet-mvc-HA

 

0