Wednesday, March 25, 2009

Required Validator for CheckBox List

Step by Step tutorial explaining how to add required Validator on Checkbox List
http://codeclimber.net.nz/archive/2007/07/19/How-to-add-a-required-validator-to-a-CheckBoxList.aspx

Monday, March 16, 2009

A good article on Hands-Free TFS 2008 Install

A good article posted byGrant Holliday
almost hands-free TFS 2005 installation guide
(http://ozgrant.com/2007/07/17/hands-free-tfs-installation-introduction/)

Oracle Developer Tools for Visual Studio

from Oracle.com..

The Oracle Developer Tools for Visual Studio (ODT) is a tightly integrated "Add-in" for Microsoft Visual Studio. ODT is free and it is available for Visual Studio 2008, Visual Studio 2005, and Visual Studio .NET 2003.
Integration with Visual Studio: Use Server Explorer to browse your Oracle schema and launch one of the many integrated Oracle designers and wizards to create and alter schema objects. Use Microsoft Query Designer to visually design queries.
Automatic .NET Code Generation: Use the Visual Studio 2005 Datasources Window, the Dataset Designer, and the TableAdapter Configuration Wizard to drag and drop and automatically generate .NET code.
Easy ASP.NET Web Development: If you're an ASP.NET web developer, ODT makes it easy to generate ASP.NET web applications with very little coding required.
Oracle Database Project with Source Control Integration: Generate SQL scripts for Oracle schema objects that your .NET application uses, manage them in an Oracle Database Project, check them into source control, edit the scripts in the Oracle SQL Editor, and execute them with a built in SQL*Plus execution engine.
PL/SQL Editor and Debugger: The fully integrated PL/SQL Editor and Debugger allows you to leverage all of your favorite Visual Studio debugging features from within PL/SQL code. You can even seamlessly step from your .NET code into your PL/SQL stored procedure code and back out again!
User-Defined Types (UDTs): Create UDTs in Oracle with multiple new designers. A powerful UDT Custom Class code generation wizard makes using UDTs from .NET code easy and fast. An application can be rapidly created that utilizes UDTs with almost no coding required.
NET Stored Procedure Deployment: The .NET Deployment Wizard makes it easy to deploy .NET stored procedures and functions into Oracle Database.
Data Editing, Stored Procedure Testing, Adhoc SQL Execution: When testing your .NET application you can use the Oracle Data Window to insert and update Oracle data. There's also a testbed for testing stored procedures and an Oracle Query Window for executing any SQL statement you choose.
Integrated Online Help System: The integrated context sensitive online help, including the Oracle SQL and PL/SQL Users Guides puts the Oracle documentation at your fingertips.
Import Table Wizard: This new wizard makes it easy to move tables and their data from external datasources such as Microsoft SQL Server, Microsoft Access and Excel spreadsheets into Oracle Database.
Follow the link for details ....
http://www.oracle.com/technology/tech/dotnet/tools/index.html