How To >> Browse Articles
Browse How To Articles
-
Step-by-Step PHP Training
PHP is programming language that rivals ASP. The language is more affordable, so it is a preferred language for many businesses and home users. PHP has its own syntax, and the basics are important for any developer before diving into the programming. PHP can be used to make static Web pages, or it can be used to create rich dynamic pages ...Submitted by cyril | Published 2 months ago | -
File Copy, Move and Delete in Windows Using .Net
A tutorial on how to copy, move and delete files in Windows using EnhancedFileOps Class in VB.Net.Submitted by vpdj | Published 3 months ago | -
What is LINQ in .Net?
A simple tutorial and explanation about LINQ in .Net.Submitted by vpdj | Published 3 months ago | -
Developing Windows Services using Visual Studio
One of the most difficult task for an entry to mid-level .NET programmer is developing and debugging a .NET Windows Service. Even if you do have a development server that you can use, debugging existing code may seem a mysterious task at first. I remember a few years back when I was researching this topic on the web, no one gives ...Submitted by digioz | Published 6 months ago | -
Deploying CAB Files Using ClickOnce Deployment
The purpose of this Article is to demonstrate how to modify a ClickOnce Deployment Application Manifest to include CAB and other resource files normally not permitted through ClickOnce.Submitted by digioz | Published 6 months ago | -
Supporting Multiple Versions of the Framework with one Application
Supporting different versions of the .NET Framework has been a much talked about issue for me for as long as the Framework has been around. Especially beginning with the .NET 2.0 Framework, with all the code breaking changes that went along with it. Code breaking changes come in two flavors: Design-Time breaking changes: These are changes that would only effect you, ...Submitted by digioz | Published 6 months ago | -
MSBuild Extras (MSBee) - Who should use it?
MSBuild Extras (MSBee) - Who should use it? For those of us who are not yet familiar with this product, MSBuild Extras Toolkit for .NET 1.1 (MSBee for short) is an addition to the Visual Studio 2005 MSBuild compile engine that allows developers to compile .NET 1.1 applications from within Visual Studio 2005. Normally, Visual Studio 2005 is only able ...Submitted by digioz | Published 6 months ago | -
The not so nullable .NET Date Data Type
The not so nullable .NET Date Data Type! Can a variable of type "Date" ever be null or nothing in VB.NET? Suppose you have a code that looks like this: What you will notice in the above code is that even if you set the variable to "Nothing" for a variable of type "Date", when you put a break point ...Submitted by digioz | Published 6 months ago | -
How to run a C# .NET Application on Fedora Linux
With the popularity of the .NET Framework, it should not come as a big surprise that starting with Fedora 8 Linux distribution (Redhat) comes with the Mono framework pre-installed fresh out of the box. There has also been a surge in the number of open source C# linux projects on open source community sites like SourceForge.net that take advantage of the Mono framework ...Submitted by digioz | Published 6 months ago | -
Learning Resources for Visual Basic Express
Video series for Visual Basic 2005 Express edition. The below is a quoted passage from there. Absolute Beginner’s Video Series This video series is designed specifically for individuals who are interested in learning the basics of creating applications using Visual Basic 2005 Express Edition. The series includes over 10 hours of video-based instruction that walks you through ...Submitted by pastelmm | Published 10 months ago | -
Get Secure Hash of 512 Bits in Visual Basic
Type: Tutorial Category: Security Langage: Visual Basic 2008 Tested with: Windows Vista and Windows XP Difficulty: Intermediate Have you ever wanted to make a secure login system? If you have, you might have thought over and over: How can I store sensitive information in a secure way? Well, if you store it as it is, in plain text, it will ...Submitted by eowend | Published 10 months ago | -
Swapping variables' numeric values using two variables only
There is a classic method, and probably the most effective one, to swap two values between two variables. We use a third temporary variable C to hold the value of variable A while we assign the value of variable B to variable A. Then, we assign the value of the temp variable C to B and we have the swapping algorithm. ...Submitted by janierdavila | Published about 1 year ago | -
Building a Software Test Strategy
Karen N. Johnson explains that the value of the test strategy isn't in the wording, the writing, or the format of the strategy; the value is in planning an approach for testing. Software Testing, 2nd Edition What Is a Test Strategy? A test strategy is a planning document that provides the overall direction for the software testing needs of a project. ...Published about 1 year ago | -
JAVA: Making Bean Aliases
Aliases are used in many situations for example if a component defines a resource by some name and another component want to use that resource by different name suiting to naming of that component aliasing is useful . Here's how to make alias of a bean. Here CAdataSource aliased to CBdataSource and then again CBdataSource aliased to AppdataSource.Submitted by judy_mottl | Published over 2 years ago | -
JAVA: The Java Basics
Java technology is both a high-level, object-oriented programming language and a platform. Java technology is based on the concept of a single Java Virtual Machine (JVM) -- a translator between the language and the underlying software and hardware. All implementations of the programming language must emulate the JVM, enabling Java programs to run on any system that has a version of ...Published over 2 years ago |
