Quantcast
Channel: Shahin Alborz - EPiServer & ASP.NET developer » C#
Viewing all articles
Browse latest Browse all 2

To var or not to var – c# implicit variable declaration

$
0
0
There is always a lot of talk about coding conventions and best practices, and with C# 3.0 came implicitly typed local variables which enables the var keyword to be used when declaring variables. The variable will in fact be strongly typed. The compiler takes care of that by determining the appropriate type. The question is […]

Viewing all articles
Browse latest Browse all 2

Trending Articles