Skip to content

Code Rethinked

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

C#

Don’t use Func delegate on the Entity Framework entities

February 4, 2020November 3, 2018 by Karthik Chintala
Func delegate on the Entity Framework entities

In this post, I’ll show you what happens when you use a func delegate on the Entity Framework entities.

Read more

Categories C# Tags performance 1 Comment

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

Shortest word in a string with LINQ

February 2, 2022September 28, 2018 by Karthik Chintala

In this post, we’ll try to find the shortest word in a string using LINQ.

Read more

Categories C# Tags linq Leave a comment

Get only specific types from List in C#

June 8, 2021September 10, 2018 by Karthik Chintala
get only specific types from list

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.

Read more

Categories C# Tags filter, linq, list, oftype Leave a comment

How c# compiler looks at switch case statements

June 22, 2021July 19, 2018 by Karthik Chintala
binary code book

Every developer writes a switch case statement at least once in their life of programming but as he/she understands the switch is no longer maintainable they tend to look for patterns and do refactoring.

In this post, we’ll see what’s actually inside of a switch case statement.

Read more

Categories C# Tags compiler, IL, switch case Leave a comment

Awaiting A Method Vs Awaiting A Task

February 2, 2022July 18, 2018 by Karthik Chintala
awaiting

What is the difference between awaiting a method vs await a task in c#. In this post, we’ll explore the major difference between awaiting a method and awaiting a Task.

Read more

Categories C# Tags asyncawait, csharp, task Leave a comment
Post navigation
Newer posts
← Previous Page1 Page2

Subscribe for a new post?

Archives

  • August 2022 (2)
  • July 2022 (2)
  • 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/Libraries
  • Visual Studio
  • VUE

Tags

asp.net core aspnetcore asyncawait axios benefits blazor Bogus c# cancel compiler component parameters 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 minimalapi model state validation oftype performance private variables row_number switch switch case taghelpers task unit testing vue vue-test-utils vue cli vuejs vue ui
© 2022 Code Rethinked • Built with GeneratePress