?php the_time('F, Y');?>
Monday, November 26th, 2007
The popularity of telecommuting is increasing and this is why companies have been turning to Virtual Private Networking (VPN). The problem is that not all of them have made it easy by using "NAT friendly" VPN gateways and VPN clients. Most of them require changes to home users' router settings ...
Posted in Networks | No Comments »
Friday, November 23rd, 2007
Introduction
Enhanced Exception Handling is one of key features that is most prominently available in .Net both 2003 version and Whidbey versions of C#.
This paper discusses the implementation of Custom Exception Handling using the existing features of C# .Net.
The Concept
The whole idea of having customized Exception Handling is centered around the ...
Posted in C# | No Comments »
Monday, November 19th, 2007
1) Creating the delegate:
public delegate void NumberTooHighDelegate(int Number);
2) Creating the event:
public event NumberTooHighDelegate NumberTooHighEvent;
3) Raising the event:
NumberTooHighEvent(Number1 + Number2);
4) Creating the delegate, creating the event and raising the event should be confined to a given class:
public class MTG {
private int intA, intB;
// ...
Posted in C# | No Comments »
Monday, November 19th, 2007
Buying an expired domain name is a great way to start a new business.
You will find great domain names at DomainsSquare.com
Some of them are listed below:
digital-cameraz.com
winter-gardens.com
east-los-angeles.net
etc.
Posted in Domains | No Comments »