Anthony D. Green

Results 4 issues of Anthony D. Green

# Scenario `INotifyPropertyChanged` is essential for modern UI patterns like MVVM. Today developers must add code to all of their properties to take advantage of the interface and that is...

Proposal
Speclet-Needed
Prototype-Needed

This should be permitted ``` If condition1 AndAlso condition2 AndAlso condition3 AndAlso condition4 Then ' Do stuff. End If ```

Proposal

I often get asked why when you perform a type-test the variable doesn't _magically_ get that type inside the `If`. ``` VB.NET Dim obj As Object = "A string" If...

Proposal
Speclet-Needed
Prototype-Needed

@ashmind , Hi! I used to work on the Roslyn team and I'm a huge VB enthusiast, also a fan of SharpLab. I've noticed some experience issues with VB completion...