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 SQL Server API Server Cursors
Total Hit (816) Defines the attributes of an API server cursor, such as its scrolling behavior and the statement used to build the result set on which the cursor operates, then populates the cursor. The statement can contain embedded parameters.
Rating
This is a link to a different site Importing XML into SQL Server 2000
Total Hit (2361) One of the frequently asked questions on SQL Server newsgroups is "How to import XML data into SQL Server 2000?" There are various ways in which XML data can be imported into SQL Server 2000 database tables. In this article, we'll look at some of these options. More specifically, we'll explore the f ....Read More
Rating
This is a link to a different site Exporting SQL Data as XML
Total Hit (3228) In my last article, Importing XML into SQL Server 2000, we looked at various techniques to import the XML data into SQL Server. To complement that, this article will focus on some of the methods that you can use to export relational SQL data to the XML format. More specifically, we'll explore th ....Read More
Rating
Export SQL data to XML File (3 different ways)
Total Hit (13379) Many times we need to export sql server data to some form of XML. As we know that SQL Server can output data in XML format when you use "FOR XML" clause. You can use ADO and MSXML along with "FOR XML" sql query to generate XML files from SQL Server data. The following script is pure VB Script so if ....Read More
Rating
This is a link to a different site Developing A Newsletter Subscription Web Service
Total Hit (746) Web services offer their functionality over the web via standards like HTTP and XML. There are many models suggested for implementing the business functionality via web services. One of them is subscription based services. Such services allow the users to subscribe or unsubscribe to the service as p ....Read More
Rating
This is a link to a different site Introduction To XSL
Total Hit (584) XSL is a powerful way to transform XML documents into other formats. This article explains what XSL is and how to use it for common tasks. More emphasis is on transforming XML documents into XHTML documents
Rating
This is a link to a different site Introduction to XML Namespaces & Schema
Total Hit (580) Traditionally XML document structures are defined using DTD - Document Type Definition. However DTDs suffer for many limitations like :
Rating
This is a link to a different site Keeping Passwords in a Database Secure
Total Hit (2295) This article shows how to store encrypted password inside the sql database.
Rating
This is a link to a different site Single Database or Multiple Databases
Total Hit (1337) Which is the way to better performance with Microsoft SQL Server 7.0: using a single database with lots and lots of tables or logically grouping data into multiple databases each with a significantly fewer number of tables? The system is comprised of one server with two hard drives that are mirrored ....Read More
Rating
This is a link to a different site Introduction to Relational Databases - Part 1: Theoretical Foundation
Total Hit (2278) Good introduction on general database theory and design. Lots of terminology (Entity, Attibute, Normalization ...) defined, explained and...best of all...DEMONSTRATED!
Rating
A sample web.config file (debug,namespaces,assembly ,compilation, errors ...)
Total Hit (1843) This sample web.config file shows you - How to enable/disable debug in you web application globally. - How to add namespaces globally - How to add assembly globally - How to set number of recompile of ASPX pages before application restart - How to set compiler options - Customize error page ....Read More
Rating
This is a link to a different site XML Web Services (RPC the Easy Way)
Total Hit (2190) This sample chapter covers following things «LI»The Role of XML Web Services in a Distributed System «LI».NET Remoting vs. XML Web Services «LI»XML Web Service Plumbing «LI»The Role of IIS «LI»Creating a Virtual Directory «LI»The XML Web Service File Format «LI»Creating an XML Web Service ....Read More
Rating
This is a link to a different site Console Enhancements
Total Hit (2088) System.Console is a class provided by the framework to handle console I/O and redirection. The Win32 API also supports a set of console APIs. Win32 supports a single console for each application (process), even a Windows Forms Application. Consoles support a number of features such as buffering, ful ....Read More
Rating
This is a link to a different site I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port
Total Hit (5991) This article is on reaching ports, controlling external devices and electronics. Perhaps you are asking "why?" The idea is simple: It is to achieve something that is real, physical and emotional. As a freelancer I have been coding for about 4 years for my own interest. At first I started with C but ....Read More
Rating
This is a link to a different site I/O Ports Uncensored Part 2 - Controlling LCDs (Liquid Crystal Displays) and VFDs (Vacuum Fluorescent Displays) with Parallel Port
Total Hit (5468) If you want to understand the logic of these I/O ports and want to make a quick start to LCD you have to check out my first article. If you don't need the logic and only need a quick live work, do the circuit in part 2 and download my program to make LCD live. ....Read More
Rating
This is a link to a different site Working with OwnerDraw Menus in VB.NET
Total Hit (2031) When a menu is constructed with the VS IDE menu editor, it's very easy to add menu items and set up the hierarchy of the menu structure. Using just a few mouse clicks and a few keystrokes, your whole menu structure can created in just a few minutes. "So", you may ask, "how do we get these cool image ....Read More
Rating
This is a link to a different site Adding icons to menus in VB.NET
Total Hit (2128) This project add icons in menus in VB.NET. You can use the module 'IconsMenuMain.vb' as base of your project for adding icons. This is most easy that vb6 or other languaje
Rating
This is a link to a different site Flat VS.NET Style Menus - Even on Windows 98
Total Hit (2596) First and foremost, this component provides a menu style that is 90% identical to the one provided by VS.NET (the 10% gap is described below in the "Work pending" section, please help me eliminate it). This means that it applies the VS.NET menu style to not only individual menu items but also to the ....Read More
Rating
This is a link to a different site Subclassed System Menu
Total Hit (2122) The reason for this article is to show a method of subclassing an application's system menu, so that extra menu items can be added and click events can be easily handled. This is my first article submitted to CodeProject and all suggestions, criticisms etc. are welcome. ....Read More
Rating
This is a link to a different site A class to put a ProgressBar into a StatusBar
Total Hit (2060) It is not possible to directly put a ProgressBar in a StatusBar in VB.NET. Solutions are available for C++ or VB 5 or 6.0. This is a way to do it in VB.NET.
Rating
This is a link to a different site Packet Capture and Analayzer
Total Hit (2306) The first idea of writing a packet sniffer program came from a reply to my comments on one of the projects named "NetSend ( Sending popup messenger messages between computers )" by Marc Clifton. Marc asked me "What about receiving message". To say the truth, I didn't know how I could do that. I knew ....Read More
Rating
This is a link to a different site Building Reusable Components in .NET
Total Hit (2200) One of the main advantages of building components is to promote reusability. For example, if you build a object that represents an invoice, there could be many other projects in your company that can reuse the same object. This concept of re-using components in various projects promotes what is call ....Read More
Rating
This is a link to a different site Serialize VB.NET objects without the events
Total Hit (1965) Because of the way VB.NET implements events, when you serialize an object, its events get serialized too (because events are actually implemented using hidden multicast delegate fields). A side effect of this is that any object which handles events raised by the object being serialized will be consi ....Read More
Rating
This is a link to a different site Controlling scrolling with the API
Total Hit (2546) In certain circumstances, we need to be able to control the scroll bars from our code. This may seem like it should be easily done with standard methods when in fact they are buried in the API. I will tell you how I solved this problem in the application I am working on. ....Read More
Rating
This is a link to a different site Real Time syntax highlighting [wrapper class]
Total Hit (2574) Hello again. This time I wanted to bring you something that was really challenging for me to build. I must have tried at least four totally different solutions to this problem consuming literally days of my time until I reached the best one. At the request of our beloved staff, I will attempt to exp ....Read More
Rating
This is a link to a different site Subclassing in .NET - The pure .NET way
Total Hit (2197) If you are a Visual Basic 6 programmer then you are obviously aware of the sub-classing power. My article demonstrates the same thing for .NET. If you are a C# programmer, then you can easily change this code to fit into a C# Project. This project demonstrates how can you use the .NET way to subclas ....Read More
Rating
This is a link to a different site Stopwatch - a High-Resolution code timer class
Total Hit (2189) Creating an application requires precisely measuring how long specific operations take to complete. You may be searching for performance bottlenecks prior to shipping, measuring to ensure that changes do not unexpectedly degrade performance, or (in my case), testing alternative architectural approac ....Read More
Rating
This is a link to a different site HOW TO: Use Database and ASP Sessions to Implement ASP Security
Total Hit (3623) This step-by-step procedure illustrates how to implement forms-based security for Active Server Pages (ASP) applications. You can use this mechanism when your application is secure, when you want to allow only authenticated users, and when the users are not part of your internal domain (such as Inte ....Read More
Rating
This is a link to a different site HOW TO: Implement Forms-Based Authentication in Your ASP.NET Application by Using Visual Basic .NET
Total Hit (964) This article demonstrates how to implement forms-based authentication by using a database to store the users
Rating
This is a link to a different site Cursors: An Overview
Total Hit (1125) We'll talk about the basics of cursors. These let you move through records one at a time and perform processing on each record.
Rating


(Page 36 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.