Email Alerts
-
VB code: New additions, November 2007
Our most recent VB code downloads, covering topics like database programming, graphics and WinForms, can all be found in this chart. VBCode Downloads
-
VB code: Database programming downloads, page 1
These database programming downloads provide VB code for creating applications and data-driven reports. VBCode Downloads
-
VB code: Database programming downloads, page 2
These database programming downloads provide VB code related to exporting data, managing data and searching for data. VBCode Downloads
-
VB code: Database programming downloads, page 3
These database programming downloads provide VB code for working with ADO and with MS Access, SQL Server and Oracle databases. VBCode Downloads
-
Data Access: Visual Studio 2008 Learning Guide
This section of the Visual Studio 2008 Learning Guide examines data access and management improvements to ADO.NET and XML. Learning Guide
-
VB code: Data controls downloads
These VB code downloads let programmers control what goes into data boxes and how that information can be moved from one data box to another. VBCode Downloads
-
VB code: New additions, June 2007
Our most recent VB code downloads, covering topics like database programming, graphics and WinForms, can all be found in this chart. VBCode Downloads
-
Learning .NET: Application development resources for the .NET Framework
Whether you're learning .NET or consider yourself a .NET Framework pro, these resources will augment your skills in areas like Ajax, Visual Studio and .NET 3.0. Learning Guides
-
Top Visual Basic code downloads of 2006
Here we highlight the 25 most popular VBCode.com downloads of 2006. There are numerous entries for enterprise, database and Web programming. VBCode Downloads
-
SearchVB.com's Top 10 Downloads of Fall 2006
Here we offer fast access to the 10 most popular downloads on SearchVB.com this October, November and December. VBCode Downloads
- See more Essential Knowledge on .NET Framework database programming best practices
-
Windows 7 for developers
Find out the common issues you might face in the wake of a new version of Windows and get the official Microsoft sites for tackling these issues in Windows 7. Article | 10 Aug 2009
-
Windows Developments: Product news February 2008
This month's featured .NET development products include a SQL Server synchronizer, a set of ASP.NET data entry controls and a business rule deployment engine for .NET 3.0. Article | 06 Feb 2008
-
Windows Developments: Product news, January 2008
This month's featured .NET development products include an updated Rhino Mocks, 3D components for WPF and data access tools from Oracle. Article | 08 Jan 2008
-
Reporting tool now supports Word 2007 and VS 2008
Stimulsoft Reports.Net, which can be used in WinForms or Web apps and exports reports in more than a dozen formats, now supports Word 2007. Article | 08 Jan 2008
-
Oracle updates data access components for Visual Studio 2008
The company has released new data access components, called ODACs, which supports Visual Studio 2008 and the .NET Framework 3.5. Article | 08 Jan 2008
-
Windows Developments: Product news, December 2007
This month's featured .NET development products include rich-text editors for Web development, an update to TeamCity and a server for bringing ASP.NET to WinCE apps. Article | 17 Dec 2007
-
Windows Developments: Product news, October 2007
This month's featured .NET development products include DataDirect support for MySQL, a VB-to-Java translator and new components from Infragistics and ComponentOne. Article | 15 Oct 2007
-
Windows Developments: Product news, September 2007
This month's featured .NET development products include a domain-driven ORM framework, a refactoring tool that supports VS 2008 and a few new Web development toolsets. Article | 11 Sep 2007
-
Component converts RTF to HTML for Web, WinForms apps
SautinSoft's RTF-to-HTML .NET is a C# component that converts RTF files and strings into HTML or XHTML for use with WinForms or Web applications. Article | 11 Sep 2007
-
Configuresoft uses VSTS DB edition to take on workflow
Configuresoft found that the new capabilities in VSTS shrank development time of a major product. A user said the tools help coordinate the efforts of database developers. Article | 25 Jul 2007
- See more News on .NET Framework database programming best practices
-
Microsoft's Oslo modeling platform, the M language and .NET
Microsoft's Oslo modeling platform aims to shift development practices away from low-level implementation and toward business' data. The relationship between Oslo and the .NET Framework isn't fully clear yet, but some hints are out. Tip
-
Using the Visual Studio 2005 DataSet Designer to build a data access layer
In this article Brian Noyes shows how to use the new features in the Visual Studio 2005 DataSet Designer to create Typed DataSets and Adapters to provide a data access layer for your applications. He then demonstrates how to extend the generated clas... Tip
-
Choose the right .NET data provider, optimize application performance
In this article, John Goodson discusses the choices a .NET developer faces in using the ADO.NET/System.Data elements of the Framework Class Library. He discusses how to choose between a DataSet and a DataReader, what's wrong with the CommandBuilder, ... Tip
-
The fallacy of the data layer -- or, a new architectural model for software designs
Most data sources are not exclusive to a specific application. They are shared by numerous applications. Thus, advanced architects will challenge the traditional three-layer/three-tier view of applications and consider a new architectural model for s... Tip
-
NDepends: How you look at code
A tool for code analysis looks at .NET assemblies of an application and generates reports containing design quality metrics, warnings and diagrams. Tip
-
Hints for data binding with WinForms in .NET 2.0
Microsoft has published a two-part article outlining changes to the Binding and ControlBindingsCollection classes and BindingList implementation in .NET 2.0. The end result is better data binding to WinForms. Tip
-
Using DataGrid and GridView in ASP.NET 2.0
Ed Tittel reviews ASP.NET 2.0's news DataGrid and GridView controls, which lets users manage master/detail views or manipulate single-record views to create flexible, customized views of data. Tip
-
Another Grid: DBI Technologies Grid Tools 2.0
Grid Tools 2.0, the latest developer tool recommended by Ed Tittel, is a grid based metaphor for defining tabular layouts that capture, edit, and display program data. Tip
-
Creating a VS .NET database project
Steps for creating a database project in VS .NET. Tip
-
Set the value of a DataField in code behind
How you set the value of of a DataField within code behind. Tip
- See more Tips on .NET Framework database programming best practices
-
ColdFusion vs. VS.NET
Ask the Expert
-
Make a datagrid update changes from all DB rows by clicking an update button
Ask the Expert
-
Error when using an OledbDataAdaptor to fill a dataset
Ask the Expert
-
How do I get a data control to access information from an Excel spreadsheet?
Ask the Expert
-
Posting data to another site that has SSL
Ask the Expert
-
How can I send a trigger to a client when a record request is posted on the database server?
Ask the Expert
-
How do I write a calendar control that allows specification of start/end date from the database?
Ask the Expert
-
How do I create a wildcard search in my database program?
Ask the Expert
-
Can I set datasource properties using datacontrols?
Ask the Expert
-
How do I move images from a picture box to and from a database?
Ask the Expert
-
Windows 7 for developers
Find out the common issues you might face in the wake of a new version of Windows and get the official Microsoft sites for tackling these issues in Windows 7. Article
-
Microsoft's Oslo modeling platform, the M language and .NET
Microsoft's Oslo modeling platform aims to shift development practices away from low-level implementation and toward business' data. The relationship between Oslo and the .NET Framework isn't fully clear yet, but some hints are out. Tip
-
Using the Visual Studio 2005 DataSet Designer to build a data access layer
In this article Brian Noyes shows how to use the new features in the Visual Studio 2005 DataSet Designer to create Typed DataSets and Adapters to provide a data access layer for your applications. He then demonstrates how to extend the generated clas... Tip
-
Windows Developments: Product news February 2008
This month's featured .NET development products include a SQL Server synchronizer, a set of ASP.NET data entry controls and a business rule deployment engine for .NET 3.0. Article
-
Windows Developments: Product news, January 2008
This month's featured .NET development products include an updated Rhino Mocks, 3D components for WPF and data access tools from Oracle. Article
-
Reporting tool now supports Word 2007 and VS 2008
Stimulsoft Reports.Net, which can be used in WinForms or Web apps and exports reports in more than a dozen formats, now supports Word 2007. Article
-
Oracle updates data access components for Visual Studio 2008
The company has released new data access components, called ODACs, which supports Visual Studio 2008 and the .NET Framework 3.5. Article
-
Windows Developments: Product news, December 2007
This month's featured .NET development products include rich-text editors for Web development, an update to TeamCity and a server for bringing ASP.NET to WinCE apps. Article
-
Choose the right .NET data provider, optimize application performance
In this article, John Goodson discusses the choices a .NET developer faces in using the ADO.NET/System.Data elements of the Framework Class Library. He discusses how to choose between a DataSet and a DataReader, what's wrong with the CommandBuilder, ... Tip
-
The fallacy of the data layer -- or, a new architectural model for software designs
Most data sources are not exclusive to a specific application. They are shared by numerous applications. Thus, advanced architects will challenge the traditional three-layer/three-tier view of applications and consider a new architectural model for s... Tip
- See more All on .NET Framework database programming best practices
About .NET Framework database programming best practices
Learn best practices for data-driven development using Visual Studio and the .NET Framework.