Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

This is a link to a different site ASP Including Files
Total Hit (1089) You can insert the content of one ASP file into another ASP file before the server executes it, with the #include directive. The #include directive is used to create functions, headers, footers, or elements that will be reused on multiple pages.
Rating
This is a link to a different site Data Warehousing for Cavemen
Total Hit (2013) This document is intended to make you buzzword-compliant with the MIS world. In terms simple enough even for an MIT computer science Ph.D. to understand, I'm going to explain OLTP, data warehousing, and OLAP. Kiss that ghetto post-doc goodbye and watch big companies line up to pay you $300/hour to r ....Read More
Rating
This is a link to a different site Textual Searches on Database Data
Total Hit (1904) This chapter describes support for textual queries against data within SQL Server tables. The full-text search concepts are introduced, followed by the form that a full-text search takes and the information that can be retrieved by means of such queries. The internal design and architecture of the f ....Read More
Rating
This is a link to a different site Textual Searches on File Data
Total Hit (1908) This chapter introduces the types of textual searches supported by SQL Server and illustrates the roles performed by both the IIS and Index Services technologies. It also introduces SQL Server distributed queries and describes their use in the processing of textual searches. It then addresses the qu ....Read More
Rating
This is a link to a different site Developing with English Query
Total Hit (796) It is easy enough to build a query form that allows users to search based on one or two fields, but it is much more difficult to build form-based Web pages that allow searches across multiple tables and multiple fields. A more flexible search is difficult to implement (there are many problems beyond ....Read More
Rating
This is a link to a different site Data Warehousing Framework
Total Hit (1617) Making better business decisions quickly is the key to succeeding in today's competitive marketplace. Organizations seeking to improve their decision-making ability can be overwhelmed by the sheer volume and complexity of data available from their varied operational and production systems. In respon ....Read More
Rating
This is a link to a different site Storage Engine Capacity Planning Tips
Total Hit (1750) The I/O subsystem (storage engine) is a key component of any relational database management system (RDBMS). A successful RDBMS implementation requires careful planning at the early stages of the project. The storage engine comprises much of this planning, including what hardware to purchase, how to ....Read More
Rating
This is a link to a different site Backup and Recovery
Total Hit (2623) You should back up your databases and transaction logs on a regular basis. In case of system problems, you can restore the backed up files and return to work more quickly than if you had neglected to back up your database. Additionally, every time Microsoft SQL Server starts, recovery is performed o ....Read More
Rating
This is a link to a different site MDX Sets
Total Hit (1387) In this chapter, you’ll learn MDX query terminology and how to «LI»Use the MDX Sample application to enter queries. «LI»Use set functions. «LI»Create sets by using member constants. «LI»Create calculated members that aggregate sets of values. ....Read More
Rating
This is a link to a different site RDBMS Performance Tuning Guide for Data Warehousing
Total Hit (1769) This performance tuning guide is designed to help database administrators and developers configure Microsoft® SQL Server™ 2000 for maximum performance and to assist in determining causes of poor performance of relational databases, including those used in data warehousing. It also provides guideline ....Read More
Rating
This is a link to a different site Cubes in the Real World
Total Hit (1709) Microsoft® SQL Server™ 2000 Analysis Services offers myriad options for creating cubes, and the flexibility and power to support almost any business case. This chapter presents practical guidelines for designing cubes and dimensions, design fundamentals, and other considerations ....Read More
Rating
This is a link to a different site Using Partitions in a SQL Server 2000 Data Warehouse
Total Hit (1629) This chapter discusses the role of partitioning data in the data warehouse. The relational data warehouse and Microsoft® SQL Server™ 2000 Analysis Services cubes both support the partitioning of data. The logical concept behind partitioning is the same in both engines of SQL Server: to horizontally ....Read More
Rating
This is a link to a different site Introduction to Data Mining with SQL Server
Total Hit (2766) In order to fully comprehend, much less implement enhanced Decision Support Systems in an organization, it is necessary to understand the basic precepts behind the requirements, methodologies and business drive to obtain information. Information about an organization gathered from various sources an ....Read More
Rating
This is a link to a different site Data Warehouse Design Considerations - 1
Total Hit (1441) Data warehousing is one of the more powerful tools available to support a business enterprise. Learn how to design and implement a data warehouse database with Microsoft SQL Server 2000.
Rating
This is a link to a different site Analysis Services: Choosing Dimension Types in SQL Server 2000 Analysis Services
Total Hit (1011) This paper describes how and when to use the variety of dimension types available in Microsoft SQL Server 2000 Analysis Services.
Rating
This is a link to a different site Nine Options for Managing Persistent User State in Your ASP.NET Application
Total Hit (798) ASP.NET provides many different ways to persist data between user requests. You can use the Application object, cookies, hidden fields, the Session or Cache objects, and lots of other methods. Deciding when to use each of these can sometimes be difficult. This article will introduce the aforemention ....Read More
Rating
This is a link to a different site Using Session and Application Objects in ASP .NET
Total Hit (798) The Web Forms model is the Web adaptation of the traditional Visual Basic® form-based interaction model. In this model, user activity produces input for processing modules that can reside either locally or remotely. In Visual Basic-based applications, the input is processed synchronously and with fu ....Read More
Rating
This is a link to a different site Preview and Print from Your Windows Forms App with the .NET Printing Namespace
Total Hit (2446) Printing is an integral part of every complete Windows-based application. Providing robust printing capabilities in these applications has often proved to be a tedious chore. Now, printing from Windows Forms with the .NET Framework means you must adopt a document-centric approach, resulting in clean ....Read More
Rating
This is a link to a different site Safe, Simple Multithreading in Windows Forms, Part 1
Total Hit (1062) It all started innocently enough. I found myself needing to calculate the area of a circle for the first time in .NET. This called, of course, for an accurate representation of pi. System.Math.PI is handy, but since it only provides 20 digits of precision, I was worried about the accuracy of my calc ....Read More
Rating
This is a link to a different site Safe, Simple Multithreading in Windows Forms, Part 2
Total Hit (1086) Explores how to leverage multiple threads to split the user interface (UI) from a long-running operation while communicating further user input to the worker thread to adjust its behavior, thus allowing a message-passing scheme for robust, correct multithreaded processing. ....Read More
Rating
This is a link to a different site Powerful New T-SQL Syntax Gives SQL Server a Programmability Boost
Total Hit (2382) The T-SQL language in the upcoming version of SQL Server will provide more power and flexibility than previous versions. Additions and enhancements include error handling with the TRY/CATCH construct, SNAPSHOT isolation, and WAITFOR enhancements. Also important are the BULK rowset provider, common t ....Read More
Rating
This is a link to a different site Yukon Basics: XML, T-SQL, and the CLR Create a New World of Database Programming
Total Hit (1034) The next version of SQL Server, code-named "Yukon," includes quite a few enhancements and expanded language support. For example, Transact-SQL now conforms more closely to the ANSI-99 SQL specification and makes querying more flexible and expressive. Yukon can execute user-defined functions, stored ....Read More
Rating
This is a link to a different site XML in Yukon: New Version Showcases Native XML Type and Advanced Data Handling
Total Hit (1686) The next version of Microsoft SQL Server, code-named "Yukon," represents quite a few steps forward in the evolution of XML integration. Yukon supports native storage of XML data using the XML data type, which makes it possible to run native queries on XML data using the emerging industry standard XQ ....Read More
Rating
This is a link to a different site Types in Yukon: Managed UDTs Let You Extend the SQL Server Type System
Total Hit (1027) The next version of SQL Server, code-named "Yukon," will offer enhanced support for user-defined types (UDTs). Because UDTs can be managed by the CLR, you can represent a wide variety of data structures to create types not possible with previous versions of SQL Server. With UDTs you can more precise ....Read More
Rating
This is a link to a different site Crawl Web Sites and Catalog Info to Any Data Store with ADO.NET and Visual Basic .NET
Total Hit (1869) Visual Basic .NET comes loaded with features not available in previous versions, including a new threading model, custom class creation, and data streaming. Learn how to take advantage of these features with an application that is designed to extract information from Web pages for indexing purposes. ....Read More
Rating
This is a link to a different site Provide Your Users with Secure Authentication Capabilities Using Microsoft .NET Passport
Total Hit (1061) Secure sign-in, a new feature in version 2.0 of the .NET Passport single sign-in and profile service, is a functionality that will be especially useful for sites containing confidential information or anywhere security is a primary concern. Such sites include banks, medical sites, and so on. Secure ....Read More
Rating
This is a link to a different site Add Professional Quality Reports to Your Application with Visual Studio .NET
Total Hit (2110) Crystal Reports for Visual Studio .NET provides a comprehensive reporting solution for .NET developers that is thoroughly integrated with both the Visual Studio .NET IDE and the .NET Framework. Crystal Reports supports ADO.NET, XML Web Services, and ASP.NET server controls and caching. It also integ ....Read More
Rating
This is a link to a different site Leverage the Authentication and Form Validation Features of ASP.NET to Bolster Your Commerce App
Total Hit (850) If you're planning to build an e-commerce site, you'll be pleased to see that ASP.NET makes it easier than ever. Existing controls can be used and extended to add a great deal more functionality than you might expect. In this article, forms-based authentication is used to verify the identity of user ....Read More
Rating
This is a link to a different site .NET P2P: Writing Peer-to-Peer Networked Apps with the Microsoft .NET Framework
Total Hit (2004) Peer-to-peer applications such as Napster, Gnutella, and Scour that communicate as peers sharing and receiving information are becoming commonplace as a means for users connected on large networks to take advantage of the vast resources available to them. The Microsoft .NET Framework provides a rich ....Read More
Rating
This is a link to a different site Secure Sockets Layer: Protect Your E-Commerce Web Site with SSL and Digital Certificates
Total Hit (1209) Security is one of the most important factors in the future growth of e-businesses. Making sure that communications remain secure between customers and the Web server is a critical issue. Secure Sockets Layer (SSL) is the standard that secure Web sites are built upon today. This article presents an ....Read More
Rating


(Page 34 of 133) 3968 Result(s) found  ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ...

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.