Adding Blogs to an asp.net application

Monday, April 27th, 2009

http://blogengine.codeplex.com/ Read more »

  • Delicious
  • Yahoo Buzz
  • Digg
  • DZone
  • Facebook
  • LinkedIn
  • Twitter
  • Share/Bookmark

Salting the Password in C#

Tuesday, April 21st, 2009

Hashed passwords provide much better security than storing passwords in the database as simple text. They are, however, potentially vulnerable to a dictionary attack. In a dictionary attack, the attacker attempts to guess passwords by using software to iteratively hash all words in a large dictionary and compare the generated hashes to the stored hash [...] Read more »

  • Delicious
  • Yahoo Buzz
  • Digg
  • DZone
  • Facebook
  • LinkedIn
  • Twitter
  • Share/Bookmark

Hashing the Password in C#

Tuesday, April 21st, 2009

Every application uses username and password to provide security to the systems. The way an application handles the storage of password defines the level of security provided by the application. The password should not be stored in the database as a string. Rather, it should be converted to an unrecognizable value that is unique for [...] Read more »

  • Delicious
  • Yahoo Buzz
  • Digg
  • DZone
  • Facebook
  • LinkedIn
  • Twitter
  • Share/Bookmark

Slide.Show:Open Source Slideshow control in Silverlight

Tuesday, March 24th, 2009

Are you Searching for a web control for your webpage which allows you to create a cool slideshow of images?? Slide.Show Vertigo Has developed an open source control in silverlight which is highly customised and can be used by publishing highly-customizable photo and video slideshows on the Web. Features of Slide.Show Minimal setup and configuration [...] Read more »

  • Delicious
  • Yahoo Buzz
  • Digg
  • DZone
  • Facebook
  • LinkedIn
  • Twitter
  • Share/Bookmark