Sql: not in vs. not equal
[Source :
DotNetFreaks
]
Have you used the NOT IN function, (both of which can be used to get the same result), and...
|
Accept positive integers from 0 to 10
[Source :
RegExLib.NET
]
This will match any positive integer less than or equals to 10...
|
One equality method to rule them all
[Source :
CodeProject.com
]
Implement value equality for all of your classes without being forced to override Equals()...
|
Fight 404 errors with asp.net routing
[Source :
CodeProject.com
]
Use ASP.NET Routing to avoid 404 Not Found errors...
|
Limitedqueue
[Source :
CodeProject.com
]
Wrapping a built-in type when deriving is not a suitable solution, and why...
|
A diagnosticdictionary
[Source :
CodeProject.com
]
Making the "the given key was not present" message more informative...
|
Creating a glass button using gdi+
[Source :
CodeProject.com
]
How to create an animating glass button using only GDI+ (and not using WPF)...
|
Microsoft printing number ranges validation
[Source :
RegExLib.NET
]
Just a beginner....here's something I'm using to emulate the Microsoft "Print" functionali...
|
Relative paths in html
[Source :
RegExLib.NET
]
This expression matches all HREF relative paths, but not full URLs or dead # links. It ca...
|
Sort database tables by foreign keys
[Source :
CodeProject.com
]
How to sort tables so data can be retrieved for offline sychronization and not violate for...
|
Codesnip: how to update table by selecting records from another table
[Source :
ASPAlliance
]
In Oracle, the primary focus of this article is not difficult, but in teradata, the same j...
|
Codesnip: how to update a table by selecting records from another table
[Source :
ASPAlliance
]
In Oracle, the primary focus of this article is not difficult, but in teradata, the same j...
|
Object cloning at its simplest
[Source :
CodeProject.com
]
A reusable static class to clone objects, not specific to TYPE of the object...
|
How can you load .net assemblies dynamicly
[Source :
CodeProject.com
]
not really a new but a Solution...
|
Don?t rely on obfuscation
[Source :
CodeProject.com
]
An article demonstrating why you should not rely on obfuscation to protect you .net applic...
|
Asp.net membershipprovider : custom autogeneratepassword method
[Source :
CodeProject.com
]
Using ASP.Net MembershipProvider Auto Generate Password with does not contain nonalfanumar...
|
Asp.net ajax under-the-hood secrets
[Source :
CodeProject.com
]
Performance tips and hard-core tricks that change core runtimes, not for the faint-hearted...
|
Why develop custom controls? just customize generic controls. part 3 : colorcombobox
[Source :
CodeProject.com
]
ColorComboBox, not need to derive from ComboBox...
|
Using xml/xslt with the
[Source :
CodeProject.com
]
How to misuse XML/XSL to do what not even the...
|
Toycrc-sharp
[Source :
GotDotNet.com
]
CRC-32 manips in C# (not configurable)...
|
Toycrc-sharp
[Source :
GotDotNet.com
]
Sample CRC-32 manips in C# (not configurable)...
|
Toycrc-sharp
[Source :
GotDotNet.com
]
Sample CRC-32 manips in C# (not configurable)...
|
Source code line counter
[Source :
CodeProject.com
]
Complete source code line counter for .cs and .vb files (not an addon)...
|
Prevent cross-thread operation not allowed exception through reflection
[Source :
CodeProject.com
]
How to avoid Cross-thread operation not allowed errors using reflection...
|
Enhanced msn messenger in c# using windows forms
[Source :
CodeProject.com
]
An application which will provide certain features which are not available in MSN Messenge...
|
Enhanced glassbutton unsing gdi+
[Source :
CodeProject.com
]
An improved GlassButton with different forms and symbols using GDI+ (and not WPF)...
|
E-mail validator
[Source :
RegExLib.NET
]
This can be used to test, the entered email address is valid or not...
|
Picturebox array in visual studio .net
[Source :
CodeProject.com
]
Visual Studio .NET not support Array of controls, I try to create PictureBox array...
|
Loading sample data to datagrid/gridview when the database/db is not ready
[Source :
CodeProject.com
]
Loading Sample Data to datagrid/gridview when the database/db is not ready...
|
Hide the datagrid columns which are not intended to be displayed at runtime
[Source :
CodeProject.com
]
Hide the datagrid columns which are not intended to be displayed at runtime...
|
Source code line counter
[Source :
CodeProject.com
]
Complete source code line counter for .cs and .vb files (not an addon)...
|
Lock specific settings in web.config
[Source :
GotDotNet.com
]
When you want to lock specific settings so they can not be overriden...
|
Cohwinery sql script with correction for sqlexpress
[Source :
GotDotNet.com
]
Script for Hands-on-lab: Web Service Software Factory
( original script does not work cor...
|
C#: microsoft enterprise library: policy injection
[Source :
DotNetFreaks
]
In this last article covering Microsoft?s Enterprise Library, the Policy Injection Applica...
|
Owner-drawn list box
[Source :
DotNetFreaks
]
You can create an owner
drawn list box with the .NET
Compact Framework, although
not...
|
Colon-delimited string of positive integers and/or decimal numbers
[Source :
RegExLib.NET
]
Accepts a colon-delimited string of positive integers and/or decimal numbers in any combin...
|
Xml serialize hashtable, collections and generics using ixmlserializer interface
[Source :
CodeProject.com
]
This article show how to use XmlSerializer to serialize type that usually can not be Xml S...
|
Winforms lock detector
[Source :
CodeProject.com
]
Nice and pretty simple C# class to detect that a GUI thread can not process window message...
|
Syncfusion essential docio
[Source :
DotNetFreaks
]
Easily read, write, and modify Microsoft Word files - even on systems that do not have Mic...
|
Simple programming challenges - enumerator bits
[Source :
CodeProject.com
]
Displays how to create flag-friendly enumerations while managing cases where certain flags...
|