On ZDNet: Students try to bring down Facebook
6 Resources for

data access application block

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Data Access Application Block (msi)
The Data Access Application Block encapsulates performance and resource management best practices and can easily be used as a building block in your own .NET application. If you use it, you will reduce the amount of custom code you need to create, test and maintain. Specifically, the Data Access Application...
Tags: Data Access, Data Access Application Block
Software downloads 2007-09-07
Return resources to the system to improve .NET performance
I prefer the usingIn C#, I prefer the using keyword, like this:using(SqlConnection conn = new SqlConnectionconns){conn.Open;}The scope defines the object lifetime, regardless of how it exits the scope (exception, etc) the dispose for the object is automatically called and Close is handled by the Dispose.Nice little blog that talks about...
Tags: developer, Data Access Application Block, resource, cleanup, csharp, rnshayes@..., programming, data access, Microsoft .NET, performance
Discussion threads 2006-08-16
Exposing product information via Web services
The .NET Framework simplifies the Web service creation process. Learn how to create a Web service that interfaces with SQL Server and returns the applicable information from the Northwind database. In last week's column, we completed the initial phase of making product information available via one or...
Tags: Web, Tony Patton, Web services, Channel management, .NET, System.Web.Services namespace, Web service, .NET Newsletter, Method, TechRepublic Inc., Microsoft .NET Framework, XML Schema, XML, Listing B, Product Information, XSD, Data Access Application Block, Schema Element, Enterprise Software, Software, Marketing
Technical articles 2005-06-14
Exposing product information via Web services
In last week's column,we completed the initial phase of making product information available via oneor more Web services. The product information is contained in the standard Northwind database available with most SQL Serverinstallations. We developed the stored procedures to query the desiredinformation. The next step is developing the Web service...
Tags: Tony Patton, Web, Web service
Technical articles 2005-06-14
Simplify .NET SQL queries with the Data Access Application Block
Although Microsoft's .NET Application Block is well documented, the practical tips and tricks that make it more usable on a day-to-day basis are harder to find. This article gathers some code that will make the Data Access Application Block easier to use in everyday .NET/SQL Server projects.Getting startedYou can download...
Tags: .NET, Microsoft development tools, Databases, William Sempf MCP, CIBS, IWA, ExecuteNonQuery, ExecuteScalar method, ExecuteDataset, Data Access Application Block, ExecuteReader, SqlDataReader, SQL-query, DataSet dataSet, data access, ExecuteScalar, connString
Technical articles 2003-07-15
Application development with Microsoft .NET application blocks
Microsoft offers application blocks for the .NET Framework. Application blocks encapsulate certain key areas by adding a layer over the .NET Framework, and they aid in faster application development and promote certain best practices. Here, I will discuss two examples of application blocks: the Data Access application block and the...
Tags: .NET, Microsoft Corp., Microsoft .NET, S. Vikram, application development, application block, data access, Microsoft .NET Framework, Data Access Application Block, SqlHelper class
Technical articles 2003-01-16

Additional Resources

Applied reflection: Write 80 percent less access code when interacting with a database
With databases behind virtually every application, quite a bit of time is spent by application developers writing code to interact with databases. Zach Smith explains how to combine the Microsoft Data Access Block with custom reflection code to write 80 percent less data access code. By using a function in...
Tags: Application Developer, Data Access, Zach Smith, Storage, Databases, Hardware, Enterprise Software, Software, Data Management
Download resources 2006-09-26
Exception Management Application Block (msi)
The Exception Management Application Block provides a simple yet extensible framework for handling exceptions. With a single line of application code you can easily log exception information to the Event Log or extend it by creating your own components that log exception details to other data sources or notify operators,...
Tags: Application, Exception Management Application Block, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
Software downloads 2007-09-07
Using Enterprise Library in ASP.NET 2.0 Partial Trust Mode
Although originally envisaged as a product for use in Windows Forms executable applications, Enterprise Library is proving popular with Web application developers as well. For example, the Data Access Application Block, the Cryptography Application Block, the Exception Handling Application Block, and the Logging Application Block provide useful features that can...
Tags: Microsoft ASP.NET, Web Application, Jupitermedia Corp., Mode, Microsoft ASP.NET 2.0, Security
White papers 2006-10-31
Application Blocker (msi)
Application Blocker has the ability to block access to selected application preventing the user from running unauthorized software and wasting time doing things they shouldn't be doing. It also has a built in Web site blocker that can block or allow access to selected site. Version 1 may include unspecified...
Tags: Application Blocker, Web Site Development, Web Technology, Channel Management, Tools & Techniques, Internet, Marketing, Management
Software downloads 2006-03-21
Smart Client Offline Application Block (exe)
The Offline Application Block serves as a model for developers who want to extend their smart client applications to function while offline. It demonstrates possible approaches for: Detecting the presence or absence of a network. Caching the required data so the application can function while offline. Synchronizing the client application...
Tags: Application, Offline Application Block, Workforce Management, Human Resources
Software downloads 2007-08-28
DENY ACCESS TO CHATTING USING ISA 2004
HOW CAN I,USING THE ISA 2004, PREVENT THE USERS FROM CHATING USING WINDOWS LIVE MESSENGER?Was through this beforeIts all in the port number.MSNYAHOOetc...they all use port numbers to connect to servers. Block all that first.SECOND! some of these chats use web browser port 8080 or 80 used for browsing internet...they...
Tags: dany.bou.boutros@..., ISA
Discussion threads 2007-09-12
Introducing the Brocade Data Center Fabric Architecture
Enterprise data centers are undergoing a transformation driven by the need to reduce costs and increase performance. The evolving data center fabric exploits developing virtualization technologies for a data- and application-driven solution that reduces complexity and enables end-to-end management on a common framework. Today, business organizations are challenged by conflicting...
Tags: Data Center, Brocade Communications Systems Inc., Enterprise Data Center, Data Centers, Storage, Virtualization, Hardware, Data Management
White papers 2008-01-01
Updater Application Block - Level 200
Doing smart client development? Wish ClickOnce was here today? Want more control over the auto-deployment model of .NET 1.1? Attend this webcast and take a look at the Updater Application Block. Learn how to integrate the full power of the Updater Application block into your application. Reduce the startup time...
Tags: Application, Microsoft Corp., .Net, Application Servers, Digital Media, Middleware, Software Development, Software/Web Development, Enterprise Software, Software, Consumer Electronics, Personal Technology
Webcasts
How to Create a Custom Policy Injection Application Block Handler
As part of Enterprise Library, the Policy Injection Application Block lets a developer control the behavior of the applications through configuration. The Policy Injection Application Block, part of Enterprise Library 3.0 from Microsoft's patterns & practices group, provides powerful yet easy-to-use techniques for applying policies to objects within the applications....
Tags: Developer, Application, Jupitermedia Corp., Productivity
White papers 2007-05-14
MSDN Webcast: Introducing the Policy Injection Application Block (Level 200)
The Policy Injection Application Block is a new addition to the patterns & practices Enterprise Library 3.0 that enables to define policies that can be applied before or after calls to the business objects. Each policy consists of a chain of handlers that typically implement cross-cutting concerns by calling other...
Tags: Microsoft Developer Network, Application, Webcast, Policy Injection Application Block
Webcasts 2007-05-08
MSDN Webcast: Architecting Desktop Applications With 2.0 (Part 06 of 15): Designing the Data Access Tier (Level 300)
This webcast on designing desktop applications with the Microsoft .NET Framework 2.0 discusses the design of the Data Access tier. The webcast covers the Microsoft patterns & practices Data Access Application Block, and discusses new features in Microsoft ADO.NET 2.0. It looks at how to use Object Role Modeling tools...
Tags: Desktop, Microsoft Developer Network, Webcast, Microsoft Corp., Data Access
Webcasts
MSDN Webcast: Offline Access Best Practices (Level 300)
Smart clients are applications that are native to a user's computer and are also network-aware. In other words, smart clients that are connected to a network can automatically download or upload updates to software, data, and work items. By incorporating architectural guidance like the Offline Application Block into the code,...
Tags: Microsoft Developer Network, Application, Microsoft Access, Webcast, Network, Best Practice, Networking
Webcasts
Using the Enterprise Library Data Access Block for .NET 2.0
ADO.NET provides many rich features that can be used to retrieve and display data in a number of ways, but even given such flexibility, sometimes developers find themselves repeating the same code again and again. For example, every data-driven application requires access to a database. A programmer needs to write...
Tags: Microsoft ADO.NET, Jupitermedia Corp., Data Access, Programmer, Development Tools, .Net, Databases, Storage, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Hardware
White papers 2006-03-16
Implement Presentation Workflow With the User Interface Process Application Block - Level 400
The User Interface Process UIP application block provides a rich framework for developing stateful, process-oriented user interfaces, either for Web or windows applications. It allows you to decouple the views of your application using and implementation of the Model-View-Controller pattern provided by the application block. Ideal for applications such as...
Tags: Application, Workflow, Channel Management, Marketing
Webcasts
  • << Previous
  • page 1 of 1
  • Next >>


Disaster Prevention and Recovery in Windows Server 2003
The Windows Server 2003 Volume Shadow Copy Service offers even small IT shops a unique opportunity to back up just like the big guys. Our Windows Serv ...
Buy Now
TechRepublic's Portable Storage Policy
Your organization is subject to a mix of strict legal, ethical, and self-imposed mandates that protect all of the organization's information, records, ...
Buy Now

The Green Enterprise