NeoTekSystems Blog

This Blog is hosted and monitored by NeoTekSystems and its staff.
All programmers and business representatives are welcome
to stop by and participate in discussions about the .NET framework.
Welcome to NeoTekSystems Blog Sign in | Join | Help

Search

You searched for the word(s):
Showing page 1 of 3 (23 total posts) < 1 second(s)
  • Re: Am I the First one?

    test
    Posted to Dot Net General (Forum) by jspano on September 3, 2008
  • Multithreading In VB.Net

    Multithreading in Visual Basic.Net &nbsp; Introduction &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Multithreading, a very powerful technique, is essential for modern software development.&nbsp; .&nbsp; Software users expect to work with a very responsive program that they dont have to wait on, which is a very ...
    Posted to Full Articles (Forum) by jspano on June 7, 2005
  • How to create a login form class

    This FAQ will explain how to show and close a login form correctly in .NET. It will not show how to do good login form code such as limiting login tries or how to connect to a db etc. The attached project was created with VS.NET 03. If you have 02, just create a new solution and project and add the form and module files. There are two main points ...
    Posted to FAQ's (Forum) by jspano on June 7, 2005
  • Implementating the Command Pattern

    Implementing the Command Pattern in .Net Level: Intermediate + to Object Oriented Programming; Beginner + with .Net and C# &nbsp;&nbsp;&nbsp;&nbsp;The command pattern is a very useful pattern when you want to give your users the ability to do certain things and undo them. Typical examples are the undo and redo on many programs today. This ...
    Posted to Full Articles (Forum) by jspano on June 7, 2005
  • Implementing the Factory Design Pattern

    Implementing the Factory Pattern in .Net Level: Beginner + to Object Oriented Programming; Beginner + with .Net and C# &nbsp;&nbsp;&nbsp;&nbsp;The factory design pattern is very simple. Several other patterns, like the abstract factory pattern, build off of it though, so it is a common base pattern. You use this pattern when one or more of the ...
    Posted to Full Articles (Forum) by jspano on June 7, 2005
  • Implementing the Proxy Design Pattern In .Net

    Level: Beginner + to Object Oriented Programming; Beginner + with .NET and C# &nbsp;&nbsp;&nbsp;&nbsp;The Proxy design pattern shows a way to do just in time loading of objects that would consume too much memory to keep around, or takes a lot of time to load. This can be a very useful pattern for many applications. A good example of this pattern is
    Posted to Full Articles (Forum) by jspano on June 7, 2005
  • Implementing the Strategy Pattern in .NET

    Implementing the Strategy Pattern in .NET Level: Intermediate + to Object Oriented Programming; Beginner + with .NET and C# &nbsp;&nbsp;&nbsp;&nbsp;Frequently with applications many of the operations they perform are dynamic depending on several factors. Think about a common scenario, sales tax. Tax amounts are based off the place where you live. ...
    Posted to Full Articles (Forum) by jspano on June 7, 2005
  • Introduction To Design Patterns and the Singleton Design Pattern in .Net

    Implementing the Singleton Design Pattern in .Net Level: Intermediate Level at Object Oriented Programming; Beginner + Level with .Net and C# &nbsp;&nbsp;&nbsp;&nbsp;Design Patterns are a very useful programming concept that is often forgotten about in the heat of a programming project. Design Patterns are basically code design templates that have ...
    Posted to Full Articles (Forum) by jspano on June 7, 2005
  • Implementating the Visitor Design Pattern

    Implementing the Visitor Design Pattern In .Net Level: Intermediate to Object Oriented Programming; Beginner + with .NET and C# &nbsp;&nbsp;&nbsp;&nbsp;The visitor design pattern is very useful in situations where normal polymorphism wont work because we have fundamentally different objects, with different interfaces, that you want to work on your
    Posted to Full Articles (Forum) by jspano on June 7, 2005
  • 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 help you to develop better software. &nbsp;&nbsp;&nbsp;&nbsp;A delegate can be defined as a type ...
    Posted to Full Articles (Forum) by jspano on June 7, 2005
1 2 3 Next >
Powered by Community Server, by Telligent Systems