Adam is a Technical Lead and Senior Software Developer with over 12 years of experience in various domain verticals primarily working with the Microsoft .NET stack. He enjoys investigating technical items and design patterns to aid with building scalable SaaS applications. Adam enjoys sharing what he has learnt in his blog - adamstorr.co.uk; concentrating mainly on .NET and ASP.NET Core. Adam's posts have been featured on ASP.NET as well as the ASP.NET Community Stand up. Adam lives in the UK with his wife and two children. He enjoys running and playing disc golf. Follow Adam on Twitter at @WestDiscGolf

Adam Storr has written 1 articles, which have been read 34885 times.
34885
Abstract: In this tutorial, I will look to explain one of the simpler patterns - the Facade Design Pattern, how to implement it, and why it's still relevant in modern development in ASP.NET Core.
$(this).siblings('.current').removeClass('current'); $(this).addClass('current'); $('.tabContent').children('.current').removeClass('current'); $('.tabContent').children().eq($(this).index()).addClass('current'); }); });