DEV Community

Daisy
Daisy

Posted on

var Keyword in C#

  1. The var keyword instructs the compiler refer to the type of variable assigned on the right side of expression.

  2. The inferred type may be a built-in type, an anonymous type, a user-defined type, or a type defined in the NET class library.

  3. implicit type variable,

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video