0
votes
C#: How can i elegantly and or simplistically make cross threaded calls?
Using delegates and events.
That would be my best answer.
http:/ …
1
vote
How to change .ASPX automatic formatting settings (Visual Studio)
You're able to change the autoformatting in this menu: Tools -> Options -> Text Editor
You can for example change the if statement's new line, under: C# …
