Tagged Questions
1
vote
5answers
320 views
Why I cannot use Object Initializers in ASP.NET 2.0?
Why I can use Object Initializers in Visual Studio 2008 Windows projects, etc targeted to .NET 2.0 but cannot - in ASP.NET projects targeted to .NET 2.0 ?
I understand that this is C# 3.0 features, ...