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

(Page 68 of 133) 3985 Result(s) found 

 

Check whether a specified file is a .NET assembly
Total Hit (2579)
Rating
This is a link to a different site How do I determine if a file or directory exists?
Total Hit (2081)
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 Role-Based Authorization With Forms Authentication
Total Hit (1537) In Web applications, typically there exist certain parts of the site that only certain individuals, or groups of individuals, can access. For example, imagine an intranet Web site used to administer the content on a company's public Internet Web site, where the public Web site lists products sold by ....Read More
Rating
This is a link to a different site Simple Object Access Protocol: A Step-By-Step Approach by Syd Egan
Total Hit (2579) In the article, we will create a simple SOAP service, and a client to access that service. The service will be in the form of an Active Server Page, which I have called soap.asp - it will need to live in the root directory of your Personal Web Service (by default c:\inetpub\wwwroot\) Our service wil ....Read More
Rating
This is a link to a different site Accessing the Registry with Visual Basic .NET
Total Hit (819) This article describes how to access the registry using the Visual Basic .NET built-in functions, DeleteSetting, GetAllSettings, GetSetting and SaveSetting, as well as using the Registry and RegistryKey classes of the common language runtime. It details the required permissions, explains when to use ....Read More
Rating
This is a link to a different site Creating Control Arrays in Visual Basic .NET and Visual C# .NET
Total Hit (1046) This paper shows how to create and manage control arrays with Visual Basic® .NET and Visual C#™ .NET.
Rating
This is a link to a different site Creating Your Own Dynamic Properties and Preserve Property Settings in Visual Basic .NET
Total Hit (998) This paper demonstrates how to create dynamic properties in addition to the ones exposed by Microsoft® Visual Basic® .NET, as well as how to use dynamic properties to persist user-configurable properties between instances of an application.
Rating
This is a link to a different site Formatting the Windows Forms DataGrid Control in Visual Basic
Total Hit (1031) Quite a few basic tasks related to formatting the Windows Forms DataGrid control require you to create and implement your own custom column styles. However, once you are familiar with these objects, you will have a lot of power at your disposal.
Rating
This is a link to a different site Introduction to Exception Handling in Visual Basic .NET
Total Hit (967) This article provides an overview of structured and unstructured exception handling in Visual Basic .NET. It includes considerations that help you choose the right exception-handling alternative, the approaches involved in each alternative, how to create your own exceptions, and the exception object ....Read More
Rating
This is a link to a different site Life Without Control Arrays in Visual Basic .NET
Total Hit (1145) Control arrays were the best way to manage the controls on your Visual Basic forms, but there are no control arrays in Visual Basic .NET. Deborah Kurata describes how to use new Visual Basic .NET features to obtain control array functionality without the need for a control array. ....Read More
Rating
This is a link to a different site Modifying Internet Information Services During Deployment with Custom Actions
Total Hit (774) This paper demonstrates how to set Internet Information Services (IIS) settings that are not exposed by Web Setup projects using either Installer classes or script.
Rating
This is a link to a different site Multithreaded Programming with Visual Basic .NET
Total Hit (1175) The .NET Framework provides new classes that make it easy to create multithreaded applications. This article discusses how you can use multithreaded programming techniques with Visual Basic® .NET to develop more efficient and responsive applications. ....Read More
Rating
This is a link to a different site Navigating Multiple Related Tables in an ADO.NET Dataset
Total Hit (646) A dataset in ADO.NET is an in-memory representation of data that can contain multiple related data tables. This paper describes the methods of navigating these related data tables within a dataset. You will create a Windows® application in Visual Basic® .NET or Visual C#™ .NET that returns related r ....Read More
Rating
This is a link to a different site Object-Oriented Programming in Visual Basic .NET
Total Hit (566) This article discusses the many new object-oriented programming techniques available in Microsoft Visual Basic .NET.
Rating
This is a link to a different site Overriding Event Handlers with Visual Basic .NET
Total Hit (623) This paper shows how to override event handlers when programming in Visual Basic® .NET. How to use the Handles clause will also be discussed.
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 (1576) 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
This is a link to a different site .NET Overview - sample chapter from Introducing .NET
Total Hit (1299) This first chapter will summarize many of the most important aspects of .NET. We'll start by looking at some of the serious drawbacks of current software development that prompted Microsoft to rethink their entire development structure. Then we'll progress to an overview of the overall vision and th ....Read More
Rating
This is a link to a different site Regular Expressions in .NET
Total Hit (4452)
Rating
This is a link to a different site What is the easiest way of extracting certain data from an XML document?
Total Hit (1692)
Rating
This is a link to a different site Querying XML Data with XQuery
Total Hit (1702)
Rating
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


(Page 68 of 133) 3985 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 ...

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.