Links    
   
  
 Archive    
   
  
 Referrals    
   
  
 UsersOnline    
Membership Membership:
Latest New User Latest: chazy_lime
New Today New Today: 0
New Yesterday New Yesterday: 0
User Count Overall: 2

People Online People Online:
Visitors Visitors: 0
Members Members: 0
Total Total: 0

Online Now Online Now:
   
  
 Welcome    

Welcome to DotNetHelperClass.com. This will be my 4th revision of my site, first was powered by ScrewturnWiki, then MojoPortal, then Drupal, and now my site runs under DotNetNuke(also known as DNN). I just want to test every good CMS that I know. I am a .Net programmer so I guess I should stick with .Net projects.

 

I hope you will enjoy your stay as I will rebuild my site again. And please do register on my website. Thank you for visiting my website.

   
  
      
By admin on 7/21/2008 10:03 AM

Palindrome - a word, phrase, number or other sequence of units that has the property of reading the same in either direction.

 

ex.
tenet - a palindrome
word - not a palindrome

 

Just simply create a Class or just copy-paste this functions on one of your already made classes.

 

 

/// Read More »

By admin on 7/18/2008 11:30 AM

This code will create an Admin account when your web application starts. Simply create first a Global.asax file (if you don't have it yet) and just copy-paste the code into the Application_Start() event. The code will only get executed when a web application starts, so you may want to restart the IIS if you have changes to the Admin's Username and/or password.

 

The code will also create Role namely "admin" and assigns the Admin's account to that role.

 

void Application_Start(object sender, < ... Read More »

By admin on 7/17/2008 9:25 AM

This is a sample code on how to add an extension methods to a String class. On this code we have added an IsNull() method to our String. This will return a boolean if our string, of course, is null value.

 

 

using System;

using System.Collections.Generic;& ... Read More »

By admin on 7/17/2008 9:23 AM

This is a simple code for creating a Password Recovery page with Gmail as your SMTP host.

 

First we need to set up your web.config file for your SMTP settings. Inside the <configuration> section put this code. Take note of the port, some says that it should be "465" and some "587", if "587" don't work then just use "465".

 

web.config Read More »

By admin on 7/17/2008 9:12 AM

At first I've thought that Notepad++ was just another plain text editor until I came looking for a nice free code editor. All that I want was syntax highlighting, auto-complete, and brace and indent guideline features.  But Notepad++ just gave me more than what I want.

 

Here are some of the features/plugins that I really love about this stuff aside from what I have mentioned above:

  • It got a cool file comparer. You can now compare a modified file against your back-up file to see the changes or modification that you have made.
  • It is extensible. You can add plugins that suit your needs.
  • It got a PHP debugger. That's right! It can be a PHP debugger. There is a plugin for it that you can add to make it a PHP IDE.
  • Supports different Programming language. It su ... Read More »

   
  
 Search a Blog    
   
  
 List    
   
  
Inspired by Nina