How to tell VB.net that a base class method implements an interface method
In c# I can write the following piece of code:
How to tell VB.net that a base class method implements an interface method
In c# I can write the following piece of code:
How should I implement “queueing” of approval on my objects?
I have a list of objects that will need to go through an approval process.
How should I implement “queueing” of approval on my objects?
I have a list of objects that will need to go through an approval process.
Reference Passing Style Anti Pattern
I’m working on a legacy VB.Net code base. There are very few functions that return values, most of the code is in subs/void methods. The general strategy seems to be to pass everything in by reference, mutate it, and then observe the mutated state.
Inner workings of the IF() function – why aren’t expressions evaluated?
Short version How does the IF() function cause the passed expressions to NOT be evaluated prior to being passed in as parameters? Detailed version I am part of a standards committee, and a discussion was initiated which, in general, is trying to ban the use of the IIF() function. The general consensus is that if […]
Increase speed of a VB.net Application to SQL server 2008 and Hamachi VPN [closed]
Closed 10 years ago.
Increase speed of a VB.net Application to SQL server 2008 and Hamachi VPN [closed]
Closed 10 years ago.
Increase speed of a VB.net Application to SQL server 2008 and Hamachi VPN [closed]
Closed 10 years ago.
Disabling button if the button name is = to datagridview data. (Stock Mapping)
I have problem in my code where it only triggers the else condition, if I remove the else condition I get the proper output. I need the else condition because when I switch tabs it should reset if the other tab doesn’t contain any data.