Click here to Skip to main content
15,891,687 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg16-Jun-14 0:50
Colborne_Greg16-Jun-14 0:50 
GeneralRe: Visual Basic needs more credit Pin
BobJanova10-Jun-14 5:09
BobJanova10-Jun-14 5:09 
GeneralRe: Visual Basic needs more credit Pin
PIEBALDconsult10-Jun-14 5:22
mvePIEBALDconsult10-Jun-14 5:22 
GeneralRe: Visual Basic needs more credit Pin
BobJanova10-Jun-14 23:33
BobJanova10-Jun-14 23:33 
GeneralRe: Visual Basic needs more credit Pin
PIEBALDconsult11-Jun-14 4:19
mvePIEBALDconsult11-Jun-14 4:19 
GeneralRe: Visual Basic needs more credit Pin
harold aptroot10-Jun-14 5:10
harold aptroot10-Jun-14 5:10 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:14
Colborne_Greg10-Jun-14 5:14 
GeneralRe: Visual Basic needs more credit Pin
PIEBALDconsult10-Jun-14 5:36
mvePIEBALDconsult10-Jun-14 5:36 
Yes. And I really don't like that Extension Methods require the using directive.


Very powerful are aliases though. Recently I used an alias to resolve a namespace conflict, rather than have globall:: scattered throughout some code:

namespace PIEBALD.Data.MySql
{
  using MySqlClient=global::MySql.Data.MySqlClient ;

  public sealed class DatabaseInfo : PIEBALD.Data.DatabaseInfo<MySqlClient.MySqlDbType>

You'll never get very far if all you do is follow instructions.

GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 10:02
Colborne_Greg10-Jun-14 10:02 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:12
Colborne_Greg10-Jun-14 5:12 
JokeRe: Visual Basic needs more credit Pin
PIEBALDconsult10-Jun-14 5:18
mvePIEBALDconsult10-Jun-14 5:18 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:23
Colborne_Greg10-Jun-14 5:23 
GeneralRe: Visual Basic needs more credit Pin
Stefan_Lang13-Jun-14 3:01
Stefan_Lang13-Jun-14 3:01 
GeneralRe: Visual Basic needs more credit Pin
BobJanova10-Jun-14 5:06
BobJanova10-Jun-14 5:06 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:07
Colborne_Greg10-Jun-14 5:07 
GeneralRe: Visual Basic needs more credit Pin
Simon_Whale10-Jun-14 5:17
Simon_Whale10-Jun-14 5:17 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:27
Colborne_Greg10-Jun-14 5:27 
GeneralRe: Visual Basic needs more credit Pin
Simon_Whale10-Jun-14 5:33
Simon_Whale10-Jun-14 5:33 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 6:06
Colborne_Greg10-Jun-14 6:06 
GeneralRe: Visual Basic needs more credit Pin
PIEBALDconsult10-Jun-14 15:05
mvePIEBALDconsult10-Jun-14 15:05 
GeneralRe: Visual Basic needs more credit Pin
PIEBALDconsult10-Jun-14 15:19
mvePIEBALDconsult10-Jun-14 15:19 
GeneralRe: Visual Basic needs more credit Pin
BobJanova10-Jun-14 23:39
BobJanova10-Jun-14 23:39 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg11-Jun-14 5:22
Colborne_Greg11-Jun-14 5:22 
GeneralRe: Visual Basic needs more credit Pin
BobJanova11-Jun-14 6:18
BobJanova11-Jun-14 6:18 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg11-Jun-14 6:21
Colborne_Greg11-Jun-14 6:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.