Search for: asp net connecting sql database serverside
Related Programming Resources
- Create a Simple, Cross-Browser, Dropdown Menu User Control with C# The final destination of this article will be the implementation of a simple ASP.NET User Control. The journey will take you along a path intertwined with multiple technologies, each being used for its inherent strengths and flexibility. The end result will be a highly extensible and ultimately necessary part of
- ADO.NET from 3048 meters It is a rare opportunity to get to build something from scratch. When Microsoft chose the approach for data access from .NET, the company could have gone a number of different directions. One possibility would have been to wrap OLE DB, or provide a slightly updated version of ADO (which,
- Visual Basic Guide and Portfolio This document provides a brief overview of the Portfolio commands available via the Automation interface in Extensis Portfolio 8.0 for Windows. The examples covered here are written in Microsoft Visual Basic 6. The source code for the sample applications is provided in both Visual Basic 6 and Visual Basic .NET
- Xcode Debugging Guide (Tools & Languages: IDEs) Finding and eliminating bugs in your code is a critical phase of the development process. Xcode provides advanced debugging facilities, which include debugging from the text editor so that you don’t stray far from your code, and using the mini debugger, which provides a graphical debugging experience that is less
- iBATIS SQL Maps Tutorial The SQL Maps framework is very tolerant of bad database models and even bad object models. Despite this, it is recommended that you use best practices when designing your database (proper normalization) and your object model. By doing so, you will get good performance and a clean design. The easiest