-
Prepare Visual Basic for Conversion to C#
Last updated: Friday, April 23, 2021
Published in: CODE Magazine: 2018 - July/August
There’s nothing wrong with coding in VB, but to stay contemporary, you need to get coding in C#. Paul shows you how to convert legacy VB files to C# without re-inventing the wheel.
-
Ask the Doc Detective
Last updated: Friday, February 22, 2019
Published in: CODE Magazine: 2005 - September/October
Doc Detective Sept/Oct 2005
-
Building a 21st Century Application
Last updated: Tuesday, February 19, 2019
Published in: CODE Magazine: 2001 - Issue 2, Markus Egger Talks Tech
In previous issues of Component Developer Magazine, we have introduced technologies such as Queued Components, COM+ Security, Loosely Coupled Events, SQL Server 2000 and BizTalk Server.Each of these represents a fascinating myriad of possibilities. But, how do you put all of them together to build a real-life, highly reliable, 100% available distributed application?
-
Loosely Coupled Events With COM
Last updated: Thursday, November 24, 2022
Published in: CODE Magazine: 2000 - Spring, Markus Egger Talks Tech
COM+ introduces a new way to architect and extend applications:The COM+ Event Service. This service is extremely flexible and much easier to handle and maintain than all other COM based event models we've seen so far. They are especially useful for business events that can now be published throughout the system without losing any control over business rules.