3
votes
5answers
644 views
A C# to VB.Net conversion utility that handles Automatic properties correctly?
I hope this isn't considered a duplicate since it's more pointed than similar questions (I'm curious about a specific weakness in C# to VB.net conversion utilities).
I've been looking at us …
2
votes
12answers
312 views
Would you develop in VB and then convert your code to C# just to have your entire team use one language?
I'm not considering this - I'm comfortable with C# and VB, but an expert in neither. But, some on my team have expressed an intention to do this since we're moving toward C# as a standard.
…
17
votes
Why are circular references in Visual Studio a bad practice?
Yes, this is a bad practice for precisely the reason you've stated - you cannot rebuild from the source.
…
1
vote
What is the best way and recommended practices for interacting with Lotus Notes from C#
Back in the day I would have recommended N2N from Proposion, but that product has gone since Quest acquired Proposion.
That said, Proposion was proof that you can wrap the Notes API in a se …
1
vote
.NET 2.0: Sending email to a distribution group
You can give the groups a full internet e-mail address. Ask your admin if you don't know how.
…
0
votes
Why won’t anyone accept public fields in C#?
And let's not forget that accessors give you flexibility when working with multiple threads.
…
