advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Partners & Affiliates
advertisement
advertisement
advertisement
Advertisement
advertisement
ADO.NET
1 - 20 of 45     Previous     Next
Working with Object Context in the ADO.NET Entity Framework January 20, 2012
Take advantage of the Object Context in Entity Framework to perform CRUD operations and attach or detach entities.
ADO.NET Entity Framework 4: New and Notable Features June 2, 2011
Leverage the new and enhanced features of ADO.NET Entity Framework 4.0 to model at the right level of abstraction.
Explore the Data Access Options in Visual Studio 2008 November 3, 2008
Visual Studio 2008 and .NET 3.5 give developers substantially increased data access options.
Build Occasionally Connected Systems Using Sync Services for ADO.NET v1.0 June 18, 2008
When workers aren't always connected, Occasionally Connected Systems (OCS) can help. Find out how Visual Studio 8's Sync Services for ADO.NET enables OCS, synchronizing databases between different devices and computers.
Windows Live Delegated APIs May 30, 2008
The Windows Live APIs now expose a standard authentication technology that lets your Web application access Windows Live user data easily, yet keeps control in the hands of users.
Performing CRUD and Grouping Operations with the LinqDataSource Control April 30, 2008
Build fully-editable Create, Read, Update, and Delete (CRUD) database front-ends easily and discover how to group and aggregate data using the new LinqDataSource control in ASP.NET.
Introducing ADO.NET Entity Framework December 3, 2007
The ADO.NET Entity Framework is core technology in Microsoft's evolving data platform that bridges the gap between data structures and objects in your applications.
ADO.NET vNext Part 3: Querying with LINQ January 10, 2007
LINQ provides a straightforward yet expressive SQL-like syntax with which you can query an Entity Data Model and uses anonymous types to return strongly-typed results.
ADO.NET vNext Part 2: Using the Object Services Layer December 8, 2006
The Entity Data Model and ADO.NET vNext let you deal with tabular data as objects, eliminating much of the effort endemic to older data-retrieval and modification code.
Take a Leap Forward with ADO.NET vNext (Part 1) November 3, 2006
ADO.NET vNext is a leap forward in database programming, using mapping files to isolate your applications from relational database schema changes, and letting you choose whether to deal with data directly as objects or as tabular data.
System.Transactions and ADO.NET 2.0 June 27, 2006
If you use DataAdapters and love their automatic connection-opening and closing capabilities—and ever use transactions, you should first understand what's really going on underneath the covers.
Tech·Ed Offers Previews of Powerful Tools June 14, 2006
Microsoft has been busy baking new tools, offering tasty but not-quite-fully-cooked technology at Tech·Ed 2006. While there's plenty of new information about existing products, developers will particularly welcome upcoming capabilities in ADO.NET vNext, .NET Framework 3.0, Windows PowerShell, and Office 2007.
The Baker's Dozen: 13 Productivity Tips for ADO.NET 2.0 February 15, 2006
This installment of "The Baker's Dozen" presents a variety of tips and techniques to become productive with data handling techniques using ADO.NET 2.0 in Visual Studio 2005.
Streamline your Data Connections by Moving to MARS December 12, 2005
Wecome to MARS. Here on MARS you can perform multiple database queries on a single connection. The code on MARS is simpler and easier to read. And you can conserve memory use and eliminate performance bottlenecks in data-intensive Web applications. Aren't you glad you gave MARS a try?
Building a Stored Procedure Generator October 5, 2005
Creating basic data access stored procedures is time consuming and boring work. Relieve the tedium by writing code that writes these stored procedures for you.
Build a Framework for Managing Distributed Transactions in Three-tier Applications August 12, 2005
For many transactional applications in .NET, you can avoid the overhead of using Enterprise Services and simply mimic the simple transactional style of COM+ applications by using a DistributedTransaction object that wraps an ADO.NET Transaction object.
Heard on .NET Rocks!: Indy Racing League July 28, 2005
In episode #109 Matt Mannion from Clarity Consulting talks about the application his company developed with and for the Indy Racing League in Indianapolis, IN. Using Visual Studio .NET 2003 and VB.NET they were able to develop a great application for managing real-time racing data and reporting.
Writing Provider-Independent Data Access Code with ADO.NET 2.0 February 17, 2005
When you need to write an application that allows users to select the database provider, the application code itself needs to be completely provider-independent. ADO.NET 2.0 helps you create and deliver database applications even when you don't know what database your clients are using.
Harden MS Reporting Services Using Custom Extensions, Part 2 February 1, 2005
In Part 1, you learned to create a custom security model for Microsoft Reporting Services. Now, tighten the screws by adding role membership authentication and stave off problems by troubleshooting and debugging your custom extensions ahead of time.
What's In Your Database? Find Out with the Schema API in ADO.NET 2.0 February 1, 2005
ADO.NET 2.0 includes an extremely useful set of providers that you can use dozens of ways to quickly and accurately query your SQL Server or JET database. This article shows you how to be the pied piper of your metadata using the Schema API.
1 - 20 of 45     Previous     Next
Intel ended its sponsorship of Go Parallel on DevX as of January 1, 2009; however, DevX will continue to bring you news, information and programming insights on parallel and multi-core program development across all development platforms. Be sure to bookmark this page and check back often.
advertisement