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 2 of 2) 43 Result(s) found 

 

Tutorial - Introduction to Microsoft.net
Total Hit (9447) «a name=#L1»«/a» «big»Introduction«/big» This tutorial series is intended to initiate the reader into the world of .NET. I will try to cover most of the important .Net features. This tutorial will be useful for anyone with a programming background, especially for those who know VB. There ar ....Read More
Rating
Tutorial - The CLR (Common Language Runtime), Microsoft's answer to Sun JVM (Java Virtual Machine).
Total Hit (9568) «a name=#L1»«/a» «big»What is CLR«/big» The common language runtime is the execution engine for .NET Framework applications. It provides a number of services, including the following: «UL»«LI»Code management (loading and execution) «LI»Application memory isolation «LI»Verification of ty ....Read More
Rating
Tutorial - Assembly
Total Hit (24299) «a name=#L1»«/a» «big»What is Assembly?«/big» An assembly is the primary building block of a .NET Framework application. It is a collection of functionality that is built, versioned, and deployed as a single implementation unit (as one or more files). All managed types and resources are marked e ....Read More
Rating
How to find all base classes of any type in .Net
Total Hit (2934) The following code shows how to print all base classes for a specified object. «code LangId=2»Function PrintBaseClasses(ByVal obj As Object) Dim t As System.Type t = obj.GetType Do While Not t Is Nothing Debug.Write(t.Name) t = t.BaseType If Not t Is No ....Read More
Rating
Reusable routine for Encryption/Decryption of String in VB.net
Total Hit (2621) The following code snippet will help you to perform string encryption/decryption using VB.net «code LangId=2» Imports System Imports System.Xml Imports System.Text Imports System.Security.Cryptography Imports System.IO Private Sub Form1_Load(ByVal sender As Object, ....Read More
Rating
How to install Compact Framework on Windows Pocket PC
Total Hit (2370) It may sound easy but I had hard time to find this. To install Compact Framework on windows pocket pc perform the following steps 1. Download Compact Framework msi file from Microsoft Download center 2. Save downloaded file to some location (e.g. c:\downloads\NETCFSetupv2.msi) 3. Goto Start ....Read More
Rating
A Complete guide to .net Framework
Total Hit (1667) The Microsoft .NET Framework is a platform for building, deploying, and running XML Web services and applications. It provides a highly productive, standards-based, multiple-language environment for integrating existing investments with next-generation applications and services, as well as the agili ....Read More
Rating
This is a link to a different site Microsoft .NET Framework FAQ
Total Hit (750)
Rating
This is a link to a different site Executing Custom Code During Installation
Total Hit (1523) An application can consist of not only traditional program files, message queues, event logs, and performance counters on the deployment destination but also custom code that must be executed on the deployment destination. You can configure your application to execute the custom code when your appli ....Read More
Rating
This is a link to a different site Getting Started with ObjectSpaces
Total Hit (2118) ObjectSpaces is one of the exciting features coming in the new version of .NET Framework, codename "Whidbey". This article will explain what ObjectSpaces are and will provide a step-by-step guide to a first experience with ObjectSpaces.
Rating
This is a link to a different site Understanding Application Settings in VB.net
Total Hit (838) This artical covers enhancements made to Application Settings in .net framework 2.0
Rating
This is a link to a different site Using System.Net.Mail
Total Hit (861) Sending an e-mail with classes of the .Net Framework is pretty easy. Michel Fournier wrote an article titled Sending email from VB.Net in the April 2006 edition of the Level Extreme .Net magazine providing you a good wrapper that does most operations you need when an application needs to send an e-m ....Read More
Rating
This is a link to a different site How to capture unhandled exception and email screenshot of application using Application Events
Total Hit (964) Visual Basic developers will learn how to handle unhandled exceptions in their applications and how to email that information with a screen-shot of the application’s state using the System.Net.Mail namespace.
Rating


(Page 2 of 2) 43 Result(s) found  1 2

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.