In this post, we’ll try to find the shortest word in a string using LINQ.
Month: September 2018
Tag Helpers in ASP.NET Core
In this post, we’ll see how to use the tag helpers inside razor files in ASP.NET Core application.
Get only specific types from List in C#
This is a post to get the specific type of items from a mixed list of items. I have tried couple of solutions for the problem but it looks like there’s more elegant solution than my solution.