Skip to content

Code Rethinked

  • Home
  • VUE
  • .NET
    • C#
    • ASP.NET Core
    • .NET Core
    • Entity Framework
  • Privacy Policy
  • MY Projects
    • Auto UUID Generator

Month: October 2018

Building dynamic LINQ queries using Expression Trees and Func

February 7, 2020October 26, 2018 by Karthik Chintala

Filtering an item from a list of items is easy but if the item to filter is not known at compile time then filtering a list will be little complicated.

Read more

Categories C# Tags csharp, expression trees, func, linq, switch 2 Comments

Creating custom tag helpers in ASP.NET Core

February 7, 2020October 2, 2018 by Karthik Chintala

In this post, we’ll see how to create a custom tag helper in ASP.NET Core project.

Custom tag helpers can be created by implementing TagHelper class. The Tag helper class has two methods that can be overridden.

Read more

Categories ASP.NET Core Tags custom, taghelpers Leave a comment

Subscribe for a new post?

Archives

  • April 2022 (1)
  • June 2021 (1)
  • May 2021 (1)
  • January 2021 (1)
  • November 2020 (1)
  • June 2020 (1)
  • May 2020 (3)
  • April 2020 (2)
  • February 2020 (1)
  • December 2019 (2)
  • November 2019 (1)
  • October 2019 (1)
  • September 2019 (1)
  • August 2019 (1)
  • July 2019 (1)
  • June 2019 (1)
  • May 2019 (1)
  • April 2019 (2)
  • March 2019 (3)
  • February 2019 (2)
  • January 2019 (1)
  • December 2018 (2)
  • November 2018 (1)
  • October 2018 (2)
  • September 2018 (3)
  • August 2018 (4)
  • July 2018 (2)

Categories

  • .NET Core
  • ASP.NET Core
  • C#
  • Entity Framework
  • JavaScript
  • Tools/Utils
  • Visual Studio
  • VUE

Tags

asp.net core aspnetcore asyncawait axios benefits blazor c# cancel compiler component parameters components computed properties csharp custom customizing 400 error response dapper data binding delegates design patterns event bubbling event delegation expression trees filter func getting started IL libman linq list model state validation oftype performance private variables props row_number switch switch case taghelpers task unit testing vue vue-test-utils vue cli vuejs vue ui
© 2022 Code Rethinked • Built with GeneratePress