ASP.NET Cafe
Tips and Tricks

ForceWrap or when you need a whitespace

Sunday, 8 June 2008 12:08 by Dmitriy
Utility function that split word if it "too large". This can prevent design issue on the web page, then text goes out from the box because can't be wrapped.. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   , ,
Categories:   ASP.NET | C#
Actions: E-mail | del.icio.us | Kick it! | DZone it! | Permalink | Comments (0) | Comment RSSRSS comment feed

Credit Card number validation in C#. Visa and MC.

Monday, 12 May 2008 17:25 by Dmitriy
Credit Card number validator in C#.. [More]

Currently rated 4.5 by 2 people

  • Currently 4.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   ,
Categories:   ASP.NET | C# | Main
Actions: E-mail | del.icio.us | Kick it! | DZone it! | Permalink | Comments (2) | Comment RSSRSS comment feed

Running MySQL queries on MS SQL

Monday, 7 April 2008 17:23 by Dmitriy
Simple function to convert MySQL LIMIT to MS SQL TOP.. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   ,
Categories:   C# | SQL
Actions: E-mail | del.icio.us | Kick it! | DZone it! | Permalink | Comments (0) | Comment RSSRSS comment feed

.NET runs on Linux, Mac OSX and FreeBSD ?

Thursday, 6 March 2008 07:39 by Dmitriy
.NET applications runs on Linux, OSX and BSD under control of DotGNU system.. [More]

Currently rated 3.3 by 3 people

  • Currently 3.333333/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   ,
Categories:   C# | Main
Actions: E-mail | del.icio.us | Kick it! | DZone it! | Permalink | Comments (12) | Comment RSSRSS comment feed

CSV to DataTable Parser

Wednesday, 6 February 2008 03:30 by Dmitriy
C# based parser of CSV format to DataTable object.. [More]

Currently rated 3.2 by 5 people

  • Currently 3.2/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:  
Categories:   C#
Actions: E-mail | del.icio.us | Kick it! | DZone it! | Permalink | Comments (3) | Comment RSSRSS comment feed

Completely free PDF .NET library written in C#

Tuesday, 8 January 2008 10:48 by Dmitriy
Open Source library to create/edit PDF files. With unrestricted license to change, sell, sublicense.. [More]

Currently rated 4.4 by 9 people

  • Currently 4.444445/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   , ,
Categories:   ASP.NET | C# | Main
Actions: E-mail | del.icio.us | Kick it! | DZone it! | Permalink | Comments (13) | Comment RSSRSS comment feed

HOWTO: Use Conditional attribute to make custom actions during debug

Sunday, 6 January 2008 13:11 by Dmitriy
Shows how to mark method as Conditional to do some job only in Debug configuration.. [More]

Currently rated 4.5 by 2 people

  • Currently 4.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   , ,
Categories:   C#
Actions: E-mail | del.icio.us | Kick it! | DZone it! | Permalink | Comments (1) | Comment RSSRSS comment feed