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 Visual Basic .NET Internals
Total Hit (1217) The Microsoft .NET Framework has opened a new world for Visual Basic developers. Visual Basic .NET combines the power of the .NET Framework and the common language runtime with the productivity benefits that are the hallmark of Visual Basic. Although the Visual Basic .NET language looks the same on ....Read More
Rating
This is a link to a different site The Power of Print
Total Hit (1132) Rocky Lhotka explores manual printing using Visual Basic .NET and the .NET Framework, and shows you how to manipulate this powerful and flexible model to generate virtually any type of output imaginable, including support for both printers and print preview displays. ....Read More
Rating
This is a link to a different site Using Menus in an ASP.NET Web Application
Total Hit (915)
Rating
This is a link to a different site An Extensive Examination of Web Services Index : Part-1
Total Hit (1757) Examines the basics of Web services, what Web services are, and the technologies and standards that serve as the underpinnings of Web services.
Rating
This is a link to a different site An Extensive Examination of Web Services: Part 2
Total Hit (1736) Examines creating Web services using Visual Studio .NET. Looks underneath the hood of the code created by VS.NET.
Rating
This is a link to a different site An Extensive Examination of Web Services: Part 3
Total Hit (1677) Examines creating a client application that consumes a Web service. Discusses the purpose and structure of a WSDL document, along with creating and using proxy classes to consume a Web service.
Rating
This is a link to a different site An Extensive Examination of Web Services: Part 4
Total Hit (1684) Examines the utility of Web services and common scenarios where Web services make sense. A business-oriented look at Web services.
Rating
This is a link to a different site An Extensive Examination of Web Services: Part 5
Total Hit (1724) Takes an in-depth look at XML serialization, which is the process of converting a data type, such as an integer, array, or custom class, into its XML representation, and back again. Every time a message is passed to or from a Web service, XML serialization transpires. ....Read More
Rating
This is a link to a different site An Extensive Examination of Web Services: Part 6
Total Hit (1803) Looks at sending metadata to a Web method through the use of SOAP headers. Examines defining and accepting a SOAP header on the Web service end, and looks at sending a populated SOAP header from the client.
Rating
This is a link to a different site An Extensive Examination of Web Services: Part 7
Total Hit (1669) Examines how the incoming and outgoing messages to a Web service can be programmatically modified via SOAP Extensions.
Rating
This is a link to a different site How ASP.NET Web Pages are Processed on the Web Server
Total Hit (544) Have you ever wondered, precisely, what happens on the Web server when a request for an ASP.NET Web page comes in? How does the Web server handle the incoming request? How is the HTML that is emitted to the client generated? What mechanisms are possible for us developers to work with an incoming req ....Read More
Rating
This is a link to a different site Dynamic ORDER BY Statements in Stored Procedures
Total Hit (1650) When creating data-driven Web applications, it is ideal to place the actual SQL statements into stored procedures, and to have the Web pages, then, call the appropriate stored procedures rather than executing the SQL statements themselves. (If you are unfamiliar with what stored procedures are, or t ....Read More
Rating
This is a link to a different site Building an ASP.NET Menu Server Control
Total Hit (1039) Learn about skmMenu, an open-source ASP.NET menu control, and learn how to approach the challenges in designing a menu control.
Rating
This is a link to a different site Creating a RollOver Button Server Control
Total Hit (928) Recently an individual I am beginning to train in ASP.NET emailed me and asked if there was an easy way to provide roll-over buttons in an ASP.NET Web page. Roll-over buttons, which you'll find on a number of Web sites, are buttons that display a default image whenever the mouse is not hovered above ....Read More
Rating
This is a link to a different site Paging In ASP.NET
Total Hit (560) When making the transition from ASP to ASP.NET, you will discover that paging through database records has become both remarkably simple and more difficult at the same time. The DataGrid control has made it a breeze to create a Web page that allows the user to page through the records of a database ....Read More
Rating
This is a link to a different site Calling Win32 DLLs in C# with P/Invoke
Total Hit (9249) How to call win32 api using C#
Rating
Check whether a specified file is a .NET assembly
Total Hit (2577)
Rating
This is a link to a different site FAQ: How can I read the contents of a text file one line at a time?
Total Hit (578)
Rating
This is a link to a different site How can I read the entire contents of a text file into a string?
Total Hit (553)
Rating
This is a link to a different site How do I determine if a file or directory exists?
Total Hit (2080)
Rating
This is a link to a different site How do I rename a file or directory?
Total Hit (1991)
Rating
This is a link to a different site FAQ: How do I copy or move a file from one location to another?
Total Hit (1979)
Rating
This is a link to a different site FAQ: How do I delete a file from the Web server's file system?
Total Hit (1830)
Rating
This is a link to a different site Why do I get an error message, "Access to the path is denied?"
Total Hit (889)
Rating
This is a link to a different site Performance Optimization in Visual Basic .NET
Total Hit (605) This article is intended to help developers improve the run-time performance of their Visual Basic .NET applications.
Rating
This is a link to a different site Property Bag Changes in Visual Basic .NET
Total Hit (1077) In Visual Basic® 6.0, the PropertyBag object was used to persist an object's data between instances. This paper demonstrates how to duplicate the functionality of a Visual Basic 6.0 property bag in Visual Basic .NET using serialization.
Rating
This is a link to a different site Security Concerns for Visual Basic .NET and Visual C# .NET Programmers
Total Hit (1312) This article focuses on key security issues that Visual Basic .NET and Visual C# .NET developers need to address as they begin working with the .NET Framework. This overview discusses both Windows and Web applications, and the implementation, debugging, and deployment phases of development. The a ....Read More
Rating
This is a link to a different site Using Classes and Structures in Visual Basic .NET
Total Hit (1114) This article is intended to help developers choose between a class and a structure when writing an application. You can review the basic points of comparison between the two types in the "Structures and Classes" topic of the Visual Studio .NET product documentation. To find this topic, start Visual ....Read More
Rating
This is a link to a different site Using Threads
Total Hit (2324) This article explains the different models of threading — single, apartment, and free — and the use of each model. It also introduces a code sample in C# that uses threading to help you write applications that will take advantage of threading. The article also discusses important issues involved in ....Read More
Rating
This is a link to a different site Using Visual Basic .NET to Access Google's Web Service
Total Hit (1575) Learn how to access the Google Web APIs service from a Visual Basic .NET Windows front end. This article describes how to call a SOAP Web service, execute a Google search, access a page in Google's cache, and call the Google spell checker.
Rating


(Page 74 of 133) 3968 Result(s) found  ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ...

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

© 2008 BinaryWorld LLC. All rights reserved.