Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

John Spano Profile

photo John Spano (jspano)
09 Jan 2006
SC United States

http://www.NeoTekSystems.com
Contact memberContact this Member Edit ProfileEdit my profile

John Spano cofounder and CTO of NeoTekSystems, a Greenville, South Carolina technology consulting company. NeoTekSystems offers IT consulting, custom programming, web design and web hosting. We specialize in Microsoft .Net enterprise development and business design. I have six years of experience in software architecture. My primary focus is on Microsoft technologies, and I have been involved in .NET since beta 1. I currently hold a MCSD, 2 MCITP (Admin and Developer) and 3 MCTS certifications (Win, Web, Distributed), a Microsoft MVP, and have won the Helper of the Month contest for July 2002 in the devCity.NET forums.

This user has contributed 2 articles, 0 code samples and posted 1 messages in our discussion forums.

Technology Interests

    Articles & Tutorials

  • Multithreading in VB.NET

    by jspano

    Multithreading, a very powerful technique, is essential for modern software development. Software users expect to work with a very responsive program that they don’t have to wait on, which is a very reasonable demand with the processor speeds that are currently available. Enter multithreading. This article shows you how.. Read full article

  • Delegates in VB.NET

    by jspano

    You use them everyday, but might not know it. In this article, we will take a look at what a delegate is and how it will help you to develop better software. . Read full article