Welcome to NeoTekSystems Blog Sign in | Join | Help

Miscellaneous (RSS)

Miscellaneous Articles

Dot Net 3.0

Microsoft as merged Dot Net 3.0 with WinFX.  Not only will you have the standard base class libraries, but all of WinFX (WPF, WCF, WF and WCS) will be part of the base framework now.   Read more here
posted by jspano | 0 Comments
Filed Under:

South Carolina Code Camp

Another code camp is coming to South Carolina!  There will be many great sessions available to learn from.    If you want to get some more info or wish to help out by volunteering or speaking, you can check it out here: GspDevelopers.or
posted by jspano | 0 Comments
Filed Under:

Delegates in Visual Basic.Net

In your Visual Basic.Net journey, you have definitely encountered a well used but little understood phenomenon called a delegate. 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
posted by jspano | 0 Comments
Filed Under:

Plug-In Architecture With Reflection

Reflection Article     Dot Net has an interesting and very useful concept called Reflection. Since your compiled programs in Dot Net are compiled to IL and not machine code, it is very easy to query an EXE or DLL for what information
posted by jspano | 0 Comments
Filed Under:

Multithreading in Visual Basic.Net

Multithreading in Visual Basic.Net   Introduction               Multithreading, a very powerful technique, is essential for modern software development.  .  Software users
posted by jspano | 0 Comments
Filed Under: