-
1). Where are We Going: .NET vs Java? By : James Arendt
What in the world is going on in the marketplace? Technology is moving so fast that it is sometimes a little difficult to tell what is happening.
Let’s take a short trip back to the past.
It wasn’t too long ago that applications were designed, developed, and deployed on a single machine. For those of you that can remember the early days of the personal computer era, things like dbase, FoxBASE, and the like might ring a bell.
Article Related to: vb.net, java, technology, visual basic.net, java vs vb.net, vb, vb vs java, vs.net, visual studio.net, visual studio.
|
-
2). VB.Net: Dynamic Usage Of Eventhandlers By : Thomas Kaloyani
WithEvents and Handles clause requires form us to declare the object variable and the event handler as we write our code, so linkage is created upon compilation. On the other hand, with AddHandler and RemoveHandler, linkage is created and removed at runtime, which is more flexible.
Let's assume that we want to load several MDI child forms, allowing each of them to be loaded only once, and of course to know when one of the child forms is closed.
Article Related to: vb, .net, vb.net, visual basic, basic, software, programming, development, computer, it, developer, event
|