Results 1 to 6 of 6

Thread: Does anyone know what is Application blocks?

  1. #1
    Join Date
    Dec 2009
    Posts
    68

    Does anyone know what is Application blocks?

    Hi All,

    I am BSc(IT) student, studying in second year. I need you help to get solution over my one query. My what query is that, 'what is Application blocks'?. I don't anything regarding the Application blocks. Even I don't know it's use. I appreciate your help if you are able to help me to understand the Application blocks. I am waiting for you reply.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Does anyone know what is Application blocks?

    Hi,

    The application blocks are modular and extensible. Scalability is typically achieved through a provider model; block delegates part of its work to a supplier, which implements a base class or interface used by the block. While a block is usually provided with some suppliers Prepackaged (e.g a block that allows the connection to the event log Windows or a block that allows you to read and write data in SQL Server), other suppliers can be developed and replaced via the definition of provider type in the configuration block.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Does anyone know what is Application blocks?

    The application blocks are controlled by a configuration, which means that this configuration is used to define their behavior. Application blocks are re-usable source code components that are common development challenges. This configuration can be defined in a configuration file. NET normal or can be created and injected into the power application at runtime. Part of the setup consists of typical values, such as numbers that define the conditions for a given behavior. But as regards the application blocks, configuration is also used to define extensions of the elementary block.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: Does anyone know what is Application blocks?

    Application blocks provides a comprehensive environment for creating scalable as well as robust application. While Enterprise Library comprises several blocks of the useful application, you can also integrate your own reusable components. Another advantage of application blocks is the fact that these plug-and-play components form a layer over the .NET Framework. These components can be easily be integrated and customized to suite your requirements.

  5. #5
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Does anyone know what is Application blocks?

    Hello friend,

    A block implementation is a complex code involving many classes that interact. An application block consists of the component implementation and component design optional. But as regards the application blocks, configuration is also used to define extensions of the elementary block. The runtime component contains the implementation of the logic of the library. This is the file that you reference in your project if you want to use the application block. The development component involves implementing several steps.

  6. #6
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Does anyone know what is Application blocks?

    Application blocks is nothing but reusable source code components and these components can be easily be integrated and customized to suite your requirements. A block implementation adds complexity to the library and the dependency on other blocks in Enterprise Library. For example, data access is a necessity very often. If you integrate your application block in Enterprise Library, you can write a provider for your optional block, using the application block data access. When this is done correctly, an additional dependency is created from the application block data access if you do not need access to data, you can avoid this dependency.

Similar Threads

  1. Remapping of HDD Bad Blocks
    By |Gyani| in forum Hardware Peripherals
    Replies: 5
    Last Post: 23-03-2012, 04:52 PM
  2. Oracle Building Blocks
    By willactnow in forum Education Career and Job Discussions
    Replies: 1
    Last Post: 15-09-2009, 08:47 AM
  3. Blocks and reboot frequently
    By GULISTAN in forum Operating Systems
    Replies: 3
    Last Post: 15-04-2009, 03:24 PM
  4. Pc recorder blocks
    By Dalinda in forum Hardware Peripherals
    Replies: 3
    Last Post: 12-12-2008, 02:41 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,695,837.93632 seconds with 16 queries