Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / Visual Basic

.NET Design Patterns

Rate me:
Please Sign up or sign in to vote.
3.87/5 (10 votes)
12 Jan 2009CPOL2 min read 111.3K   2.7K   51  
Design patterns are recurring sequences, built-in .NET patterns are scattered over the framework.
'------------------------------------------------------------------------------
' <auto-generated>
'     This code was generated by a tool.
'     Runtime Version:2.0.50727.42
'
'     Changes to this file may cause incorrect behavior and will be lost if
'     the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------

Option Strict On
Option Explicit On

Imports System

Namespace My.Resources
    
    'This class was auto-generated by the StronglyTypedResourceBuilder
    'class via a tool like ResGen or Visual Studio.
    'To add or remove a member, edit your .ResX file then rerun ResGen
    'with the /str option, or rebuild your VS project.
    '''<summary>
    '''  A strongly-typed resource class, for looking up localized strings, etc.
    '''</summary>
    <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"),  _
     Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
     Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),  _
     Global.Microsoft.VisualBasic.HideModuleNameAttribute()>  _
    Friend Module Resources
        
        Private resourceMan As Global.System.Resources.ResourceManager
        
        Private resourceCulture As Global.System.Globalization.CultureInfo
        
        '''<summary>
        '''  Returns the cached ResourceManager instance used by this class.
        '''</summary>
        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
        Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
            Get
                If Object.ReferenceEquals(resourceMan, Nothing) Then
                    Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("GenericAdapter.Resources", GetType(Resources).Assembly)
                    resourceMan = temp
                End If
                Return resourceMan
            End Get
        End Property
        
        '''<summary>
        '''  Overrides the current thread's CurrentUICulture property for all
        '''  resource lookups using this strongly typed resource class.
        '''</summary>
        <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>  _
        Friend Property Culture() As Global.System.Globalization.CultureInfo
            Get
                Return resourceCulture
            End Get
            Set
                resourceCulture = value
            End Set
        End Property
    End Module
End Namespace

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder CSP Solutions
Lebanon Lebanon
Rabeeh Abla is a Lebanese entrepreneur, who studied computer science in Lebanon at the University of Balamand, and worked there for two years in research related to artificial intelligence. After that, he worked for six years in software development at a Lebanese US based company where he held the position of a software architect.

In 2009 Rabeeh founded CSP Solution as his first and core business. CSP Solutions is founded on the idea to put optimization within clients reach, by providing innovative software solutions that save time and money.

In 2010 Rabeeh won the Berytech incubation award.

In 2011 Rabeeh was introduced to Mowgli through Berytech, were he was selected as one of Mowgli entrepreneurs.

In August 2013 one of the innovative products that CSP developed for its clients was featured as app of the month at Nuance (Speech Recognition world leader). And there are currently less than five speech recognition solutions similar to it in the world. Thus, CSP as a Lebanese company is very proud by its client’s success stories, and achievements.

CSP idea of success is to develop and provide high quality innovative software solutions that saves time and money, and consequently put optimization within clients reach, this is CSP slogan that is embedded in the company culture, software products and service, everything revolves around optimization in CSP, it is the core foundation of the business.

In mid 2014 Rabeeh started another company under CSP Solutions, and named it CSP Healthcare, with one motive to improve patient care. By providing Electronic Medical Records for clinics and hospitals, cloud based and on premise deployment. He claims “Our focus is to help healthcare institutions in Lebanon, MENA and USA in improving patient care. We are currently seven employees in Lebanon and a team of twenty developers in India, we are growing everyday and looking to scale CSP offices.”

Comments and Discussions