Activity overview
Latest activity by billrob458
Thanks, I imagine that C#10 is in the works being it just RTMed. / comments
Thanks, I imagine that C#10 is in the works being it just RTMed.
Does Reflector support greater than C# 7?
I found this on the product page:NET Reflector supports C#7, .NET 4.7.2, and .NET Core and Standard.
Issue With Sql Aliases attaching to IISExpress
I have connected to ASP.NET/ IIS Express Web Application and am unable to connect to my sql server using alias. I have confirmed starting the website from inside studio works as expected.
I have a...
Thanks for the reply Nick. I figured as much that all the logic was inlined. I was hoping there was some special trick we could use to have more complex "default" parameters we could pass to a constructor initializer. / comments
Thanks for the reply Nick. I figured as much that all the logic was inlined. I was hoping there was some special trick we could use to have more complex "default" parameters we could pass to a co...
Odd Constructor Initializer
This might just be a fluke of the C# disassembler. I'm looking at the ValidationAttribute class of the System.ComponentModel.DataAnnotations (v4).
The ctors look off. I'm pretty sure this is how ...