Get an expert introduction to the new JavaScript enhancements (code-named "Atlas") for Microsoft ASP.NET 2.0. More than a basic AJAX (Asynchronous JavaScript And XML) script library, the Microsoft implementation brings object orientation to JavaScript, together with enhanced client-side and server-side controls that greatly simplify coding while delivering enhanced Web experiences with any browser.
Scheduled for release with the next version of Microsoft Visual Studio®, code named "Orcas," AJAX extensions and tools can be used by developers today. This book offers expert insights direct from the Microsoft product team and noted ASP authority Dino Esposito, as well as hands-on instruction and examples of Web development with AJAX. This ideal reference will be updated online, keeping readers up to date with the evolving tool. The book includes code samples in ASP.NET 2.0 created using C# and JavaScript.
Download Link : Introducing Microsoft ASP.NET AJAX
ASP.NET 2.0 is Microsoft's premier technology for creating dynamic web sites, and C# 2005 is one of its most popular languages. Rather than slowing down and maturing, development and innovation in this sector has continued at a rapid pace with web 2.0 technologies like Ajax and Atlas. These new technologies have found a natural home alongside ASP.NET 2.0 in the web developer's toolbox.
To celebrate these innovations comes the arrival of Pro ASP.NET 2.0 in C# 2005, Special Edition, which features new chapters explaining how to use these important new technologies. On top of the book's already extensive coverage, you'll learn how to create Ajax and Atlas applications in ASP.NET 2.0 and explore deeper coverage of ASP.NET 2.0 performance tuning. The book also boasts an array of bonus material such as a free eBook containing select ASP.NET 2.0 articles from ASPToday.com.
Download Link : Pro ASP.NET 2.0 in C# 2005, Special Edition
Welcome to Pro ASP.NET 2.0 in VB 2005, Special Edition. In this book, youll learn how ASP.NET 2.0 really works. You wont be bored with a rehash of the VB 2005 languageinstead, youll get the hard-won practical advice that you need to build sophisticated, scalable websites. New features are clearly identified, so if youve programmed with a previous version of ASP.NET youll sail through the basics and get right to the most important changes and enhancements.
Youll also dig into advanced topics that other ASP.NET books leave out, like custom control creation, image handling, and encryption. You'll spend two complete chapters learning to make highly responsive pages with Ajax techniques and exploring Microsofts next-generation Atlas platform. Theres no better way to prepare for the future of the Web.
For this Special Edition of the book, weve also included a Bonus CD containing a host of valuable extras to help you really get to grips with the technology:
* A carefully selected library of chapters from eighteen other Apress Pro and Expert titles designed to complement this book and broaden your knowledge of ASP.NET 2.0, C# 2005, VB 2005, and SQL Server 2005. Thats over 2,000 information-rich pages in eBook form. All fully supported with code samples on apress.com.
* An eBook copy of ASPToday.com on ASP.NET 2.0 containing thirty-three articles covering ASP.NET 2.0 and SQL Server 2005 from Apress ASPToday website. ASPToday specializes in publishing quality articles for ASP developers. This is the first time this material is being made available in eBook form.
* A full selection of our .NET 2.0 Roadmaps that illustrate how Apress books can be linked together by you, the reader, to create your own custom-made learning curve to help you master the technology areas you need to know.
Download Link : Pro ASP.NET 2.0 in VB 2005, Special Edition
Pro ASP.NET 3.5 Server Controls and AJAX Components is a reference for the serious ASP.NET developer who understands the benefits of object??“oriented development and wants to apply those principles to ASP.NET 3.5, ASP.NET AJAX, and server control development. This book also covers SharePoint and targets the latest version of Visual Studio (2008) and the .NET Framework (3.5). Highlights include the following:
* Covers the new features in ASP.NET 3.5 and ASP.NET AJAX technology
* Describes the ASP.NET server control architecture in Visual Studio 2008/ASP.NET 3.5 covering state management, events, rendering, cross-platform support, control life cycle, localization, and deployment.
* Demonstrates how to integrate client??“side development technologies such as DHTML and JavaScript with server control technology to create powerful interactive controls
What you??™ll learn
* Create a powerful suite of interactive controls using ASP.NET 3.5 and ASP.NET AJAX.
* Enrich the design??“time experience when building custom server controls.
* Integrate client??“side development technologies such as DHTML and JavaScript with server control technology.
* Develop SharePoint server controls.
* Learn the background on user controls as compared to server controls.
* Work with the new mobile controls in ASP.NET 3.5.
Who is this book for?
The serious ASP.NET developer who understands the benefits of object7ndash;oriented development and wants to apply those principles to ASP.NET 3.5 and server control development.
About the Apress Pro Series
Apress Pro series are practical, professional tutorials to keep you on and moving up the professional ladder.
You have gotten the job, you need to go hone your skills in these tough competitive times. The Apress Pro Series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro Series books from Apress give you the hard??“won solutions to problems you will face in your professional programming career.
Download link :
Pro ASP.NET 3.5 Server Controls and AJAX Components
ODBC DSN Less Connection Strings
ODBC Driver for Access
For Standard Security:
If you are using a Workgroup (System database):
If want to open up the MDB exclusively
If MDB is located on a Network Share
If MDB is located on a remote machine
- Or use an XML Web Service via SOAP Toolkit or ASP.NET
- Or upgrade to SQL Server and use an IP connection string
- Or use an ADO URL with a remote ASP web page
- Or use a MS Remote or RDS connection string
If you don't know the path to the MDB (using ASP)
This assumes the MDB is in the same directory where the ASP page is running. Also make sure this directory has Write permissions for the user account.
If you don't know the path to the MDB (using VB)
This assumes the MDB is in the same directory where the application is running.
For more information, see: Microsoft Access Driver Programming Considerations To view Microsoft KB articles related to Microsoft Access Driver,click here
ODBC Driver for AS/400(from IBM)
For more information, see: A Fast Path to AS/400 Client/Server
ODBC Driver for dBASE
Then specify the filename in the SQL statement:
Note: MDAC 2.1 (or greater) requires the Borland Database Engine (BDE) to update dBase DBF files. (Q238431).
For more information, see: dBASE Driver Programming Considerations
To view Microsoft KB articles related to Microsoft dBASE Driver,click here
ODBC Driver for Excel
For more information, see: Microsoft Excel Driver Programming Considerations
To view Microsoft KB articles related to Microsoft Excel Driver,click here
ODBC Driver for Informix
If using INFORMIX 3.30 ODBC Driver
' Or
If using INFORMIX-CLI 2.5 ODBC Driver
For more information, see: Informix Developer Zone, Connection to ODBC Data Source,
ODBC Driver for Interbase (from Easysoft)
For the local machine
For a remote machine
For more information, see: Connecting to InterBase and Easysoft
ODBC Driver for Interbase(from InterSolv)
For the local machine
For a remote machine
For more information, see: Google Search
ODBC Driver for Lotus Notes
For more information, see: Connection keywords
ODBC Driver for MySQL (via MyODBC)
To connect to a local database
To connect to a remote database
For more information, see: Programs Known to Work with MyODBC
ODBC Driver for Oracle (from Microsoft)
For the current Oracle ODBC Driver from Microsoft
For the older Oracle ODBC Driver from Microsoft
For more information, see: Connection String Format and Attributes To view Microsoft KB articles related to Microsoft ODBC for Oracle, click here
ODBC Driver for Oracle (from Oracle)
Where: The DBQ name must be defined in the tnsnames.ora file
For more information, see: Oracle8 ODBC Driver Help , Oracle ODBC FAQs , [asporacle] listserv FAQs , and ASPDB Oracle
ODBC Driver for Paradox
Note: MDAC 2.1 (or greater) requires the Borland Database Engine (BDE) to update > Paradox ISAM fDBF files. (Q230126 ).
Note: There is an extra space after "db" in the Paradox Driver name
For more information, see: Paradox Driver Programming Considerations
To view Microsoft KB articles related to Microsoft Paradox Driver, click here
ODBC Driver for SQL Server
For Standard Security
For Trusted Connection security
' Or
To Prompt user for username and password
To connect to SQL Server running on the same computer
To connect to SQL Server running on a remote computer (via an IP address)
Where:
- xxx.xxx.xxx.xxx is an IP address
- 1433 is the default port number for SQL Server.
- "Network=DBMSSOCN" tells ODBC to use TCP/IP rather than Named
Pipes (Q238949 )
For more information, see: SQLDriverConnect (ODBC)
To view Microsoft KB articles related to ODBC Driver for SQL Server, click here
ODBC Driver for Sybase
If using the Sybase System 12 (or 12.5) Enterprise Open Client ODBC Driver
If using the Sybase System 11 ODBC Driver
If using the Intersolv 3.10 Sybase ODBC Driver
For more information, see: Sybase System 10 ODBC Driver Reference Guide To view Microsoft KB articles related to ODBC Driver for Sybase, click here
ODBC Driver for Sybase SQL Anywhere
Note: Including the DSN tag with a null string is absolutely critical or else you get the dreaded -7778 error.
For more information, see: Sybase SQL Anywhere User Guide
ODBC Driver for Teradata
For more information, see Teradata ODBC Driver
ODBC Driver for Text
Then specify the filename in the SQL statement:
Note: If you are using a Tab delimited file, then make sure you create a schema.ini file, and include the "Format=TabDelimited" option.
For more information, see: Text File Driver Programming Considerations
To view Microsoft KB articles related to Microsoft Text Driver, click here
ODBC Driver for Visual FoxPro
With a database container
Without a database container (Free Table Directory)
For more information, see: Visual FoxPro ODBC Driver and Q165492
To view Microsoft KB articles related to ODBC Driver for Visual FoxPro,click here
diambil dari Able Consulting Read More......