TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Application Block
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sateesh Arveti (9)
Shivprasad (7)
Raj Kumar (4)
Vidya Vrat Agarwal (2)
Leon Pereira (2)
Reeta Singh Lodhi (2)
Ranjeet Patra (2)
Moses Soliman (2)
Anand Kumar Rao (2)
Munir Shaikh (2)
Anil Kumar (1)
Santhosh Veeraraman (1)
Yatendra Sharma (1)
Saurabh Vijan (1)
Jay Tallamraju (1)
Michael Livshitz (1)
Leon Pereira (1)
Related resources for Application Block
No resource found
Enterprise Library New Version 6
4/29/2024 10:15:21 AM.
Enterprise Library Version 6 is a Microsoft .NET Framework library offering application blocks for logging, caching, data access, security, and more. It provides configurable components for common ent
Validation Application Block (Enterprise Library 5.0)
4/25/2024 6:02:29 AM.
Validation is a process that ensures the sanity of data entered, received, or processed by a software module, class, or class members.Some examples of validation are length check, range check, Null ch
Generic Data Layer - One time creation
9/11/2023 4:47:04 AM.
This article will explain how to create a generic data layer that can be used with very less amount of coding. It is a known fact that, most of the time we create applications for Create , Select , Up
Microsoft patterns & practices: The Enterprise Library
12/1/2022 9:11:44 AM.
Microsoft patterns & practices provide scenario-specific recommendations illustrating how to design, develop, deploy, and operate architecturally sound applications for the Microsoft .NET platform
Enterprise Library 5 - Validation Application Block
3/12/2021 6:04:20 AM.
In this article, you will learn how to use the Enterprise Library Validation Application Block 5.0 in ASP.Net.
Logging Application Block
2/17/2021 7:04:07 AM.
In this article we will see how to configure logging.
Enterprise Library: Data Access Application Block 5.0 in ASP.NET
2/16/2021 11:03:28 AM.
In this sample you will how to use data access application block 5.0 with real time example in asp.net.
Enterprise Library: Logging Application Block 5.0 in ASP.NET
2/11/2021 11:05:10 AM.
In this article you will learn how to use Logging Application Block with a real-world example in ASP.NET.
Exception Handling Application Block In Microsoft Enterprise Library 6.0
11/23/2020 7:30:40 AM.
Exception Handling Application Block In Microsoft Enterprise Library 6.0
Logging Application Block In Microsoft Enterprise Library 6.0
11/6/2020 12:33:05 AM.
Logging Application Block In Microsoft Enterprise Library 6.0.
Data Access Application Block Using MVC 2 Pattern
12/18/2018 3:02:24 AM.
In this article I am trying to illustrate how to use Microsoft enterprise library data using MVC 2 pattern.
Enterprise Library In ASP.NET
10/16/2015 3:43:02 AM.
In this article we will learn how to use enterprise library in ASP.NET. It is a collection of application blocks and core infrastructure.
Logging Application Block (Enterprise Library 5.0) With C#
3/16/2015 12:26:52 AM.
This article explains how to use a Logging Application Block with C#.
Introduction to Enterprise Library - Part X
9/5/2014 3:39:35 AM.
This article explains about Integration of Validation Application Block with Policy Injection Application Block.
Introduction to Enterprise Library: Part IX
9/5/2014 3:38:06 AM.
This article explains about Implementation of Custom Validator using Validation Application Block.
Introduction to Enterprise Library: Part VIII
9/5/2014 3:34:39 AM.
This article explains about Validation Application Block Adapter for WCF.
Introduction to Enterprise Library: Part VII
9/5/2014 3:27:26 AM.
This article explains about Validation Application Block Adapter for Windows Forms.
Introduction to Enterprise Library: Part VI
9/5/2014 3:24:12 AM.
This article explains about Validation Application Block Adapter for ASP.NET.
Introduction to Enterprise Library: Part V
9/5/2014 2:21:28 AM.
This article explains about implementation of Self Validation using Validation Application Block.
Introduction to Enterprise Library: Part IV
9/5/2014 2:19:12 AM.
This article explains about Configuration based validation using Validation Application Block.
Introduction to Enterprise Library: Part III
9/5/2014 2:14:16 AM.
This article explains about Attribute based Validators and Rule sets of Validation Application Block.
Introduction to Enterprise Library: Part I
9/5/2014 2:10:23 AM.
This article gives an introduction to Enterprise Library.
Unity in C#
4/22/2014 8:08:46 PM.
This article will help you to easily implement Unity (via the Enterprise Library from Microsoft).
Simple Factory Pattern Side by Side with Abstract Pattern
10/4/2012 10:45:46 AM.
This article will discuss the Simple Factory Pattern and how to use it with Abstract Factory Patter discussed in the previous article.
Building Custom Paging Web Form
10/4/2012 7:40:10 AM.
Sometimes we may need to build our own data objects instead of using DataSets & DataTables. But in this case, we will lose all paging and sorting facilities that is represented using DataSets & DataTables. To overcome this small issue we'll have to write our own custom paging feature as well as with sorting.
Best Practices of Exception Management
9/30/2012 4:57:51 AM.
Exception management is one of the key area for all kinds of application development .You should adopt an appropriate strategy for exception management to build high quality and robust application .It is a very powerful concept and makes the development work very easy if its used efficiently.
4 steps to use readymade DAL component (Data application blocks)
9/29/2012 10:06:29 AM.
This tutorial will run through the necessary steps of how you can use Enterprise data application blocks in your DAL component.
Developer Roadmap For Building Smart Client Applications
5/19/2012 6:11:44 AM.
This article is a developer Roadmap For Building Smart Client Applications.
Autoscaling Application Blocks WIndows Azure
5/17/2012 3:19:41 PM.
Autoscaling Application Blocks can automatically scale the Windows Azure application based on the rules defined specifically for the application.
Five step of how to use logging utility in your projects using application blocks
6/3/2009 1:10:49 AM.
It's new world of software reusability. Gone are the days when we need to build things from scratch. One of the most needed functionality is the logging utility. Every software project needs a logging utility. To make your own logging utility is a big project by itself. In this tutorial we will quickly run through how you can use Microsoft logging application blocks to log messages and activities.
MVC architecture in ASP.Net using C# and Microsoft Data Access Application block
5/26/2009 2:42:42 AM.
In this article we will learn how to use Microsoft Data Access Application block in ASP.Net using C#, I have used Microsoft Data Access Application block in conjunction with MVC architecture, here you will learn lot about class libraries, interface, implementation etc.
Plug & play architecture using Policy Application Blocks
5/8/2009 12:56:54 AM.
In this article, we will discuss how we can make plug & play architecture using policy application blocks. What we will do is we will take a practical scenario where we want to enable logging for an application depending on situations.
16 steps to write flexible business validation in C# using Validation Blocks
3/30/2009 3:37:12 AM.
Validation is one of the most important parts in any software project. Building flexible business validation is every one’s dream.
Exception handling using Enterprise application block in 6 Steps
3/20/2009 5:42:15 AM.
Exception handling is one of the most important tasks in any application. Many applications either do not handle applications or they handle it in an adhoc manner. In this section we will see how we can use the readymade exception handling block so that we do not need to code and build error handling routines from scratch.
Client side validation using Validation Application blocks
2/23/2009 6:33:07 AM.
Enterprise validation application provides us a ready made framework by which we can implement dynamic validation easily in our project.
DI using Unity Application Blocks
1/20/2009 11:55:46 PM.
In this article we will take up a simple example and try to implement DI using unity application blocks thus resulting in loosely coupled architecture.
Using Validation Application Block (Enterprise Library 3.0) with the FormView control
3/15/2008 2:11:12 PM.
In this article I will show how you can use the Enterprise Library 3 Validation Application Block (VAB) to validate data, edited with the help of the FormView control. The examples are written using C#.
Enterprise Library 3.0 Data Access Application Block
7/12/2007 12:41:22 AM.
Data Access Application Block(DAAB) simplifies development tasks that implement common data access functionality.The DAAB provides access to the most often used features of ADO.NET in simple-to-use classes; this boosts developer productivity.
Enterprise Library 1.0
2/1/2006 7:15:49 AM.
Enterprise Library is a set of tested, reusable application blocks that address common problems developers face when developing enterprise-based applications.
Microsoft patterns & practices: The Enterprise Library
2/1/2006 6:23:01 AM.
Microsoft patterns & practices provide scenario-specific recommendations illustrating how to design, develop, deploy, and operate architecturally sound applications for the Microsoft .NET platform.The following article covers details on the Data Access Application Block.
Enterprise Library Caching Application Block
2/1/2006 6:12:42 AM.
Microsoft patterns & practices provide scenario-specific recommendations illustrating how to design, develop, deploy, and operate architecturally sound applications for the Microsoft .NET platform. The following article covers details on the Caching Application Block.